Guest

Cisco IOS Software Releases 12.2 T

Cisco Mobile Networks - Asymmetric Link

Table Of Contents

Cisco Mobile Networks—Asymmetric Link

Contents

Restrictions for Cisco Mobile Networks—Asymmetric Link

Information About Cisco Mobile Networks—Asymmetric Link

Unidirectional Routing in Cisco Mobile Networks

How to Configure Mobile Networks in an Asymmetric Link Environment

Enabling Mobile Router Services for Unidirectional Interfaces

Troubleshooting Tips

Enabling Foreign Agent Services for Unidirectional Interfaces

Enabling Home Agent Services

Verifying Cisco Mobile Networks—Asymmetric Link Configuration

Configuration Examples for Cisco Mobile Networks—Asymmetric Link

Mobile Router Example

Foreign Agent Example

Additional References

Related Documents

Standards

MIBs

RFCs

Technical Assistance

Command Reference

ip mobile foreign-agent

show ip mobile globals

Glossary


Cisco Mobile Networks—Asymmetric Link


An asymmetric link environment such as satellite communications, with a separate uplink and downlink, provides challenges for the mobile router and foreign agent. Because each unidirectional link provides only one way traffic, the inherent mapping in the foreign agent of the return path to the mobile router for incoming messages does not apply. The Cisco Mobile Networks—Asymmetric Link feature solves this problem by extending the use of mobile networks to networks where the mobile router has unidirectional links to the foreign agent. The foreign agent is able to transmit packets back to the mobile router over a different link than the one on which it receives packets from the mobile router.

Feature Specifications for the Cisco Mobile Networks—Asymmetric Link

Feature History
 
Release
Modification

12.2(13)T

This feature was introduced.

Supported Platforms

Refer to Feature Navigator as referenced below.


Determining Platform Support Through Cisco Feature Navigator

Cisco IOS software is packaged in feature sets that support specific platforms. To obtain updated information about platform support for this feature, access Cisco Feature Navigator. Cisco Feature Navigator dynamically updates the list of supported platforms as new platform support is added for the feature.

Cisco Feature Navigator is a web-based tool that enables you to determine which Cisco IOS software images support a specific set of features and which features are supported in a specific Cisco IOS image. You can search by feature or release. In the release section, you can compare releases side by side to display both the features unique to each software release and the features that releases have in common.

To access Cisco Feature Navigator, you must have an account on Cisco.com. If you have forgotten or lost your account information, send a blank e-mail to cco-locksmith@cisco.com. An automatic check will verify that your e-mail address is registered with Cisco.com. If the check is successful, account details with a new random password will be e-mailed to you. Qualified users can establish an account on Cisco.com by following the directions at the following URL:

http://www.cisco.com/register

Cisco Feature Navigator is updated regularly when major Cisco IOS software releases and technology releases occur. For the most current information, go to the Cisco Feature Navigator home page at the following URL:

http://www.cisco.com/go/fn

Availability of Cisco IOS Software Images

Platform support for particular Cisco IOS software releases is dependent on the availability of the software images for those platforms. Software images for some platforms may be deferred, delayed, or changed without prior notice. For updated information about platform support and availability of software images for each Cisco IOS software release, refer to the online release notes or Cisco Feature Navigator.

Contents

Information About Cisco Mobile Networks—Asymmetric Link

How to Configure Mobile Networks in an Asymmetric Link Environment

Configuration Examples for Cisco Mobile Networks—Asymmetric Link

Additional References

Command Reference

Glossary

Restrictions for Cisco Mobile Networks—Asymmetric Link

This feature can be used only on serial interfaces.

Information About Cisco Mobile Networks—Asymmetric Link

To configure the Cisco Mobile Networks—Asymmetric Link feature, you need to understand the following concept:

Unidirectional Routing in Cisco Mobile Networks

Unidirectional Routing in Cisco Mobile Networks

With unidirectional routing, registration requests from the mobile router travel a slightly different route than in bidirectional routing. The mobile router uses different interfaces to transmit and receive. Advertisements are received on the mobile router interface that is connected to the uplink equipment. This interface is configured to be receive-only (transmit-interface command) and another interface connected to the downlink traffic is configured to be transmit-only. When the mobile router receives an advertisement from the foreign agent on the uplink, it takes the care-of address advertised by that foreign agent to use in the registration request. However, the mobile router has been configured to send traffic to a downlink router even though it hears advertisements on the interface connected to the uplink equipment. The registration request is sent out the mobile router's downlink interface to the care-of address given in the the foreign agent's uplink interface.

