Configuring a Destination Profile for Dynamic IP Tunnels
The tasks in this section describe how to configure
a destination profile for dynamic IP tunnels.
Modifying the Default Destination Profile
Default destination profiles for GRE and DVMRP
are generated at system startup. The system supports only one default
GRE destination profile and one default DVMRP destination profile.
The default destination profile enables the application
to automatically create dynamic IP tunnels without user configuration
for any virtual router, destination address, or source address.
By default, the data MDT application is disabled
in the default destination profiles. The Mobile IP application can
use the default destination profile. You can modify the configuration
of the default destination profiles.
Modifying the Configuration of the
Default Destination Profile
To modify the configuration in the default destination
profile:
Specify the default destination profile for GRE or DVMRP.
host1(config)#gre destination profile global
any-virtual-router
Modify the options for the default destination profile.
host1(config-dest-profile)#tunnel mtu 5000
host1(config-dest-profile)#tunnel checksum
Note:
You cannot configure a tunnel source, tunnel destination, or
virtual router in the default destination profile.
Configuring a Destination Profile for GRE Tunnels
To configure a destination profile for dynamic
GRE tunnels:
Use to configure a destination profile for dynamic DVMRP
tunnels.
Use the any-virtual-router keyword
to create a default destination profile for all virtual routers. There
can only be one default destination profile defined in the system.
Use the virtual-router keyword
to specify a specific transport virtual router.
Example
host1(config)#dvmrp destination profile kanata1
Use the no version to delete
the destination profile.
Use to configure a destination profile for dynamic GRE
tunnels.
Use the any-virtual-router keyword
to create a default destination profile for all virtual routers. There
can only be one default destination profile defined in the system.
Use the virtual-router keyword
to specify a specific transport virtual router.
Example
host1(config)#gre destination profile kanata2
Use the no version to delete
the destination profile.
Use to assign an IP profile with parameters that are used
to stack an upper IP interface over a dynamic GRE or DVMRP tunnel
to the destination profile.
Example
host1(config-dest-profile)#profile ip-kanata
Use the no version to remove the profile assignment from
the destination profile.