Cisco 7206 - VXR Router Configuration Manual page 273

Network configuration guide
Table of Contents

Advertisement

Chapter 8
Configuring IP Tunnels
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m
BEFORE YOU BEGIN
Ensure that you have enabled the tunneling feature.
Ensure that you are in the correct VDC (or use the switchto vdc command).
Assign the IP address for a tunnel interface after you have configured the interface for a VRF.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface tunnel number
Example:
switch(config)# interface tunnel 0
switch(config-if)#
Step 3
vrf member vrf-name
Example:
switch(config-if)# vrf member
RemoteOfficeVRF
Step 4
ip address ip-prefix/length
Example:
switch(config-if)# ip address
192.0.2.1/16
Step 5
show vrf [vrf-name] interface
interface-type number
Example:
switch(config-vrf)# show vrf Enterprise
interface tunnel 0
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
OL-23435-03
configure terminal
interface tunnel number
vrf member vrf-name
ip-address ip-prefix/length
show vrf [vrf-name] interface interface-type number
copy running-config startup-config
Purpose
Enters configuration mode.
Enters interface configuration mode.
Adds this interface to a VRF.
Configures an IP address for this interface. You must
do this step after you assign this interface to a VRF.
(Optional) Displays VRF information.
(Optional) Saves this configuration change.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring IP Tunnels
8-9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents