To clear mobility manager statistics, use the clear stats mobility command.
clear stats mobility
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to clear mobility manager statistics:
(Cisco Controller) >clear stats mobility Mobility stats cleared.
To test mobility data traffic using CAPWAP, use the cping command.
cping mobility_peer_IP_address
Release | Modification |
---|---|
7.5 |
This command was introduced in the controller 7.5 Release. |
This command tests the mobility data traffic using the new mobility architecture.
The following example shows how to test the data traffic of a controller with peer mobility IP address as 172.12.35.31:
(Cisco Controller) >cping 172.12.35.31
To configure the mobility intercontroller DSCP value, use the config mobility dscp command.
config mobility dscp dscp_value
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to configure the mobility intercontroller DSCP value to 40:
(Cisco Controller) >config mobility dscp 40
To create a new mobility anchor for the WLAN or wired guest LAN, enter, use the config mobility group anchor command.
config mobility group anchor { add | delete} { wlan wlan_id | guest-lan guest_lan_id} anchor_ip
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The wlan_id or guest_lan_id must exist and be disabled.
Auto-anchor mobility is enabled for the WLAN or wired guest LAN when you configure the first mobility anchor. Deleting the last anchor disables the auto-anchor mobility feature and resumes normal mobility for new associations.
The following example shows how to add a mobility anchor with the IP address 192.12.1.5 to a wireless LAN ID 2:
(Cisco Controller) >config mobility group anchor add wlan 2 192.12.1.5
The following example shows how to delete a mobility anchor with the IP address 193.13.1.15 from a wireless LAN:
(Cisco Controller) >config mobility group anchor delete wlan 5 193.13.1.5
To configure the mobility domain name, use the config mobility group domain command.
config mobility group domain domain_name
Domain name. The domain name can be up to 31 case-sensitive characters. |
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to configure a mobility domain name lab1:
(Cisco Controller) >config mobility group domain lab1
To configure the Cisco WLC to detect failed mobility group members (including anchor Cisco WLCs), use the config mobility group keepalive count command.
config mobility group keepalive count count
Number of times that a ping request is sent to a mobility group member before the member is considered unreachable. The range is from 3 to 20. The default is 3. |
The default number of times that a ping request is sent to a mobility group member is 3.
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to specify the number of times a ping request is sent to a mobility group member before the member is considered unreachable to three counts:
(Cisco Controller) >config mobility group keepalive count 3
To configure the controller to detect failed mobility group members (including anchor controllers), use the config mobility group keepalive command.
config mobility group keepalive interval
Interval of time between each ping request sent to a mobility group member. The range is from 1 to 30 seconds. The default value is 10 seconds. |
The default interval of time between each ping request is 10 seconds.
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to specify the amount of time between each ping request sent to a mobility group member to 10 seconds:
(Cisco Controller) >config mobility group keepalive 10
To add or delete users from the mobility group member list, use the config mobility group member command.
config mobility group member { add MAC-addr IP-addr [ group_name] | delete MAC-addr | hash IP-addr { key | none}}
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
8.0 | This command supports both IPv4 and IPv6 address formats. |
(Cisco Controller) >config mobility group member add 11:11:11:11:11:11 209.165.200.225
The following example shows how to configure the hash key of a virtual controller in the same domain:
(Cisco Controller) >config mobility group member hash 209.165.201.1
a819d479dcfeb3e0974421b6e8335582263d9169
To configure the multicast group IP address for nonlocal groups within the mobility list, use the config mobility group multicast-address command.
config mobility group multicast-address group_name ip_address
Member switch group name (if different from the default group name). |
|
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
8.0 | This command supports both IPv4 and IPv6 address formats. |
The following example shows how to configure the multicast group IP address 10.10.10.1 for a group named test:
(Cisco Controller) >config mobility group multicast-address test 10.10.10.1
To enable or disable mobility multicast mode, use the config mobility multicast-mode command.
config mobility multicast-mode { enable | disable} local_group_multicast_address
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to enable the multicast mobility mode for the local mobility group IP address 157.168.20.0:
(Cisco Controller) >config mobility multicast-mode enable 157.168.20.0
To enable new mobility on the Cisco Wireless LAN Controller (WLC), use the config mobility new-architecture command.
config mobility new-architecture { enable | disable}
enable |
Configures the Cisco WLC to switch to the new mobility architecture. |
disable |
Configures the Cisco WLC to switch to the old flat mobility architecture. |
By default, new mobility is disabled.
Release | Modification |
---|---|
7.3.112.0 |
This command was introduced. |
New mobility is supported only on Cisco WiSM2, Cisco 2500 Series Wireless Controllers, Cisco 5500 Series Wireless Controllers, and Cisco 8500 Series Wireless Controllers. New mobility enables the Cisco WLC to be compatible with Converged Access controllers with Wireless Control Module (WCM), such as Cisco Catalyst 3850 Series and the Cisco 5760 Wireless LAN Controllers.
The following example shows how to enable new mobility on the Cisco WLC:
(Cisco Controller) >config mobility new-architecture enable
To configure the Mobility Oracle (MO), use the config mobility oracle command.
config mobility oracle { enable | disable | ip ip_address}
enable |
Enables the MO on startup. |
disable |
Disables the MO on startup. |
ip |
Specifies the IP address of the MO. |
ip_address |
IP address of the MO. |
None
Release | Modification |
---|---|
7.3.112.0 |
This command was introduced. |
8.0 | This command supports only IPv4 address format. |
The MO maintains the client database under one complete mobility domain. It consists of a station database, an interface to the mobility Cisco WLC, and an NTP server. There can be only one MO in the entire mobility domain.
The following example shows how to configure the MO IP address:
(Cisco Controller) >config mobility oracle ip 27.0.0.1
To configure a switch peer group (SPG) on the controller, use the config mobility switchPeerGroup command.
config mobility switchPeerGroup { bridge-domain-id peer-group-name bridge domain id | create peer-group-name | delete peer-group-name | member { add | delete} IP_address [ public_IP_address] peer-group-name | multicast-address peer-group-name multicast_IP_address}
bridge-domain-id |
Configures the bridge domain ID of the SPG. |
peer-group-name |
Name of the SPG. |
bridge domain id |
Bridge domain ID of the SPG. |
create |
Creates an SPG. |
delete |
Deletes an SPG. |
member |
Configures a member switch for an SPG. |
add |
Adds a member switch into an SPG. |
IP_address |
IP address of the member switch. |
public_IP_address |
(Optional) Public IP address of the SPG member. |
multicast-address |
Configures the multicast address of the SPG. |
multicast_IP_address |
Multicast address of the SPG. |
None
Release | Modification |
---|---|
7.3.112.0 |
This command was introduced. |
8.0 | This command supports only IPv4 address format. |
The following example shows how to create an SPG.
(Cisco Controller) >config mobility switchPeerGroup create SPG1
To configure the secure mode for mobility messages between Cisco WLCs, use the config mobility secure-mode command.
config mobility secure-mode { enable | disable}
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to enable the secure mode for mobility messages:
(Cisco Controller) >config mobility secure-mode enable
To reset the mobility statistics, use the config mobility statistics reset command.
config mobility statistics reset
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
This example shows how to reset the mobility group statistics:
(Cisco Controller) >config mobility statistics reset
To configure PMIPv6 and to enable Mobile Access Gateway (MAG) functionality on Cisco WLC, use the config pmipv6 domain command.
config pmipv6 domain domain_name
domain_name |
Name of the PMIPv6 domain. The domain name can be up to 127 case-sensitive, alphanumeric characters. |
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to configure a domain name for a PMIPv6 WLAN:
(Cisco Controller) >config pmipv6 domain floor1
To create a Proxy Mobility IPv6 (PMIPv6) profile for the WLAN, use the config pmipv6 add profile command. You can configure PMIPv6 profiles based on a realm or a service set identifier (SSID).
config pmipv6 add profile profile_name nai { user@realm | @realm | *} lma lma_name apn apn_name
profile_name |
Name of the profile. The profile name is case sensitive and can be up to 127 alphanumeric characters. |
nai |
Specifies the Network Access Identifier of the client. |
user@realm |
Network Access Identifier of the client in the format user@realm. The NAI name is case sensitive and can be up to 127 alphanumeric characters. |
@realm |
Network Access Identifier of the client in the format @realm. |
* |
All Network Access Identifiers. You can have profiles based on an SSID for all users. |
lma |
Specifies the Local Mobility Anchor (LMA). |
lma_name |
Name of LMA. The LMA name is case sensitive and can be up to 127 alphanumeric characters. |
apn |
Specifies the access point. |
ap_name |
Name of the access point. The access point name is case sensitive and can be up to 127 alphanumeric characters. |
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
This command is a prerequisite for using PMIPv6 configuration commands if the controller uses open authentication.
The following example shows how to create a PMIPv6 profile:
(Cisco Controller) >config pmipv6 add profile profile1 nai @vodfone.com lma vodfonelma apn vodafoneapn
To configure an Access Point Name (APN) for a mobile access gateway (MAG), use the config pmipv6 mag apn command.
config pmipv6 mag apn apn-name
apn-name |
Access point name for the MAG. |
None
Release | Modification |
---|---|
8.0 |
This command was introduced. |
By default, the MAG role is WLAN. However, for the lightweight access points, MAG role should be configured as 3GPP. If the MAG role is 3GPP, it is mandatory to specify an APN for the MAG.
To delete an APN for a MAG, use the config pmipv6 delete mag apn apn-name command.
The following example shows how to add an APN for a MAG:
(Cisco Controller) >config pmipv6 mag apn myCiscoAP
To configure the initial timeout between the proxy binding updates (PBUs) when the Mobile Access Gateway (MAG) does not receive the proxy binding acknowledgements (PBAs), use the config pmipv6 mag binding init-retx-time command.
config pmipv6 mag binding init-retx-time units
units |
Initial timeout between the PBUs when the MAG does not receive the PBAs. The range is from 100 to 65535 seconds. |
The default initial timeout is 1000 seconds.
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to configure the initial timeout between the PBUs when the MAG does not receive the PBAs:
(Cisco Controller) >config pmipv6 mag binding init-retx-time 500
To configure the lifetime of the binding entries in the Mobile Access Gateway (MAG), use the config pmipv6 mag binding lifetime command.
config pmipv6 mag binding lifetime units
units |
Lifetime of the binding entries in the MAG. The binding lifetime must be a multiple of 4 seconds. The range is from 10 to 65535 seconds. |
The default lifetime of the binding entries is 65535 seconds.
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
You must configure a Proxy Mobility IPv6 (PMIPv6) domain before you configure the lifetime of the binding entries in the controller.
The following example shows how to configure the lifetime of the binding entries in the controller:
(Cisco Controller) >config pmipv6 mag binding lifetime 5000
To configure the maximum timeout between the proxy binding updates (PBUs) when the Mobility Access Gateway (MAG) does not receive the proxy binding acknowledgments (PBAs), use the config pmipv6 mag binding max-retx-time command.
config pmipv6 mag binding max-retx-time units
units |
Maximum timeout between the PBUs when the MAG does not receive the PBAs. The range is from 100 to 65535 seconds. |
The default maximum timeout is 32000 seconds.
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to configure the maximum timeout between the PBUs when the MAG does not receive the PBAs:
(Cisco Controller) >config pmipv6 mag binding max-retx-time 50
To configure the maximum number of binding entries in the Mobile Access Gateway (MAG), use the config pmipv6 mag binding maximum command.
config pmipv6 mag binding maximum units
units |
Maximum number of binding entries in the MAG. This number indicates the maximum number of users connected to the MAG. The range is from 0 to 40000. |
The default maximum number of binding entries in the MAG is 10000.
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
You must configure a Proxy Mobility IPv6 (PMIPv6) domain before you configure the maximum number of binding entries in the MAG.
The following example shows how to configure the maximum number of binding entries in the MAG:
(Cisco Controller) >config pmipv6 mag binding maximum 20000
To configure the refresh time of the binding entries in the MAG, use the config pmipv6 mag binding refresh-time command.
config pmipv6 mag binding refresh-time units
units |
Refresh time of the binding entries in the MAG. The binding refresh time must be a multiple of 4. The range is from 4 to 65535 seconds. |
The default refresh time of the binding entries in the MAG is 300 seconds.
You must configure a PMIPv6 domain before you configure the refresh time of the binding entries in the MAG.
The following example shows how to configure the refresh time of the binding entries in the MAG:
(Cisco Controller) >config pmipv6 mag binding refresh-time 500
To configure the maximum or minimum amount of time that the MAG waits before retransmitting a Binding Revocation Indication (BRI) message, use the config pmipv6 mag bri delay command.
config pmipv6 mag bri delay { min | max} time
min |
Specifies the minimum amount of time that the MAG waits before retransmitting a BRI message. |
max |
Specifies the maximum amount of time that the MAG waits before retransmitting a BRI message. |
time |
Maximum or minimum amount of time that the Cisco WLC waits before retransmitting a BRI message. The range is from 500 to 65535 milliseconds. |
The default value of the maximum amount of time that the MAG waits before retransmitting a BRI message is 2 seconds.
The default value of the minimum amount of time that the MAG waits before retransmitting a BRI message is 1 second.
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to configure the minimum amount of time that the MAG waits before retransmitting a BRI message:
(Cisco Controller) >config pmipv6 mag bri delay min 500
To configure the maximum number of times that the MAG retransmits the Binding Revocation Indication (BRI) message before receiving the Binding Revocation Acknowledgment (BRA) message, use the config pmipv6 mag bri retries command.
config pmipv6 mag bri retries retries
retries |
Maximum number of times that the MAG retransmits the BRI message before receiving the BRA message. The range is from 1 to 10 retries. |
The default is 1 retry.
The following example shows how to configure the maximum number of times that the MAG retries:
(Cisco Controller) >config pmipv6 mag bri retries 5
To configure a local mobility anchor (LMA) with the mobile access gateway (MAG), use the config pmipv6 mag lma command.
config pmipv6 mag lma lma_name ipv4-address address
lma_name |
Name of the LMA. The LMA name can be a NAI or a string that uniquely identifies the LMA. |
ipv4-address |
Specifies the IP address of the LMA. |
address |
IP address of the LMA. |
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
This command is a prerequisite to configure PMIPv6 parameters on the MAG.
The following example shows how to configure an LMA with the MAG:
(Cisco Controller) >config pmipv6 mag lma vodafonelma ipv4-address 209.165.200.254
To configure the maximum amount of time difference between the timestamp in the received proxy binding acknowledgment (PBA) and the current time of the day for replay protection, use the config pmipv6 mag replay-protection command.
config pmipv6 mag replay-protection { timestamp window time | sequence-no sequence | mobile-node-timestamp mobile_node_timestamp }
timestamp |
Specifies the time stamp of the PBA message. |
window |
Specifies the maximum time difference between the time stamp in the received PBA message and the current time of day. |
time |
Maximum time difference between the time stamp in the received PBA message and the current time of day. The range is from 1 to 300 milliseconds. |
sequence-no |
(Optional) Specifies the sequence number in a Proxy Binding Update message. |
sequence |
(Optional) Sequence number in the Proxy Binding Update message. |
mobile_node_timestamp |
(Optional) Specifies the time stamp of the mobile node. |
mobile_node_timestamp |
(Optional) Time stamp of the mobile node. |
The default maximum time difference is 300 milliseconds.
Only the timestamp option is supported.
The following example shows how to configure the maximum amount of time difference in milliseconds between the time stamp in the received PBA message and the current time of day:
(Cisco Controller) >config pmipv6 mag replay-protection timestamp window 200
To change the state of MAC filtering on a wireless LAN, use the config wlan mobility anchor command.
config wlan mobility anchor { add | delete} wlan_id ip_addr priority priority-number
priority |
Sets priority to the anchored wireless LAN IP address. |
priority-number |
Range between 1 to 3. |
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
8.0 | This command supports only IPv4 address format. |
8.1 | prioritypriority number parameter introduced. |
The following example shows how to configure and set priority to the mobility wireless LAN anchor list with WLAN ID 4 and IPv4 address 192.168.0.14
(Cisco Controller) >config wlan mobility anchor add 4 192.168.0.14 priority 1
To configure interfaces or interface groups for foreign Cisco WLCs, use the config wlan mobility foreign-map command.
config wlan mobility foreign-map { add | delete} wlan_id foreign_mac_address { interface_name | interface_group_name}
Adds an interface or interface group to the map of foreign controllers. |
|
Deletes an interface or interface group from the map of foreign controllers. |
|
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to add an interface group for foreign Cisco WLCs with WLAN ID 4 and a foreign switch MAC address on WLAN 00:21:1b:ea:36:60:
(Cisco Controller) >config wlan mobility foreign-map add 4 00:21:1b:ea:36:60 mygroup1
To configure a default realm for a PMIPv6 WLAN, use the config wlan pmipv6 default-realm command.
config wlan pmipv6 default-realm { default-realm-name | none } wlan_id
default-realm-name | Default realm name for the WLAN. |
none |
Clears the realm name for the WLAN. |
wlan_id |
Wireless LAN identifier between 1 and 512. |
None.
The following example shows how to configure a default realm name on a PMIPv6 WLAN:
(Cisco Controller) >config wlan pmipv6 default-realm XYZ 6
To configure the mobility type on a WLAN, use the config wlan pmipv6 mobility-type command.
config wlan pmipv6 mobility-type { none | pmipv6 } { wlan_id | all }
none |
Configures a WLAN with Simple IP mobility. |
pmipv6 |
Configures a WLAN with PMIPv6 mobility. |
all |
Enables the specified type of mobility for all WLANs. |
wlan_id |
WLAN identifier between 1 and 512. |
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
You must disable the WLAN when you configure the mobility type.
The following example shows how to configure the mobility type as PMIPv6 on a WLAN:
(Cisco Controller) >config wlan pmipv6 mobility-type pmipv6 16
To configure a profile name for the PMIPv6 WLAN, use the config wlan pmipv6 profile_name command.
config wlan pmipv6 profile_name profile_name wlan_id
profile_name |
Profile name for the PMIPv6 WLAN. |
wlan_id |
Wireless LAN identifier from 1 to 512. |
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
This command binds a profile name to the PMIPv6 WLAN or SSID. Each time that a mobile node associates with the controller, it uses the profile name and NAI in the trigger to the PMIPV6 module. The PMIPV6 module extracts all the profile specific parameters such as LMA IP, APN, and NAI and sends the PBU to the ASR5K.
The following example shows how to create a profile named ABC01 on a PMIPv6 WLAN:
(Cisco Controller) >config wlan pmipv6 profile_name ABC01 16
To configure the debugging of 802.11 events, use the debug dot11 command.
debug dot11 { all | load-balancing | management | mobile | nmsp | probe | rldp | rogue | state} { enable | disable}
The following example shows how to enable the debugging of 802.11 settings:
(Cisco Controller) > debug dot11 state enable (Cisco Controller) > debug dot11 mobile enable
To configure the debugging of a passive client that is associated correctly with the access point, use the debug client command.
debug client mac_address
The following example shows how to debug a passive client with MAC address 00:0d:28:f4:c0:45:
(Cisco Controller) >debug client 00:0d:28:f4:c0:45
To configure debugging of Fixed Mobile Convergence Handover Service (FMCHS) of the controller, use the debug fmchscommand.
debug fmchs { all | error | event | nmsp | packet} { enable | disable}
all |
Configures debugging of all FMCHS messages. |
error |
Configures debugging of the FMCHS errors. |
event |
Configures debugging of the FMCHS events. |
nmsp |
Configures debugging of the FMCHS NMSP events. |
packet |
Configures debugging of the FMCHS packets. |
enable |
Enables debugging of the FMCHS options. |
disable |
Disables debugging of the FMCHS options. |
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to enable FMCHS event debugging:
(Cisco Controller) >debug fmchs event enable
To configure the debugging of wireless mobility, use the debug mobility command.
debug mobility { ap-list | config | directory | dtls | handoff | keep-alive | multicast | oracle | packet | peer-ip IP-address | pmk | pmtu-discovery | redha} { enable | disable}
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
8.0 | This command supports both IPv4 and IPv6 address formats. |
The following example shows how to enable the debugging of wireless mobility packets.
(Cisco Controller) >debug mobility handoff enable
To test the mobility Ethernet over IP (EoIP) data packet communication between two Cisco WLCs, use the eping command.
eping mobility_peer_IP_address
IP address of a controller that belongs to a mobility group. |
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
8.0 | This command supports only IPv4 address format. |
This command tests the mobility data traffic over the management interface.
![]() Note | This ping test is not Internet Control Message Protocol (ICMP) based. The term “ping” is used to indicate an echo request and an echo reply message. |
The following example shows how to test EoIP data packets and to set the IP address of a controller that belongs to a mobility group to 172.12.35.31:
(Cisco Controller) >eping 172.12.35.31
To test mobility UDP control packet communication between two Cisco WLCs, use the mping command.
mping mobility_peer_IP_address
IP address of a controller that belongs to a mobility group. |
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
8.0 | This command supports both IPv4 and IPv6 address formats. |
This test runs over mobility UDP port 16666. It tests whether the mobility control packet can be reached over the management interface.
![]() Note | This ping test is not Internet Control Message Protocol (ICMP) based. The term “ping” is used to indicate an echo request and an echo reply message. |
The following example shows how to test mobility UDP control packet communications and to set the IP address of a Cisco WLC that belongs to a mobility group to 172.12.35.31:
(Cisco Controller) >mping 172.12.35.31
To display the number of automatic client handoffs after retries, use the show advanced client-handoff command.
show advanced client-handoff
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to display the client auto handoff mode after excessive retries:
(Cisco Controller) >show advanced client-handoff Client auto handoff after retries................ 130
To display Layer 2 Tunneling Protocol (L2TP) sessions, use the show l2tp command.
show l2tp { summary | ip_address}
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to display a summary of all L2TP sessions:
(Cisco Controller) > show l2tp summary LAC_IPaddr LTid LSid RTid RSid ATid ASid State ---------- ---- ---- ---- ---- ---- ---- -----
To display the syslog facility logging parameters and buffer contents, use the show logging command.
show logging
None
The following example shows how to display the current settings and buffer content details:
(Cisco Controller) >show logging (Cisco Controller) > config logging syslog host 10.92.125.52 System logs will be sent to 10.92.125.52 from now on (Cisco Controller) > config logging syslog host 2001:9:6:40::623 System logs will be sent to 2001:9:6:40::623 from now on (Cisco Controller) > show logging Logging to buffer : - Logging of system messages to buffer : - Logging filter level.......................... errors - Number of system messages logged.............. 1316 - Number of system messages dropped............. 6892 - Logging of debug messages to buffer ........... Disabled - Number of debug messages logged............... 0 - Number of debug messages dropped.............. 0 - Cache of logging ............................. Disabled - Cache of logging time(mins) ................... 10080 - Number of over cache time log dropped ........ 0 Logging to console : - Logging of system messages to console : - Logging filter level.......................... disabled - Number of system messages logged.............. 0 - Number of system messages dropped............. 8243 - Logging of debug messages to console .......... Enabled - Number of debug messages logged............... 0 - Number of debug messages dropped.............. 0 Logging to syslog : - Syslog facility................................ local0 - Logging of system messages to console : - Logging filter level.......................... disabled - Number of system messages logged.............. 0 - Number of system messages dropped............. 8208 - Logging of debug messages to console .......... Enabled - Number of debug messages logged............... 0 - Number of debug messages dropped.............. 0 - Logging of system messages to syslog : - Logging filter level.......................... errors - Number of system messages logged.............. 1316 - Number of system messages dropped............. 6892 - Logging of debug messages to syslog ........... Disabled - Number of debug messages logged............... 0 - Number of debug messages dropped.............. 0 - Number of remote syslog hosts.................. 2 - syslog over tls................................ Disabled - Host 0....................................... 10.92.125.52 - Host 1....................................... 2001:9:6:40::623 - Host 2....................................... Logging of RFC 5424.............................. Disabled Logging of Debug messages to file : - Logging of Debug messages to file.............. Disabled - Number of debug messages logged................ 0 - Number of debug messages dropped............... 0 Logging of traceback............................. Enabled
To display the wireless LAN anchor export list for the Cisco wireless LAN controller mobility groups or to display a list and status of controllers configured as mobility anchors for a specific WLAN or wired guest LAN, use the show mobility anchor command.
show mobility anchor [ wlan wlan_id | guest-lan guest_lan_id]
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The status field display (see example) shows one of the following values:
CNTRL_PATH_DOWN—The mpings failed. The controller cannot be reached through the control path and is considered failed.
DATA_PATH_DOWN—The epings failed. The controller cannot be reached and is considered failed.
CNTRL_DATA_PATH_DOWN—Both the mpings and epings failed. The controller cannot be reached and is considered failed.
The following example shows how to display a mobility wireless LAN anchor list:
(Cisco Controller) >show mobility anchor Mobility Anchor Export List WLAN ID IP Address Status ------- --------------- ------ 12 192.168.0.15 UP GLAN ID IP Address Status ------- --------------- ------- 1 192.168.0.9 CNTRL_DATA_PATH_DOWN
To display the mobility AP list, use the show mobility ap-list command.
show mobility ap-list
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
![]() Note | The AP name is displayed only with New Mobility. With Old Mobility, the AP name is displayed as Unknown. |
(Cisco Controller) >show mobility ap-list
AP Name AP Radio MAC address Controller Learnt From
--------------------------- ----------------------- --------------- ----------------
AP30e4.dbc5.38ab b8:62:1f:e5:33:10 9.7.104.10 Self
To display a mobility wireless LAN foreign map list, use the show mobility foreign-map command.
show mobility foreign-map wlan wlan_id
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to get a mobility wireless LAN foreign map list:
(Cisco Controller) >show mobility foreign-map wlan 2 Mobility Foreign Map List WLAN ID Foreign MAC Address Interface ------- ------------------- --------- 2 00:1b:d4:6b:87:20 dynamic-105
To display the details of the mobility group members in the same domain, use the show mobility group member command.
show mobility group member hash
hash |
Displays the hash keys of the mobility group members in the same domain. |
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to display the hash keys of the mobility group members:
(Cisco Controller) >show mobility group member hash
Default Mobility Domain.......................... new-mob
IP Address Hash Key
---------------------------------------------------------
9.2.115.68 a819d479dcfeb3e0974421b6e8335582263d9169
9.6.99.10 0974421b6e8335582263d9169a819d479dcfeb3e
9.7.7.7 feb3e0974421b6e8335582263d9169a819d479dc
To display the status of the mobility controllers known to the Mobility Oracle (MO) or display the details of the MO client database, use the show mobility oracle command.
show mobility oracle { client { detail | summary} | summary}
client |
Displays the MO client database. |
detail |
Displays details pertaining to a client in MO client database. |
summary |
Displays the summary of the MO database. |
None
Release | Modification |
---|---|
7.3.112.0 |
This command was introduced. |
The following is a sample output of the show mobility oracle summary command:
(Cisco Controller) >show mobility oracle summary
Number of MCs.................................... 2
IP Address MAC Address Link Status Client Count
--------------- ----------------- ----------------- -------------
9.71.104.10 88:43:e1:7d:fe:00 Control Path Down 0
9.71.104.250 e8:b7:48:a2:16:e0 Up 2
The following is a sample output of the show mobility oracle client summary command:
(Cisco Controller) >show mobility oracle client summary
Number of Clients................................ 2
MAC Address Anchor MC Foreign MC AssocTime
----------------- --------------------- ----------------- --------------
00:18:de:b0:5c:91 9.72.104.250 - 0
00:1e:e5:f9:c9:e2 9.72.104.250 - 0
The following is a sample output of the show mobility oracle client detail command:
(Cisco Controller) >show mobility oracle client detail 00:1e:e5:f9:c9:e2
Client MAC Address : ............................ 00:1e:e5:f9:c9:e2
Client IP address : ............................. 0.0.0.0
Anchor MC IP address : .......................... 9.71.104.250
Anchor MC NAT IP address : ...................... 9.71.104.250
Foreign MC IP address : ......................... -
Foreign MC NAT IP address : ..................... -
Client Association Time : ....................... 0
Client Entry update timestamp : ................. 1278543135.0
To display the statistics information for the Cisco wireless LAN controller mobility groups, use the show mobility statistics command.
show mobility statistics
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to display statistics of the mobility manager:
(Cisco Controller) >show mobility statistics Global Mobility Statistics Rx Errors..................................... 0 Tx Errors..................................... 0 Responses Retransmitted....................... 0 Handoff Requests Received..................... 0 Handoff End Requests Received................. 0 State Transitions Disallowed.................. 0 Resource Unavailable.......................... 0 Mobility Initiator Statistics Handoff Requests Sent......................... 0 Handoff Replies Received...................... 0 Handoff as Local Received..................... 2 Handoff as Foreign Received................... 0 Handoff Denys Received........................ 0 Anchor Request Sent........................... 0 Anchor Deny Received.......................... 0 Anchor Grant Received......................... 0 Anchor Transfer Received...................... 0 Mobility Responder Statistics Handoff Requests Ignored...................... 0 Ping Pong Handoff Requests Dropped............ 0 Handoff Requests Dropped...................... 0 Handoff Requests Denied....................... 0 Client Handoff as Local....................... 0 Client Handoff as Foreign ................... 0 Client Handoff Inter Group ................... 0 Anchor Requests Received...................... 0 Anchor Requests Denied........................ 0 Anchor Requests Granted....................... 0 Anchor Transferred............................ 0
To display the summary information for the Cisco WLC mobility groups, use the show mobility summary command.
show mobility summary
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following is a sample output of the show mobility summary command.
(Cisco Controller) >show mobility summary Symmetric Mobility Tunneling (current) .......... Disabled Symmetric Mobility Tunneling (after reboot) ..... Disabled Mobility Protocol Port........................... 16666 Mobility Security Mode........................... Disabled Default Mobility Domain.......................... snmp_gui Multicast Mode .................................. Disabled Mobility Domain ID for 802.11r................... 0x66bd Mobility Keepalive Interval...................... 10 Mobility Keepalive Count......................... 3 Mobility Group Members Configured................ 1 Mobility Control Message DSCP Value.............. 0 Controllers configured in the Mobility Group MAC Address IP Address Group Name Multicast IP Status 00:1b:d4:6b:87:20 1.100.163.70 snmp_gui 0.0.0.0 Up
(Cisco Controller) >show mobility summary
Mobility Protocol Port........................... 16666
Default Mobility Domain.......................... Mobility
Multicast Mode .................................. Disabled
Mobility Domain ID for 802.11r................... 0xb348
Mobility Keepalive Interval...................... 10
Mobility Keepalive Count......................... 3
Mobility Group Members Configured................ 3
Mobility Control Message DSCP Value.............. 0
Controllers configured in the Mobility Group
IP Address Public IP Address Group Name Multicast IP MAC Address Status
9.71.106.2 9.72.106.2 Mobility 0.0.0.0 00:00:00:00:00:00 Control and Data Path Down
9.71.106.3 9.72.106.3 Mobility 0.0.0.0 00:00:00:00:00:00 Control and Data Path Down
9.71.106.69 9.72.106.69 Mobility 0.0.0.0 68:ef:bd:8e:5f:20 Up
To display the summary information of a PMIPv6 domain, use the show pmipv6 domain command.
show pmipv6 domain domain_name profile profile_name
domain_name |
Name of the PMIPv6 domain. The domain name can be up to 127 case-sensitive alphanumeric characters. |
profile |
Specifies the PMIPv6 profile. |
profile_name |
Name of the profile associated with the PMIPv6 domain. The profile name can be up to 127 case-sensitive alphanumeric characters. |
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to display the summary information of a PMIPv6 domain:
(Cisco Controller) >show pmipv6 domain floor1 profile profile1
NAI: @example.com
APN: Example
LMA: Examplelma
NAI: *
APN: ciscoapn
LMA: ciscolma
To display the binding information of a Mobile Access Gateway (MAG), use the show pmipv6 mag binding command.
show pmipv6 mag bindings [ lma lma_name | nai nai_string]
lma |
(Optional) Displays the binding details of the MAG to an Local Mobility Anchor (LMA). |
lma_name |
Name of the LMA. The LMA name is case-sensitive and can be up to 127 alphanumeric characters. |
nai |
(Optional) Displays the binding details of the MAG to a client. |
nai_string |
Network Access Identifier (NAI) of the client. The NAI is case-sensitive and can be up to 127 alphanumeric characters. You can use all special characters except a colon. |
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to display the MAG bindings:
(Cisco Controller) >show pmipv6 mag binding
[Binding][MN]: Domain: D1, Nai: MN1@cisco.com
[Binding][MN]: State: ACTIVE
[Binding][MN]: Interface: Management
[Binding][MN]: Hoa: 0xE0E0E02, att: 3, llid: aabb.cc00.c800
[Binding][MN][LMA]: Id: LMA1
[Binding][MN][LMA]: lifetime: 3600
[Binding][MN][GREKEY]: Upstream: 102, Downstream: 1
To display the global PMIPv6 parameters of the Mobile Access Gateway (MAG), use the show pmipv6 mag globals command.
show pmipv6 mag globals
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to display the global PMIPv6 parameters of a MAG:
(Cisco Controller) >show pmipv6 mag globals
Domain : D1
MAG Identifier : M1
MAG Interface : Management
Max Bindings : 10000
Registration Lifetime : 3600 (sec)
BRI Init-delay time : 1000 (msec)
BRI Max-delay time : 2000 (msec)
BRI Max retries : 1
Refresh time : 300 (sec)
Refresh RetxInit time : 1000 (msec)
Refresh RetxMax time : 32000 (msec)
Timestamp option : Enabled
Validity Window : 7
Peer#1:
LMA Name: AN-LMA-5K LMA IP: 209.165.201.10
Peer#2:
LMA Name: AN-LMA LMA IP: 209.165.201.4
Peer#3:
LMA Name: AN-LMA LMA IP: 209.165.201.4
To display the statistics of the Mobile Access Gateway (MAG), use the show pmipv6 mag stats command.
show pmipv6 mag stats [ domain domain_name peer lma_name]
domain |
(Optional) Displays the MAG statistics for a Local Mobility Anchor (LMA) in the domain. |
domain_name |
Name of the PMIPv6 domain. The domain name is case-sensitive and can be up to 127 alphanumeric characters. |
peer |
(Optional) Displays the MAG statistics for an LMA. |
lma_name |
Name of the LMA. The LMA name is case sensitive and can be up to 127 alphanumeric characters. |
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
This table lists the descriptions of the LMA statistics.
LMA Statistics |
Description |
---|---|
PBU Sent |
Total number of Proxy Binding Updates (PBUs) sent to the LMA by the MAG. PBU is a request message sent by the MAG to a mobile node’s LMA for establishing a binding between the mobile node’s interface and its current care-of address (Proxy-CoA). |
PBA Received |
Total number of Proxy Binding Acknowledgements (PBAs) received by the MAG from the LMA. PBA is a reply message sent by an LMA in response to a PBU message that it receives from a MAG. |
PBRI Sent |
Total number of Proxy Binding Revocation Indications (PBRIs) sent by the MAG to the LMA. |
PBRI Received |
Total number of PBRIs received from the LMA by the MAG. |
PBRA Sent |
Total number of Proxy Binding Revocation Acknowledgements (PBRAs) sent by the MAG to the LMA. |
PBRA Received |
Total number of PBRAs that the MAG receives from the LMA. |
Number of Handoff |
Number of handoffs between the MAG and the LMA. |
The following example shows how to display the LMA statistics:
(Cisco Controller) >show pmipv6 mag stats
[M1]: Total Bindings : 1
[M1]: PBU Sent : 7
[M1]: PBA Rcvd : 4
[M1]: PBRI Sent : 0
[M1]: PBRI Rcvd : 0
[M1]: PBRA Sent : 0
[M1]: PBRA Rcvd : 0
[M1]: No Of handoff : 0
To display the summary of the PMIPv6 profiles, use the show pmipv6 profile summary command.
show pmipv6 profile summary
None
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
The following example shows how to display the summary of the PMIPv6 profiles:
(Cisco Controller) >show pmipv6 profile summary
Profile Name WLAN IDS (Mapped)
------------ -----------------
Group1 6