Intel 480T Switch User Manual


 
108
Intel
®
NetStructure 480T Routing Switch User Guide
VLAN Configuration Examples
Example 1
This example creates a port-based VLAN named accounting,
assigns the IP address 132.15.121.1, and assigns ports 1, 2, 3 and 6
to it:
create vlan accounting
configure accounting ipaddress 132.15.121.1
configure vlan <name> protocol
[<protocol_name> | any]
Configures a protocol-based VLAN. If the
keyword
any is specified, it becomes the
default VLAN. All packets that cannot be
forwarded to other protocol-based VLANs
are assigned to the default VLAN of that port.
configure vlan <name> qosprofile
[<qosprofile> | none]
Configures a VLAN to use a particular QoS
profile. Dynamic forwarding database entries
(FDB) associated with the VLAN are flushed
once the change is committed.
configure vlan <name> tag <vlanid> Assigns a numerical VLANid. The valid
range is from 1 to 4095.
configure vlan <old-name> name <new-
name>
Changes the name of a configured VLAN.
create protocol <protocol_name> Creates a user-defined protocol.
create vlan <name> Creates a named VLAN.
delete protocol <protocol> Removes a protocol.
delete vlan <name> Removes a VLAN.
unconfigure vlan <name> ipaddress Resets the VLAN IP address.
unconfigure vlan <name> xnetid Resets the VLAN xnetid.
Table 7.2: VLAN Configuration Commands (continued)
Command Description