The downlink router routes the registration request using normal routing to the foreign agent. When the foreign agent receives the registration request, it looks up the care-of address. If the care-of address is associated with an asymmetric interface, the foreign agent treats the mobile router as a visitor on that interface and forwards the registration request to the home agent. The home agent sends a registration reply to the foreign agent care-of address, which will then be forwarded to the mobile router through the uplink interface.

Figure 1 shows how packets are routed within the mobile network using unidirectional routing.

Figure 1 Unidirectional Routing in an Asymmetric Communications Environment

How to Configure Mobile Networks in an Asymmetric Link Environment

This section contains the following procedures:

Enabling Mobile Router Services for Unidirectional Interfaces (required)

Enabling Foreign Agent Services for Unidirectional Interfaces (required)

Enabling Home Agent Services (required)

Verifying Cisco Mobile Networks—Asymmetric Link Configuration (optional)

Enabling Mobile Router Services for Unidirectional Interfaces

To configure this task of enabling mobile router services for a unidirectional interface, use the following commands:

SUMMARY STEPS

1. enable

2. configure {terminal | memory | network}

3. interface type number

4. transmit-interface type number

5. ip address ip-address mask

6. ip mobile router-service roam

7. exit

8. interface type number

9. ip address ip-address mask

10. ip mobile router-service roam

DETAILED STEPS

 
Command or Action
Purpose

Step 1 

enable

Example:

Router> enable

Enables higher privilege levels, such as privileged EXEC mode.

Enter your password if prompted.

Step 2 

configure {terminal | memory | network}

Example:

Router# configure terminal

Enters global configuration mode.

Step 3 

interface type number

Example:

Router(config)# interface serial 1

Configures an interface type and enters interface configuration mode.

Step 4 

transmit-interface type number

Example:

Router(config-if)# transmit-interface serial 2

Assigns a transmit interface to a receive-only interface.

This is the uplink (receive-only) interface.

In the example, this command specifies interface serial 2, connected to the downlink router, to be the transmit-only interface.

Step 5 

ip address ip-address mask

Example:

Router(config-if)# ip-address 168.71.6.2 255.255.255.0

Sets a primary IP address for an interface.

This is the IP address of a roaming interface.

Step 6 

ip mobile router-service roam

Example:

Router(config-if)# ip mobile router-service roam

Enables the mobile router to specify on which configured interface it will discover foreign agents.

Step 7 

exit

Example:

Router(config-if)# exit

Returns to global configuration mode.

Step 8 

interface type number

Example:

Router(config)# interface serial 2

Configures an interface type and enters interface configuration mode.

This is the downlink (transmit-only) interface that was specified in Step 4.

Step 9 

ip address ip-address mask

Example:

Router(config-if)# ip-address 168.71.7.2 255.255.255.0

Sets a primary IP address for an interface.

This is the IP address of a roaming interface.

Step 10 

ip mobile router-service roam

Example:

Router(config-if)# ip mobile router-service roam

Enables the mobile router to specify on which configured interface it will discover foreign agents.


Troubleshooting Tips

With back-to-back serial interfaces (DTE to DTE), you need to disable keepalives with the no keepalive interface configuration command.

The forwarding table will appear "normal." Use the debug ip packet and trace commands to display the packets that are being routed unidirectionally.

Enabling Foreign Agent Services for Unidirectional Interfaces

To enable foreign agent services for unidirectional interfaces, use the following commands:

SUMMARY STEPS

1. enable

2. configure {terminal | memory | network}

3. interface type number

4. ip address ip-address mask

5. ip irdp

6. ip irdp maxadvertinterval seconds

7. ip irdp minadvertinterval seconds

8. ip irdp holdtime seconds

9. ip mobile foreign-service

10. exit

11. router mobile

12. exit

13. ip mobile foreign-agent [care-of interface [interface-only transmit-only]]

DETAILED STEPS

 
Command or Action
Purpose

Step 1 

enable

Example:

Router> enable

Enables higher privilege levels, such as privileged EXEC mode.

Enter your password if prompted.

Step 2 

configure {terminal | memory | network}

Example:

Router# configure terminal

Enters global configuration mode.

Step 3 

interface type number

Example:

Router(config)# interface serial 1

Configures an interface and enters interface configuration mode.

