IPI-MPLS-BFD
Configure fec address
This attribute is used to configure fec address of the MPLS BFD session
Attribute Name: fec-address
Attribute Type: string
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<mpls-lsp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mpls-bfd">
<session-groups>
<session-group> <!-- operation="delete"-->
<fec-address>A.B.C.D/M</fec-address>
<config>
<fec-address>A.B.C.D/M</fec-address>
<lsp-type>ldp</lsp-type>
</config>
<lsp-type>ldp</lsp-type>
</session-group>
</session-groups>
</mpls-lsp>
</bfd>
Command Syntax
mpls bfd (ldp|static) A.B.C.D/M
Configure lsp ping interval
Use this attribute to set LSP ping interval
Attribute Name: lsp-ping-interval
Attribute Type: uint16
Default Value: 5
Attribute Range: 0-1000
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<mpls-lsp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mpls-bfd">
<session-groups>
<session-group>
<fec-address>A.B.C.D/M</fec-address>
<config>
<fec-address>A.B.C.D/M</fec-address>
<lsp-type>ldp</lsp-type>
</config>
<lsp-type>ldp</lsp-type>
<session-attributes>
<config>
<lsp-ping-interval>0</lsp-ping-interval> <!-- operation="delete"-->
</config>
</session-attributes>
</session-group>
</session-groups>
</mpls-lsp>
</bfd>
Command Syntax
lsp-ping-interval <0-1000>
Configure admin down
Use this attribute to shutdown selected MPLS BFD session
Attribute Name: admin-down
Attribute Type: empty
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<mpls-lsp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mpls-bfd">
<session-groups>
<session-group>
<fec-address>A.B.C.D/M</fec-address>
<config>
<fec-address>A.B.C.D/M</fec-address>
<lsp-type>ldp</lsp-type>
</config>
<lsp-type>ldp</lsp-type>
<session-attributes>
<config>
</admin-down><!-- operation="delete"-->
</config>
</session-attributes>
</session-group>
</session-groups>
</mpls-lsp>
</bfd>
Command Syntax
shutdown
Configure detection multiplier
Use this attribute to set MPLS BFD detection multiplier value
Attribute Name: detection-multiplier
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<mpls-lsp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mpls-bfd">
<session-groups>
<session-group>
<fec-address>A.B.C.D/M</fec-address>
<config>
<fec-address>A.B.C.D/M</fec-address>
<lsp-type>ldp</lsp-type>
</config>
<lsp-type>ldp</lsp-type>
<session-attributes>
<intervals>
<interval> <!-- operation="delete"-->
<detection-multiplier>1</detection-multiplier>
<config>
<detection-multiplier>1</detection-multiplier>
<minimum-rx>3</minimum-rx>
<minimum-tx>3</minimum-tx>
</config>
<minimum-rx>3</minimum-rx>
<minimum-tx>3</minimum-tx>
</interval>
</intervals>
</session-attributes>
</session-group>
</session-groups>
</mpls-lsp>
</bfd>
Command Syntax
min-tx <3-4294967> min-rx <3-4294967> multiplier <1-255>
Configure lsp type
This attribute is used to configure lsp type of the MPLS BFD session
Attribute Name: lsp-type
Attribute Type: enum (ldp|rsvp|static|generic)
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<mpls-all-lsps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mpls-bfd">
<mpls-all-lsp> <!-- operation="delete"-->
<lsp-type>ldp</lsp-type>
<config>
<lsp-type>ldp</lsp-type>
</config>
</mpls-all-lsp>
</mpls-all-lsps>
</bfd>
Command Syntax
mpls bfd (ldp|rsvp|static|generic) all
Configure minimum tx
Use this attribute to set MPLS BFD detection multiplier value
Attribute Name: detection-multiplier
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<mpls-all-lsps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mpls-bfd">
<mpls-all-lsp>
<lsp-type>ldp</lsp-type>
<config>
<lsp-type>ldp</lsp-type>
</config>
<session-attributes>
<intervals>
<interval> <!-- operation="delete"-->
<detection-multiplier>1</detection-multiplier>
<config>
<detection-multiplier>1</detection-multiplier>
<minimum-rx>3</minimum-rx>
<minimum-tx>3</minimum-tx>
</config>
<minimum-rx>3</minimum-rx>
<minimum-tx>3</minimum-tx>
</interval>
</intervals>
</session-attributes>
</mpls-all-lsp>
</mpls-all-lsps>
</bfd>
Command Syntax
min-tx <3-4294967> min-rx <3-4294967> multiplier <1-255>
Configure tunnel name
This attribute is used to configure tunnel-name of the RSVP BFD session
Attribute Name: tunnel-name
Attribute Type: string
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<mpls-tunnels xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mpls-bfd">
<mpls-tunnel> <!-- operation="delete"-->
<tunnel-name>NAME</tunnel-name>
<config>
<tunnel-name>WORD</tunnel-name>
<lsp-type>rsvp</lsp-type>
</config>
<lsp-type>rsvp</lsp-type>
</mpls-tunnel>
</mpls-tunnels>
</bfd>
Command Syntax
mpls bfd (rsvp) tunnel-name NAME
Configure minimum rx
Use this attribute to set MPLS BFD detection multiplier value
Attribute Name: detection-multiplier
Attribute Type: uint8
Attribute Range: 1-255
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<mpls-tunnels xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-mpls-bfd">
<mpls-tunnel>
<tunnel-name>NAME</tunnel-name>
<config>
<tunnel-name>WORD</tunnel-name>
<lsp-type>rsvp</lsp-type>
</config>
<lsp-type>rsvp</lsp-type>
<session-attributes>
<intervals>
<interval> <!-- operation="delete"-->
<detection-multiplier>1</detection-multiplier>
<config>
<detection-multiplier>1</detection-multiplier>
<minimum-rx>3</minimum-rx>
<minimum-tx>3</minimum-tx>
</config>
<minimum-rx>3</minimum-rx>
<minimum-tx>3</minimum-tx>
</interval>
</intervals>
</session-attributes>
</mpls-tunnel>
</mpls-tunnels>
</bfd>
Command Syntax
min-tx <3-4294967> min-rx <3-4294967> multiplier <1-255>