DGS-6604
m
erpi ring-port
CLI Reference Guide
197
erpi ring-port
Use the erpi ring-port command to configure the ring ports of an ERP instance.
Use the no form of this command to remove the ring port setting.
erpi
INSTANCE-ID
ring-port {east | west} {shared |
INTERFACE-ID
}
no erpi
INSTANCE-ID
ring-port {east | west | shared}
Default
Not configured
Command Mode
ERPS domain configuration mode
Usage Guideline
Use the command to configure the ring ports for the ERP instance. For each ERP
instance, two ring ports, east ring port and west ring port need to be configured.
The ring port should be configured as the tag member ports of the R-APS
controlled VLAN.
Example
The following example shows how to configure interface "eth3.1" as the east ring
port of ERP instance 1:
The following example shows how to configure interface "eth3.2" as the west ring
port of ERP instance 1:
The following example shows how to configure interface "port-channel1" as the
east ring port of ERP instance 1:
Syntax Description
INTERFACE-ID
Specifies the identifier of the ERP instance. The valid range is 1 to 4095.
east
Specifies the port as the east ring port.
west
Specifies the port as the west ring port.
shared
Specifies the port as a shared ring port for the sub ERP instance.
INTERFACE-ID
Specifies the interface of configured ring port, it can be a physical port or a port-
channel interface.
Switch(config-erps-domain)# erpi 1 ring-port east eth3.1
Switch(config-erps-domain)#
Switch(config-erps-domain)# erpi 1 ring-port west eth3.2
Switch(config-erps-domain)#
Switch(config-erps-domain)# erpi 1 ring-port east port-channel1
Switch(config-erps-domain)#