IPI-ERPSV2
Configure ring name
G.8032 ring name. This attribute uniquely identifies a ring on the network device.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: ring-name
Attribute Type: string
Attribute Range: 1-255
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<rings>
<ring> <!-- operation="delete"-->
<ring-name>RINGNAME</ring-name>
<config>
<ring-name>RINGNAME</ring-name>
</config>
</ring>
</rings>
</erpsv2>
Command Syntax
g8032 ring RINGNAME
Configure east interface
East port associated to the protection ring
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: east-interface
Attribute Type: string
Attribute Range: 1-33
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<rings>
<ring>
<ring-name>RINGNAME</ring-name>
<config>
<ring-name>RINGNAME</ring-name>
</config>
<east-interface>IFNAME</east-interface> <!-- operation="delete"-->
</ring>
</rings>
</erpsv2>
Command Syntax
east-interface IFNAME
Configure west interface
West port associated to the protection ring
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: west-interface
Attribute Type: string
Attribute Range: 1-33
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<rings>
<ring>
<ring-name>RINGNAME</ring-name>
<config>
<ring-name>RINGNAME</ring-name>
</config>
<west-interface>IFNAME</west-interface> <!-- operation="delete"-->
</ring>
</rings>
</erpsv2>
Command Syntax
west-interface IFNAME
Configure description
Textual description of the ring.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: description
Attribute Type: string
Attribute Range: 1-255
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<rings>
<ring>
<ring-name>RINGNAME</ring-name>
<config>
<ring-name>RINGNAME</ring-name>
</config>
<description>1</description> <!-- operation="delete"-->
</ring>
</rings>
</erpsv2>
Command Syntax
description LINE
Configure profile name
G.8032 ring profile name
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: profile-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<profiles>
<profile> <!-- operation="delete"-->
<profile-name>PROFILENAME</profile-name>
<config>
<profile-name>PROFILENAME</profile-name>
</config>
</profile>
</profiles>
</erpsv2>
Command Syntax
g8032 profile PROFILENAME
Configure wait to restore timer
In revertive mode the ’wait to restore’ (WTR) timer is used to prevent frequent operation of the protection switching due to intermittent signal failure defects. When recovering from a Signal fail, the delay timer must be long enough to allow the recovering network to become stable. WTR timer is activated on RPL owner node. When WTR timer is expired RPL owner node initiates the reversion process by transmitting an R-APS (NR, RB) message.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: wait-to-restore-timer
Attribute Type: uint8
Default Value: 5
Attribute Range: 1-12
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<profiles>
<profile>
<profile-name>PROFILENAME</profile-name>
<config>
<profile-name>PROFILENAME</profile-name>
</config>
<wait-to-restore-timer>1</wait-to-restore-timer> <!-- operation="delete"-->
</profile>
</profiles>
</erpsv2>
Command Syntax
timer wait-to-restore <1-12>
Configure hold off timer
The hold-off timer is used to coordinate the timing of protection switches. When a new defect or more severe defect occurs (new SF), this event is not to be reported immediately to protection switching if the provisioned hold-off timer value is non-zero. Instead, the hold-off timer is started. When the hold-off timer expires, the trail that started the timer is checked as to whether a defect still exists. If one does exist, that defect is reported to protection switching. Hold off timer values SHOULD be specified in multiple of 100.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: hold-off-timer
Attribute Type: uint16
Default Value: 0
Attribute Range: 0-10000
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<profiles>
<profile>
<profile-name>PROFILENAME</profile-name>
<config>
<profile-name>PROFILENAME</profile-name>
</config>
<hold-off-timer>0</hold-off-timer> <!-- operation="delete"-->
</profile>
</profiles>
</erpsv2>
Command Syntax
timer hold-off <0-10000>
Configure guard time
The guard time is used to prevent Ethernet ring nodes from acting upon outdated R-APS messages and prevents the possibility of forming a closed loop. This timer period SHOULD be greater than the maximum expected forwarding delay in which an R-APS message traverses the entire ring. The period of the guard timer MAY be configured by the operator in 10 ms steps between 10 ms and 2 seconds.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: guard-time
Attribute Type: uint16
Default Value: 500
Attribute Range: 10-2000
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<profiles>
<profile>
<profile-name>PROFILENAME</profile-name>
<config>
<profile-name>PROFILENAME</profile-name>
</config>
<guard-time>10</guard-time> <!-- operation="delete"-->
</profile>
</profiles>
</erpsv2>
Command Syntax
timer guard-time <10-2000>
Configure protection mode
This leaf defines G.8032 ring protection mode. A ring may operate in revertive or non-revertive mode. In revertive operation, after the condition(s) causing a switch has cleared, the traffic channel is restored to the working transport entity, i.e., blocked on the RPL. In non-revertive operation, the traffic channel continues to use the RPL, if it has not failed, after a switch condition has cleared.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: protection-mode
Attribute Type: enum (revertive|non-revertive)
Default Value: revertive
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<profiles>
<profile>
<profile-name>PROFILENAME</profile-name>
<config>
<profile-name>PROFILENAME</profile-name>
</config>
<protection-mode>revertive</protection-mode> <!-- operation="delete"-->
</profile>
</profiles>
</erpsv2>
Command Syntax
switching mode (revertive|non-revertive)
Configure name
ERPS instance identifier
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: name
Attribute Type: string
Attribute Range: 1-255
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance> <!-- operation="delete"-->
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
g8032 erp-instance INSTANCENAME
Configure mapped profile name
G.8032 ring profile name. If this profile exists in the profile configuration list, profile parameters will be imported from it, default values will be used otherwise.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: mapped-profile-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<mapped-profile-name>PROFILENAME</mapped-profile-name> <!-- operation="delete"-->
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
g8032-profile PROFILENAME
Configure ring type
Defines type of a ethernet ring. A ring can be configured as major ring where ring nodes are connected in closed loop or as a sub-ring when a ring may not have a complete closed loop
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: ring-type
Attribute Type: enum (major-ring|sub-ring|sub-ring-vc)
Default Value: major-ring
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<ring-type>major-ring</ring-type> <!-- operation="delete"-->
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
ring-type (major-ring|sub-ring|sub-ring-vc)
Configure enable tcn propagation
Allows topology change notification (TCN) propagation to the ERPS ring if it is enabled
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: enable-tcn-propagation
Attribute Type: empty
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
</enable-tcn-propagation><!-- operation="delete"-->
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
enable-tcn-propagation
Configure tcn to instances
List of Instance that are to be notified when TCN occurs for this instance if topology change notification (TCN) propagation is enabled
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: tcn-to-instances
Attribute Type: string
Attribute Range: 1-255
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<tcn-to-instances>INSTANCENAME</tcn-to-instances> <!-- operation="delete"-->
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
tcn-to-instance INSTANCENAME
Configure non virtual channel
Creates a non-virtual channel
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: non-virtual-channel
Attribute Type: empty
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
</non-virtual-channel><!-- operation="delete"-->
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
non-virtual-channel
Configure ring id
G.8032 ring instance identifier (Ring ID).
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: ring-id
Attribute Type: uint8
Attribute Range: 1-239
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<ring-id>1</ring-id> <!-- operation="delete"-->
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
ring-id <1-239>
Configure owner port id
This identifies the ring port for which role is configured
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: owner-port-id
Attribute Type: enum (east-interface|west-interface)
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<instance-role>
<config>
<owner-port-id>east-interface</owner-port-id> <!-- operation="delete"-->
</config>
</instance-role>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
rpl role owner (east-interface|west-interface)
Configure neighbor port id
This identifies the ring port for which role is configured
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: neighbor-port-id
Attribute Type: enum (east-interface|west-interface)
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<instance-role>
<config>
<neighbor-port-id>east-interface</neighbor-port-id> <!-- operation="delete"-->
</config>
</instance-role>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
rpl role neighbor (east-interface|west-interface)
Configure next neighbor port id
This identifies the ring port for which role is configured
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: next-neighbor-port-id
Attribute Type: enum (east-interface|west-interface)
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<instance-role>
<config>
<next-neighbor-port-id>east-interface</next-neighbor-port-id> <!-- operation="delete"-->
</config>
</instance-role>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
rpl role next-neighbor (east-interface|west-interface)
Configure non owner
This identifies the ring port for which role is configured
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: non-owner
Attribute Type: empty
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<instance-role>
<config>
</non-owner><!-- operation="delete"-->
</config>
</instance-role>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
rpl role non-owner
Configure level
Maintainance Endpoint Level (MEL) at which R-APS PDU is transmitted. All nodes in the ring must be configured with same APS level value.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: level
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<aps-channel>
<config>
<level>0</level> <!-- operation="delete"-->
</config>
</aps-channel>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
aps-channel level <0-7>
Configure aps channel vlan
Ring wide control vlan-id used by ERPS instance to send and receive the RAPS messages in the ring
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: aps-channel-vlan
Attribute Type: uint16
Attribute Range: 2-4094
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<aps-channel>
<config>
<aps-channel-vlan>2</aps-channel-vlan> <!-- operation="delete"-->
</config>
</aps-channel>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
aps-channel vlan <2-4094>
Configure data vlan
List of VLAN-IDs, protected by ring instance. For example ’2, 3-7, 9, 10-100’ VLAN-IDs MUST not overlap with VLAN-IDs of any other instance of the same ring.
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: data-vlan
Attribute Type: string
Attribute Range: 2-4094
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<data>
<config>
<data-vlan>VLAN_RANGE</data-vlan> <!-- operation="delete"-->
</config>
</data>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
data vlan VLAN_RANGE
Configure attached instance
This parameter specifies the ERPS instance on major ring which allows the RAPS messages of Sub-ring, so RAPS message will be sent to other nodes in the sub-ring
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: attached-instance
Attribute Type: string
Attribute Range: 1-31
Attribute Name: channel-id
Attribute Type: uint16
Attribute Range: 2-4094
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<erp-instances>
<erp-instance>
<name>INSTANCENAME</name>
<config>
<name>INSTANCENAME</name>
</config>
<virtual-channel>
<config>
<channel-id>2</channel-id>
<attached-instance>INSTANCENAME</attached-instance>
</config>
</virtual-channel>
</erp-instance>
</erp-instances>
</erpsv2>
Command Syntax
virtual-channel (<2-4094>|) attached-to-instance INSTANCENAME
Configure options
Supported debug options for G.8032
This command is supported when following feature are enabled ERPS V2 feature
Attribute Name: options
Attribute Type: bits (all|tx|rx|fsm|timers|events|external|hal)
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<debug>
<config>
<options>all</options> <!-- operation="delete"-->
</config>
</debug>
</erpsv2>
Command Syntax
debug g8032 (all|tx|rx|fsm|timers|events|external|hal)
Configure instance name
This parameter specifies the ERPS instance being configured in the subinterface
This command is supported when following feature are enabled SUBINTERFACE feature,ERPS V2 feature
Attribute Name: instance-name
Attribute Type: union
Netconf edit-config payload
<erpsv2 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<subinterfaces>
<subinterface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<instance-name>ERPSV2_SUBINTERFACE_INSTANCE_TYPE_T</instance-name>
</subinterface>
</subinterfaces>
</erpsv2>
Command Syntax
erps-instance (WORD|none)
g8032 erp-instance INSTANCENAME (force-switch|manual-switch) (east-interface|west-interface)
Attribute Name: instance-name
Attribute Type: string
Attribute Range: 1-255
Attribute Name: operation
Attribute Type: enum (force-switch|manual-switch)
Attribute Name: port-id
Attribute Type: enum (east-interface|west-interface)
Netconf RPC payload
<erpsv2-switch-erp-instance xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<instance-name>INSTANCENAME</instance-name>
<operation>force-switch</operation>
<port-id>east-interface</port-id>
</erpsv2-switch-erp-instance>
Command Syntax
g8032 erp-instance INSTANCENAME (force-switch|manual-switch) (east-interface|west-interface)
clear g8032 erp-instance INSTANCENAME
Attribute Name: instance-name
Attribute Type: string
Attribute Range: 1-255
Netconf RPC payload
<erpsv2-clear-ring-erp-instance xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<instance-name>INSTANCENAME</instance-name>
</erpsv2-clear-ring-erp-instance>
Command Syntax
clear g8032 erp-instance INSTANCENAME
clear g8032 aps-statistics INSTANCENAME
Attribute Name: instance-name
Attribute Type: string
Attribute Range: 1-255
Netconf RPC payload
<erpsv2-clear-aps-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<instance-name>INSTANCENAME</instance-name>
</erpsv2-clear-aps-statistics>
Command Syntax
clear g8032 aps-statistics INSTANCENAME
debug g8032 (all|tx|rx|fsm|timers|events|external|hal)
Attribute Name: terminal-debug-options
Attribute Type: bits (all|tx|rx|fsm|timers|events|external|hal)
Netconf RPC payload
<erpsv2-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<terminal-debug-options>all</terminal-debug-options>
</erpsv2-terminal-debug-on>
Command Syntax
debug g8032 (all|tx|rx|fsm|timers|events|external|hal)
no debug g8032 (all|tx|rx|fsm|timers|events|external|hal)
Attribute Name: terminal-debug-options
Attribute Type: bits (all|tx|rx|fsm|timers|events|external|hal)
Netconf RPC payload
<erpsv2-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-erpsv2">
<terminal-debug-options>all</terminal-debug-options>
</erpsv2-terminal-debug-off>
Command Syntax
no debug g8032 (all|tx|rx|fsm|timers|events|external|hal)
Last modified date: 08/22/2023