Cisco 7206 - VXR Router Configuration Manual page 138

Network configuration guide
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
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface int-if
Example:
switch(config)# interface ethernet 2/1
switch(config-if)#
Step 3
bfd interval mintx min_rx msec
multiplier value
Example:
switch(config-if)# bfd interval 50
min_rx 50 multiplier 3
Step 4
bfd authentication keyed-sha1 keyid id
key ascii_key
Example:
switch(config-if)# bfd authentication
keyed-sha1 keyid 1 ascii_key cisco123
Step 5
show running-config bfd
Example:
switch(config-if)# show running-config
bfd
Step 6
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
5-10
configure terminal
interface int-if
bfd interval mintx min_rx msec multiplier value
(Optional) bfd authentication keyed-sha1 keyid id key ascii_key
(Optional) show running-config bfd
(Optional) copy running-config startup-config
Chapter 5
Configuring Bidirectional Forwarding Detection
Purpose
Enters configuration mode.
Enters interface configuration mode. Use the ?
keyword to display the supported interfaces.
Configures the BFD session parameters for all BFD
sessions on the interface. This overrides the global
BFD session parameters. The mintx and msec range is
from 50 to 999 milliseconds and the default is 50. The
multiplier range is from 1 to 50. The multiplier default
is 3.
(Optional) Configures SHA-1 authentication for all
BFD sessions on the interface. The ascii_key string is
a secret key shared among BFD peers. The id value, a
number between 0 and 255, is assigned to this
particular ascii_key. BFD packets specify the key by
id, allowing the use of multiple active keys.
To disable SHA-1 authentication on the interface, use
the no form of the command.
(Optional) Displays the BFD running configuration.
(Optional) Saves this configuration change.
OL-23435-03

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents