Configuration Guide Vol. 3


34.2.3 Configure BGP4 Peer Monitoring [SL-L3A]

The following shows a sample BFD monitoring configuration for BGP4 peers.

Points to note

Specify BFD for BGP4 monitoring when configuring peering.

If BFD is used to monitor BGP4 peers that do not use the address of a directly-connected interface, set IP address and configuration command multihop for the loopback interface.

Command examples

  1. (config)# router bgp 65531

    Applies BGP4 to the routing protocol. Specifies AS number (65531) to which the local router belongs to the parameter.

  2. (config-router)# bgp router-id 192.168.1.100

    Sets the local router identifier (192.168.1.100).

  3. (config-router)# neighbor 172.16.2.2 remote-as 65532

    Configures an external peer (remote peer address:172.16.2.2; AS number: 65532).

  4. (config-router)# neighbor 172.16.2.2 bfd BFD001

    Sets BFD monitoring for peers (remote peer address: 172.16.2.2).