Cisco 7604-RSP720C-R Configuration Manual page 270

Nx-os interfaces
Table of Contents

Advertisement

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
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface tunnel number
Example:
switch(config)# interface tunnel 1
switch(config-if)#
Step 3
tunnel source {ip-address |
interface-name}
Example:
switch(config-if)# tunnel source
ethernet 1/2
Step 4
tunnel destination {ip-address |
host-name}
Example:
switch(config-if)# tunnel destination
192.0.2.1
Step 5
tunnel use-vrf vrf-name
Example:
switch(config-if)# tunnel use-vrf blue
Step 6
show interfaces tunnel number
Example:
switch(config-if)# show interfaces
tunnel 1
Step 7
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
Use the no interface tunnel command to remove the tunnel interface and all associated configuration.
Command
no interface tunnel number
Example:
switch(config)# no interface tunnel 1
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
8-6
Chapter 8
Purpose
Enters configuration mode.
Creates a new tunnel interface.
Configures the source address for this IP tunnel.
Configures the destination address for this IP tunnel.
(Optional) Uses the configured VRF to look up the
tunnel IP destination address.
(Optional) Displays the tunnel interface statistics.
(Optional) Saves this configuration change.
Purpose
Deletes the tunnel interface and the associated
configuration.
Configuring IP Tunnels
OL-23435-03

Advertisement

Table of Contents
loading

Table of Contents