IPI-BFD
Configure notification enabled
Use this attribute to enable or disable BFD SNMP notification.
Attribute Name: notification-enabled
Attribute Type: boolean
Default Value: false
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<global>
<config>
<notification-enabled>true</notification-enabled> <!-- operation="delete"-->
</config>
</global>
</bfd>
Command Syntax
bfd notification (disable|enable)
Configure echo mode enabled
This leaf exists when echo mode is running between the local and remote system. When it does not exist, solely asynchronous mode is active.
Attribute Name: echo-mode-enabled
Attribute Type: empty
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<global>
<config>
</echo-mode-enabled><!-- operation="delete"-->
</config>
</global>
</bfd>
Command Syntax
bfd echo
Configure slow tx interval
Use this command to set a BFD slow timer interval.
Attribute Name: slow-tx-interval
Attribute Type: uint32
Default Value: 2000
Attribute Range: 1000-30000
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<global>
<config>
<slow-tx-interval>1000</slow-tx-interval> <!-- operation="delete"-->
</config>
</global>
</bfd>
Command Syntax
bfd slow-timer <1000-30000>
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">
<global>
<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>
</global>
</bfd>
Command Syntax
bfd interval <3-999> minrx <3-999> multiplier <3-50>
Configure remote address
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">
<peers>
<peer>
<remote-address>A.B.C.D</remote-address>
<config>
<remote-address>A.B.C.D</remote-address>
</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>50</required-minimum-rx-interval>
<desired-minimum-tx-interval>50</desired-minimum-tx-interval>
</interval>
</intervals>
</peer>
</peers>
</bfd>
Command Syntax
bfd multihop-peer (A.B.C.D|X:X::X:X) interval <50-999> minrx <50-999> multiplier <3-50>
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">
<peers>
<peer>
<remote-address>A.B.C.D</remote-address>
<config>
<remote-address>A.B.C.D</remote-address>
</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>
</peer>
</peers>
</bfd>
Command Syntax
bfd multihop-peer (A.B.C.D|X:X::X:X) auth type (simple|keyed-sha1|meticulous-keyed-sha1) key-id <0-255> (0|1) key WORD
Configure options
Use this attribute to debug the oamd process.
Attribute Name: options
Attribute Type: bits (events|packets|ipc-error|ipc-event|session|nsm|all)
Netconf edit-config payload
<bfd xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<debug>
<config>
<options>events</options> <!-- operation="delete"-->
</config>
</debug>
</bfd>
Command Syntax
debug bfd (events|packets|ipc-error|ipc-event|session|nsm|all)
Configure enable mpls ping request
Use this attribute to enable or disable MPLS ping request DSMAP TLV
This command is supported when following feature are enabled MPLS-OAM feature enabled
Attribute Name: enable-mpls-ping-request
Attribute Type: empty
Netconf edit-config payload
<oam-mpls xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<config>
</enable-mpls-ping-request><!-- operation="delete"-->
</config>
</oam-mpls>
Command Syntax
mpls-ping-request-dsmap-tlv
Configure mpls ping reply
Use this attribute to enable or disable MPLS ping reply TLV
This command is supported when following feature are enabled MPLS-OAM feature enabled
Attribute Name: mpls-ping-reply
Attribute Type: empty
Netconf edit-config payload
<oam-mpls xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<config>
</mpls-ping-reply><!-- operation="delete"-->
</config>
</oam-mpls>
Command Syntax
mpls-ping-reply-tlv
snmp restart bfd
Netconf RPC payload
<bfd-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd"/>
Command Syntax
snmp restart bfd
debug bfd (events|packets|ipc-error|ipc-event|session|nsm|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (events|packets|ipc-error|ipc-event|session|nsm|all)
Netconf RPC payload
<bfd-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<terminal-debug-options>events</terminal-debug-options>
</bfd-terminal-debug-on>
Command Syntax
debug bfd (events|packets|ipc-error|ipc-event|session|nsm|all)
no debug bfd (events|packets|ipc-error|ipc-event|session|nsm|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (events|packets|ipc-error|ipc-event|session|nsm|all)
Netconf RPC payload
<bfd-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-bfd">
<terminal-debug-options>events</terminal-debug-options>
</bfd-terminal-debug-off>
Command Syntax
no debug bfd (events|packets|ipc-error|ipc-event|session|nsm|all)