IPI-CFM
Configure cache enable
This attribute specifies the cache enable
Attribute Name: cache-enable
Attribute Type: uint8
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<global>
<linktrace>
<cache>
<config>
</cache-enable>
</config>
</cache>
</linktrace>
</global>
</cfm>
Command Syntax
ethernet cfm traceroute cache
Configure cache size
This attribute specifies the cache size
Attribute Name: cache-size
Attribute Type: uint16
Default Value: 100
Attribute Range: 1-4095
Attribute Name: cache-enable
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<global>
<linktrace>
<cache>
<config>
</cache-enable><!-- operation="delete"-->
<cache-size>1</cache-size> <!-- operation="delete"-->
</config>
</cache>
</linktrace>
</global>
</cfm>
Command Syntax
ethernet cfm traceroute cache size <1-4095>
Configure options
This attribute enables debugging for CFM
This command is supported when following feature are enabled CFM feature
Attribute Name: options
Attribute Type: bits (events|rx|tx|loopback|traceroute|all)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<debug>
<config>
<options>events</options> <!-- operation="delete"-->
</config>
</debug>
</cfm>
Command Syntax
debug ethernet cfm (events|rx|tx|loopback|traceroute|all)
Configure type
Type discriminator for the value union described in the ’md-name’ leaf
Attribute Name: type
Attribute Type: enum (no-name|character-string)
Attribute Name: level
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: mip-creation
Attribute Type: enum (none|default|explicit|static)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
<level>0</level>
<mip-creation>none</mip-creation>
</config>
<type>no-name</type>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm domain-type (no-name|character-string) domain-name DOMAIN_NAME level <0-7> (mip-creation (none|default|explicit|static)|)
Configure ma name
The value union for the Maintenance Association Name.
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Attribute Name: type
Attribute Type: enum (string|integer|itu-t)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association> <!-- operation="delete"-->
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
<type>string</type>
</config>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
service ma-type (string|integer|itu-t) ma-name MA_NAME
Configure enable rmep auto discovery
This attribute tells whether remote MEPs can be learnt from the peer
Attribute Name: enable-rmep-auto-discovery
Attribute Type: uint8
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
</enable-rmep-auto-discovery><!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
rmep auto-discovery enable
Configure bridge id
This parameter indicates which bridge this maintenance association will be augumented to.
This command is supported when following feature are enabled CFM feature
Attribute Name: bridge-id
Attribute Type: string
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4095
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
<vlan-id>1</vlan-id> <!-- operation="delete"-->
</config>
<bridge-id>1</bridge-id> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
vlan <1-4095> (bridge <1-32>|)
Configure md name
This parameter indicates which bridge this maintenance association will be augumented to.
This command is supported when following feature are enabled CFM feature
Attribute Name: bridge-id
Attribute Type: string
Attribute Name: link-level-ma
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</link-level-ma><!-- operation="delete"-->
</config>
<bridge-id>1</bridge-id> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
link-level (bridge <1-32>|)
Configure mip creation
This parameter indicates whether the management entity can create MIPs for this MA
This command is supported when following feature are enabled CFM feature
Attribute Name: mip-creation
Attribute Type: enum (none|default|explicit|defer)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<mip-creation>none</mip-creation> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
(mip-creation (none|default|explicit|defer)|)
Configure inner vlan id
The inner VLAN ID monitored by this MA
This command is supported when following feature are enabled CFM feature
Attribute Name: inner-vlan-id
Attribute Type: uint16
Attribute Range: 1-4095
Attribute Name: vlan-id
Attribute Type: uint16
Attribute Range: 1-4095
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
<vlan-id>1</vlan-id> <!-- operation="delete"-->
</config>
<inner-vlan-id>1</inner-vlan-id> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
vlan <1-4095> (inner-vlan <1-4095>|)
Configure link level ma
Use this attribute to set the Service as Link Level MA
This command is supported when following feature are enabled CFM feature
Attribute Name: link-level-ma
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
</link-level-ma><!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
link-level
Configure mip interface name
A list of static MIPs configured on the specified interfaces
This command is supported when following feature are enabled CFM feature
Attribute Name: mip-interface-name
Attribute Type: string
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<mip-interface-name>IFNAME</mip-interface-name> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet ethernet cfm cfm mip interface IFNAME
Configure evpn id
Use this attribute to set the Service as EVPN MA
This command is supported when following feature are enabled CFM feature
Attribute Name: evpn-id
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<evpn-id>1</evpn-id> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
evpn <1-16777215>
Configure vpws vc name
This attribute uniquely identifies a VPWS circuit
This command is supported when following feature are enabled CFM feature
Attribute Name: vpws-vc-name
Attribute Type: string
Attribute Range: 1-30
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<vpws-vc-name>VCNAME</vpws-vc-name> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
vpws VCNAME
Configure ccm interval
The interval between CCM transmissions to be used by all MEPs in the MA
This command is supported when following feature are enabled CFM feature
Attribute Name: ccm-interval
Attribute Type: enum (3ms|10ms|100ms|1s|10s|1min|10min)
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<ccm-interval>3ms</ccm-interval> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
cc interval (3ms|10ms|100ms|1s|10s|1min|10min)
Configure static rmep identifiers
A list of static remote MEPs in a specified MA.
This command is supported when following feature are enabled CFM feature
Attribute Name: static-rmep-identifiers
Attribute Type: uint16
Attribute Range: 1-8191
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<static-rmep-identifiers>1</static-rmep-identifiers> <!-- operation="delete"-->
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
mep crosscheck mpid <1-8191>
Configure mep id
Integer that is unique among all the MEPs in the same MA. Other definition is: a small integer, unique over a given Maintenance Association, identifying a specific Maintenance association End Point
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: direction
Attribute Type: enum (down|up)
Attribute Name: administrative-state
Attribute Type: enum (false|true)
Attribute Name: interface-name
Attribute Type: string
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point> <!-- operation="delete"-->
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
<direction>down</direction>
<administrative-state>false</administrative-state>
<interface-name>IFNAME</interface-name>
</config>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm mep (down|up) mpid <1-8191> active (false|true) IFNAME
Configure direction
Integer that is unique among all the MEPs in the same MA. Other definition is: a small integer, unique over a given Maintenance Association, identifying a specific Maintenance association End Point
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: direction
Attribute Type: enum (down|up)
Attribute Name: administrative-state
Attribute Type: enum (false|true)
Attribute Name: remote-vpws-vc-name
Attribute Type: string
Attribute Range: 1-30
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point> <!-- operation="delete"-->
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
<direction>down</direction>
<administrative-state>false</administrative-state>
<remote-vpws-vc-name>VCNAME</remote-vpws-vc-name>
</config>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm mep (down|up) mpid <1-8191> active (false|true) vpws VCNAME
Configure administrative state
Integer that is unique among all the MEPs in the same MA. Other definition is: a small integer, unique over a given Maintenance Association, identifying a specific Maintenance association End Point
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: direction
Attribute Type: enum (down|up)
Attribute Name: administrative-state
Attribute Type: enum (false|true)
Attribute Name: remote-evpn-id
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point> <!-- operation="delete"-->
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
<direction>down</direction>
<administrative-state>false</administrative-state>
<remote-evpn-id>1</remote-evpn-id>
</config>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
ethernet cfm mep (down|up) mpid <1-8191> active (false|true) evpn <1-16777215>
Configure bw mapped interface
This attribute specifies interface where the bandwidth shapers are to be applied
This command is supported when following feature are enabled CFM feature
Attribute Name: bw-mapped-interface
Attribute Type: string
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<bw-mapped-interface>IFNAME</bw-mapped-interface> <!-- operation="delete"-->
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
bw-mapped-interface IFNAME
Configure enable cc multicast
Integer that is unique among all the MEPs in the same MA. Other definition is: a small integer, unique over a given Maintenance Association, identifying a specific Maintenance association End Point
Attribute Name: mep-id
Attribute Type: uint16
Attribute Name: enable-cc-multicast
Attribute Type: empty
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<continuity-check>
<config>
</enable-cc-multicast>
</config>
</continuity-check>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
cc multicast state enable
Configure lowest fault priority defect
The lowest priority defect that is allowed to generate a Fault Alarm. The non-existence of this leaf means that no defects are to be reported
This command is supported when following feature are enabled CFM feature
Attribute Name: lowest-fault-priority-defect
Attribute Type: enum (defRDICCM|defMACstatus|defRemoteCCM|defErrorCCM|defXconCCM)
Default Value: defMACstatus
Netconf edit-config payload
<cfm xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<maintenance-domains>
<maintenance-domain>
<md-name>DOMAIN_NAME</md-name>
<config>
<md-name>DOMAIN_NAME</md-name>
</config>
<maintenance-associations>
<maintenance-association>
<ma-name>MA_NAME</ma-name>
<config>
<ma-name>MA_NAME</ma-name>
</config>
<maintenance-end-points>
<maintenance-end-point>
<mep-id>1</mep-id>
<config>
<mep-id>1</mep-id>
</config>
<continuity-check>
<config>
<lowest-fault-priority-defect>defMACstatus</lowest-fault-priority-defect> <!-- operation="delete"-->
</config>
</continuity-check>
</maintenance-end-point>
</maintenance-end-points>
</maintenance-association>
</maintenance-associations>
</maintenance-domain>
</maintenance-domains>
</cfm>
Command Syntax
mep lowest-priority-defect (defRDICCM|defMACstatus|defRemoteCCM|defErrorCCM|defXconCCM)
clear ethernet cfm maintenance-points remote domain DOMAIN_NAME
Attribute Name: domain-name
Attribute Type: string
Netconf RPC payload
<cfm-l2-clear-ethernet-remote-meps xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<domain-name>DOMAIN_NAME</domain-name>
</cfm-l2-clear-ethernet-remote-meps>
Command Syntax
clear ethernet cfm maintenance-points remote domain DOMAIN_NAME
clear ethernet cfm statistics
Netconf RPC payload
<cfm-clear-all-mep-stats xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm"/>
Command Syntax
clear ethernet cfm statistics
clear ethernet cfm statistics mep <1-8191> domain DOMAIN_NAME ma MA_NAME
Attribute Name: mep-id
Attribute Type: uint16
Attribute Range: 1-8191
Attribute Name: domain-name
Attribute Type: string
Attribute Name: ma-name
Attribute Type: string
Attribute Range: 1-6
Netconf RPC payload
<cfm-l2-clear-mep-stats xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<mep-id>1</mep-id>
<domain-name>DOMAIN_NAME</domain-name>
<ma-name>MA_NAME</ma-name>
</cfm-l2-clear-mep-stats>
Command Syntax
clear ethernet cfm statistics mep <1-8191> domain DOMAIN_NAME ma MA_NAME
cfm snmp restart
Netconf RPC payload
<cfm-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm"/>
Command Syntax
cfm snmp restart
debug ethernet cfm (events|rx|tx|loopback|traceroute|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (events|rx|tx|loopback|traceroute|all)
Netconf RPC payload
<cfm-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<terminal-debug-options>events</terminal-debug-options>
</cfm-terminal-debug-on>
Command Syntax
debug ethernet cfm (events|rx|tx|loopback|traceroute|all)
no debug ethernet cfm (events|rx|tx|loopback|traceroute|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (events|rx|tx|loopback|traceroute|all)
Netconf RPC payload
<cfm-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm">
<terminal-debug-options>events</terminal-debug-options>
</cfm-terminal-debug-off>
Command Syntax
no debug ethernet cfm (events|rx|tx|loopback|traceroute|all)
clear ethernet cfm traceroute-cache
Netconf RPC payload
<cfm-l2-clear-linktrace-cache xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cfm"/>
Command Syntax
clear ethernet cfm traceroute-cache
Last modified date: 08/22/2023