Users Guide

Table Of Contents
2. By default, DHCP client is enabled on the Management interface. Disable the DHCP client operations in INTERFACE mode.
no ip address dhcp
3. Configure an IP address and mask on the Management interface in INTERFACE mode.
ip address A.B.C.D/prefix-length
4. Enable the Management interface in INTERFACE mode.
no shutdown
Configure management interface
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# no ip address dhcp
OS10(conf-if-ma-1/1/1)# ip address 10.1.1.10/24
OS10(conf-if-ma-1/1/1)# no shutdown
Management interface
For management connectivity, use the management VLAN. VLAN 4020 is the default management VLAN and is enabled by
default. The mgmt1/1/1 port is part of VLAN 4020.
You cannot configure gateway addresses, IP addresses, and proxy ARPs on the management interface.
VLAN interfaces
VLANs are logical interfaces and are, by default, in L2 mode. Physical interfaces and port-channels can be members of VLANs.
OS10 supports inter-VLAN routing. You can add IP addresses to VLANs and use them in routing protocols in the same manner
that physical interfaces are used.
When using VLANs in a routing protocol, you must configure the no shutdown command to enable the VLAN for routing
traffic. In VLANs, the shutdown command prevents L3 traffic from passing through the interface. L2 traffic is unaffected by
this command.
Configure an IP address in A.B.C.D/x format on the interface in INTERFACE mode. The secondary IP address is the
interfaces backup IP address.
ip address ip-address/mask [secondary]
Configure VLAN
OS10(config)# interface vlan 10
OS10(conf-if-vl-10)# ip address 1.1.1.2/24
You cannot simultaneously use egress rate shaping and ingress rate policing on the same VLAN.
User-configured default VLAN
By default, VLAN1 serves as the default VLAN for switching untagged L2 traffic on OS10 ports in Trunk or Access mode. The
default VLAN is used for untagged protocol traffic sent and received between switches, such as STPs. If you use VLAN1 for
data traffic for network-specific needs, reconfigure the VLAN ID of the default VLAN.
Assign a new VLAN ID to the default VLAN in CONFIGURATION mode, from 1 to 4093.
default vlan-id vlan-id
In the show vlan output, an asterisk (*) indicates the default VLAN.
Interfaces
351