beautypg.com

Configuration considerations, Configuring bfd for static routes, Single hop configuration – Brocade Multi-Service IronWare Switching Configuration Guide (Supporting R05.6.00) User Manual

Page 832

background image

802

Multi-Service IronWare Switching Configuration Guide

53-1003036-02

BFD for Static Routes

19

Configuration considerations

In a multi-hop session, the protocol must be stated in the command ip route next-hop protocol.

BFD multi-hop is supported for a nexthop resolved through OSPF, BGP, ISIS, RIP, and MPLS.

BFD multi-hop is not supported for a nexthop resolved through Default Route.

BFD for static routes is not supported for static routes with an LSP name as nexthop.

Upon reboot, the router will first bring up the static BFD sessions, and then install the static
routes in the routing table manager (RTM). There may be a delay of 90 seconds before the BFD
sessions become available.

BFD is not supported in MCT.

BFD for static routes will not support interface-based static routes for both IPv4 and IPv6.

Configuring BFD for static routes

The following example assumes the configured interface Ethernet 1/1 is as follows:

interface ethernet 1/1

bfd interval 100 min-rx 100 multiplier 5

ip address 10.0.0.1/24

Single hop configuration

To configure BFD for static routes, configure BFD neighbors using the following commands. BFD
neighbors can be configured in unassociated mode using this command.

The following example uses interface ethernet 1/1 as the outgoing interface and uses the BFD
intervals on ethernet 1/1. The next hop address 10.0.0.5 is the BFD neighbor and the configured
address 10.0.0.1 on Ethernet 1/1 is the local address.

Brocade(config)#ip route static-bfd 10.0.0.5 10.0.0.1

Syntax to configure BFD Static neighbor for IPv4:
Syntax: [no] ip route [vrf vrf-name] static-bfd neighbor-ip-address local-ip-address interval tx-rate

min-rx rx-rate multiplier value

Syntax to configure BFD Static neighbor for IPv6:
Syntax: [no] ipv6 route [vrf vrf-name] static-bfd neighbor-ipv6-address local-ipv6-address

interval tx-rate min-rx rx-rate multiplier value

The no version of the command removes the BFD monitoring by removing the BFD static neighbor
10.0.0.5 and eliminating the BFD session, while keeping the static route in the RTM, and retaining
the existing traffic to IP route 20.0.0.0. You only need to specify the BFD neighbor address and the
local address when removing a BFD neighbor.

To enable BFD for static routes use the following command. The bfd parameter allows you to enable
BFD monitoring for the static route.

Brocade(config)#ip route 20.0.0.0/24 10.0.0.5 bfd

Syntax to enable BFD monitoring for IPv4:
Syntax: [no] ip route Destination IP address Next hop Router IP address> … bfd