QTECH
Software Configuration Manual
20-235
20.6.6
Create ERRP ring
Configure it in ERRP configuration mode :
Create master role
ring
ring-id
role master primary-port
pri-port
secondary-port
sec-port
level
level
Create transit role
ring
ring-id
role transit primary-port
pri-port
secondary-port
sec-port
level
level
Create edge role
ring
ring-id
role edge common-port
common-port
edge-port
edge-port
Create Create assistant-edge role
ring
ring-id
role assistant-edge common-port
common-port
edge-port
edge-port
Parameter :
ring-id : ring id which is in the range of 0-15
pri-port : port id such as ethernet 0/0/1
sec-port : port id such as ethernet 0/0/1
common-port : port id such as ethernet 0/0/1
sec-port : port id such as ethernet 0/0/1
level : ring level. 0 means primary ring and 1 means secondary.
For example :
! Configure
primary ring
0 with role mode being master, primary port being 1 and secondary port being 2
QTECH(config-errp)#ring 0 role master primary-port ethernet 0/0/1 secondary-port
ethernet 0/0/2 level 0
20.6.7
Enable/disable ERRP ring
Configure it in ERRP configuration mode :
ring
ring-id
{ enable | disable }
Parameter :
ring-id : ring id
enable : activate a ring
diable : inactivate a ring
For example :
! Enable ring 0
QTECH(config-errp)#ring 0 enable
20.6.8
Display ERRP domain and ring information
Display in any configuration :
show errp
[ domain domain-id [ ring ring-id ] ]
Parameter :
domain-id : domain id
ring-id : ring id
Example :
! Display ring 1 of ERRP domain 0
QTECH(config)#show errp domain 0 ring 1