Define the Working and Protecting Resources in an ODU Group Controller through Management Plane
Perform this task to define the working and protecting resources in an odu group controller through management plane.
Procedure
Step 1 |
configure |
Step 2 |
controller odu-group-mp group-id-of-the-controller signal {Ethernet | FC | OTN | SDH | Sonet} odu-type type-of-the-odu Example:
This creates the ODU group controller. The ODU Group MP value ranges from 1 to 65535. |
Step 3 |
protecting-controller name-of-the-controller Rack/Slot/Instance/Port Example:
Defines an ODUk (HO/LO) controller as the protecting resource in the ODU group controller. |
Step 4 |
working-controller name-of-the-controller Rack/Slot/Instance/Port Example:
Defines an ODUk (HO/LO) controller as the working resource in the ODU group controller. |
Step 5 |
commit |
Example: Define Working and Protecting Resources in an ODU Group Controller
The following example defines working and protecting resources in the ODU group controller using Cisco IOS XR commands:
RP/0/RP0:hostname# configure terminal
RP/0/RP0:hostname# controller odu-group-mp 5 signal otn odu-type odu1
RP/0/RP0:hostname(config-odu-group-mp5)# protecting-controller odu1 0/0/0/1
RP/0/RP0:hostname(config-odu-group-mp5)# working-controller odu1 0/0/0/1
RP/0/RP0:hostname(config-odu-group-mp5)#exit