Cisco 7206 - VXR Router Configuration Manual page 145

Network configuration guide
Table of Contents

Advertisement

Chapter 5
Configuring Bidirectional Forwarding Detection
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
3.
4.
5.
6.
7.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
router eigrp instance-tag
Example:
switch(config)# router eigrp Test1
switch(config-router)#
Step 3
bfd
Example:
switch(config-router-neighbor)# bfd
Step 4
interface int-if
Example:
switch(config-router-neighbor)#
interface ethernet 2/1
switch(config-if)#
Step 5
ip eigrp instance-tag bfd
Example:
switch(config-if)# ip eigrp Test1 bfd
Step 6
show ip eigrp [vrf vrf-name] [interfaces
if]
Example:
switch(config-if)# show ip eigrp
Step 7
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
OL-23435-03
bfd
interface int-if
(Optional) ip eigrp instance-tag bfd
(Optional) show ip eigrp [vrf vrf-name] [interfaces if]
(Optional) copy running-config startup-config
Purpose
Enters configuration mode.
Creates a new EIGRP process with the configured
instance tag. The instance tag can be any
case-sensitive, alphanumeric string up to 20
characters.
If you configure an instance-tag that does not qualify
as an AS number, you must use the
autonomous-system command to configure the AS
number explicitly or this EIGRP instance will remain
in the shutdown state.
(Optional) Enables BFD for all EIGRP interfaces.
Enters interface configuration mode. Use the ?
keyword to display the supported interfaces.
(Optional) Enables or disables BFD on an EIGRP
interface. The instance tag can be any case-sensitive,
alphanumeric string up to 20 characters.
The default is disabled.
(Optional) Displays information about EIGRP. The
vrf-name can be any case-sensitive, alphanumeric
string up to 32 characters.
(Optional) Saves this configuration change.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring BFD
5-17

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents