User's Manual

JC; Reviewed:
SPOC 8/6/2007
Solution & Interoperability Test Lab Application Notes
©2007 Avaya Inc. All Rights Reserved.
16 of 27
Ubigate-NetScr.doc
7.1. Configure Ethernet and VLAN Interfaces
Step Description
Connect to the Samsung iBG3026 command line interface via a terminal emulation
program (e.g., HyperTerminal) using the serial cable provided for the console port at the
back of the machine. Enter the username (samsung) and default password (see [4]) to log
in. Enter configure terminal to access the configure mode.
1.
#-----------------------------------------------------------------------
# SAMSUNG ELECTRONICS CO., LTD. Login
#-----------------------------------------------------------------------
login: samsung
password:
SAMSUNG ELECTRONICS CO., LTD. CLI
sarak2# configure terminal
sarak2/configure#
Configure the ethernet 0/2 as an untrusted interface to connect to the public WAN.
2.
sarak2/configure# interface ethernet 0/2
Configuring existing Ethernet interface
sarak2/configure/interface/ethernet (0/2)# ip address 2.2.2.1/24
sarak2/configure/interface/ethernet (0/2)# crypto untrusted
sarak2/configure/interface/ethernet (0/2)# exit
sarak2/configure#
Create a VLAN for the Ethernet ports used by IP telephones and Windows 2003 server
and configure the VLAN as a trusted interface. The configuration below is shown for
Ethernet ports 1/18 and 1/19. Repeat the steps as necessary to configure other Ethernet
ports.
3.
sarak2/configure# vlan database
sarak2/configure/vlan/database# vlan 101 bridge 1 name Remote
sarak2/configure/vlan/database# exit
sarak2/configure# interface vlan vlan1.101
sarak2/configure/interface/vlan vlan1.101# ip address 192.168.1.1 255.255.255.0
sarak2/configure/interface/vlan vlan1.101# crypto trusted
sarak2/configure/interface/vlan vlan1.101# exit
sarak2/configure# interface ethernet 1/18
Configuring existing Ethernet interface
sarak2/configure/interface/ethernet (1/18)# switchport mode access
sarak2/configure/interface/ethernet (1/18)# switchport access vlan 101
sarak2/configure/interface/ethernet (1/18)# exit
sarak2/configure# interface ethernet 1/19
Configuring existing Ethernet interface
sarak2/configure/interface/ethernet (1/19)# switchport mode access
sarak2/configure/interface/ethernet (1/19)# switchport access vlan 101
sarak2/configure/interface/ethernet (1/19)# exit
sarak2/configure#