Connectivity Guide

View congured VLANs
OS10(config)# do show interface vlan
Vlan 1 is up, line protocol is up
Address is , Current address is
Interface index is 69208865
Internet address is not set
MTU 1532 bytes
LineSpeed auto
Flowcontrol rx off tx off
ARP type: ARPA, ARP Timeout: 240
Last clearing of "show interface" counters Queueing strategy: fifo Time since last interface
status change:
Vlan 200 is up, line protocol is up
Address is , Current address is
Interface index is 69209064
Internet address is not set
MTU 1532 bytes
LineSpeed auto
Flowcontrol rx off tx off
ARP type: ARPA, ARP Timeout: 240
Last clearing of "show interface" counters Queueing strategy: fifo Time since last interface
status change:
Vlan 320 is up, line protocol is up
Address is , Current address is
Interface index is 69209184
Internet address is not set
MTU 1532 bytes
LineSpeed auto
Flowcontrol rx off tx off
ARP type: ARPA, ARP Timeout: 240
Last clearing of "show interface" counters Queueing strategy: fifo Time since last interface
status change:
Access mode
An access port is an untagged member of only one VLAN. Congure a port in Access mode and congure which VLAN carries the trac
for that interface. If you do not congure the VLAN for a port in Access mode, or an access port, the interface carries trac for VLAN 1,
the default VLAN.
Change the access port membership in a VLAN by specifying the new VLAN. You must create the VLAN before you can assign the port in
Access mode to that VLAN. Use the no switchport access vlan command to reset to default VLAN.
1 Congure a port in INTERFACE mode.
interface ethernet node/slot/port[:subport]
2 Set the interface to Switchport mode as access in INTERFACE mode.
switchport mode access
3 Enter the VLAN number for the untagged port in INTERFACE mode.
switchport access vlan vlan-id
Congure port in Access mode
OS10(config)# interface ethernet 1/1/9
OS10(config-if-eth1/1/9)# switchport mode access
OS10(config-if-eth1/1/9)# switchport access vlan 604
Layer 2
369