ip mobile secure host
Configures the security associations for a mobile node. You can configure the security associations for a mobile node only after configuring a corresponding host configuration for the mobile node, and only if you have not configured the AAA service on the virtual router. You can specify the interval within which a registration request can exceed the home agent configured time value by specifying the replay timestamp within keyword. The no version deletes the security associations for the specified host on the virtual router.
NOTE: If you delete a mobile node host by using the no ip mobile host command, all security associations that you configured for this host are deleted.
ip mobile secure host { nai { user@realm | @realm | @ } | ipAddress } spi spi
key { hex hexKeyVal | ascii asciiKeyVal } [ replay timestamp within seconds ]
[ algorithm { hmac-md5 | keyed-md5 } ]no ip mobile secure host { nai { user@realm | @realm } | ipAddress } spi spi
key { hex hexKeyVal | ascii asciiKeyVal }
- user@realmName of the user for the mobile node specification when the nai keyword is specified, in the format user@realm, where realm is the domain name
- @realmName of the user for the mobile node specification when the nai keyword is specified, in the format @realm, where realm is the domain name
- @Name of the user for the mobile node specification when the nai keyword is specified, in the format @
- ipAddressIP address of the foreign agent
- spiSecurity parameter index (SPI) value, a specific 4-octet hexadecimal number, in the range 0x1000xFFFFFFFF, that authenticates inbound requests and permits authentication for outbound registration requests
- hexKeyVal128-bit hexadecimal number, in the range 0x00xFFFFFFFE, that specifies the authentication key for a specific security association
- asciiKeyVal128-bit alphanumeric value, up to a maximum of 16 characters, that specifies the authentication key for a specific security association
- secondsNumber of seconds, in the range 1255, by which a registration request can exceed the home agent configured time value; default value is 7 seconds
- hmac-md5Specifies the authentication algorithm for Mobile IP messages, default value is hmac-md5
- keyed-md5Specifies the authentication algorithm for Mobile IP messages
Global Configuration
Release Information Command introduced in JUNOSe Release 9.0.0.