Examples
The following is
sample output from the
show
ip
mobile
tunnel command:
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 following is sample output when the mobile router is configured
for multi-VRF support:
Router# show ip mobile tunnel
Mobile Tunnels:
Total mobile ip tunnels 2
Tunnel1:
src 30.0.0.5, dest 10.0.0.1, key 1048577
encap GRE/IP, mode reverse-allowed, tunnel-users 1
Input ACL users 0, Output ACL users 0
IP MTU 1472 bytes
Path MTU Discovery, mtu: 0, ager: 10 mins, expires: never
outbound interface Ethernet0/0
MR created, CEF switching enabled, ICMP unreachable enabled
VRF blue
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 drops
0 packets output, 0 bytes
Tunnel0:
src 30.0.0.5, dest 10.0.0.1, key 3145729
encap GRE/IP, mode reverse-allowed, tunnel-users 1
Input ACL users 0, Output ACL users 0
IP MTU 1472 bytes
Path MTU Discovery, mtu: 0, ager: 10 mins, expires: never
outbound interface Ethernet0/0
MR created, CEF switching enabled, ICMP unreachable enabled
VRF red
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 drops
0 packets output, 0 bytes
The below table
describes the significant fields shown in the display.
Table 14. show ip mobile tunnel Field
Descriptions
Field
|
Description
|
src
|
Tunnel
source IP address.
|
dest
|
Tunnel
destination IP address.
|
Key
|
Identifies the tunnel when there are multiple tunnels between the same end
points (source address and destination address) for multipath support. This
situation can occur if a mobile router registers through foreign agents on
different interfaces. All of the HA-MR tunnels would have the same end points.
|
encap
|
Tunnel
encapsulation type.
|
mode
|
Either
reverse-allowed or reverse-off for reverse tunnel mode.
|
tunnel-users
|
Number of
users on the tunnel.
|
HA
created
|
Entity
that created the tunnel. This field can be one of three values: HA created, FA
created, or MR created.
|
VRF
|
VRF instance.
|
fast
switching
|
Enabled
or disabled.
|
ICMP
unreachable
|
Enabled
or disabled.
|
packets
input
|
Number of
packets in.
|
bytes
|
Number of
bytes in.
|
drops
|
Number of
packets dropped. Packets are dropped when there are no visitors to send to
after the foreign agent deencapsulates incoming packets. This prevents loops
because the foreign agent will otherwise route the de-encapsulated packets back
to the home agent.
|
packets
output
|
Number of
packets output.
|
bytes
|
Number of
bytes output.
|
Route Map
is
|
Name of
the route map.
|
Running
template configuration
|
If tunnel
templates for multicast are enabled or disabled, this information is displayed
or absent, respectively.
|