Configuring Bfd On Static Routes - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
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
5.
6.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
ip pim bfd
Example:
switch(config)# ip pim bfd
Step 3
interface int-if
Example:
switch(config)# interface ethernet 2/1
switch(config-if)#
Step 4
ip pim bfd-instance [disable]
Example:
switch(config-if)# ip pim bfd-instance
Step 5
show running-config pim
Example:
switch(config)# show running-config pim
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config

Configuring BFD on Static Routes

You can configure BFD for static routes on an interface. You can optionally configure BFD on a static
route within a virtual routing and forwarding (VRF) instance.
BEFORE YOU BEGIN
Ensure that you are in the correct VDC (or use the switchto vdc command).
Enable the BFD feature. See the
SUMMARY STEPS
1.
2.
3.
4.
5.
OL-23435-03
(Optional) show running-config pim
(Optional) copy running-config startup-config
configure terminal
(Optional) vrf context vrf-name
ip route route interface if {nh-address | nh-prefix}
ip route static bfd interface {nh-address | nh-prefix}
(Optional) show ip route static [vrf vrf-name]
Purpose
Enters configuration mode.
Enables BFD for PIM.
Enters interface configuration mode. Use the ?
keyword to display the supported interfaces.
(Optional) Enables or disables BFD on a PIM
interface. The default is disabled.
(Optional) Displays the PIM running configuration.
(Optional) Saves this configuration change.
"Enabling the BFD Feature" section on page
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring BFD
5-7.
5-23

Advertisement

Table of Contents
loading

Table of Contents