bidirectional forwarding detection (bfd)

11
Makara Moeurn ECS Value (Cambodia) Co., LTD [email protected] 095 692265

Upload: khnog

Post on 20-Jan-2017

128 views

Category:

Technology


5 download

TRANSCRIPT

Page 1: Bidirectional Forwarding Detection (BFD)

Makara MoeurnECS Value (Cambodia) Co., [email protected] 692265

Page 2: Bidirectional Forwarding Detection (BFD)

BFD Protocol Overview

BFD in Action

BFD Study case

Cisco Router Configuration and Demo

Page 3: Bidirectional Forwarding Detection (BFD)

Ø BFD is a protocol that provides a low-overhead, short-duration method of detecting failures in the forwarding path between two adjacent routers, including the interfaces, data links, and forwarding planes.

Ø Once detecting a failure, triggers an action in a routing protocolØ There are 2 BFD modes:

Asynchronous : periodically send control packet between peersDemand : send control packet when needed

Page 4: Bidirectional Forwarding Detection (BFD)

Two types of hello packetØ BFD control packet : each peer needs to

process the packet

Ø Echo packet : when one peer receive echo packet, it just loop back the echo to the same link without processing packet

Page 5: Bidirectional Forwarding Detection (BFD)

Ø ON Distributed Routing Platforms -

a) BFD packets processed at Line card.

b) Hello packets of Routing protocol processed at RP CPU.

Page 6: Bidirectional Forwarding Detection (BFD)

ØBFD provides fast BFD peer failure detection times independently of all media types, encapsulations, topologies, and routing protocols OSPF, BGP, HSRP, MPLS LSP, etc.

ØSome vendor product can support static route binding and layer 2 link detection.

Page 7: Bidirectional Forwarding Detection (BFD)

ØBy sending rapid failure detection notices to the routing protocols in the local router to initiate the routing table recalculation process, BFD contributes to greatly reduced overall network convergence time

Page 8: Bidirectional Forwarding Detection (BFD)

ØBFD session 3-way handshake and tear down process

ØOne BFD session for multiple client protocols or applications.

Page 9: Bidirectional Forwarding Detection (BFD)

ØTwo routers are connected to each other across the long distance that have a lot of devices such as switches, transmission devices etc.

ØWhen one link down in the middle, the routers can’t know the link failure immediately, and wait till the dead time interval of the routing protocol

Ø If not using routing protocol, then both router won’t know the link failure between them at all

Page 10: Bidirectional Forwarding Detection (BFD)

Two Step for configuring BFD on Cisco Router

ØStep1: BFD Interface level configurationRouter(config-if)# bfd interval 50 min_rx 50 multiplier 5

ØStep2: BFD Routing Protocol Level configurationRouter(config)# router ospf 1 Router(config-router)# bfd all-interfaces

Page 11: Bidirectional Forwarding Detection (BFD)