ipv6 static fall-over-bfd
Use this command to enable BFD support for a specific IPv6 static route.
Use the no option with this command to disable BFD support for a specific IPv6 static route.
Command Syntax
ipv6 static X:X::X:X/M X:X::X:X fall-over-bfd (disable|enable)
no ipv6 static X:X::X:X/M X:X::X:X
ipv6 static vrf NAME X:X::X:X/M X:X::X:X fall-over-bfd (disable|enable)
no ipv6 static vrf NAME X:X::X:X/M X:X::X:X
Parameters
X:X::X:X/M
The IPv6 destination prefix and mask length.
X:X::X:X
The IPv6 gateway address.
NAME
Enable/disable BFD for the IPv6 routes for this user-defined Virtual Routing and Forwarding instance name.
disable
Disable BFD.
enable
Enable BFD.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#ipv6 static X:X::X:X/M X:X::X:X fall-over-bfd disable
#configure terminal
(config)#ipv6 static X:X::X:X/M X:X::X:X fall-over-bfd enable
#configure terminal
(config)#ipv6 static vrf vrf1 X:X::X:X/M X:X::X:X fall-over-bfd disable
Last modified date: 08/28/2023