Configuring the ECN330-switch
404 1553-KDU 137 365 Uen D 2006-06-16
• IP Address – Address of the VLAN interface. Valid IP addresses consist
of four numbers, 0 to 255, separated by periods.
• Subnet Mask – This mask identifies the host address bits used for
routing to specific subnets.
Web - Click IP, General, Routing Interface. Specify an IP interface for each VLAN
that will support routing to other subnets. First specify a primary address, and
click Set IP Configuration. To assign secondary addresses, enter these
addresses one at a time, and click Set IP Configuration after entering each
address.
Figure 174 IP Routing Interface
CLI - This example sets a primary IP address for VLAN 1, and then adds a
secondary IP address for a different subnet also attached to this router interface.
Console(config)#interface vlan 1
Console(config-if)#ip address 10.1.0.253 255.255.255.0
Console(config-if)#ip address 10.1.9.253 255.255.255.0 secondary
Console(config-if)#