show Commands
This section lists the show commands that you can use to display information about the controller ports and interfaces.
show interface summary
To display summary details of the system interfaces, use the show interface summary command.
show interface summary
Syntax Description
This command has no arguments or keywords.
Command Default
None
Command History
Release | Modification |
---|---|
8.3 | This command was introduced. |
Examples
The following example displays the summary of the local IPv4 interfaces:
(Cisco Controller) > show interface summary
Number of Interfaces.......................... 6
Interface Name Port Vlan Id IP Address Type Ap Mgr Guest
-------------------------------- ---- -------- --------------- ------- ------ -----
dyn59 LAG 59 9.10.59.66 Dynamic No No
management LAG 56 9.10.56.60 Static Yes No
redundancy-management LAG 56 0.0.0.0 Static No No
redundancy-port - untagged 0.0.0.0 Static No No
service-port N/A N/A 2.2.2.2 Static No No
virtual N/A N/A 1.2.3.4 Static No No
Examples
The following example displays the summary of the local IPv6 interfaces:
show ipv6 interface summary
Number of Interfaces.......................... 2
Interface Name Port Vlan Id IPv6 Address/Prefix Length
----------------------- ---- -------- ------------------------------------------
management LAG 56 fe80::224:97ff:fe69:69af/64
LAG 56 2001:9:10:56::60/64
service-port N/A N/A fe80::224:97ff:fe69:69a1/64
N/A N/A ::/128
show interface detailed
To display details of the system interfaces, use the show interface command.
show interfacedetailed { interface_name | management | redundancy-management | redundancy-port | service-port | virtual}
Syntax Description
detailed |
Displays detailed interface information. |
interface_name |
Interface name for detailed display. |
management |
Displays detailed management interface information. |
redundancy-management |
Displays detailed redundancy management interface information. |
redundancy-port |
Displays detailed redundancy port information. |
service-port |
Displays detailed service port information. |
virtual |
Displays detailed virtual gateway interface information. |
Command Default
None
Command History
Release | Modification |
---|---|
8.3 | This command was introduced. |
Examples
The following example shows how to display the detailed interface information:
(Cisco Controller) > show interface detailed management
Interface Name................................... management
MAC Address...................................... 00:24:97:69:69:af
IP Address....................................... 9.10.56.60
IP Netmask....................................... 255.255.255.0
IP Gateway....................................... 9.10.56.1
External NAT IP State............................ Disabled
External NAT IP Address.......................... 0.0.0.0
Link Local IPv6 Address.......................... fe80::224:97ff:fe69:69af/64
STATE ........................................... REACHABLE
Primary IPv6 Address............................. 2001:9:10:56::60/64
STATE ........................................... REACHABLE
Primary IPv6 Gateway............................. fe80::aea0:16ff:fe4f:2242
Primary IPv6 Gateway Mac Address................. ac:a0:16:4f:22:42
STATE ........................................... REACHABLE
VLAN............................................. 56
Quarantine-vlan.................................. 0
NAS-Identifier................................... Building1
Active Physical Port............................. LAG (13)
Primary Physical Port............................ LAG (13)
Backup Physical Port............................. Unconfigured
DHCP Proxy Mode.................................. Global
Primary DHCP Server.............................. 9.1.0.100
Secondary DHCP Server............................ Unconfigured
DHCP Option 82................................... Disabled
DHCP Option 82 bridge mode insertion............. Disabled
IPv4 ACL......................................... Unconfigured
IPv6 ACL......................................... Unconfigured
mDNS Profile Name................................ Unconfigured
AP Manager....................................... Yes
Guest Interface.................................. No
L2 Multicast..................................... Enabled
Note |
Some WLAN controllers may have only one physical port listed because they have only one physical port. |
The following example shows how to display the detailed redundancy management interface information:
(Cisco Controller) > show interface detailed redundancy-management
Interface Name................................... redundancy-management
MAC Address...................................... 88:43:e1:7e:0b:20
IP Address....................................... 209.165.201.2
The following example shows how to display the detailed redundancy port information:
(Cisco Controller) > show interface detailed redundancy-port
Interface Name................................... redundancy-port
MAC Address...................................... 88:43:e1:7e:0b:22
IP Address....................................... 169.254.120.5
The following example shows how to display the detailed service port information:
(Cisco Controller) > show interface detailed service-port
Interface Name................................... redundancy-port
MAC Address...................................... 88:43:e1:7e:0b:22
IP Address....................................... 169.254.120.5
The following example shows how to display the detailed virtual gateway interface information:
(Cisco Controller) > show interface detailed virtual
Interface Name................................... virtual
MAC Address...................................... 88:43:e1:7e:0b:20
IP Address....................................... 192.0.2.1
Virtual DNS Host Name............................ Disabled
AP Manager....................................... No
Guest Interface.................................. No
show port
To display the Cisco wireless controller port settings on an individual or global basis, use the show port command.
show port { port-number | summary | detailed-info | sfp-info | vlan }
Syntax Description
port-number |
Port number of the physical interface. |
||
summary |
Displays a summary of all ports. |
||
detailed-info |
Displays detailed port information. |
||
sfp-info |
Displays SFP information.
|
||
vlan |
Displays VLAN port table summary. |
Command History
Release | Modification |
---|---|
8.3 | This command was introduced. |
Examples
The following example shows how to display information about an individual controller port:
(Cisco Controller) > show port 1 STP Admin Physical Physical Link Link Mcast
Pr Type Stat Mode Mode Status Status Trap Appliance POE
-- ------- ---- ------- ---------- ---------- ------ ------- --------- -------
1 Normal Disa Enable Auto 1000 Full Down Enable Enable N/A
Note |
Some controllers may not have multicast or Power over Ethernet (PoE) listed because they do not support those features. |
The following example shows how to display a summary of all ports:
(Cisco Controller) > show port summary STP Admin Physical Physical Link Link Mcast
Pr Type Stat Mode Mode Status Status Trap Appliance POE SFPType
-- ------- ---- ------- ---------- ---------- ------ ------- --------- -------------
1 Normal Forw Enable Auto 1000 Full Up Enable Enable N/A NotPresent
2 Normal Disa Enable Auto 1000 Full Down Enable Enable N/A NotPresent
3 Normal Disa Enable Auto 1000 Full Down Enable Enable N/A NotPresent
4 Normal Disa Enable Auto 1000 Full Down Enable Enable N/A NotPresent
Note |
Some controllers may have only one port listed because they have only one physical port. |
The following example shows how to display SFP information:
(Cisco Controller) > show port sfp-info (Cisco Controller) > FP0 Port SFP Vendor Transceiver Type OUI PartNumber Rev SerialNumber DateCode Auth
1 CISCO-AVAGO (0x08)1000BaseTX XXXX-XXXXX XXXXXXXXXXX XXXXXX ok
2 Not Present (0x00)NOT_SUPPORTED fail
FP0.
show serial
To display the serial (console) port configuration, use the show serial command.
show serial
Syntax Description
This command has no arguments or keywords.
Command Default
The default values for Baud rate, Character, Flow Control, Stop Bits, Parity type of the port configuration are 9600, 8, off, 1, none.
Command History
Release | Modification |
---|---|
8.3 | This command was introduced. |
Examples
The following example shows how to display EIA-232 parameters and the serial port inactivity timeout:
(Cisco Controller) > show serial
Serial Port Login Timeout (minutes)......... 45
Baud Rate................................... 9600
Character Size.............................. 8
Flow Control:............................... Disable
Stop Bits................................... 1
Parity Type:................................ none