Cisco Catalyst 4500 series Administration Manual page 939

Hide thumbs Also See for Catalyst 4500 series:
Table of Contents

Advertisement

Chapter 39
Configuring Bidirection Forwarding Detection
interface GigabitEthernet6/2
no switchport
ip address 10.4.9.34 255.255.255.0
!
interface GigabitEthernet6/1
no switchport
ip address 172.16.1.2 255.255.255.0
bfd interval 100 min_rx 50 multiplier 3
!
router eigrp 11
network 172.16.0.0
bfd all-interfaces
auto-summary
!
ip default-gateway 10.4.9.1
ip default-network 0.0.0.0
ip route 0.0.0.0 0.0.0.0 10.4.9.1
ip route 172.16.1.129 255.255.255.255 10.4.9.1
!
Configuration for SwitchC
!
!
interface GigabitEthernet6/2
no switchport
no shutdown
ip address 10.4.9.34 255.255.255.0
!
interface GigabitEthernet6/1
no switchport
ip address 172.16.1.3 255.255.255.0
bfd interval 100 min_rx 50 multiplier 3
no shutdown
!
router eigrp 11
network 172.16.0.0
bfd all-interfaces
auto-summary
!
ip default-gateway 10.4.9.1
ip default-network 0.0.0.0
ip route 0.0.0.0 0.0.0.0 10.4.9.1
ip route 172.16.1.129 255.255.255.255 10.4.9.1
!
!
end
The output from the show bfd neighbors details command from SwitchA verifies that BFD sessions
have been created among all three switches and that EIGRP is registered for BFD support. The first
group of output shows that SwitchC with the IP address 172.16.1.3 runs BFD Version 0 and therefore
does not use the echo mode. The second group of output shows that SwitchB with the IP address
172.16.1.2 does run BFD Version 1, and the 50 millisecond BFD interval parameter had been adopted.
The relevant command output is shown in bold.
SwitchA
SwitchA# show bfd neighbors details
OurAddr
172.16.1.1
Session state is UP and not using echo function.
Local Diag: 0, Demand mode: 0, Poll bit: 0
OL_28731-01
NeighAddr
LD/RD
RH/RS
172.16.1.3
5/3
1(RH)
Software Configuration Guide—Release IOS XE 3.6.0E and IOS 15.2(2)SG
Configuration Examples for Bidirectional Forwarding Detection
Holdown(mult)
State
150 (3 )
Up
Gi6/1
Int
39-19

Advertisement

Table of Contents
loading

Table of Contents