Step 4 

ip address ip-address mask

Example:

Router(config-if)# ip address 10.0.0.2 255.255.255.0

Sets a primary IP address of the interface.

Step 5 

ip irdp

Example:

Router(config-if)# ip irdp

Enables IRDP processing on an interface.

Step 6 

ip irdp maxadvertinterval seconds

Example:

Router(config-if)# ip irdp maxadvertinterval 4

(Optional) Specifies the maximum interval in seconds between advertisements.

Step 7 

ip irdp minadvertinterval seconds

Example:

Router(config-if)# ip irdp minadvertinterval 3

(Optional) Specifies the minimum interval in seconds between advertisements.

Step 8 

ip irdp holdtime seconds

Example:

Router(config-if)# ip irdp holdtime 10

(Optional) Length of time in seconds that advertisements are held valid.

Default is three times the maxadvertinterval period.

Step 9 

ip mobile foreign-service

Example:

Router(config-if)# ip mobile foreign-service

Enables foreign agent service on an interface.

This command also appends Mobile IP information such as care-of address, lifetime, and service flags to the advertisement.

Step 10 

exit

Example:

Router(config-if)# exit

Returns to global configuration mode.

Step 11 

router mobile

Example:

Router(config)# router mobile

Enables Mobile IP on the router.

Step 12 

exit

Example:

Router(config-router)# exit

Returns to global configuration mode.

Step 13 

ip mobile foreign-agent [care-of interface [interface-only transmit-only]]

Example:

Router(config)# ip mobile foreign-agent care-of serial 1 interface-only transmit-only

Enables foreign agent service.

The interface-only keyword causes the interface type specified in the interface argument to advertise only its own address as the care-of address.

The transmit-only keyword informs Mobile IP that the interface acts as an uplink so for registration and reply purposes, treat registration requests received for this care-of address as having arrived on the transmit-only interface.

Any care-of address can be configured as interface only but only serial interfaces can be configured as transmit only.


Enabling Home Agent Services

There are no changes to the home agent configuration with the introduction of the Cisco Mobile Neworks—Asymmetric Link feature. Configure the home agent as described in the "Cisco Mobile Networks" feature document introduced in Cisco IOS Release 12.2(4)T.

Verifying Cisco Mobile Networks—Asymmetric Link Configuration

To verify that the asymmetric link configuration on the foreign agent is working, perform the following optional steps:

SUMMARY STEPS

1. show ip mobile visitor

2. show ip mobile globals

3. show ip mobile interface

DETAILED STEPS

 
Command or Action
Purpose

Step 1 

show ip mobile visitor

Example:
Router# show ip mobile visitor

Displays the table containing the visitor list of the foreign agent.

Step 2 

show ip mobile globals

Example:
Router# show ip mobile globals

Displays global information for mobile agents.

Relevant fields in the display output will indicate interface-only and transmit-only status if configured.

See the display output following this table for an example.

Step 3 

show ip mobile interface

Example:
Router# show ip mobile interface

Displays advertisement information for interfaces that are providing foreign agent service or are home links for mobile nodes.


The following example shows interface-only and transmit-only configured on the foreign agent:

Router# show ip mobile globals

IP Mobility global information:

Home Agent is not enabled

Foreign Agent

   Pending registrations expire after 15 secs
   Care-of addresses advertised
    Serial4/0 (11.0.0.2) - up, interface-only, transmit-only

Configuration Examples for Cisco Mobile Networks—Asymmetric Link

This section provides the following configuration examples:

Mobile Router Example

Foreign Agent Example

In the following examples, a home agent provides service for one mobile router. The mobile router detects the foreign agent advertisements on the uplink interface and sends the registration request on the downlink interface to the advertised care-of address of the foreign agent.

Mobile Router Example

The following example shows the mobile router configuration:

!
interface Loopback1
 ip address 20.0.4.1 255.255.255.0
!
interface Serial3/0
! Uplink interface 
 transmit-interface Serial3/1
  ip address 11.0.0.1 255.255.255.0
 ip mobile router-service roam
!
interface Serial3/1
! Downlink interface
 ip address 12.0.0.1 255.255.255.
 ip mobile router-service roam
! 
router mobile
!
ip mobile secure home-agent 43.0.0.3 spi 100 key hex 11223344556677881122334455667788
ip mobile router
address 20.0.4.1 255.255.255.0
home-agent 43.0.0.3

Foreign Agent Example

The following example shows the foreign agent configuration:

!
interface Serial4/0
! Uplink interface
 ip address 11.0.0.2 255.255.255.0
 ip irdp
 ip irdp maxadvertinterval 10
 ip irdp minadvertinterval 5
 ip irdp holdtime 30
 ip mobile foreign-service
!
router mobile
!
ip mobile foreign-agent care-of Serial4/0 interface-only transmit-only

Additional References

For additional information related to the Cisco Mobile Networks—Asymmetric Link feature, refer to the following sections:

Related Documents

Standards

MIBs

RFCs

Technical Assistance

Related Documents

Related Topic
Document Title

Mobile IP configuration tasks

"Configuring Mobile IP" chapter in the Cisco IOS IP Configuration Guide, Release 12.2.

Mobile IP commands

"Mobile IP Commands" chapter in the Cisco IOS IP Command Reference, Volume 1 of 3: Addressing and Services, Release 12.2.

Cisco Mobile Networks commands

"Cisco Mobile Networks" feature document, Release 12.2(4)T.


Standards

Standards
Title

No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.


MIBs

MIBs
MIBs Link

No new or modified MIBs are supported by this feature, and support for existing MIBs has not been modified by this feature.

To obtain lists of supported MIBs by platform and Cisco IOS release, and to download MIB modules, go to the Cisco MIB website on Cisco.com at the following URL:

http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml


To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:

http://tools.cisco.com/ITDIT/MIBS/servlet/index

If Cisco  MIB Locator does not support the MIB information that you need, you can also obtain a list of supported MIBs and download MIBs from the Cisco  MIBs page at the following URL:

http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml

To access Cisco MIB Locator, you must have an account on Cisco.com. If you have forgotten or lost your account information, send a blank e-mail to cco-locksmith@cisco.com. An automatic check will verify that your e-mail address is registered with Cisco.com. If the check is successful, account details with a new random password will be e-mailed to you. Qualified users can establish an account on Cisco.com by following the directions found at this URL:

http://www.cisco.com/register

RFCs

RFCs
Title

No new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature.


Technical Assistance

Description
Link

Technical Assistance Center (TAC) home page, containing 30,000 pages of searchable technical content, including links to products, technologies, solutions, technical tips, tools, and lots more. Registered Cisco.com users can log in from this page to access even more content.

http://www.cisco.com/public/support/tac/home.shtml


Command Reference

This section documents modified commands. All other commands used with this feature are documented in the Cisco IOS Release 12.2 command reference publications or the "Cisco Mobile Networks" feature documentation, Release 12.2(4)T.

ip mobile foreign-agent

show ip mobile globals

ip mobile foreign-agent

To enable foreign agent service, use the ip mobile foreign-agent command in global configuration mode. To disable this service, use the no form of this command.

ip mobile foreign-agent [care-of interface [interface-only transmit-only] | reg-wait seconds]

no ip mobile foreign-agent [care-of interface [interface-only transmit-only] | reg-wait seconds]

Syntax Description

care-of interface

(Optional) IP address of the interface. Sets the care-of address on the foreign agent. Multiple care-of addresses can be configured. At least one care-of address must be configured for foreign agent service.

interface-only

(Optional) Enables the interface to advertise only its own address as the care-of address. Other interfaces configured for foreign agent service will not advertise this care-of address.

transmit-only

(Optional) Informs Mobile IP that the interface is being used on a unidirectional link and will transmit only. This interface will be used as the source interface for this care-of address for any registration request received on another interface.

reg-wait seconds

(Optional) Pending registration expires after the specified number of seconds if no reply is received. Range is from 5 to 600 seconds. Default is 15.


Defaults

Disabled

Command Modes

Global configuration

Command History

Release
Modification

12.0(1)T

This command was introduced.

12.2(13)T

The interface-only and transmit-only keywords were introduced.


Usage Guidelines

This command enables foreign agent service when at least one care-of address is configured. When no care-of address exists, foreign agent service is disabled.

The foreign agent is responsible for relaying the registration request to the home agent, setting up a tunnel to the home agent, and forwarding packets to the mobile node. The show commands used to display relevant information are shown in parentheses in the following paragraph.

When a registration request comes in, the foreign agent will ignore requests when foreign agent service is not enabled on an interface or no care-of address is advertised. If a security association exists for a visiting mobile node, the visitor is authenticated. The registration bitflag is handled as described in Table 1 . The foreign agent checks the validity of the request. If successful, the foreign agent relays the request to the home agent, appending an FH authentication extension if a security association for the home agent exists. The pending registration timer of 15 seconds is started (show ip mobile visitor pending command). At most, five outstanding pending requests per mobile node are allowed. If a validity check fails, the foreign agent sends a reply with error code to the mobile node (reply codes are listed in Table 2). A security violation is logged when visiting mobile node authentication fails (show ip mobile violation command).

When a registration reply comes in, the home agent is authenticated (show ip mobile secure home-agent command) if a security association exists for the home agent (IP source address or home agent address in reply). The reply is relayed to the mobile node.

When registration is accepted, the foreign agent creates or updates the visitor table, which contains the expiration timer. If no binding existed before this registration, a virtual tunnel is created, a host route to the mobile node via the interface (of the incoming request) is added to the routing table (show ip route mobile command), and an ARP entry is added to avoid sending ARP requests for the visiting mobile node. Visitor binding is removed (along with its associated host route, tunnel, and ARP entry) when the registration lifetime expires or deregistration is accepted.

When registration is denied, the foreign agent will remove the request from the pending registration table. The table and timers of the visitor will be unaffected.

When a packet destined for the mobile node arrives on the foreign agent, the foreign agent will deencapsulates the packet and forwards it out its interface to the visiting mobile node, without sending ARP requests.

The care-of address must be advertised by the foreign agent. This adddress is used by the mobile node to register with the home agent. The foreign agent and home agent use this address as the source and destination point of tunnel, respectively. The foreign agent is not enabled until at least one care-of address is available. The foreign agent will advertise on interfaces configured with the ip mobile foreign-service command.

Only care-of addresses with interfaces that are up are considered available.

The interface-only and transmit-only keywords are used in an aysmmetric link environment, such as satellite communications, where separate uplinks and downlinks exist. The ip mobile foreign-agent care-of interface interface-only command enables the interface to advertise only its own address as the care-of address. All other care-of addresses are not advertised. Other foreign agent interfaces configured for foreign-service will not advertise interface-only care-of addresses. The ip mobile foreign-agent care-of interface transmit-only command informs Mobile IP that the interface acts as an uplink. Registration requests and replies received for this care-of address are treated as transmit-only. This interface will not hear any solicitations.

Table 1 lists mobile node registration request service bitflags.

Table 1 Mobile Node Registration Request Service Bitflags

Bit Set
Registration Request

S

No operation. Not applicable to foreign agent.

B

No operation. Not applicable to foreign agent.

D

Make sure source IP address belongs to the network of the interface.

M

Deny request. Minimum IP encapsulation is not supported.

G

No operation. GRE encapsulation is supported.

r

Sent as zero; ignored on reception. Do not allocate for any other uses.

V

Reserved.

T

Deny if reverse tunneling is disabled on the foreign agent.

reserved

Deny request. Reserved bit must not be set.


Table 2 lists foreign agent reply codes.

Table 2 Foreign Agent Reply Codes  

Code
Reason

64

Reason unspecified.

65

Administratively prohibited.

66

Insufficient resource.

67

Mobile node failed authentication.

68

Home agent failed authentication.

69

Requested lifetime is too long.

70

Poorly formed request.

71

Poorly formed reply.

72

Requested encapsulation is unavailable.

74

Reverse tunnel unsupported.

75

Reverse tunnel is mandatory and T bit is not set

76

Mobile node too distant.

77

Invalid care-of address

78

Registration timeout.

79

Delivery style not supported.

80

Home network unreachable (ICMP error received).

81

Home agent host unreachable (ICMP error received).

82

Home agent port unreachable (ICMP error received).

88

Home agent unreachable (other ICMP error received).

98

Missing home agent.

99

Missing home agent address.

100

Unsupported vendor-ID or unable to interpret vendor extension type in the registration request extensions sent by the mobile node to the foreign agent.

101

Unsupported vendor-ID or unable to interpret vendor extension type in the registration request extensions sent by the home agent to the foreign agent.

104

Unknown challenge.

105

Missing challenge.

106

Stale challenge.


Examples

The following example enables foreign agent service on ethernet interface 1, advertising 10.0.0.1 as the care-of address:

ip mobile foreign-agent care-of Ethernet0
interface Ethernet0
 ip address 10.0.0.1 255.0.0.0
