|
Description:
|
fabric MANAGED OBJECT CLASS
DERIVED FROM "Recommendation X.721 : 1992":top;
CHARACTERIZED BY
fabricPackage PACKAGE
BEHAVIOUR
fabricBehaviour BEHAVIOUR
DEFINED AS
"The Fabric object represents the function of managing the establishment and release of cross-connections. It also manages the assignment of termination points to TP Pools and GTPs.
Administrative State:
- Unlocked: The Fabric is allowed to perform its normal functions. ACTIONS will be accepted to setup or remove cross-connections, to rearrange TP Pools, to add/remove termination points to/from GTPs.
- Locked: The Fabric is not allowed to perform its normal functions. No ACTIONS will be accepted. No new cross-connection can be setup or removed, no TP Pool can be rearranged, and no termination points can be added/removed to/from GTPs.
Operational State:
- Enabled: When the Fabric is in the enabled operational state, it may be fully-operational or partially-operational (partially operational is indicated by the availability status attribute).
- Disabled: The Fabric is incapable of performing its normal function. For instance, the managing system will not be able to:
1) setup or remove any cross-connection;
2) rearrange TP Pools; and
3) add/remove termination points to/from GTPs.
Availability Status:
The supported values for this attribute are:
- Degraded: The Fabric is degraded in some respect. For instance, the Fabric cannot perform the function of establishing new cross-connections while it can still accept ACTIONs to re-arrange TP Pools. The Fabric remains available for service (i.e. its operational state is enabled) while it is degraded.
- Empty SET."
;;
ATTRIBUTES
fabricId GET SET-BY-CREATE,
"Recommendation X.721: 1992":administrativeState GET-REPLACE,
"Recommendation X.721 : 1992":operationalState GET,
"Recommendation X.721 : 1992":availabilityStatus GET,
listOfCharacteristicInfo GET SET-BY-CREATE,
supportedByObjectList GET-REPLACE ADD-REMOVE;
ACTIONS
addTpsToGTP,
removeTpsFromGTP,
addTpsToTpPool,
removeTpsFromTpPool,
connect,
disconnect;
;;
|
|
|
Information:
|
Automatically extracted from Rec. ITU-T M.3100
|
|