Command Line Interface
64 1553-CNH 160 0787 Uen PA2 2005-09-23
11.2.2.1 ECN330 Switch Connected to an ECN
The uplink port (port 26 in this example) must be configured to run VLAN
247:
Console# configure
Console(config)# vlan database
Console(config-vlan)# vlan 247 name mgmvlan media
ethernet state active
Console(config-vlan)# exit
Console(config)# interface ethernet 1/1-27
Console(config-if)# switchport allowed vlan add 247
tagged
Console(config-if)# exit
Remove VLAN 246 from all ports. The IP address is arbitrary chosen and
must be set to remove the VLAN :
Console(config)# interface ethernet 1/1-27
Console(config-if)# switchport allowed vlan remove
246
Console(config-if)# exit
Console(config)# interface vlan 246
Console(config-if)# ip address 1.1.1.1 255.255.255.0
Console(config-if)# no ip address 1.1.1.1
255.255.255.0
Console(config-if)# exit
Console(config)# vlan database
Console(config-vlan)# no vlan 246
Console(config-vlan)# end
The IP address on VLAN 247 must be set within the range of 10.0.0.2 to
10.0.0.255. In the following the IP address 10.0.0.37 is used.
Console(config)# interface vlan 247