erps ring <ringid> instance <id> enable
Syntax
erps ring <ringid>
instance <id> enable
Description
This configuration enables protection switching on the given instance of the ring. It is disabled by default.
The
no
form of this command disables protection switching on the given instance of the ring.
Command context
config-erps-ring-<ringid>
Parameters
<ringid>
Required, specifies the ID of the ring. Range: 1-239
<id>
Required, specifies the ERPS ring instance identifier. Range: 1-2.
Authority
Administrators
Examples
Enable protection switching on the given instance of the ring:
switch(config)# erps ring 3 switch(config-erps-ring-3)# instance 2 switch(config-erps-ring-3-inst-2) enable
Disable protection switching on the given instance of the ring:
switch(config)# erps ring 3 switch(config-erps-ring-3)# instance 2 switch(config-erps-ring-3-inst-2) no enable