Reference Guide

View candidate conguration
OS10(conf-if-eth1/1/1)# show configuration candidate
!
interface ethernet1/1/1
ip address 1.1.1.1/24
no switchport
no shutdown
View running conguration
OS10# show running-configuration
Current Configuration ...
!
interface Ethernet 2/6
no ip address
shutdown
!
interface Ethernet 2/7
no ip address
shutdown
!
interface Ethernet 2/8
no ip address
shutdown
!
interface Ethernet 2/9
no ip address
shutdown
...
View L3 interfaces
OS10# show ip interface brief
Interface IP-Address OK? Method Status Protocol
TenGigabitEthernet 1/1/1 unassigned NO Manual administratively down down
TenGigabitEthernet 1/2/1 unassigned NO Manual administratively down down
TenGigabitEthernet 1/3/1 unassigned YES Manual up up
TenGigabitEthernet 1/4/1 unassigned YES Manual up up
TenGigabitEthernet 1/5/1 unassigned YES Manual up up
TenGigabitEthernet 1/6/1 10.10.10.1 YES Manual up up
TenGigabitEthernet 1/7/1 unassigned NO Manual administratively down down
TenGigabitEthernet 1/8/1 unassigned NO Manual administratively down down
TenGigabitEthernet 1/9/1 unassigned NO Manual administratively down down
View VLAN conguration
OS10(config)# do show vlan
Codes: * - Default VLAN, M - Management VLAN, R - Remote Port Mirroring VLANs
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
* 1 up A
Eth1/1/5-1/1/8,1/1/27-1/1/28,1/1/31-1/1/54
1002 down
Interface commands
channel-group
Assigns an interface to a port-channel group.
Syntax
channel-group channel-number mode {active | on | passive}
Parameters
channel-number — Enter a port-channel number (1 to 128).
Interfaces 95