beautypg.com

Show commands, Multi-hop configuration – Brocade Multi-Service IronWare Switching Configuration Guide (Supporting R05.6.00) User Manual

Page 833

background image

Multi-Service IronWare Switching Configuration Guide

803

53-1003036-02

BFD for Static Routes

19

Syntax to enable BFD monitoring for IPv6:
Syntax: [no] ipv6 route Destination IPv6 address Next hop Router IPv6 address … bfd

The no version of the command removes BFD monitoring from the static route.

Multi-hop configuration

The following example shows a multi-hop configuration using the commands explained in the single
hop section.

Brocade(config)#ip route static-bfd 30.0.0.5 10.0.0.1 interval 90 min-rx 90

multiplier 3

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

The multi-hop BFD session to the next hop (BFD neighbor) 30.0.0.5 uses the TX and RX intervals of
90ms.

When configuring multi-hop static route and multi-hop bfd neighbor, the protocol by which the
nexthop is to be resolved must be stated using the IP route next-hop command.

Show commands

The show ip static route and show ipv6 static route command output indicates that BFD monitoring
is enabled by the b next to the static route.

Brocade# show ip static route

IP Static Routing Table - 3 entries:

STATIC Codes - b:BFD monitoring

IP Prefix Next Hop Interface Dis/Metric/Tag Name

* 0.0.0.0/0 10.37.73.129 - 1/1/0

0.0.0.0/0 10.37.73.1 - 1/1/0

b 100.0.0.0/8 10.0.0.2 - 1/1/0

b 150.0.0.0/8 20.0.0.3 - 1/1/0

Brocade#

Brocade# show ipv6 static route

IPv6 Static Routing Table - 2 entries:

STATIC Codes - b:BFD monitoring

IPv6 Prefix Interface Next Hop Router Met/Dis/Tag Name

b 100::/64 eth 1/5 10::2 1/1/0

b 150::/64 eth 1/5 20::3 1/1/0

Brocade#

The show bfd applications output indicates that BFD monitoring is enabled by the static and
static6.

Brocade# show bfd applications

Registered Protocols Count: 4

Protocol VRFID Parameter HoldoverInterval

static6 0 1 0

static 0 1 0

bgp 1 0 0

ospf 0 0 0

Brocade#