Port Mobility Commands
page 21-14 OmniSwitch 6250 CLI Reference Guide November 2009
vlan ip
Defines an IP network address rule for an existing VLAN. If a device sends traffic that matches the IP
address specified in the rule, the device and its mobile port will join the rule’s VLAN.
vlan vid ip ip_address [subnet_mask]
vlan vid no ip ip_address [subnet_mask]
Syntax Definitions
vid VLAN ID number (1–4094).
ip_address IP network address (e.g., 10.0.0.0, 171.15.0.0, 196.190.254.0)
subnet_mask Class A, B, or C subnet mask (e.g., 255.0.0.0, 255.255.0.0, or
255.255.255.0).
Defaults
By default, the subnet mask is set to the default subnet mask value for the IP address class.
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to delete an IP network address rule from the specified VLAN.
• Network address rules take precedence behind DHCP, binding, and MAC address rules.
• Use DHCP rules in combination with IP network address rules to capture and forward DHCP traffic.
• Rules are only assigned to existing VLANs. Use the vlan command to create a new VLAN.
Examples
-> vlan 10 ip 51.0.0.0 255.0.0.0
-> vlan 20 ip 21.0.0.0
-> vlan 10 no ip 21.0.0.0 255.0.0.0
-> vlan 10 no ip 51.0.0.0
Release History
Release 6.6.1; command was introduced.