Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show mobile-ip home-agent bindings

Syntax

show mobile-ip home-agent bindings <ip-address ip-address | nai nai-string | summary><logical-system logical-system-name><routing-instance routing-instance-name>

Release Information

Command introduced in Junos OS Release 9.3.

Description

Display information about Mobile IP home agent bindings.

Options

ip-address ip-address

(Optional) Display information for the specified Mobile IP home address.

logical-system logical-system-name

(Optional) Display information for the specified logical system.

nai nai-string

(Optional) Display information for the specified Mobile IP network access identifier.

routing-instance routing-instance-name

(Optional) Display information for the specified routing instance.

summary

(Optional) Display only summary (total bindings) information.

Required Privilege Level

view

List of Sample Output

show mobile-ip home-agent bindings
show mobile-ip home-agent bindings ip-address
show mobile-ip home-agent bindings nai
show mobile-ip home-agent bindings summary

Output Fields

Table 1 lists the output fields for the show mobile-ip home-agent bindings command. Output fields are listed in the approximate order in which they appear.

Table 1: show mobile-ip home-agent bindings Output Fields

Field Name

Field Description

Home Address

Home address of the mobile node.

NAI

Network access identifier of the mobile node.

Home agent

Home agent address of the mobile node.

Care-of-address

Care of address used by the mobile node.

Lifetime Granted

Lifetime granted for the mobile node.

Lifetime Remaining

Remaining lifetime for the mobile node.

Tunnel Type

Type of tunnel requested by the mobile node.

Tunnel ID

Tunnel ID the mobile node is using.

Tunnel Source

Tunnel source address the mobile node is using.

Tunnel Destination

Tunnel destination address the mobile node is using.

Identification

Identification value received from the mobile node.

Revocation Support

Whether registration revocation is supported for this binding.

Notify MN

Whether mobile node notification has been negotiated.

Total Bindings

Total number of Mobile IP home agent bindings.

Sample Output

show mobile-ip home-agent bindings

user@host> show mobile-ip home-agent bindings
Home address  NAI              Home agent   Care-of-address
10.1.1.3      abcde@def.com    10.1.1.1     50.50.50.1
30.1.1.3          -            55.55.55.1   50.50.50.1
20.1.1.3      def@def.com      20.1.1.1     60.50.50.1

show mobile-ip home-agent bindings ip-address

user@host> show mobile-ip home-agent bindings ip-address 10.1.1.3
Home address       : 10.1.1.3
NAI                : abcde@def.com
Home agent         : 10.1.1.1
Care-of-address    : 50.50.50.1
Lifetime Granted   : 180
Lifetime Remaining : 20
Tunnel Type        : IP-IP
Tunnel  ID         : 10
Tunnel Source      : 10.1.1.1
Tunnel Destination : 50.50.50.1
Identification     : ABCD1234.4321ABCD
Revocation Support : Enabled
Notify MN of Revocation : Enabled

show mobile-ip home-agent bindings nai

user@host> show mobile-ip home-agent bindings nai abcde@def.com
Home address       : 10.1.1.3
NAI                : abcde@def.com
Home agent         : 10.1.1.1
Care-of-address    : 50.50.50.1
Lifetime Granted   : 180
Lifetime Remaining : 20
Tunnel Type        : IP-IP
Tunnel  ID         : 10
Tunnel Source      : 10.1.1.1
Tunnel Destination : 50.50.50.1
Identification     : ABCD1234.4321ABCD
Revocation Support : Enabled
Notify MN          : Enabled

show mobile-ip home-agent bindings summary

user@host> show mobile-ip home-agent bindings summary
Total bindings : 3

Published: 2013-07-31