IPI-BFD-INTERFACE
Configure bfd disabled
Use this attribute to enable or disable all the BFD sessions on this interface.
Attribute Name: bfd-disabled
Attribute Type: uint8
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</bfd-disabled><!-- operation="delete"-->
</interface>
</interfaces>
</bfd>
Command Syntax
bfd disable
Configure bfd session type
Use this attribute to offload Single HOP BFD sessions to software or hardware.
Attribute Name: bfd-session-type
Attribute Type: enum (hardware|software)
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<bfd-session-type>hardware</bfd-session-type> <!-- operation="delete"-->
</interface>
</interfaces>
</bfd>
Command Syntax
bfd session (hardware|software)
Configure detection multiplier
The number of packets that must be missed to declare this session as down. The detection interval for the BFD session is calculated by multiplying the value of the negotiated transmission interval by this value.
This command is supported when following feature are enabled BFD-MONO feature enabled
Attribute Name: detection-multiplier
Attribute Type: uint8
Attribute Range: 3-50
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<intervals>
<interval> <!-- operation="delete"-->
<detection-multiplier>3</detection-multiplier>
<config>
<detection-multiplier>3</detection-multiplier>
<required-minimum-rx-interval>3</required-minimum-rx-interval>
<desired-minimum-tx-interval>3</desired-minimum-tx-interval>
</config>
<required-minimum-rx-interval>3</required-minimum-rx-interval>
<desired-minimum-tx-interval>3</desired-minimum-tx-interval>
</interval>
</intervals>
</interface>
</interfaces>
</bfd>
Command Syntax
bfd interval <3-999> minrx <3-999> multiplier <3-50>
Configure ipv4 source
Use this attribute to configure BFD echo packet IPv4 source address
Attribute Name: ipv4-source
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<echo>
<config>
<ipv4-source>A.B.C.D</ipv4-source> <!-- operation="delete"-->
</config>
</echo>
</interface>
</interfaces>
</bfd>
Command Syntax
echo ipv4 source A.B.C.D
Configure name
Use this attribute to configure BFD echo packet IPv4 source address
Attribute Name: ipv4-source
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<echo>
<config>
<ipv4-source>A.B.C.D</ipv4-source> <!-- operation="delete"-->
</config>
</echo>
</interface>
</interfaces>
</bfd>
Command Syntax
bfd echo ipv4 source A.B.C.D
Configure required minimum tx interval
Use this attribute to configure BFD echo packet transmission interval, in milliseconds
Attribute Name: required-minimum-tx-interval
Attribute Type: uint32
Attribute Range: 50-4294967
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<echo>
<config>
<required-minimum-tx-interval>50</required-minimum-tx-interval> <!-- operation="delete"-->
</config>
</echo>
</interface>
</interfaces>
</bfd>
Command Syntax
bfd echo interval <50-4294967>
Configure key string
Use this attribute to specify the key authentication string
Attribute Name: key-string
Attribute Type: string
Attribute Name: key-type
Attribute Type: enum (simple|keyed-sha1|meticulous-keyed-sha1)
Attribute Name: key-id
Attribute Type: uint32
Attribute Range: 0-255
Attribute Name: key-encrypted
Attribute Type: enum (0|1)
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<authentication>
<config>
<key-type>simple</key-type> <!-- operation="delete"-->
<key-id>0</key-id> <!-- operation="delete"-->
<key-encrypted>0</key-encrypted> <!-- operation="delete"-->
<key-string>WORD</key-string> <!-- operation="delete"-->
</config>
</authentication>
</interface>
</interfaces>
</bfd>
Command Syntax
bfd auth type (simple|keyed-sha1|meticulous-keyed-sha1) key-id <0-255> (0|1) key WORD
Configure session type
BFD session type
Attribute Name: session-type
Attribute Type: enum (singlehop|multihop)
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<sessions>
<session> <!-- operation="delete"-->
<session-type>singlehop</session-type>
<config>
<session-type>singlehop</session-type>
<remote-address>A.B.C.D</remote-address>
<local-address>A.B.C.D</local-address>
</config>
<remote-address>A.B.C.D</remote-address>
<local-address>A.B.C.D</local-address>
</session>
</sessions>
</interface>
</interfaces>
</bfd>
Command Syntax
bfd session (A.B.C.D|X:X::X:X) (A.B.C.D|X:X::X:X) (multihop|)
Configure administrative down
BFD administrative down session
Attribute Name: administrative-down
Attribute Type: empty
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<sessions>
<session>
<session-type>singlehop</session-type>
<config>
<session-type>singlehop</session-type>
<remote-address>A.B.C.D</remote-address>
<local-address>A.B.C.D</local-address>
</config>
<remote-address>A.B.C.D</remote-address>
<local-address>A.B.C.D</local-address>
</administrative-down><!-- operation="delete"-->
</session>
</sessions>
</interface>
</interfaces>
</bfd>
Command Syntax
bfd session (A.B.C.D|X:X::X:X) (A.B.C.D|X:X::X:X) (multihop|) admin-down
Configure non persistent
BFD non persistent session
Attribute Name: non-persistent
Attribute Type: empty
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<sessions>
<session>
<session-type>singlehop</session-type>
<config>
<session-type>singlehop</session-type>
<remote-address>A.B.C.D</remote-address>
<local-address>A.B.C.D</local-address>
</config>
<remote-address>A.B.C.D</remote-address>
<local-address>A.B.C.D</local-address>
</non-persistent><!-- operation="delete"-->
</session>
</sessions>
</interface>
</interfaces>
</bfd>
Command Syntax
bfd session (A.B.C.D|X:X::X:X) (A.B.C.D|X:X::X:X) (multihop|) non-persistent
Last modified date: 08/24/2023