C613-50631-01 Rev A Command Reference for IE340 Series 2752
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
MEDIA REDUNDANCY PROTOCOL (MRP) COMMANDS
MRP
RING
mrp ring
Overview Use this command to create an MRP Ring and enter MRP Ring Configuration mode,
or to attach a port to an MRP ring.
In Global Configuration mode, this command will create an MRP ring and enter
MRP Ring Configuration mode.
In Interface Configuration mode, this command will attach a port to an MRP ring.
The MRP ring registers the port’s VLAN in the MRP structure. If this is the second
port to be attached to the MRP ring, it will first verify that the VLANs match.
Use the no variant of this command to remove a port from an MRP ring.
Syntax
mrp ring <ring-id>
no mrp ring <ring-id>
Mode Global Configuration mode to enter MRP Ring Configuration mode, or Interface
Configuration mode to attach a port to or remove a port from an MRP ring.
Example To create MRP ring 1 and enter MRP Ring Configuration mode, use the commands:
awplus# configure terminal
awplus(config)# mrp ring 1
awplus(config-mrp-ring)#
To attach port1.0.1 to MRP ring 1, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# mrp ring 1
To remove port1.0.1 from MRP ring 1, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# no mrp ring 1
Related
commands
domain-id (mrp-ring)
domain-name (mrp-ring)
enable (mrp-ring)
profile (mrp-ring)
role (mrp-ring)
vlan-id (mrp-ring)
Parameter Description
<ring-id> <1-65535>. The ID of the MRP ring.