system mobile-tunnel
Introduction.
config system mobile-tunnel
edit {name}
# Configure Mobile tunnels, an implementation of Network Mobility (NEMO) extensions for Mobile IPv4 RFC5177.
set name {string} Tunnel name. size[15]
set status {disable | enable} Enable/disable this mobile tunnel.
set roaming-interface {string} Select the associated interface name from available options. size[15] - datasource(s): system.interface.name
set home-agent {ipv4 address} IPv4 address of the NEMO HA (Format: xxx.xxx.xxx.xxx).
set home-address {ipv4 address} Home IP address (Format: xxx.xxx.xxx.xxx).
set renew-interval {integer} Time before lifetime expiraton to send NMMO HA re-registration (5 - 60, default = 60). range[5-60]
set lifetime {integer} NMMO HA registration request lifetime (180 - 65535 sec, default = 65535). range[180-65535]
set reg-interval {integer} NMMO HA registration interval (5 - 300, default = 5). range[5-300]
set reg-retry {integer} Maximum number of NMMO HA registration retries (1 to 30, default = 3). range[1-30]
set n-mhae-spi {integer} NEMO authentication SPI (default: 256). range[0-4294967295]
set n-mhae-key-type {ascii | base64} NEMO authentication key type (ascii or base64).
ascii The authentication key is an ASCII string.
base64 The authentication key is Base64 encoded.
set n-mhae-key {string} NEMO authentication key.
set hash-algorithm {hmac-md5} Hash Algorithm (Keyed MD5).
hmac-md5 Keyed MD5.
set tunnel-mode {gre} NEMO tunnnel mode (GRE tunnel).
gre GRE tunnel.
config network
edit {id}
# NEMO network configuration.
set id {integer} Network entry ID. range[0-4294967295]
set interface {string} Select the associated interface name from available options. size[15] - datasource(s): system.interface.name
set prefix {ipv4 classnet} Class IP and Netmask with correction (Format:xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx or xxx.xxx.xxx.xxx/x).
next
next
end