Configuring Bfd On Eigrp - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
Table of Contents

Advertisement

Configuring BFD
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
router bgp as-number
Example:
switch(config)# router bgp 64496
switch(config-router)#
Step 3
neighbor {ip-address | ipv6-address}
remote-as as-number
Example:
switch(config-router)# neighbor
209.165.201.1 remote-as 64497
switch(config-router-neighbor)#
Step 4
bfd
Example:
switch(config-router-neighbor)# bfd
Step 5
show running-config bgp
Example:
switch(config-router-neighbor)# show
running-config bgp
Step 6
copy running-config startup-config
Example:
switch(config-router-neighbor)# copy
running-config startup-config

Configuring BFD on EIGRP

You can configure BFD for the Enhanced Interior Gateway Routing Protocol (EIGRP).
BEFORE YOU BEGIN
Ensure that you are in the correct VDC (or use the switchto vdc command).
Enable the BFD feature. See the
Configure the BFD session parameters. See the
page 5-8
Enable the EIGRP feature. See the Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration
Guide, Release 5.x, for more information.
SUMMARY STEPS
1.
2.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
5-16
or the
"Configuring BFD on an Interface" section on page
configure terminal
router eigrp instance-tag
Chapter 5
Purpose
Enters configuration mode.
Enables BGP and assigns the AS number to the local
BGP speaker. The AS number can be a 16-bit integer
or a 32-bit integer in the form of a higher 16-bit
decimal number and a lower 16-bit decimal number in
xx.xx format.
Configures the IPv4 or IPv6 address and AS number
for a remote BGP peer. The ip-address format is
x.x.x.x. The ipv6-address format is A:B::C:D.
Enables BFD for this BGP peer.
(Optional) Displays the BGP running configuration.
(Optional) Saves this configuration change.
"Enabling the BFD Feature" section on page
"Configuring Global BFD Parameters" section on
Configuring Bidirectional Forwarding Detection
5-7.
5-9.
OL-23435-03

Advertisement

Table of Contents
loading

Table of Contents