![]() |
Cisco IOS IP Mobility Command Reference
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nai proxy mobile ipv6 through tunnel mode gre
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contents
nai (proxy mobile ipv6) through tunnel mode gre networkTo associate a network, to which an IPv4 or IPv6 pool can be configured, with a Local Mobility Anchor (LMA) or a mobile node (MN), use the network command in LMA configuration mode or MN configuration mode. To disassociate the network from the LMA or MN, use the no form of this command. Command ModesMobile node configuration (config-ipv6-pmipv6-domain-mn) LMA configuration mode (config-ipv6-pmipv6-lma) Usage GuidelinesUse the network command in LMA configuration mode or MN configuration mode, to associate a network, to which an IPv4 or IPv6 pool can be configured, with an LMA or MN. You can associate only one IPv4 or IPv6 pool to a network. The name of the network configured in an LMA is recorded as an attribute in the MN profile. ExamplesThe following example shows how to associate a network with an LMA: Device(config)# ipv6 mobile pmipv6-lma lma1 domain dn1 Device(config-ipv6-pmipv6-lma)# address ipv4 192.0.2.1 Device(config-ipv6-pmipv6-lma)# network network1 The following example shows how to associate a network to with an MN: Device(config)# ipv6 mobile pmipv6-domain dn1 Device(config-ipv6-pmipv6-domain)# nai example1@example.com Device(config-ipv6-pmipv6-domain-mn)# network network1 nai (proxy mobile IPv6)T o specify the network address identifier (NAI) for the IPv6 mobile node, use the naicommand in home agent configuration mode or IPv6 mobile router host configuration mode. To remove a host configuration, use the no form of this command. Command Modes
Usage GuidelinesThe nai command can be used to configure a specific user NAI or a generic realm for defining a group. When the address command is configured with a specific IPv6 address, the nai command cannot be configured using the @realm argument. For example, the following nai command configuration would not be valid because the address command is configured with the specific address baba::1: host group group1 nai @cisco.com address baba::1 Two different profiles cannot be configured with the nai command configured with the same @realm value. For example, the following two profiles are configured with the same NAI realmof @cisco.com, which is not valid: host group group1 nai @cisco.com host group group2 nai @cisco.com However, if the one of the profiles uses a fully qualified NAI, which is configured using the nai command with the user@realm argument, its properties take precedence over the group profile for that user, and the second group's configuration using the nai command with the @realm argument is valid. host group group1 nai example@cisco.com host group group2 nai @cisco.com network (mobile networks)To specify a list of mobile networks for a mobile router, use the network command in mobile networks configuration mode. To remove an entry, use the no form of this command. Usage GuidelinesWhen the mobile router is registered, the home agent injects the mobile networks into its routing table. ExamplesThe following configuration example shows how to associate the mobile router address, 10.1.1.10, with the mobile networks: Mobile Router Configuration:ip mobile router address 10.1.1.10 255.255.255.0 home-agent 10.1.1.20 ip mobile secure home-agent 10.1.1.20 spi 100 key hex 12345678123456781234567812345678 Home Agent Configuration:! mobile host is mobile router address ip mobile host 10.1.1.10 virtual-network 10.0.0.0 255.0.0.0 ! associates mobile router address with mobile networks ip mobile mobile-networks 10.1.1.10 description jet network 172.6.1.0 255.255.255.0 ip mobile secure host 10.1.1.10 spi 100 key hex 12345678123456781234567812345678 physical-interfaceTo create a physical subinterface and to associate it with the Virtual Multipoint Interface (VMI) on a router, use the physical-interface command in interface configuration mode. To return to the default mode, use the no form of this command. Command History
Usage GuidelinesThe physical-interface command supports the subinterfaces and VLANs associated with an interface. This command also allows VMI interface to operate over encapsulated interfaces, if required. Only one physical interface can be assigned to a VMI interface. Because there is very high number of VMI interfaces that can be used, assign a new VMI for each physical interface. pool ipv4To specify the name of the IPv4 address pool, from which a home address is allocated to a mobile node (MN), in a Local Mobility Anchor (LMA), use the pool ipv4 command in LMA-network configuration mode. To disassociate an IPv4 address pool from an LMA, use the no form of this command. Usage GuidelinesConfigure the ip local pool command in global configuration mode before using the pool ipv4 command. Use the same pool name that you specified in the ip local pool command, in the pool ipv4 command. Use the pool ipv4 command in LMA-network configuration mode to specify the name of the IPv4 address pool, from which a home address is allocated to a MN subscriber, in a Local Mobility Anchor (LMA). pool ipv6To specify the name of the IPv6 prefix pool, from which a home network prefix is allocated to a mobile node (MN), in a Local Mobility Anchor (LMA), use the pool ipv6 command in LMA-network configuration mode. To disassociate an IPv6 prefix pool from an LMA, use the no form of this command. Command Modes
Usage GuidelinesConfigure the ipv6 local pool in global configuration mode before using the pool ipv6 command. Use the same pool name that you specified in the ipv6 local pool command, in the pool ipv6 command. Use the pool ipv6 command in LMA-network configuration mode to specify the name of the IPv4 address pool, from which a home address is allocated to a mobile node (MN) subscriber, in a Local Mobility Anchor (LMA). redundancy groupTo configure fault tolerance for the mobile router, use the redundancy group command in mobile router configuration mode. To disable this functionality, use the no form of this command. Usage GuidelinesThe redundancy group command provides f ault tolerance by selecting one mobile router in the redundancy group name argument to provide connectivity for the mobile networks. This mobile router is in the active state. The other mobile routers are passive and wait until the active mobile router fails before a new active mobile router is selected. Only the active mobile router registers and sets up proper routing for the mobile networks. The redundancy state is either active or passive. register (mobile networks)To dynamically register the mobile networks with the home agent, use the register command in mobile networks configuration mode. To disable the registration, use the no form of this command. Usage GuidelinesWhen the mobile router registers its mobile networks on the home agent, the home agent looks up the mobile network configuration and verifies that the register command is configured before adding forwarding entries into the home agent forwarding table for the mobile router. If the mobile router is not configured properly, the home agent will reject the request with error code 129. It is possible to have both statically configured mobile networks and dynamically registered mobile networks. However, static mobile network configurations take precedence over dynamic mobile network registrations. For example, if a mobile router tries to dynamically add (or delete) a mobile network and that network is already statically configured for that mobile router or any other mobile router, then the dynamic mobile network is ignored and an error message is generated. Similarly, if a mobile router has dynamically added a mobile network, an attempt by another mobile router to dynamically add or delete the same mobile network is ignored and an error message is generated. ExamplesIn the following example, the mobile router is configured to dynamically register its mobile networks with the home agent: router mobile ip mobile home-agent ip mobile host 10.20.30.4 interface Ethernet 1 !Associated host address that informs HA that 10.20.30.4 is actually an MR ip mobile mobile-networks 10.20.30.4 register ip mobile secure host 10.20.30.4 spi 100 key hex 12345678123456781234567812345678 register (mobile router)To con trol the registration parameters of the IPv6 mobile router, use the register command in mobile router configuration mode or IPv6 mobile router configuration mode. To return the registration parameters to their default settings, use the no form of this command.
register
{extend expire seconds retry number interval seconds | lifetime seconds | retransmit initial milliseconds maximum milliseconds retry number}
no
register
{extend expire seconds retry number interval seconds | lifetime seconds | retransmit initial milliseconds maximum milliseconds retry number}
Syntax Description
Usage GuidelinesThe register lifetimesecondscommand configures the lifetime that the mobile router requests in a registration request. The home agent also has lifetimes that are set. If the registration request from a mobile router has a greater lifetime than the registration reply from the home agent, the lifetime set on the home agent will be used for the registration. If the registration request lifetime from the mobile router is less than the registration reply from the home agent, the lifetime set on the mobile router will be used. Thus, the smaller lifetime between the home agent and mobile router is used for registration. ExamplesThe following example specifies a registration lifetime of 600 seconds: ip mobile router address 10.1.1.10 255.255.255.0 home-agent 10.1.1.20 register lifetime 600 Related Commands
replay-protectionTo configure the replay protection mechanism within the Proxy Mobile IPv6 (PMIPv6) domain, the Mobile Access Gateway (MAG), or the Local Mobility Anchor (LMA), use the replay-protection command in the appropriate configuration mode. To disable the replay protection mechanism, use the no form of this command. Command DefaultThe replay protection mechanism is configured with the time stamp default window period as 7 seconds. Command ModesLMA configuration (config-ipv6-pmipv6-lma) MAG configuration (config-ipv6-pmipv6-mag) PMIP domain configuration (config-ipv6-pmipv6-domain) Usage GuidelinesThe window period is the maximum amount of time difference, in seconds, between the time stamp in the received PBU message and the current time of day on the LMA that is allowed by the LMA for the received message to be considered valid. The timestamp window seconds keyword-argument pair is the TimestampValidityWindow configuration variable that is documented in RFC 5213, where the default value for the variable is 300 milliseconds, which must be adjusted to suit the deployment. Use the replay-protection command in PMIP domain configuration mode to configure the replay protection mechanism within the Proxy Mobile IPv6 (PMIPv6) domain. Use the replay-protection command in MAG configuration mode to configure the replay protection mechanism within the MAG. Use the replay-protection command in LMA configuration mode to configure the replay protection mechanism within the LMA. Use the replay-protection timestamp command in PMIP domain configuration mode to configure the replay protection mechanism. If the PMIP domain is configured using the ipv6 mobile pmipv6-domain domain-name load-aaa command, use the replay-protection timestamp command to override the time stamp configuration. Use the replay-protection timestamp command in MAG configuration mode to configure the replay protection mechanism for the MAG. The no replay-protection timestamp command sets the time stamp window period to 7 seconds. ExamplesThe following example shows how to configure the replay protection mechanism with a window period of 200 seconds within the PMIP domain: Router(config)# ipv6 mobile pmipv6-domain dn1 Router(config-ipv6-pmipv6-domain)# replay-protection timestamp window 200 The following example shows how to reset the replay protection mechanism to the default window period within the MAG: Router(config)# ipv6 mobile pmipv6-domain dn1 Router(config-ipv6-pmipv6-domain)# exit Router(config)# ipv6 mobile pmipv6-mag mag1 domain dn1 Router(config-ipv6-pmipv6-mag)# no replay-protection timestamp The following example shows how to reset the replay protection mechanism to the default window period within the LMA: Router(config)# ipv6 mobile pmipv6-domain dn1 Router(config-ipv6-pmipv6-domain)# exit Router(config)# ipv6 mobile pmipv6-lma lma1 domain dn1 Router(config-ipv6-pmipv6-mag)# no replay-protection timestamp reverse-tunnelTo enable the reverse tunnel function on the mobile router, use the reverse-tunnelcommand in mobile router configuration mode. To disable the reverse tunnel function, use the no form of this command. roleTo configure the role of the Mobile Access Gateway (MAG), use the role command in MAG configuration mode. To remove the role of the MAG, use the no form of this command. Usage GuidelinesThe default role WLAN cannot be disabled, but can be reconfigured to 3GPP, LTE, or WiMAX. The no role {3gpp | lte | wimax} command will reset the role of the MAG to WLAN. In Cisco IOS XE Release 3.4, the only supported roles for the MAG are 3GPP and WLAN. router mobileTo enable Mobile IP on the router, use the router mobile command in global configuration mode. To disable Mobile IP, use the no form of this command. service (proxy mobile IPv6)To configure the service provided to a mobile node (MN) within the Proxy Mobile IPv6 (PMIP) domain, use the service command in PMIP domain MN configuration mode. To disable the service configuration, use the no form of this command. show ip mobile aaa requests hostTo display pending requests sent to the accounting, authentication, and authorization (AAA) host, use the show ip mobile aaa requests hostcommand in privileged EXEC mode. Command DefaultIf the IP address of a mobile node is not specified, information for all mobile nodes is displayed. ExamplesThe following is sample output from the show ip mobile aaa requests host command for IP address 192.168.0.0:
Router# show ip mobile aaa requests host 192.168.0.0
Host 1.1.1.1 has sent author request to AAA
Reason: HOST_AUTHEN
The following is sample output from the show ip mobile aaa requests host command for network access identifier user06@example.com: Router# show ip mobile aaa requests host nai user06@example.com Host user06@cisco.com has sent author request to AAA Reason: HOST_AUTHEN show ip mobile bindingTo display the mobility binding table on the home agent (HA), use the show ip mobile bindingcommand in privileged EXEC mode. Syntax Description
Command History
Usage GuidelinesYou can display a list of all bindings if you press enter. You can also specify an IP address for a specific home agent using the show ip mobile binding home-agent ip-addresscommand. If the session-id string combination is specified, only the binding entry for that session identifier is displayed. A session identifier is used to uniquely identify a Mobile IP flow. A Mobile IP flow is the set of {NAI, IP address}. The flow allows a single NAI to be associated with one or multiple IP addresses, for example, {NAI, ipaddr1}, {NAI, ipaddr2}, and so on. A single user can have multiple sessions for example, when logging through different devices such as a PDA, cellular phone, or laptop. If the session identifier is present in the initial registration, it must be present in all subsequent registration renewals from that MN. ExamplesThe following is sample output from the show ip mobile bindingcommand:
Router# show ip mobile binding
Mobility Binding List:
Total 1
10.0.0.1:
Care-of Addr 10.0.0.31, Src Addr 10.0.0.31,
Lifetime granted 02:46:40 (10000), remaining 02:46:32
Flags SbdmGvt, Identification B750FAC4.C28F56A8,
Tunnel100 src 10.0.0.5 dest 10.0.0.31 reverse-allowed
Routing Options - (G)GRE
Service Options:
NAT detect
The following is sample output from the show ip mobile bindingcommand when mobile networks are configured or registered on the home agent:
Router# show ip mobile binding
Mobility Binding List:
Total 1
10.0.4.1:
Care-of Addr 10.0.0.5, Src Addr 10.0.0.5
Lifetime granted 00:02:00 (120), remaining 00:01:56
Flags sbDmgvT, Identification B7A262C5.DE43E6F4
Tunnel0 src 10.0.0.3 dest 10.0.0.5 reverse-allowed
MR Tunnel1 src 10.0.0.3 dest 10.0.4.1 reverse-allowed
Routing Options - (D)Direct-to-MN (T)Reverse-tunnel
Mobile Networks: 10.0.0.0/255.255.255.0(S)
10.0.0.0/255.255.255.0 (D)
10.0.0.0/255.0.0.0(D)
The following is sample output from the show ip mobile bindingcommand with session identifier information:
Router# show ip mobile binding
Mobility Binding List:
Total 1
10.100.100.19:
Care-of Addr 10.70.70.2, Src Addr 10.100.100.1,
Lifetime granted 00:33:20 (20000), remaining 00:30:56
Flags SbdmGvt, Identification BC1C2A04.EA42659C,
Tunnel0 src 10.100.100.100 dest 10.70.70.2 reverse-allowed
Routing Options
Session identifier 998811234
SPI 333 (decimal 819) MD5, Prefix-suffix, Timestamp +/-255, root key
Key 38a38987ad0a399cb80940835689da66
SPI 334 (decimal 820) MD5, Prefix-suffix, Timestamp +/-255, session key
Key 34c7635a313038611dec8c16681b55e0
The following sample output shows that the home agent is configured to detect network address translation (NAT): Router# show ip mobile binding nai mn@cisco.com Mobility Binding List: mn@cisco.com (Bindings 1): Home Addr 10.99.101.1 Care-of Addr 192.168.1.202, Src Addr 192.168.157.1 Lifetime granted 00:03:00 (180), remaining 00:02:20 Flags sbDmg-T-, Identification BCF5F7FF.92C1006F Tunnel0 src 192.168.202.1 dest 192.168.157.1 reverse-allowed Routing Options - (D)Direct-to-MN (T)Reverse-tunnel Service Options: NAT detect The following sample output shows that multipath support is enabled:
Router# show ip mobile binding
Mobility Binding List:
Total 1
10.1.1.1:
Care-of Addr 10.1.1.11, Src Addr 10.1.1.11
Lifetime granted 10:00:00 (36000), remaining 09:52:40
Flags sbDmg-T-, Identification C5441314.61D36B14
Tunnel1 src 12.1.1.10 dest 10.1.1.11 reverse-allowed
MR Tunnel1 src 12.1.1.10 dest 10.1.1.11 reverse-allowed
Routing Options - (D)Direct-to-MN (T)Reverse-tunnel
Mobile Networks: 10.38.0.0/255.255.0.0 (D)
Roaming IF Attributes: BW 10000 Kbit, ID 3247
Description First Lan Interface
Multi-path Metric bandwidth
The below table describes the significant fields shown in the display.
Related Commands
show ip mobile globalsTo display global information for mobile agents, use the show ip mobile globalscommand in privileged EXEC mode. Command History
Usage GuidelinesThis command shows the services provided by the home agent or foreign agent. Note the deviation from RFC 3344: the foreign agent will not display busy or registration required information. Both are handled on a per-interface basis (see the show ip mobile interface command), not at the global foreign agent level. ExamplesThe following is sample output from the show ip mobile globalscommand:
Router# show ip mobile globals
IP Mobility global information:
Home Agent
Registration lifetime: 10:00:00 (36000 secs)
Broadcast enabled
Replay protection time: 7 secs
Reverse tunnel enabled
ICMP Unreachable enabled
Strip realm enabled
NAT detect disabled
HA Accounting enabled using method list: mylist
Address 1.1.1.1
Virtual networks
10.0.0.0/8
Foreign Agent
Pending registrations expire after 120 seconds
Care-of address advertised
Mobile network route injection enabled
Mobile network route redistribution disabled
Mobile network route injection access list mobile-net-list
Ethernet2/2 (10.10.10.1) - up
Mobility Agent
1 interfaces providing service
Encapsulations supported: IPIP and GRE
Tunnel fast switching enabled, cef switching enabled
Discovered tunnel MTU aged out after 1:00:00
The following example shows that home agent UDP tunneling is enabled with a keepalive timer set at 60 seconds and forced UDP tunneling enabled. Router# show ip mobile globals IP Mobility global information: Home agent Registration lifetime: 10:00:00 (36000 secs) Broadcast disabled Replay protection time: 7 secs Reverse tunnel enabled ICMP Unreachable enabled Strip realm disabled NAT Traversal disabled HA Accounting disabled NAT UDP Tunneling support enabled UDP Tunnel Keepalive 60 Forced UDP Tunneling enabled Virtual networks 10.99.101.0/24 Foreign agent is not enabled, no care-of address 0 interfaces providing service Encapsulations supported: IPIP and GRE Tunnel fast switching enabled, cef switching enabled Tunnel path MTU discovery aged out after 10 min The following example shows that NAT UDP tunneling support is enabled on the foreign agent with a keepalive timer set at 110 seconds and forced UDP tunneling disabled. Router# show ip mobile globals IP Mobility global information: Foreign Agent Pending registrations expire after 120 secs Care-of addresses advertised Mobile network route injection disabled Ethernet2/2 (10.30.30.1) - up 1 interface providing service Encapsulations supported: IPIP and GRE Tunnel fast switching enabled, cef switching enabled Tunnel path MTU discovery aged out after 10 min NAT UDP Tunneling support enabled UDP Tunnel Keepalive 110 Forced UDP Tunneling disabled The following example output shows that multipath support is enabled:
Router# show ip mobile globals
IP Mobility global information:
Home Agent
Registration lifetime: 10:00:00 (36000 secs)
Broadcast disabled
Replay protection time: 7 secs
....
UDP Tunnel Keepalive 110
Forced UDP Tunneling disabled
Multiple Path Support enabled
The below table describes the significant fields shown in the sample output.
show ip mobile host
show
ip
mobile
host
[address | interface interface | network address | nai string | group [nai string] | summary]
Syntax Description
ExamplesThe following is sample output from the show ip mobile hostcommand:
Router# show ip mobile host
10.34.253.147:
Allowed lifetime 10:00:00 (36000/default)
Roam status -Registered-, Home link on virtual network 10.34.253.128 /26
Accepted 2082, Last time 02/13/03 01:03:24
Overall service time 1w0d
Denied 32, Last time 01/03/03 21:13:43
Last code 'registration id mismatch (133)'
Total violations 32
Tunnel to MN - pkts 0, bytes 0
Reverse tunnel from MN - pkts 0, bytes 0
The following is sample output from the show ip mobile host naistringcommand:
Router# show ip mobile host nai
jane@cisco.com
jane@cisco.com
Allowed lifetime 10:00:00 (36000/default)
Roam status -Registered-, Home link on interface Loopback0
Bindings 10.34.253.205
Accepted 3705, Last time 02/13/03 01:02:37
Overall service time 6d05h
Denied 4918, Last time 01/30/03 20:59:14
Last code 'administratively prohibited (129)'
Total violations 262
Tunnel to MN - pkts 0, bytes 0
Reverse tunnel from MN - pkts 0, bytes 0
The below table describes the significant fields shown in the display.
The following is sample output from the show ip mobile host groupcommand for groups configured with the ip mobile host command:
Router# show ip mobile host group
20.0.0.1 - 20.0.0.20:
Home link on virtual network 20.0.0.0 /8, Care-of ACL -none-
Security associations on router, Allowed lifetime 10:00:00 (36000/default)
The below table describes the significant fields shown in the display.
show ip mobile interfaceTo display advertisement information for interfaces that are providing foreign agent service or are home links for mobile nodes, use the show ip mobile interfacecommand inprivilegedEXEC mode. ExamplesThe following is sample output from the show ip mobile interfacecommand:
Router# show ip mobile interface
IP Mobility interface information:
IRDP disabled
Interface Ethernet3:
Prefix Length not advertised
Lifetime is 36000 seconds
Home Agent service provided
The below table describes the significant fields shown in the display.
show ip mobile mobile-networksTo display a list of mobile networks associated with the mobile router, use the show ip mobile mobile-networkscommandinprivilegedEXEC mode. Usage GuidelinesThe home agent maintains a list of static and dynamic mobile networks associated with mobile routers. ExamplesThe following is sample output from the show ip mobile mobile-networks command:
Router# show ip mobile mobile-networks
Mobile Networks:
MR 20.0.4.1:
Dynamic registration
Configured:10.2.0.0/255.255.255.0
Registered:10.3.0.0/255.255.255.0
10.4.0.0/255.0.0.0
10.5.0.0/255.255.255.0
The following is sample output from the show ip mobile mobile-networks command when multipath support is enabled:
Router# show ip mobile mobile-networks
Mobile Networks:
MR 10.1.1.1:
Multiple Paths Support Enabled
Dynamic registration
Registered:10.2.0.0/255.255.255.0
The below table describes the significant fields in the display.
show ip mobile proxyTo display information about a proxy Mobile IP host, use the show ip mobile proxycommand in privileged EXEC mode. show ip mobile routerTo display configuration information and monitoring statistics about the mobile router, use the show ip mobile router command in privileged EXEC mode. Command History
Usage GuidelinesThe display includes the mobile router configuration information such as the home address and network mask, home agent, and registration settings, and operational information such as status, tunnel interface, active foreign agent, and care-of address. ExamplesThe following is sample output from the show ip mobile routercommand:
Router# show ip mobile router
Mobile Router
Enabled 05/30/02 11:16:03
Last redundancy state transition 05/30/02 11:15:01
Configuration:
Home Address 10.0.4.1 Mask 255.255.255.0
Home Agent 10.0.0.3 Priority 100 (best) (current)
Registration lifetime 120 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Extend Expire 120, Retry 3, Interval 10
Redundancy group AlwaysUp (active)
Mobile Networks:Ethernet5 (10.0.0.0/255.255.255.248)
Ethernet2 (10.0.0.0/255.0.0.0)
Ethernet3 (10.1.0.0/255.255.255.0)
Monitor:
Status -Registered-
Active foreign agent 10.0.1.2, Care-of 10.0.1.2
On interface Serial0
Tunnel0 mode IP/IP
The following is sample output from the show ip mobile routercommand when a mobile router is registered using a CCoA:
Router# show ip mobile router
Mobile Router
Enabled 02/12/02 18:29:13
Last redundancy state transition NEVER
Configuration:
Home Address 10.0.4.1 Mask 255.255.255.0
Home Agent 10.0.0.3 Priority 100 (best)
Registration lifetime 120 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Extend Expire 120, Retry 3, Interval 10
Monitor:
Status -Registered-
Using Collocated Care-of Address 10.0.0.1
On interface Ethernet1
Tunnel0 mode IP/IP
The following is sample output from the show ip mobile routercommand when GRE encapsulation is globally configured on the mobile router. When GRE encapsulation is enabled, the line "Request GRE tunnel" is displayed in the output and the tunnel mode is shown as "GRE/IP."
Router# show ip mobile router
Mobile Router
Enabled 01/11/00 06:59:19
Last redundancy state transition NEVER
Configuration:
Home Address 10.80.80.1 Mask 255.255.255.0
Home Agent 10.40.40.1 Priority 100 (best) (current)
Registration lifetime 65534 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Extend Expire 20, Retry 10, Interval 1
Request GRE tunnel
Mobile Networks:Ethernet1/3 (172.16.143.0/255.255.255.0)
TokenRing4/3 (172.16.153.0/255.255.255.0)
Monitor:
Status -Registered-
Active foreign agent 10.52.52.1, Care-of 10.52.52.1
On interface TokenRing4/2
Tunnel0 mode GRE/IP
The following is sample output when the mobile router is configured for multipath support:
Router# show ip mobile router
Mobile Router
Enabled 11/22/05 05:37:17
Last redundancy state transition NEVER
Configuration:
Home Address 10.1.1.10 Mask 255.255.255.0
Home Agent 10.1.1.2 Priority 100 (best) (current)
Registration lifetime 90 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Extend Expire 120, Retry 3, Interval 10
Reverse tunnel required
Multi-path active, Requested metric: bandwidth, Using metric: bandwidth
Mobile Networks: Ethernet3/0 (172.16.1.0/255.255.255.0)
Loopback44 (192.168.1.0/255.255.255.0)
Monitor:
Status -Registered-
Foreign Agent 172.20.1.1, Care-of 172.20.1.1
On interface Ethernet1/0
Tunnel0 mode IP/IP
Collocated care-of address 172.30.1.11
On interface Ethernet2/0
Tunnel2 mode IP/IP
Collocated care-of address 172.40.1.11
On interface Ethernet3/0
Tunnel3 mode GRE/IP
The below table describes the significant fields shown in the display.
show ip mobile router agentTo display information about the agents for the mobile router, use the show ip mobile router agent command inprivilegedEXEC mode. Command History
Usage GuidelinesThis command displays a list containing information on all foreign agents currently discovered on the mobile router. This list also displays information about each interface configured for static or dynamic CCoA. An interface must be "up" to be displayed on the list. You can use the clear ip mobile router agent command to clear foreign agent care-of addresses (CoAs) but not static CCoAs. CCoAs cannot be cleared. ExamplesThe following is sample output from the show ip mobile router agentcommand when a CCoA is configured on a mobile router interface:
Router# show ip mobile router agent
Mobile Router Agents:
Foreign agent 45.0.0.2:
Care-of address 42.0.0.2
Interface Ethernet1, MAC 0030.9492.6627
Agent advertisement seq 56649, Flags rbhFmGvt, Lifetime 36000
IRDP advertisement lifetime 30, Remaining 29
Last received 02/13/02 17:55:48
First heard 02/13/02 11:21:46
Collocated Care-of address 48.0.0.1 (static):
Interface Ethernet2
Default gateway 48.0.0.2
Registration retry interval 60
Next CCoA reg attempt in 00:00:55 seconds
Collocated Care-of address 11.0.0.7 (dynamic):
Interface Serial0
Registration retry interval 60
The below table describes the significant fields shown in the display.
show ip mobile router interfaceTo display information about the interfaces configured for roaming, use the show ip mobile router interface command in privileged EXEC mode. Command History
Usage GuidelinesThe mobile router uses the interfaces for roaming, discovering foreign agents, and registering its location on the foreign network. Use this command to display information about roaming interfaces. If the interface is configured for a collocated care-of address (CCoA), the CCoA IP address is displayed. If it is not configured for a CCoA, "disabled" is displayed. The interface can be up or down. ExamplesThe following is sample output from the show ip mobile router interface command. Fast Ethernet interface 0/0 and Fast Ethernet interface 2/0 have no CCoA configuration, serial interface 1/0 has a static CCoA configuration, and serial interface 1/1 has a dynamic CCoA address with CCoA only. GRE encapsulation is configured on Fast Ethernet interface 2/0.
Router# show ip mobile router interface
Mobile Router Interfaces:
Listed in order of preference.
FastEthernet0/0:
Priority 102, Bandwidth 10000, Address 10.0.0.9
Periodic solicitation disabled, Interval 600 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Current 0, Remaining 0 msec, Count 0
Hold down 0 sec
Routing disallowed
Collocated CoA disabled
Serial1/0:
Priority 100, Bandwidth 1544, Address 10.0.0.7
Periodic solicitation disabled, Interval 600 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Current 1000, Remaining 0 msec, Count 1
Hold down 0 sec
Routing disallowed
Collocated CoA 10.0.0.7 (static)
Serial1/1
Priority 100, Bandwidth 1544, Address 10.0.0.5
Periodic solicitation disabled, Interval 600 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Current 0, Remaining 0 msec, Count 0
Hold down 0 sec
Routing disallowed
Collocated CoA 10.0.0.5 - Solicit FA first
FastEthernet2/0
Priority 110, Bandwidth 16000, Address 10.52.52.2
Periodic solicitation disabled, Interval 600 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Current 2000, Remaining 0 msec, Count 2
Hold down 0 sec
Routing disallowed
Collocated CoA disabled
Request GRE tunnel
The following sample output shows that the mobile router is configured to support signaling on roaming interfaces via SNMP interface MIB traps.
Router# show ip mobile router interface
Mobile Router Interfaces:
Listed in order of preference.
Ethernet1:
Priority 110, Bandwidth 10000, Address 55.0.0.8
Periodic solicitation disabled, Interval 600 sec
Retransmit Init 1000, Max 5000 msec, Limit 3
Current 5000, Remaining 0 msec, Count 4
Foreign agent hold down 0 sec
Layer 2 reassociation hold down 5000 msec
Last layer 2 link-state trap: linkDown
Routing disallowed
Collocated CoA 55.0.0.8 - Solicit FAs
The below table describes the significant fields shown in the display.
Related Commands
show ip mobile router registrationTo display pending and/or accepted registrations of the mobile router, use the show ip mobile router registrationcommand inprivilegedEXEC mode. ExamplesThe following is sample output from the show ip mobile router registration command:
Router# show ip mobile router registration
Mobile Router Registrations:
Foreign Agent 44.0.0.1:
Registration accepted 01/15/01 10:04:01, On Ethernet2/2
Care-of addr 41.0.0.1, HA addr 49.0.0.3, Home addr 49.0.0.5
Lifetime requested 01:00:00 (3600), Granted 00:30:00 (1800)
Remaining 00:20:13
Flags sbdmgvt, Identification BE0D49E5.5E1C56E4
Register next time 00:18:13
Extensions
Mobile Network 44.0.0.0/8
MN-HA Authentication SPI 100
The following is sample output from the show ip mobile router registration command if a mobile router interface is configured with a CCoA:
Home agent 4.4.4.3:
Registration accepted 01/01/02 10:24:46, On Ethernet5/3
Collocated care-of addr 3.3.3.2, HA addr 4.4.4.3, Home addr 4.4.4.2
Lifetime requested 00:01:30 (90), Granted 00:01:30 (90)
Remaining 00:01:08
Flags sbDmg-T-, Identification BFDC0CEE.C7A75D64
Register next time 00:00:23
Extensions:
Mobile Network 95.95.95.0/24
MN-HA Authentication SPI 100
The below table describes the significant fields shown in the display.
show ip mobile router trafficTo display the counters that the mobile router maintains, use the show ip mobile router trafficcommand in privileged EXEC mode. Usage GuidelinesThe mobile router maintains counters for agent discovery, registration, movement, and services. ExamplesThe following is sample output from the show ip mobile router trafficcommand:
Router# show ip mobile router traffic
Mobile Router Counters:
Agent Discovery:
Solicitations sent 90, advertisements received 17
Agent reboots detected 0
Registrations:
Register 70, Deregister 0 requests sent
Register 70, Deregister 0 replies received
Requests accepted 68, denied 1 by HA 1 /FA 0
Denied due to mismatched ID 1
Authentication failed for HA 0/FA 0
Invalid extensions 0, ignored 0
Invalid home address 0, ID 0
Unknown HA 0/FA 0
Gratuitous ARPs sent 0
Movement:
Came up on HA 0, on FA 1
Moved HA to FA 0, FA to FA 0, FA to HA 0
Better interface detected 0 source 46.0.0.5 dest 49.0.0.3
Tunnel Traffic:
Packets received 188105, sent 0
Bytes received 142691351, sent 0
Services:
Redundancy state active 2, passive 1
The below table describes the significant fields shown in the display.
show ip mobile secureTo display the mobility security associations for the mobile host, mobile visitor, foreign agent, home agent, or proxy Mobile IP host, use the show ip mobile securecommand in privileged EXEC mode.
show
ip
mobile
secure
{host | visitor | foreign-agent | home-agent | proxy-host | summary}
{ip-address | nai string}
Syntax Description
Usage GuidelinesMultiple security associations can exist for each entity. The proxy-host keyword is only available on PDSN platforms running specific PDSN code images; consult Feature Navigator for your Cisco IOS software release. ExamplesThe following is sample output from the show ip mobile securecommand:
Router# show ip mobile secure
Security Associations (algorithm,mode,replay protection,key):
10.0.0.6
SPI 300, MD5, Prefix-suffix, Timestamp +/- 7,
Key 00112233445566778899001122334455
The below table describes the significant fields shown in the display.
show ip mobile trafficCommand History
Usage GuidelinesCounters can be reset to zero using the clear ip mobile trafficcommand, which also allows you to undo the reset. ExamplesThe following is sample output from the show ip mobile trafficcommand:
Router# show ip mobile traffic
IP Mobility traffic:
UDP:
Port: 434 (Mobile IP) input drops: 0
Advertisements:
Solicitations received 0
Advertisements sent 0, response to solicitation 0
Home Agent Registrations:
Register 0, Deregister 0 requests
Register 0, Deregister 0 replied
Accepted 0, No simultaneous bindings 0
Denied 0, Ignored 0
Unspecified 0, Unknown HA 0
Administrative prohibited 0, No resource 0
Authentication failed MN 0, FA 0
Bad identification 0, Bad request form 0
Unavailable encap 0, reverse tunnel 0
Reverse tunnel mandatory 0
Binding updates received 0, sent 0 total 0 fail 0
Binding update acks received 0, sent 0
Binding info request received 0, sent 0 total 0 fail 0
Binding info reply received 0 drop 0, sent 0 total 0 fail 0
Binding info reply acks received 0 drop 0, sent 0
Gratuitous 0, Proxy 0 ARPs sent
Total incoming requests using NAT detect 1
Foreign Agent Registrations:
Request in 0,
Forwarded 0, Denied 0, Ignored 0
Unspecified 0, HA unreachable 0
Administrative prohibited 0, No resource 0
Bad lifetime 0, Bad request form 0
Unavailable encapsulation 0, Compression 0
Unavailable reverse tunnel 0
Reverse tunnel mandatory
Replies in 0
Forwarded 0, Bad 0, Ignored 0
Authentication failed MN 0, HA 0
Received challenge/gen. authentication extension, feature not enabled 0
Route Optimization Binding Updates received 0, acks sent 0 neg acks sent 0
Unknown challenge 1, Missing challenge 0, Stale challenge 0
The below table describes the significant fields shown in the display.
show ip mobile tunnelCommand History
Usage GuidelinesThis command displays active tunnels created by Mobile IP. When no more users are on the tunnel, the tunnel is released. ExamplesThe following is sample output from the show ip mobile tunnelcommand:
Router# show ip mobile tunnel
Mobile Tunnels:
Tunnel0:
src 10.0.0.32, dest 10.0.0.48
encap IP/IP, mode reverse-allowed, tunnel-users 1
IP MTU 1480 bytes
HA created, fast switching enabled, ICMP unreachable enabled
0 packets input, 0 bytes, 0 drops
1591241 packets output, 1209738478 bytes
Route Map is: MoIPMap
Running template configuration for this tunnel:
ip pim sparse-dense-mode
The following is sample output from the show ip mobile tunnel command that verifies that UDP tunneling is established:
Router# show ip mobile tunnel
Mobile Tunnels:
Total mobile ip tunnels 1
Tunnel0:
src 10.30.30.1, dest 10.10.10.100
src port 434, dest port 434
encap MIPUDP/IP, mode reverse-allowed, tunnel-users 1
IP MTU 1480 bytes
Path MTU Discovery, mtu: 0, ager: 10 mins, expires: never
outbound interface Ethernet2/3
FA created, fast switching disabled, ICMP unreachable enabled
5 packets input, 600 bytes, 0 drops
7 packets output, 780 bytes
The following is sample output from the show ip mobile tunnel command that shows that the mobile node-home agent tunnel is still IP-in-IP, but that the foreign agent-home agent tunnel is UDP: Router# show ip mobile tunnel Mobile Tunnels: Total mobile ip tunnels 2 Tunnel0: src 10.2.1.1, dest 10.99.100.2 encap IP/IP, mode reverse-allowed, tunnel-users 1 IP MTU 1460 bytes Path MTU Discovery, mtu: 0, ager: 10 mins, expires: never outbound interface Tunnel1 HA created, fast switching enabled, ICMP unreachable enabled 11 packets input, 1002 bytes, 0 drops 5 packets output, 600 bytes Tunnel1: src 10.2.1.1, dest 100.3.1.5 src port 434, dest port 434 encap MIPUDP/IP, mode reverse-allowed, tunnel-users 1 IP MTU 1480 bytes Path MTU Discovery, mtu: 0, ager: 10 mins, expires: never outbound interface GigabitEthernet0/2 HA created, fast switching disabled, ICMP unreachable enabled 11 packets input, 1222 bytes, 0 drops 7 packets output, 916 bytes The following is sample output from the show ip mobile tunnel command that shows that the mobile node has UDP tunneling established with the home agent:
Router# show ip mobile tunnel
Total mobile ip tunnels 1
Tunnel0:
src 10.10.10.100, dest 10.10.10.50
src port 434, dest port 434
encap MIPUDP/IP, mode reverse-allowed, tunnel-users 1
IP MTU 1480 bytes
Path MTU Discovery, mtu: 0, ager: 10 mins, expires: never
outbound interface Ethernet2/1
HA created, fast switching disabled, ICMP unreachable enabled
5 packets input, 600 bytes, 0 drops
5 packets output, 600 bytes
The following is sample output when the mobile router is configured for multipath support:
Router# show ip mobile tunnel
Mobile Tunnels:
Total mobile ip tunnels 1
Tunnel0:
src 10.1.1.11, dest 10.1.1.10 Key 6
encap IP/IP, mode reverse-allowed, tunnel-users 1
IP MTU 1480 bytes
Path MTU Discovery, mtu: 0, ager: 10 mins, expires: never
outbound interface Ethernet1/0
MR created, fast switching enabled, ICMP unreachable enabled
4 packets input, 306 bytes, 0 drops
6 packets output, 436 bytes
Template configuration:
ip pim sparse-dense-mode
The below table describes the significant fields shown in the display.
show ip mobile violationTo display information about security violations, use the show ip mobile violationcommand in privileged EXEC mode. Usage GuidelinesThe most recent violation is saved for all the mobile nodes. A circular log holds up to 50 unknown requesters, which are the violators without security associations. The oldest violations will be purged to make room for new unknown requesters when the log limit is reached. Security violation messages are logged at the informational level (see the logging global configuration command). When logging is enabled to include this severity level, violation history can be displayed using the show logging command. ExamplesThe following is sample output from the show ip mobile violationcommand:
Router# show ip mobile violation
Security Violation Log:
Mobile Hosts:
20.0.0.1:
Violations: 1, Last time: 06/18/97 01:16:47
SPI: 300, Identification: B751B581.77FD0E40
Error Code: MN failed authentication (131), Reason: Bad authenticator (2)
The below table describes significant fields shown in the display.
show ip mobile visitorTo display the visitor table that contains information on mobile nodes (MNs) using this foreign agent (FA), use the show ip mobile visitorcommand inprivilegedEXEC mode. Syntax Description
Usage GuidelinesUse this command to find out information on MNs that are registered with their (home agent) HA via this FA. The FA updates the visitor table that contain a list of the MNs using a FA. A session identifier is used to uniquely identify a Mobile IP flow. A Mobile IP flow is the set of {NAI, IP address}. The flow allows a single NAI to be associated with one or multiple IP addresses, for example, {NAI, ipaddr1}, {NAI, ipaddr2}, and so on. A single user can have multiple sessions for example, when logging through different devices such as a PDA, cellular phone, or laptop. If the session identifier is present in the initial registration, it must be present in all subsequent registration renewals from that MN. ExamplesThe following is sample output from the show ip mobile visitorcommand:
Router# show ip mobile visitor
Mobile Visitor List:
Total 1
10.0.0.1:
Interface Ethernet1/2, MAC addr 0060.837b.95ec
IP src 20.0.0.1, dest 67.0.0.31, UDP src port 434
HA addr 66.0.0.5, Identification B7510E60.64436B38
Lifetime 08:20:00 (30000) Remaining 08:19:16
Tunnel100 src 68.0.0.31, dest 66.0.0.5, reverse-allowed
Routing Options - (T)Reverse-tunnel
If the mobile node has visited and is associated with a session identifier, then the visitor entry for the mobile node shows the session identifier as shown below:
Router# show ip mobile visitor
Mobile Visitor List:
Total 1
user01@cisco.com
Home addr 100.100.100.17
Interface Ethernet3/3, MAC addr 0004.6d25.b857
IP src 0.0.0.0, dest 100.100.100.1, UDP src port 434
HA addr 100.100.100.100, Identification BC189864.B2FE6CC4
Lifetime 00:33:20 (2000) Remaining 00:33:06
Tunnel0 src 70.70.70.2, dest 100.100.100.100, reverse-allowed
Routing Options - (B)Broadcast
Session identifier PD
The following sample output shows that the MN is registering with the HA (at the FA): Router# show ip mobile visitor Mobile Visitor List: Total 1 10.99.100.2: Interface FastEthernet3/0, MAC addr 00ff.ff80.002b IP src 10.99.100.2, dest 30.5.3.5, UDP src port 434 HA addr 200.1.1.1, Identification BCE7E391.A09E8720 Lifetime 01:00:00 (3600) Remaining 00:30:09 Tunnel1 src 200.1.1.5, dest 200.1.1.1, reverse-allowed Routing Options - (T)Reverse Tunneling The below table describes the significant fields shown in the display.
Related Commands
show ip mobile vpn-realmTo display virtual private network (VPN) realms configured for Mobile IP, use the show ip mobile vpn-realmcommand in EXEC mode. Usage GuidelinesUse this command to display VPN realms configured by the ip mobile vpn-realmcommand. show ipv6 mobile pmipv6 lma bindingTo display the list of the Local Mobility Anchor (LMA) bindings established over the Proxy Mobile IPv6 (PMIPv6) signaling plane, use the show ipv6 mobile pmipv6 lma binding command in privileged EXEC mode. Command DefaultThe list of the bindings established over the Proxy Mobile IPv6 (PMIPv6) signaling plane is displayed. ExamplesThe following is sample output from the show ipv6 mobile pmipv6 mag binding command. The fields in the display are self-explanatory.
Device# show ipv6 mobile pmipv6 lma binding
Total number of bindings: 1
----------------------------------------
[Binding][MN]: Domain: domain1, NAI: example1@example.com
[Binding][MN]: ATT: 3, LLID: aabb.cc00.c900
[Binding][MN]: HOA: 10.0.0.0, Prefix: 24
[Binding][MN]: HNP: DDDD::
[Binding][MN][MAG]: Id: mag0
[Binding][MN][MAG]: Lifetime: 3600(sec), Lifetime Remaining: 3500(sec)
[Binding][MN][MAG]: Tunnel: Tunnel0
[Binding][MN][MAG]: Default Router: 15.15.15.1
[Binding][MN][GREKEY]: Upstream: 400, Downstream: 100
The following is sample output from the show ipv6 mobile pmipv6 lma binding mag command. The fields in the display are self-explanatory.
Device# show ipv6 mobile pmipv6 lma binding mag
Total number of bindings: 1
----------------------------------------
[Binding][MN]: Domain: D1, Nai: example1@example.com
[Binding][MN]: State: ACTIVE
[Binding][MN]: Interface: GigabitEthernet0/0/0
[Binding][MN]: Hoa: 0x11110002, att: 3, llid: aabb.cc00.c900
[Binding][MN][LMA]: Id: LMA1
[Binding][MN][LMA]: lifetime: 3600
show ipv6 mobile pmipv6 lma globalsTo display the Local Mobility Anchor (LMA) global configuration details, use the show ipv6 mobile pmipv6 lma globals command in privileged EXEC mode. ExamplesThe following is sample output from the show ipv6 mobile pmipv6 lma globals command. The fields in the display are self-explanatory.
Device# show ipv6 mobile pmipv6 lma globals
Domain : D1
LMA Identifier : lma1
AAA Accounting : Disabled
Default MN Profile : profile1
Network : n1
IPv4 Pool Name : v4 Prefix Length: 24
IPv6 Pool Name : v6pool Prefix Length: 48
Max. HNPs : 1
Max Bindings : 128000
AuthOption : disabled
RegistrationLifeTime : 3600 (sec)
DeleteTime : 10000 (msec)
CreateTime : 1500 (msec)
BRI InitDelayTime : 1000 (msec)
BRI MaxDelayTime : 2000 (msec)
BRI MaxRetries : 1
BRI EncapType : IPV6_IN_IPV6
Fixed Link address is : enabled
Fixed Link address : 6161.6262.2e63
Fixed Link Local address is : enabled
Fixed Link local address : FE80::8
RefreshTime : 300 (sec)
Refresh RetxInit time : 1000 (msec)
Refresh RetxMax time : 32000 (msec)
Timestamp option : enabled
Validity Window : 10
Peer : mag1
Max. HNPs : 1
Max Bindings : 128000
AuthOption : disabled
RegistrationLifeTime : 3600 (sec)
DeleteTime : 10000 (msec)
CreateTime : 1500 (msec)
BRI InitDelayTime : 1000 (msec)
BRI MaxDelayTime : 2000 (msec)
BRI MaxRetries : 1
BRI EncapType : IPV6_IN_IPV6
Fixed Link address is : enabled
Fixed Link address : 6161.6262.2e63
Fixed Link Local address is : enabled
Fixed Link local address : FE80::8
RefreshTime : 300 (sec)
Refresh RetxInit time : 1000 (msec)
Refresh RetxMax time : 32000 (msec)
Timestamp option : enabled
Validity Window : 10
Peer : mag0
Max. HNPs : 1
Max Bindings : 128000
AuthOption : disabled
RegistrationLifeTime : 3600 (sec)
DeleteTime : 10000 (msec)
CreateTime : 1500 (msec)
BRI InitDelayTime : 1000 (msec)
BRI MaxDelayTime : 2000 (msec)
BRI MaxRetries : 1
BRI EncapType : GRE in IPV4
Fixed Link address is : enabled
Fixed Link address : 6161.6262.2e63
Fixed Link Local address is : enabled
Fixed Link local address : FE80::8
RefreshTime : 300 (sec)
Refresh RetxInit time : 1000 (msec)
Refresh RetxMax time : 32000 (msec)
Timestamp option : enabled
Validity Window : 10
show ipv6 mobile pmipv6 lma statsTo display the global Local Mobility Anchor (LMA) statistics, use the show ipv6 mobile pmipv6 lma stats command in privileged EXEC mode. ExamplesThe following is sample output from the show ipv6 mobile pmipv6 lma stats command:
Router# show ipv6 mobile pmipv6 lma stats
----------------------------------------
[lma1] Stats: Total Bindings:1
Proxy Binding Update Received Stats
Total : 2260 Drop : 0
AAA Accounting Stats
Start Accounting Sent : 0 Stop Accounting Sent : 0
-------------------------------------------------
Proxy Binding Acknowledgment Sent Stats
Total : 2260 Drop : 0
BA_ACCEPTED : 2259 BA_UNKNOWN : 0
BA_UNSPEC_FAIL : 0 BA_ADMIN_FAIL : 0
BA_RESOURCE_FAIL : 0 BA_HM_REG_FAIL : 0
BA_HM_SUBNET_FAIL : 0 BA_BAD_SEQ_FAIL : 0
BA_CHANGE_FAIL : 0 BA_AUTH_FAIL : 0
PROXY_REG_NOT_ENABLED : 0 NOT_LMA_FOR_THIS_MN : 0
MAG_NOT_AUTH_FOR_PROXY_REG : 0 NOT_AUTHORIZED_FOR_HNP : 0
TIMESTAMP_MISMATCH : 0 TIMESTAMP_LOWER_THAN_PREV : 1
MISSING_HNP_OPTION : 0 BCE_PBU_PFX_SET_DO_NOT_MATCH : 0
MISSING_MN_IDENTIFIER_OPTION : 0 MISSING_HI_OPTION : 0
NOT_AUTH_FOR_IPV4_MOBILITY : 0 NOT_AUTH_FOR_IPV4_HOME_ADDRESS: 0
NOT_AUTH_FOR_IPV6_MOBILITY : 0 MULTIPLE_IPV4_HOA_NO_SUPPORT : 0
GRE_KEY_OPTION_NOT_REQUIRED : 0
-------------------------------------------------
Proxy Binding Revocation Acknowledgment Received Stats
Total : 0 Drop : 0
BR_SUCCESS : 0 BR_PARTIAL_SUCCESS : 0
BR_NO_BINDING : 0 BR_HOA_REQUIRED : 0
BR_GLOBAL_REVOC_NOT_AUTH : 0 BR_MN_IDENTITY_REQUIRED : 0
BR_MN_ATTACHED : 0 BR_UNKNOWN_REVOC_TRIGGER : 0
BR_REVOC_FUNC_NOT_SUPPORTED : 0 BR_PBR_NOT_SUPPORTED_STATS : 0
-------------------------------------------------
Proxy Binding Revocation Acknowledgment Sent Stats
Total : 0 Drop : 0
BR_SUCCESS : 0 BR_PARTIAL_SUCCESS : 0
BR_NO_BINDING : 0 BR_HOA_REQUIRED : 0
BR_GLOBAL_REVOC_NOT_AUTH : 0 BR_MN_IDENTITY_REQUIRED : 0
BR_MN_ATTACHED : 0 BR_UNKNOWN_REVOC_TRIGGER : 0
BR_REVOC_FUNC_NOT_SUPPORTED : 0 BR_PBR_NOT_SUPPORTED_STATS : 0
-------------------------------------------------
Proxy Binding Revocation Indication Received Stats
Total : 0 Drop : 0
BR_UNSPECIFIED : 0 BR_ADMIN_REASON : 0
BR_MAG_HANDOVER_SAME_ATT : 0 BR_MAG_HANDOVER_DIFF_ATT : 0
BR_MAG_HANDOVER_UNKNOWN : 0 BR_USER_SESS_TERMINATION : 0
BR_NETWORK_SESS_TERMINATION : 0 BR_OUT_OF_SYNC_BCE_STATE : 0
BR_PER_PEER_POLICY : 0 BR_REVOKING_MN_LOCAL_POLICY : 0
-------------------------------------------------
Proxy Binding Revocation Indication Sent Stats
Total : 0 Drop : 0
BR_UNSPECIFIED : 0 BR_ADMIN_REASON : 0
BR_MAG_HANDOVER_SAME_ATT : 0 BR_MAG_HANDOVER_DIFF_ATT : 0
BR_MAG_HANDOVER_UNKNOWN : 0 BR_USER_SESS_TERMINATION : 0
BR_NETWORK_SESS_TERMINATION : 0 BR_OUT_OF_SYNC_BCE_STATE : 0
BR_PER_PEER_POLICY : 0 BR_REVOKING_MN_LOCAL_POLICY : 0
-------------------------------------------------
MM Stats
Drop : 0 Checksum Error : 0
The table below describes the significant fields shown in the display. The other fields are self-explanatory.
The following is sample output from the show ipv6 mobile pmipv6 lma stats domain command:
Device# show ipv6 mobile pmipv6 lma stats domain D1 peer MAG1
----------------------------------------
[MAG1]: PBU Sent : 7
[MAG1]: PBA Rcvd : 6
[MAG1]: PBRI Sent : 0
[MAG1]: PBRI Rcvd : 0
[MAG1]: PBRA Sent : 0
[MAG1]: PBRA Rcvd : 0
[MAG1]: No Of handoff : 0
show ipv6 mobile pmipv6 lma tunnelTo display details of the Local Mobility Anchor (LMA) tunnels, use the show ipv6 mobile pmipv6 lma tunnel command in privileged EXEC mode. ExamplesThe following is sample output from the show ipv6 mobile pmipv6 lma tunnel command:
Router# show ipv6 mobile pmipv6 lma tunnel
[lma1] Tunnel Information
Peer [mag0] : Tunnel Bindings 1
Tunnel0:
src 10.10.10.2, dest 172.16.0.0
encap GRE/IP, mode reverse-allowed
key 0, Outbound Interface Ethernet0/0
6 packets input, 600 bytes, 0 drops
6 packets output, 600 bytes
show ipv6 mobile pmipv6 mag bindingTo display the list of the Mobile Access Gateway (MAG) bindings established over the Proxy Mobile IPv6 (PMIPv6) signaling plane, use the show ipv6 mobile pmipv6 mag binding command in privileged EXEC mode. Usage GuidelinesIn the Cisco IOS XE Release 3.4S, the lma lma-identifier keyword-argument pair is available. ExamplesThe following is sample output from the show ipv6 mobile pmipv6 mag binding command. The fields in the display are self-explanatory.
Device# show ipv6 mobile pmipv6 mag binding
Total number of bindings: 2
----------------------------------------
[Binding][MN]: Domain: D1, Nai: MN1@example.com
[Binding][MN]: State: ACTIVE
[Binding][MN]: Interface: GigabitEthernet0/1/0
[Binding][MN]: Hoa: 0x11110002, att: 3, llid: aabb.cc00.c900
[Binding][MN][LMA]: Id: LMA1
[Binding][MN][LMA]: lifetime: 3600
----------------------------------------
----------------------------------------
[Binding][MN]: Domain: D1, Nai: MN3@example.com
[Binding][MN]: State: ACTIVE
[Binding][MN]: Interface: GigabitEthernet0/0/0
[Binding][MN]: Hoa: 0x11110102, att: 3, llid: aabb.cc00.ce00
[Binding][MN][LMA]: Id: LMA2
[Binding][MN][LMA]: lifetime: 3600
----------------------------------------
The following is sample output from the show ipv6 mobile pmipv6 mag binding lma command. The fields in the display are self-explanatory.
Device# show ipv6 mobile pmipv6 mag binding lma
Total number of bindings: 1
----------------------------------------
[Binding][MN]: Domain: D1, Nai: MN1@example.com
[Binding][MN]: State: ACTIVE
[Binding][MN]: Interface: GigabitEthernet0/0/0
[Binding][MN]: Hoa: 0x11110002, att: 3, llid: aabb.cc00.c900
[Binding][MN][LMA]: Id: LMA1
[Binding][MN][LMA]: lifetime: 3600
----------------------------------------
show ipv6 mobile pmipv6 mag globalsTo display the mobile access gateway (MAG) global configuration details, use the show ipv6 mobile pmipv6 mag globals command in privileged EXEC mode. Command DefaultThe show ipv6 mobile pmipv6 mag globals command displays the contents of the MAG configuration file, except for the default configuration. Usage GuidelinesThe show ipv6 mobile pmipv6 mag globals command displays the configuration settings related to the MAG service. ExamplesThe following is sample output from the show ipv6 mobile pmipv6 mag globals command. The fields in the display are self-explanatory.
Router# show ipv6 mobile pmipv6 mag globals
Domain : D1
Mag Identifier : M1
MN's detach discover : disabled
Local routing : disabled
Mag is enabled on interface : GigabitEthernet0/0/0
Mag is enabled on interface : GigabitEthernet0/1/0
Max Bindings : 3
AuthOption : disabled
RegistrationLifeTime : 3600 (sec)
BRI InitDelayTime : 1000 (msec)
BRI MaxDelayTime : 40000 (msec)
BRI MaxRetries : 6
BRI EncapType : IPV6_IN_IPV6
Fixed Link address is : enabled
Fixed Link address : aaaa.aaaa.aaaa
Fixed Link Local address is : enabled
Fixed Link local address : 0xFE800000 0x0 0x0 0x2
RefreshTime : 300 (sec)
Refresh RetxInit time : 20000 (msec)
Refresh RetxMax time : 50000 (msec)
Timestamp option : enabled
Validity Window : 7
!
Peer : LMA1
Max Bindings : 3
AuthOption : disabled
RegistrationLifeTime : 3600 (sec)
BRI InitDelayTime : 1000 (msec)
BRI MaxDelayTime : 40000 (msec)
BRI MaxRetries : 6
BRI EncapType : IPV6_IN_IPV6
Fixed Link address is : enabled
Fixed Link address : aaaa.aaaa.aaaa
Fixed Link Local address is : enabled
Fixed Link local address : 0xFE800000 0x0 0x0 0x2
RefreshTime : 300 (sec)
Refresh RetxInit time : 20000 (msec)
Refresh RetxMax time : 50000 (msec)
Timestamp option : enabled
Validity Window : 7
!
Peer : LMA2
Max Bindings : 3
AuthOption : disabled
RegistrationLifeTime : 3600 (sec)
BRI InitDelayTime : 1000 (msec)
BRI MaxDelayTime : 40000 (msec)
BRI MaxRetries : 6
BRI EncapType : IPV6_IN_IPV6
Fixed Link address is : enabled
Fixed Link address : aaaa.aaaa.aaaa
Fixed Link Local address is : enabled
Fixed Link local address : 0xFE800000 0x0 0x0 0x2
RefreshTime : 300 (sec)
Refresh RetxInit time : 20000 (msec)
Refresh RetxMax time : 50000 (msec)
Timestamp option : enabled
Validity Window : 7
show ipv6 mobile pmipv6 mag statsTo display the global Mobile Access Gateway (MAG) statistics, use the show ipv6 mobile pmipv6 mag stats command in privileged EXEC mode. Usage GuidelinesThe show ipv6 mobile pmipv6 mag stats domain domain-name peer peer-name command displays statistics related to the LMA. ExamplesThe following is sample output from the show ipv6 mobile pmipv6 mag stats command:
Router# show ipv6 mobile pmipv6 mag stats
----------------------------------------
[M1]: Total Bindings : 2
[M1]: PBU Sent : 14
[M1]: PBA Rcvd : 7
[M1]: PBRI Sent : 0
[M1]: PBRI Rcvd : 0
[M1]: PBRA Sent : 0
[M1]: PBRA Rcvd : 0
[M1]: No Of handoff : 0
The below table describes the significant fields shown in the display. The other fields are self-explanatory.
The following is sample output from the show ipv6 mobile pmipv6 mag stats domain domain-name peer peer-name command:
Router# show ipv6 mobile pmipv6 mag stats domain D1 peer LMA1
----------------------------------------
[LMA1]: PBU Sent : 7
[LMA1]: PBA Rcvd : 6
[LMA1]: PBRI Sent : 0
[LMA1]: PBRI Rcvd : 0
[LMA1]: PBRA Sent : 0
[LMA1]: PBRA Rcvd : 0
[LMA1]: No Of handoff : 0
show ipv6 ospfTo display general information about Open Shortest Path First ( OSPF) routing processes, use the show ipv6 ospf command in user EXEC or privileged EXEC mode. Syntax Description
Command History
show ipv6 ospf Output ExampleThe following is sample output from the show ipv6 ospf command:
Router# show ipv6 ospf
Routing Process "ospfv3 1" with ID 10.10.10.1
SPF schedule delay 5 secs, Hold time between two SPFs 10 secs
Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs
LSA group pacing timer 240 secs
Interface flood pacing timer 33 msecs
Retransmission pacing timer 66 msecs
Number of external LSA 0. Checksum Sum 0x000000
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Area BACKBONE(0)
Number of interfaces in this area is 1
MD5 Authentication, SPI 1000
SPF algorithm executed 2 times
Number of LSA 5. Checksum Sum 0x02A005
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0
The table below describes the significant fields shown in the display.
show ipv6 ospf With Area Encryption ExampleThe following sample output shows the show ipv6 ospf command with area encryption information:
Router# show ipv6 ospf
Routing Process "ospfv3 1" with ID 10.0.0.1
It is an area border router
SPF schedule delay 5 secs, Hold time between two SPFs 10 secs
Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs
LSA group pacing timer 240 secs
Interface flood pacing timer 33 msecs
Retransmission pacing timer 66 msecs
Number of external LSA 0. Checksum Sum 0x000000
Number of areas in this router is 2. 2 normal 0 stub 0 nssa
Reference bandwidth unit is 100 mbps
Area BACKBONE(0)
Number of interfaces in this area is 2
SPF algorithm executed 3 times
Number of LSA 31. Checksum Sum 0x107493
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 20
Flood list length 0
Area 1
Number of interfaces in this area is 2
NULL Encryption SHA-1 Auth, SPI 1001
SPF algorithm executed 7 times
Number of LSA 20. Checksum Sum 0x095E6A
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0
The table below describes the significant fields shown in the display.
The following example displays the configuration values for SPF and LSA throttling timers:
Router# show ipv6 ospf
Routing Process "ospfv3 1" with ID 10.9.4.1
Event-log enabled, Maximum number of events: 1000, Mode: cyclic
It is an autonomous system boundary router
Redistributing External Routes from,
ospf 2
Initial SPF schedule delay 5000 msecs
Minimum hold time between two consecutive SPFs 10000 msecs
Maximum wait time between two consecutive SPFs 10000 msecs
Minimum LSA interval 5 secs
Minimum LSA arrival 1000 msecs
The table below describes the significant fields shown in the display.
The following example shows information about LSAs that are currently being rate limited:
Router# show ipv6 ospf rate-limit
List of LSAs that are in rate limit Queue
LSAID: 0.0.0.0 Type: 0x2001 Adv Rtr: 10.55.55.55 Due in: 00:00:00.500
LSAID: 0.0.0.0 Type: 0x2009 Adv Rtr: 10.55.55.55 Due in: 00:00:00.500
The table below describes the significant fields shown in the display.
show ipv6 ospf interfaceTo display Open Shortest Path First (OSPF)-related interface information, use the showipv6ospfinterface command in user EXEC or privileged mode. Syntax Description
Command History
show ipv6 ospf interface Standard Output ExampleThe following is sample output from the showipv6ospfinterface command:
Router# show ipv6 ospf interface
ATM3/0 is up, line protocol is up
Link Local Address 2001:0DB1:205:5FFF:FED3:5808, Interface ID 13
Area 1, Process ID 1, Instance ID 0, Router ID 172.16.3.3
Network Type POINT_TO_POINT, Cost: 1
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:06
Index 1/2/2, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 12, maximum is 12
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 172.16.4.4
Suppress hello for 0 neighbor(s)
FastEthernet0/0 is up, line protocol is up
Link Local Address 2001:0DB1:205:5FFF:FED3:5808, Interface ID 3
Area 1, Process ID 1, Instance ID 0, Router ID 172.16.3.3
Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 172.16.6.6, local address 2001:0DB1:205:5FFF:FED3:6408
Backup Designated router (ID) 172.16.3.3, local address 2001:0DB1:205:5FFF:FED3:5808
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:05
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 12, maximum is 12
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 172.16.6.6 (Designated Router)
Suppress hello for 0 neighbor(s)
The table below describes the significant fields shown in the display.
Cisco IOS Release 12.2(33)SRB ExampleThe following is sample output of the showipv6ospfinterface command when the brief keyword is entered.
Router# show ipv6 ospf interface brief
Interface PID Area Intf ID Cost State Nbrs F/C
VL0 6 0 21 65535 DOWN 0/0
Se3/0 6 0 14 64 P2P 0/0
Lo1 6 0 20 1 LOOP 0/0
Se2/0 6 6 10 62 P2P 0/0
Tu0 1000 0 19 11111 DOWN 0/0
OSPF with Authentication on the Interface ExampleThe following is sample output from the showipv6ospfinterface command with authentication enabled on the interface:
Router# show ipv6 ospf interface
Ethernet0/0 is up, line protocol is up
Link Local Address 2001:0DB1:A8BB:CCFF:FE00:6E00, Interface ID 2
Area 0, Process ID 1, Instance ID 0, Router ID 10.10.10.1
Network Type BROADCAST, Cost:10
MD5 Authentication SPI 500, secure socket state UP (errors:0)
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.11.11.1, local address 2001:0DB1:A8BB:CCFF:FE00:6F00
Backup Designated router (ID) 10.10.10.1, local address
2001:0DB1:A8BB:CCFF:FE00:6E00
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:01
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.11.11.1 (Designated Router)
Suppress hello for 0 neighbor(s)
OSPF with Null Authentication ExampleThe following is sample output from the showipv6ospfinterface command with null authentication configured on the interface:
Router# show ipv6 ospf interface
Ethernet0/0 is up, line protocol is up
Link Local Address 2001:0DB1:A8BB:CCFF:FE00:6E00, Interface ID 2
Area 0, Process ID 1, Instance ID 0, Router ID 10.10.10.1
Network Type BROADCAST, Cost:10
Authentication NULL
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.11.11.1, local address 2001:0DB1:A8BB:CCFF:FE00:6F00
Backup Designated router (ID) 10.10.10.1, local address
2001:0DB1:A8BB:CCFF:FE00:6E00
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:03
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.11.11.1 (Designated Router)
Suppress hello for 0 neighbor(s)
OSPF with Authentication for the Area ExampleThe following is sample output from the showipv6ospfinterface command with authentication configured for the area:
Router# show ipv6 ospf interface
Ethernet0/0 is up, line protocol is up
Link Local Address 2001:0DB1:A8BB:CCFF:FE00:6E00, Interface ID 2
Area 0, Process ID 1, Instance ID 0, Router ID 10.10.10.1
Network Type BROADCAST, Cost:10
MD5 Authentication (Area) SPI 1000, secure socket state UP (errors:0)
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.11.11.1, local address 2001:0DB1:A8BB:CCFF:FE00:6F00
Backup Designated router (ID) 10.10.10.1, local address
FE80::A8BB:CCFF:FE00:6E00
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:03
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.11.11.1 (Designated Router)
Suppress hello for 0 neighbor(s)
OSPF with Dynamic Cost ExampleThe following display shows sample output from the showipv6ospfinterface command when the OSPF cost dynamic is configured.
Router1# show ipv6 ospf interface serial 2/0
Serial2/0 is up, line protocol is up
Link Local Address 2001:0DB1:A8BB:CCFF:FE00:100, Interface ID 10
Area 1, Process ID 1, Instance ID 0, Router ID 172.1.1.1
Network Type POINT_TO_MULTIPOINT, Cost: 64 (dynamic), Cost Hysteresis: 200
Cost Weights: Throughput 100, Resources 20, Latency 80, L2-factor 100
Transmit Delay is 1 sec, State POINT_TO_MULTIPOINT,
Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
Hello due in 00:00:19
Index 1/2/3, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
OSPF Graceful Restart ExampleThe following display shows sample output from the showipv6ospfinterface command when the OSPF graceful restart feature is configured:
Router# show ipv6 ospf interface
Ethernet0/0 is up, line protocol is up
Link Local Address FE80::A8BB:CCFF:FE00:300, Interface ID 2
Area 0, Process ID 1, Instance ID 0, Router ID 10.3.3.3
Network Type POINT_TO_POINT, Cost: 10
Transmit Delay is 1 sec, State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Graceful Restart p2p timeout in 00:00:19
Hello due in 00:00:02
Graceful Restart helper support enabled
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.1.1.1
Suppress hello for 0 neighbor(s)
Example of an Enabled ProtocolThe following display shows that the OSPF interface is enabled for Bidirectional Forwarding Detection (BFD):
Router# show ipv6 ospf interface
Serial10/0 is up, line protocol is up
Link Local Address FE80::A8BB:CCFF:FE00:6500, Interface ID 42
Area 1, Process ID 1, Instance ID 0, Router ID 10.0.0.1
Network Type POINT_TO_POINT, Cost: 64
Transmit Delay is 1 sec, State POINT_TO_POINT, BFD enabled
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:07
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.1.0.1
Suppress hello for 0 neighbor(s)
show vmi neighborsTo display information about neighbor connections to the Virtual Multipoint Interface (VMI), use the show vmi neighbors command in user and in privileged EXEC mode. Command DefaultIf no arguments are specified, information about all neighbors for all VMI interfaces is displayed. Usage GuidelinesIf no arguments are specified, information about all neighbors for all VMI interfaces is displayed. The show vmi neighborscommand provides a list of devices that have been dynamically discovered by the connected radio devices in a router-to-radio network, and for which connectivity has been achieved through PPPoE and the radio network. ExamplesThe following is sample output from the show vmi neighbors command used to display dynamically created neighbors on a VMI interface.
Router# show vmi neighbors vmi1
1 vmi1 Neighbors
IPV6 IPV4 Transmit Receive
Interface Address Address Uptime Packets Packets
vmi1 :: 10.3.3.2 00:02:11 0000000008 0000000073
Below table describes the significant fields shown in the show vmi neighbors command display.
show vmi neighbors command with detail keyword: ExampleThe following example shows the details about the known VMI neighbors.
Router# show vmi neighbors detail
1 vmi1 Neighbors
vmi1 IPV6 Address=::
IPV4 Address=10.3.3.2, Uptime=00:02:16
Output pkts=8, Input pkts=75
No Session Metrics have been received for this neighbor.
Transport PPPoE, Session ID=79
INTERFACE STATS:
VMI Interface=vmi1,
Input qcount=0, drops=0, Output qcount=0, drops=0
V-Access intf=Virtual-Access3,
Input qcount=0, drops=0, Output qcount=0, drops=0
Physical intf=FastEthernet0/0,
Input qcount=0, drops=0, Output qcount=0, drops=0
PPPoE Flow Control Stats
Local Credits: 65524 Peer Credits: 65524 Scalar Value 64 bytes
Credit Grant Threshold: 28000 Max Credits per grant: 65534
Credit Starved Packets: 0
PADG Seq Num: 24 PADG Timer index: 0
PADG last rcvd Seq Num: 24
PADG last nonzero Seq Num: 0
PADG last nonzero rcvd amount: 0
PADG Timers: [0]-1000 [1]-2000 [2]-3000 [3]-4000
PADG xmit: 24 rcvd: 24
PADC xmit: 24 rcvd: 24
PADQ xmit: 0 rcvd: 0
The below table describes the significant fields shown in the show vmi neighbors detailcommand display.
snmp-server enable traps ipmobileTo enable Simple Network Management Protocol (SNMP) security notifications for Mobile IP, use the snmp-server enable traps ipmobilecommandin global configuration mode. To disable SNMP notifications for Mobile IP, use the noform of this command. Usage GuidelinesSNMP Mobile IP notifications can be sent as traps or inform requests. This command enables both traps and inform requests. This command enables Mobile IP Authentication Failure notifications. This notification is defined in RFC2006-MIB.my as the mipAuthFailure notification type {mipMIBNotifications 1}. This notification, when enabled, is triggered when there is an authentication failure for the Mobile IP entity during validation of the mobile registration request or reply. For a complete description of this notification and additional MIB functions, see the RFC2006-MIB.my file, available on Cisco.com at http://www.cisco.com/public/mibs/v2/. The snmp-server enable traps ipmobilecommand is used in conjunction with the snmp-server hostcommand. Use the snmp-server host global configuration command to specify which host or hosts receive SNMP notifications. To send SNMP notifications, you must configure at least one snmp-server hostcommand. template tunnel (mobile networks)To apply a tunnel template to tunnels brought up at the home agent, use the template tunnelcommand in mobile networks configuration mode. To remove the tunnel template, use the no form of this command. Usage GuidelinesThis command allows the configuration of multicast on statically created tunnels to be applied to dynamic tunnels brought up on the home agent. template tunnel (mobile router)To apply a tunnel template to tunnels brought up at the mobile router, use the template tunnelcommand in mobile router configuration mode. To remove the tunnel template, use the no form of this command. Usage GuidelinesThis command allows the configuration of multicast on statically created tunnels to be applied to dynamic tunnels brought up on the mobile router. tunnel mode greTo set the global encapsulation mode on all roaming interfaces of a mobile router to generic routing encapsulation (GRE), use the tunnel mode grecommand inmobile router configuration mode. To restore the global default encapsulation mode, use the no form of this command. Usage GuidelinesIf the tunnel mode gre command is configured, the mobile router will try to register with the foreign agent (FA) with the G bit set if the FA advertises GRE. If the registration request is successful, packets will be routed using GRE. If the tunnel mode gre command is enabled and collocated care-of address (CCoA) is configured, the mobile router will try to register with the home agent (HA) with the G bit set. If the registration request is successful, packets will be routed using GRE. If the mobile router receives a denied registration reply with error code 72 (foreign agent required encapsulation unavailable) or error code 139 (home agent unsupported encapsulation), the mobile router will send another registration request with the G bit unset and IP-in-IP encapsulation will be used. The no tunnel mode grecommand instructs the mobile router to revert to the default and register with IP-in-IP encapsulation. Once GRE encapsulation is enabled, GRE keepalives can be configured using the keepalive command. GRE keepalives check for a failure in the end-to-end tunnel at a configurable interval. If the connection to the HA is lost, reregistration will be attempted. ExamplesThe following example globally configures GRE encapsulation on a mobile router and enables GRE keepalive messages: router mobile ! ip mobile secure home-agent 10.40.40.1 spi 101 key hex 12345678123456781234567812345678 algorithm md5 mode prefix-suffix ip mobile router address 10.80.80.1 255.255.255.0 home-agent 10.40.40.1 mobile-network Ethernet1/3 mobile-network FastEthernet0/0 template Tunnel 121 tunnel mode gre ! interface tunnel 121 keepalive 5 3 Related Commands
© 2012 Cisco Systems, Inc. All rights reserved.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|