Users Guide
By default, a trunk interface carries only untagged trac on the access VLAN — you must manually congure other VLANs for tagged
trac.
1 Select one of the two available options:
• Congure L2 trunking in INTERFACE mode and the tagged VLAN trac that the port can transmit. By default, a trunk port is not
added to any tagged VLAN. You must create a VLAN before you can assign the interface to it.
switchport mode trunk
switchport trunk allowed vlan vlan-id-list
• Recongure the access VLAN assigned to a L2 access or trunk port in INTERFACE mode.
switchport access vlan vlan-id
2 Enable the interface for L2 trac transmission in INTERFACE mode.
no shutdown
L2 interface conguration
OS10(config)# interface ethernet 1/1/7
OS10(conf-if-eth1/1/7)# switchport mode trunk
OS10(conf-if-eth1/1/7)# switchport trunk allowed vlan 5,10
OS10(conf-if-eth1/1/7)# no shutdown
L3 mode conguration
Ethernet and port-channel interfaces are in L2 access mode by default. When you disbale L2 mode and then assign an IP address to an
Ethernet port interface, you place the port in L3 mode.
Congure one primary IP address in L3 mode. You can congure up to 255 secondary IP addresses on an interface. At least one interface in
the system must be in L3 mode before you congure or enter a L3 protocol mode, such as OSPF.
1 Remove a port from L2 switching in INTERFACE mode.
no switchport
2 Congure L3 routing in INTERFACE mode. Add the keyword secondary to congure backup IP addresses.
ip address address [secondary]
3 Enable the interface for L3 trac transmission in INTERFACE mode.
no shutdown
L3 interface conguration
OS10(config)# interface ethernet 1/1/9
OS10(conf-if-eth1/1/9)# no switchport
OS10(conf-if-eth1/1/9)# ip address 10.10.1.92/24
OS10(conf-if-eth1/1/9)# no shutdown
View L3 conguration error
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# ip address 1.1.1.1/24
% Error: remove Layer 2 configuration before assigning an IP
Management interface
The Management interface provides management access to the network device. You can congure the Management interface, but the
conguration options on this interface are limited. You cannot congure gateway addresses and IP addresses if it appears in the main
routing table, and proxy ARP is not supported on this interface.
1 Congure the Management interface in CONFIGURATION mode.
interface mgmt 1/1/1
2 Congure an IP address and mask on the Management interface in INTERFACE mode.
ip address A.B.C.D/prefix-length
66
Interfaces










