[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


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:

  1. Specify the default destination profile for GRE or DVMRP.
  2. host1(config)#gre destination profile global any-virtual-router 
    
    
    
  3. Modify the options for the default destination profile.
  4. 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:

  1. Configure a destination profile for GRE.

host1(config-dest-profile)#gre destination profile kanata1 virtual-router vr1

  1. Set the source address for the tunnel.
  2. host1(config-dest-profile)#tunnel source 1.1.1.1
    
    
    
  3. Set the destination address for the tunnel.
  4. host1(config-dest-profile)#tunnel destination subnet 10.0.0.0 255.0.0.0
    
    
    
  5. (Optional) Set the maximum transmission unit (MTU) size for the tunnel.
  6. host1(config-dest-profile)#tunnel mtu 10240
    
    
    
  7. (Optional) Configure an IP profile with parameters that are used to stack an upper IP interface over a dynamic GRE tunnel.
  8. host1(config-dest-profile)#profile ip-kanata
    
    
    
  9. (Optional) Enable error checking across a GRE tunnel.
  10. host1(config-dest-profile)#tunnel checksum
    
    
    
  11. (Optional) Enable sequence number generation for a GRE tunnel.
  12. host1(config-dest-profile)#tunnel sequence-datagrams
    
    
    
  13. (Optional) Enable IPSec transport mode.
  14. host1(config-dest-profile)#enable ipsec-transport
    
    
    
  15. (Optional) Create a multicast VPN tunnel.
  16. host1(config-dest-profile)#tunnel mdt profile kanata-mdt
    

Creating a Destination Profile for DVMRP Tunnels

To configure a destination profile for dynamic DVMRP tunnels:

  1. Configure a destination profile for DVMRP.

host1(config-dest-profile)#dvmrp destination profile kanata1 virtual-router vr1

  1. Set the source address for the tunnel.
  2. host1(config-dest-profile)#tunnel source 1.1.1.1
    
    
    
  3. Set the destination address for the tunnel.
  4. host1(config-dest-profile)#tunnel destination subnet 10.0.0.0 255.0.0.0
    
    
    
  5. (Optional) Set the maximum transmission unit (MTU) size for the tunnel.
  6. host1(config-dest-profile)#tunnel mtu 10240
    
    
    
  7. (Optional) Configure an IP profile with parameters that are used to stack an upper IP interface over a dynamic DVMRP tunnel.
  8. host1(config-dest-profile)#profile ip-kanata
    
    
    
  9. (Optional) Enable IPSec transport mode.
  10. host1(config-dest-profile)#enable ipsec-transport
    
    
    
  11. (Optional) Create a multicast VPN tunnel.
  12. host1(config-dest-profile)#tunnel mdt profile kanata-mdt
    

dvmrp destination profile

enable ipsec-transport

gre destination profile

profile

tunnel checksum

tunnel destination

tunnel mdt profile

tunnel sequence-datagrams

tunnel source


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]