IPI-TFO
Configure admin status
Use this attribute to enable or disable trigger failover (TFO).TFO can be enabled only if the bridge mode is STP or RSTP.
Attribute Name: admin-status
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<trigger-failover xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tfo">
<config>
<admin-status>disable</admin-status> <!-- operation="delete"-->
</config>
</trigger-failover>
Command Syntax
tfo (disable|enable)
Configure name
Use this attribute to map links in a FOG.
Attribute Name: name
Attribute Type: string
Attribute Name: link-type
Attribute Type: enum (uplink|downlink)
Netconf edit-config payload
<trigger-failover xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tfo">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
<link-type>uplink</link-type>
</config>
</interface>
</interfaces>
</trigger-failover>
Command Syntax
link-type (uplink|downlink)
Configure group id
Use this attribute to map links in a FOG.
Attribute Name: name
Attribute Type: string
Attribute Name: group-id
Attribute Type: uint32
Attribute Range: 1-64
Attribute Name: group-type
Attribute Type: enum (mpg|cpg)
Netconf edit-config payload
<trigger-failover xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tfo">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<tfo-groups>
<tfo-group>
<group-id>1</group-id>
<config>
<group-type>mpg</group-type>
</config>
</tfo-group>
</tfo-groups>
</interface>
</interfaces>
</trigger-failover>
Command Syntax
fog <1-64> type (mpg|cpg)
Configure failover trigger count
Use this attribute to set the number of links to trigger failover for a Monitor Port Groups (MPG).
Attribute Name: failover-trigger-count
Attribute Type: uint32
Attribute Range: 0-63
Netconf edit-config payload
<trigger-failover xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tfo">
<failover-groups>
<failover-group>
<group-id>1</group-id>
<config>
<group-id>1</group-id>
</config>
<failover-trigger-count>0</failover-trigger-count> <!-- operation="delete"-->
</failover-group>
</failover-groups>
</trigger-failover>
Command Syntax
fog <1-64> tfc <0-63>
clear tfo counter
Netconf RPC payload
<tfo-clear-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tfo"/>
Command Syntax
clear tfo counter
clear tfo counter fog <1-64>
Attribute Name: group-id
Attribute Type: uint32
Attribute Range: 1-64
Netconf RPC payload
<tfo-clear-fog-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-tfo">
<group-id>1</group-id>
</tfo-clear-fog-counters>
Command Syntax
clear tfo counter fog <1-64>
Last modified date: 08/22/2023