interface Ethernet1
 ip mobile foreign-service

The following example enables foreign agent service on serial interface 4, advertising 10.0.0.2 as the only care-of address. The uplink interface is configured as a transmit-only interface.

ip mobile foreign-agent care-of Serial4 interface-only transmit-only
interface Serial4
! Uplink interface
 ip address 10.0.0.2 255.255.255.0
 ip irdp
!
 ip mobile foreign-service
!

Related Commands

Command
Description

debug ip mobile advertise

Displays advertisement information.

ip mobile foreign-service

Enables foreign agent service on an interface if care-of addresses are configured.

show ip mobile globals

Displays global information for mobile agents.

show ip mobile interface

Displays advertisement information for interfaces that are providing foreign agent service or are home links for mobile nodes.

show ip mobile secure

Displays mobility security associations for mobile host, mobile visitor, foreign agent, or home agent.

show ip mobile violation

Displays information about security violations.

show ip mobile visitor

Displays the table containing the visitor list of the foreign agent.


show ip mobile globals

To display global information for mobile agents, use the show ip mobile globals EXEC command.

show ip mobile globals

Syntax Description

This command has no arguments or keywords.

Command Modes

EXEC

Command History

Release
Modification

12.0(1)T

This command was introduced.

12.2(13)T

The show output was enhanced to display interface-only and transmit-only interfaces for foreign agents in an asymmetric link environment.


Usage Guidelines

This command shows the Mobile IP services that are running on the router. Note the deviation from RFC 2006: the foreign agent will not display busy or registration required information. Both are handled on a per-interface basis (refer to the show ip mobile interface command), not at the global foreign agent level.

Examples

The following is sample output from the show ip mobile globals command:

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
    Virtual networks
        20.0.0.0/8

Foreign Agent is not enabled, no care-of address

0 interfaces providing service
Encapsulations supported: IPIP and GRE
Tunnel fast switching enabled
Discovered tunnel MTU aged out after 1:00:00


Table 3 describes the significant fields shown in the display.

Table 3 show ip mobile globals Field Descriptions 

Field
Description
Home Agent
 

Registration lifetime

Default lifetime for all mobile nodes. Number of seconds given in parentheses.

Roaming access list

Determines which mobile nodes are allowed to roam. Displayed if defined.

Care-of access list

Determines which care-of addresses are allowed to be accepted. Displayed if defined.

Broadcast

Broadcast enabled or disabled.

Reverse tunnel

Reverse tunnel enabled or disabled.

ICMP Unreachable

Sends ICMP unreachable messages, which are enabled or disabled for virtual network.

Virtual networks

Lists virtual networks serviced by the home agent. Displayed if defined.

Foreign Agent
 

Care-of addresses advertised

Lists care-of addresses. Displayed if defined. At least one care-of address must be configured for foreign agent service.

up, interface-only, transmit-only

Up status displayed if foreign agent configured to function in an asymmetric link environment.

Mobility Agent
 

Number of interfaces providing service

See the show ip mobile interface command for more information on advertising. Agent advertisements are sent when IRDP is enabled.

Encapsulations supported

IPIP and GRE.

Tunnel fast switching

Tunnel fast switching is enabled or disabled.

Discovered tunnel MTU

Aged out after amount of time.


Glossary

care-of address—The termination point of the tunnel to a mobile node or mobile router. This can be a colocated care-of address, by which the mobile node or mobile router acquires a local address and detunnels its own packets, or a foreign agent care-of address, by which a foreign agent detunnels packets and forwards them to the mobile node or mobile router.

foreign agent—A router on the visited network of a foreign network that provides routing services to the mobile node while registered. The foreign agent detunnels and delivers packets to the mobile node or mobile router that were tunneled by the home agent of the mobile node. For packets sent by a mobile node, the foreign agent may serve as a default router for registered mobile nodes.

home agent—A router that forwards packets to mobile nodes or the mobile router while they are away from home. It keeps current location information for registered mobile nodes called a mobility binding.

mobile router—A mobile node that is a router. It provides for the mobility of one or more entire networks moving together, perhaps on an airplane, a ship, a train, an automobile, a bicycle, or a kayak. The nodes connected to a network served by the mobile router may themselves be fixed nodes or mobile nodes or routers.

satellite communications—The use of geostationary orbiting satellites to relay information.


Note Refer to the Internetworking Terms and Acronyms for terms not included in this glossary.