Configuration Examples For Tunnel Interfaces - Cisco 6000 Series Configuration Manual

Interface and hardware component configuration guide for cisconcs 6000 series routers, ios xr release 6.4.x
Hide thumbs Also See for 6000 Series:
Table of Contents

Advertisement

Configuring Tunnel Interfaces
Command or Action
Step 3
profile profile-name
Example:
RP/0/RP0/CPU0:router(config-if)# profile user1
Step 4
tunnel source {ip-address | interface-id }
Example:
RP/0/RP0/CPU0:router(config-if)# tunnel source
Ethernet0/1/1/2
Step 5
tunnel destination {ip-address | tunnel-id }
Example:
RP/0/RP0/CPU0:router(config-if)# tunnel destination
192.168.164.19
Step 6
Do one of the following:
• end
• commit
Example:
RP/0/RP0/CPU0:router(config-if)# end
Example:
Example:
RP/0/RP0/CPU0:router(config-if)# commit
Step 7
show ip route
Example:
RP/0/RP0/CPU0:router# show ip route

Configuration Examples for Tunnel Interfaces

This section contains the following example:
Interface and Hardware Component Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
Configuration Examples for Tunnel Interfaces
Purpose
Assigns the crypto profile name to be applied to the tunnel
for IPSec processing.
• The same crypto profile cannot be shared in different
IPSec modes.
Specifies the tunnel source IP address or interface ID.
• This command is required for both static and dynamic
profiles.
(Optional) Specifies the tunnel destination IP address.
• This command is not required if the profile is dynamic.
Saves configuration changes.
• When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
• Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to XR EXEC mode.
• Entering no exits the configuration session and
returns the router to XR EXEC mode without
committing the configuration changes.
• Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
• Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.
Displays forwarding information for the tunnel.
• The command show ip route displays what was
advertised and shows the routes for static and
autoroute.
127

Advertisement

Table of Contents
loading

Table of Contents