erps ring <ringid> parent-ring
Syntax
erps ring <ringid>
parent-ring <ringid>
Description
This command associates a sub-ring to a parent-ring and is required for the sub-ring to notify the parent-ring on change in topology.
The
no
form of this command removes the parent ring identifier.
Command context
config-erps-ring-<ringid>
Parameters
<ringid>
Required, specifies the ID of the ring. Range: 1-239
<ringid>
Required, specifies the ID of the parent-ring. Range: 1-239
Authority
Administrators or local user group members with execution rights for this command.
Examples
Associate a sub-ring to a parent-ring:
switch(config)# erps ring 3 switch(config-erps-ring-3)# parent-ring 2
Remove a parent-ring identifier:
switch(config)# erps ring 3 switch(config-erps-ring-3)# no parent-ring 2