CISCO-WAN-PAR-MIB
- Registered at
- 1.3.6.1.4.1.351.130.11.3.6.1.4.1.351.130.21.3.6.1.4.1.351.130.31.3.6.1.4.1.351.130.41.3.6.1.4.1.351.130.51.3.6.1.4.1.351.150.63
- Last updated
- 2002-09-10 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2002-09-10 00:00
- Namespace
- cisco
- Source file
CISCO-WAN-PAR-MIB- Digest
sha256:47d540a620e0cde5acd25fe4ba70c91f637571eac656a653191cf3429cc560a2
Description
The MIB module for configuring AutoRoute controller. The Portable AutoRoute(PAR) is a Controller providing routing capabilities in Network of Cisco MGX and BPX Switches. PAR controller performs following functions: - Connection Provisioning. Adding/Deleting/modifying connections - Connection Alarm Management. On receipt of a failure event, PAR sends messages to condition the connection. - Annex G functionality. Manages the LMI communication between feeder and routing node. - Clocking Control. PAR handles the clocking selection for the switch.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-wanatm@cisco.com
Imports
| From | Symbols |
|---|---|
| BASIS-MIB | par |
| CISCOWAN-SMI | ciscoWan |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BASIS-MIB CISCO-WAN-PAR-MIB CISCOWAN-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| parSelfNode OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.1 | |||
| parSnNodeId OBJECT-TYPE This object specifies the node number of the node. When the network manager tries to modify the value of this object, a message is sent node state machine which propagates this information and the value gets modified only if the new node number is successfully propagated. The node number uniquely identifies a routing node in a network. | 1.3.6.1.4.1.351.130.1.1 | Integer32 (1..223) | read-write | current |
| parSnNodeIP OBJECT-TYPE This object specifies the IP address for routing node and is used for communication with SNMP manager(for example Cisco Wan Manager:CWM). | 1.3.6.1.4.1.351.130.1.2 | IpAddress | read-write | current |
| parSnNodeName OBJECT-TYPE This object specifies the name of the node and is unique among all the nodes in the network. Whenever the name of the node is changed, AutoRoute has to propagate the information to the other nodes in the network. It also specifies the name of a PAR Feeder node. | 1.3.6.1.4.1.351.130.1.3 | DisplayString (SIZE(0..8)) | read-write | current |
| parSnRevision OBJECT-TYPE This object specifies the primary revision of the PAR running on the node. Format: cc.c.cc Where: c = one ascii character | 1.3.6.1.4.1.351.130.1.4 | DisplayString | read-only | current |
| parSnNodeAlarmStatus OBJECT-TYPE This object specifies the type of alarm on the node. clear(1) : No Alarm minor(2) : Minor Alarm major(3) : Major Alarm unreach(4) : Node is unreachable. | 1.3.6.1.4.1.351.130.1.5 | INTEGER {clear(1), minor(2), major(3), unreach(4)} | read-only | current |
| parSnNumberOfTrunks OBJECT-TYPE This object specifies the number of trunks attached to the node. | 1.3.6.1.4.1.351.130.1.6 | Integer32 (0..255) | read-only | current |
| parInterfaces OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.2 | |||
| parIfTable OBJECT-TYPE Table of all logical interfaces supported by PAR | 1.3.6.1.4.1.351.130.2.1 | not-accessible | current | |
| parIfEntry OBJECT-TYPE Entries for logical interfaces. | 1.3.6.1.4.1.351.130.2.1.1 | not-accessible | current | |
| parIfLogicalInterface OBJECT-TYPE This object specifies the logical interface number. | 1.3.6.1.4.1.351.130.2.1.1.1 | Integer32 (1..2147483647) | read-only | current |
| parIfType OBJECT-TYPE This object specifies the type of interface. User ports need to be UNI interface. The trunks can be either UNI or NNI. userport(1) : UNI interface. This is for user ports. routingtrunk(2) : NNI interface. This value can be set provided there are no connections on the interface. feedertrunk(3) : It is feeder trunk. clkport(4) : Clock port. virtualtrunk(5): Virtual Trunk. Type of interface can be changed from nni(2) to uni(1) if the trunk is not added. | 1.3.6.1.4.1.351.130.2.1.1.2 | INTEGER {userport(1), routingtrunk(2), feedertrunk(3), clkport(4), virtualtrunk(5)} | read-write | current |
| parIfOperStatus OBJECT-TYPE This object specifies the operation status of the interface. up(1) : Interface is up. This value is applicable for UNI as well as NNI interfaces. added(2) : Interface is added. This value is applicable for NNI interfaces. failed(3) : Interface is failed. This value is applicable for UNI as well as NNI interfaces. added-failed (4) : Interface is failed. This value is applicable for NNI interfaces. interfaces. | 1.3.6.1.4.1.351.130.2.1.1.3 | INTEGER {up(1), added(2), failed(3), added-failed(4)} | read-only | current |
| parIfTxBw OBJECT-TYPE This object specifies the transmit bandwidth for the interface. | 1.3.6.1.4.1.351.130.2.1.1.4 | Integer32 | read-only | current |
| parIfRxBw OBJECT-TYPE This object specifies the receive bandwidth for the interface. | 1.3.6.1.4.1.351.130.2.1.1.5 | Integer32 | read-only | current |
| parIfMaxConn OBJECT-TYPE This object specifies the maximum number of connections that can be configured over the interface. | 1.3.6.1.4.1.351.130.2.1.1.6 | Integer32 | read-only | current |
| parIfHiAddrMin OBJECT-TYPE This object specifies the minimum VPI that PAR can use for configuring connection in the interface. | 1.3.6.1.4.1.351.130.2.1.1.7 | Integer32 | read-only | current |
| parIfHiAddrMax OBJECT-TYPE This object specifies the maximum VPI that PAR can use for configuring connection in the interface. | 1.3.6.1.4.1.351.130.2.1.1.8 | Integer32 | read-only | current |
| parIfLoAddrMin OBJECT-TYPE This object specifies the minimum VCI that PAR can use for configuring connection in the interface. | 1.3.6.1.4.1.351.130.2.1.1.9 | Integer32 | read-only | current |
| parIfLoAddrMax OBJECT-TYPE This object specifies the maximum VCI that PAR can use for configuring connection in the interface. | 1.3.6.1.4.1.351.130.2.1.1.10 | Integer32 | read-only | current |
| parTrkTable OBJECT-TYPE The table containing trunk parameters. | 1.3.6.1.4.1.351.130.2.2 | not-accessible | current | |
| parTrkEntry OBJECT-TYPE Entries for logical interfaces configured as trunks (parIfType nni). | 1.3.6.1.4.1.351.130.2.2.1 | not-accessible | current | |
| parTrkId OBJECT-TYPE This object specifies the logical trunk number associated with the trunk at the local node. | 1.3.6.1.4.1.351.130.2.2.1.1 | Integer32 | read-only | current |
| parTrkStatReserve OBJECT-TYPE Specifies the bandwidth reserved as Statistical Reserve on the trunk in units of cells per second. This object cannot take a value beyond the bandwidth capacity of the trunk. | 1.3.6.1.4.1.351.130.2.2.1.2 | Integer32 | read-write | current |
| parTrkCnfgCcRestrict OBJECT-TYPE This object specifies the operators preference for routing control plane traffic on the interface. If the object is set to False, then the interface may be chosen for control plane traffic. If it is True, then the interface is not chosen, unless there is no other trunk with parIfOperStatus added(2), in which case it is chosen regardless of the value of this object. | 1.3.6.1.4.1.351.130.2.2.1.3 | TruthValue | read-write | current |
| parTrkCnfgLineType OBJECT-TYPE This object specifies the type of interface terrestrial or satellite. The interfaces configured as terrestrial(1) are preferred over those configured as satellite(2) for routing control plane traffic. This information is also used for connections for which routing restrictions are specified. | 1.3.6.1.4.1.351.130.2.2.1.4 | INTEGER {terrestrial(1), satellite(2)} | read-write | current |
| parTrkCnfgPassSync OBJECT-TYPE This object specifies whether the trunk can be used to pass clock sync. If the value of this object is True, clock can be synchronized through the trunk; otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.5 | TruthValue | read-write | current |
| parTrkCnfgDerouteDelay OBJECT-TYPE This object specifies the value of deroute delay timer in seconds. | 1.3.6.1.4.1.351.130.2.2.1.6 | Integer32 | read-write | current |
| parTrkCnfgTrafficClassFst OBJECT-TYPE This object indicates whether Foresight traffic can be routed over the trunk. If the value is true(1), it can be rerouted otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.7 | TruthValue | read-write | current |
| parTrkCnfgTrafficClassFr OBJECT-TYPE This object indicates whether Frame Relay traffic can be routed over the trunk. If the value is true(1), it can be rerouted otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.8 | TruthValue | read-write | current |
| parTrkCnfgTrafficClassNts OBJECT-TYPE This object indicates whether Non-Time Stamped traffic can be routed over the trunk. If the value is true(1) it can be rerouted otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.9 | TruthValue | read-write | current |
| parTrkCnfgTrafficClassTs OBJECT-TYPE This object indicates whether Time Stamped traffic can be routed over the trunk. If the value is true(1) it can be rerouted otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.10 | TruthValue | read-write | current |
| parTrkCnfgTrafficClassVoice OBJECT-TYPE This object indicates whether Voice traffic can be routed over the trunk. If the value is true(1), it can be rerouted otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.11 | TruthValue | read-write | current |
| parTrkCnfgTrafficClassCbr OBJECT-TYPE This object indicates whether Constant Bit Rate traffic can be routed over the trunk. If the value is true(1), it can be rerouted otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.12 | TruthValue | read-write | current |
| parTrkCnfgTrafficClassVbr OBJECT-TYPE This object indicates whether Variable Bit Rate traffic can be routed over the trunk. If the value is true(1), it can be rerouted otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.13 | TruthValue | read-write | current |
| parTrkCnfgTrafficClassAbr OBJECT-TYPE This object indicates whether Available Bit Rate traffic can be routed over the trunk. If the value is true(1), it can be rerouted otherwise not. | 1.3.6.1.4.1.351.130.2.2.1.14 | TruthValue | read-write | current |
| parTrkCnfgAdminStatus OBJECT-TYPE This object can be used to add or delete the trunk. The value of this object can be set to add(1) only if the parIfOperStatus is up(1). The value can be set to delete if parIfOperStatus is added or added-failed | 1.3.6.1.4.1.351.130.2.2.1.15 | INTEGER {add(1), delete(2)} | read-write | current |
| parTrkCnfgRoutingCost OBJECT-TYPE This object specifies the cost associated with the trunk for the purpose of routing the connections. This object has significance if cost based routing feature is enabled(parCmParmsCostBased) | 1.3.6.1.4.1.351.130.2.2.1.16 | Integer32 (1..15) | read-write | current |
| parTrkCnfgVccConids OBJECT-TYPE The maximum number of routing resource available on the trunk for VCC connections. | 1.3.6.1.4.1.351.130.2.2.1.17 | Integer32 | read-write | current |
| parTrkCnfgVpcConids OBJECT-TYPE The maximum number of routing resource available on the trunk for VPC connections | 1.3.6.1.4.1.351.130.2.2.1.18 | Integer32 | read-write | current |
| parTrkLocalSlotNumber OBJECT-TYPE This object specifies the slot number of the interface card associated with the trunk at the local node. | 1.3.6.1.4.1.351.130.2.2.1.19 | Integer32 (1..32) | read-only | current |
| parTrkLocalPortNumber OBJECT-TYPE This object specifies the port number of the interface card associated with the trunk at the local node. | 1.3.6.1.4.1.351.130.2.2.1.20 | Integer32 (1..2147483647) | read-only | current |
| parTrkLocalVTrunkId OBJECT-TYPE This object specifies the Virtual trunk of the interface card associated with the trunk at the local node. The value of this object is between 1 and 254, inclusive for a virtual trunk and 255 for a physical trunk. | 1.3.6.1.4.1.351.130.2.2.1.21 | Integer32 (1..255) | read-only | current |
| parTrkRemoteNodeId OBJECT-TYPE This object specifies the node number of the node attached to the remote end of the trunk. | 1.3.6.1.4.1.351.130.2.2.1.22 | Integer32 (1..223) | read-only | current |
| parTrkRemoteTrunkId OBJECT-TYPE This object specifies the logical trunk number at the node on the remote end of the trunk. | 1.3.6.1.4.1.351.130.2.2.1.23 | Integer32 (1..255) | read-only | current |
| parTrkRemoteSlotNumber OBJECT-TYPE This object specifies the slot number of the interface card to which the trunk is attached on the remote node. | 1.3.6.1.4.1.351.130.2.2.1.24 | Integer32 (1..32) | read-only | current |
| parTrkRemotePortNumber OBJECT-TYPE This object specifies the port number of the interface card to which the trunk is attached on the remote node. | 1.3.6.1.4.1.351.130.2.2.1.25 | Integer32 (1..2147483647) | read-only | current |
| parTrkRemoteVTrunkId OBJECT-TYPE This object specifies the Virtual trunk of the interface card associated with the trunk at the remote node. The value of this object is between 1 and 254, inclusive for a virtual trunk and 255 for a physical trunk. | 1.3.6.1.4.1.351.130.2.2.1.26 | Integer32 (1..255) | read-only | current |
| parTrkRemoteNodeIP OBJECT-TYPE This object specifies the IP address for the Remote node, used for communication with NMS | 1.3.6.1.4.1.351.130.2.2.1.27 | IpAddress | read-only | current |
| parTrkRemoteNodeType OBJECT-TYPE Specifies the type of the node. | 1.3.6.1.4.1.351.130.2.2.1.28 | INTEGER {ipx(1), igx(2), bpx(3), par(4), unknown(5)} | read-only | current |
| parTrkRemoteNodeName OBJECT-TYPE This object specifies the name of the remote node and is unique among all the nodes in the network. | 1.3.6.1.4.1.351.130.2.2.1.29 | DisplayString | read-only | current |
| parTrkAlarmStatus OBJECT-TYPE This object specifies the severity of the alarm on the trunk. clear(1) : No Alarm minor(2) : Minor Alarm major(3) : Major Alarm. | 1.3.6.1.4.1.351.130.2.2.1.30 | INTEGER {clear(1), minor(2), major(3)} | read-only | current |
| parTrkAlarmType OBJECT-TYPE This object specifies the type of alarm on the trunk. The value of this object has no significance if parTrunkAlarmStatus indicates no alarm. rsrcunavail(1) : resources unavailable indicates that the platform has not provided the resources required to make this interface into a trunk. commfail(2) : communication failure indicates that message exchanged between neighboring nodes on this trunk has failed. unknown (3) : indicates that the alarm type is unknown to PAR, for example if the platform has declared the interface in alarm due to some physical problem with the interface. | 1.3.6.1.4.1.351.130.2.2.1.31 | INTEGER {rsrcunavail(1), commfail(2), unknown(3), failed(4), looped(5)} | read-only | current |
| parTrkBwCapacity OBJECT-TYPE Specifies the bandwidth capacity of the trunk. | 1.3.6.1.4.1.351.130.2.2.1.32 | Integer32 | read-only | current |
| parTrkLineLoad OBJECT-TYPE Specifies the bandwidth used by the connections routed over the trunk. | 1.3.6.1.4.1.351.130.2.2.1.33 | Integer32 | read-only | current |
| parTrkLoadTable OBJECT-TYPE Trunk Load Information | 1.3.6.1.4.1.351.130.2.3 | not-accessible | current | |
| parTrkLoadEntry OBJECT-TYPE Load info for logical interfaces configured as trunks (parIfType nni). | 1.3.6.1.4.1.351.130.2.3.1 | not-accessible | current | |
| parTrkLoadXmtUsedCbr OBJECT-TYPE This object specifies the used bandwidth in the transmit direction for CBR traffic. | 1.3.6.1.4.1.351.130.2.3.1.1 | Integer32 | read-only | current |
| parTrkLoadRcvUsedCbr OBJECT-TYPE This object specifies the used bandwidth in the receive direction for CBR traffic | 1.3.6.1.4.1.351.130.2.3.1.2 | Integer32 | read-only | current |
| parTrkLoadXmtUsedVbr OBJECT-TYPE This object specifies the used bandwidth in the transmit direction for VBR traffic. | 1.3.6.1.4.1.351.130.2.3.1.3 | Integer32 | read-only | current |
| parTrkLoadRcvUsedVbr OBJECT-TYPE This object specifies the used bandwidth in the receive direction for VBR traffic. | 1.3.6.1.4.1.351.130.2.3.1.4 | Integer32 | read-only | current |
| parTrkLoadXmtUsedAbr OBJECT-TYPE This object specifies the used bandwidth in the transmit direction for ABR. | 1.3.6.1.4.1.351.130.2.3.1.5 | Integer32 | read-only | current |
| parTrkLoadRcvUsedAbr OBJECT-TYPE This object specifies the used bandwidth in the receive direction for ABR. | 1.3.6.1.4.1.351.130.2.3.1.6 | Integer32 | read-only | current |
| parTrkLoadXmtUsedNts OBJECT-TYPE This object specifies the used bandwidth in the transmit direction for Non-Time Stamped. | 1.3.6.1.4.1.351.130.2.3.1.7 | Integer32 | read-only | current |
| parTrkLoadRcvUsedNts OBJECT-TYPE This object specifies the used bandwidth in the receive direction for Non-Time Stamped. | 1.3.6.1.4.1.351.130.2.3.1.8 | Integer32 | read-only | current |
| parTrkLoadXmtUsedTs OBJECT-TYPE This object specifies the used bandwidth in the transmit direction for Time-Stamped. | 1.3.6.1.4.1.351.130.2.3.1.9 | Integer32 | read-only | current |
| parTrkLoadRcvUsedTs OBJECT-TYPE This object specifies the used bandwidth in the receive direction for Time-Stamped. | 1.3.6.1.4.1.351.130.2.3.1.10 | Integer32 | read-only | current |
| parTrkLoadXmtUsedVoice OBJECT-TYPE This object specifies the used bandwidth in the transmit direction for Voice. | 1.3.6.1.4.1.351.130.2.3.1.11 | Integer32 | read-only | current |
| parTrkLoadRcvUsedVoice OBJECT-TYPE This object specifies the used bandwidth in the receive direction for Voice. | 1.3.6.1.4.1.351.130.2.3.1.12 | Integer32 | read-only | current |
| parTrkLoadXmtUsedBdataA OBJECT-TYPE This object specifies the used bandwidth in the transmit direction for Busty Data A. | 1.3.6.1.4.1.351.130.2.3.1.13 | Integer32 | read-only | current |
| parTrkLoadRcvUsedBdataA OBJECT-TYPE This object specifies the used bandwidth in the receive direction for Bursty Data A. | 1.3.6.1.4.1.351.130.2.3.1.14 | Integer32 | read-only | current |
| parTrkLoadXmtUsedBdataB OBJECT-TYPE This object specifies the used bandwidth in the transmit direction for Bursty Data B. | 1.3.6.1.4.1.351.130.2.3.1.15 | Integer32 | read-only | current |
| parTrkLoadRcvUsedBdataB OBJECT-TYPE This object specifies the used bandwidth in the receive direction for Bursty Data B. | 1.3.6.1.4.1.351.130.2.3.1.16 | Integer32 | read-only | current |
| parTrkLoadVccConidsUsed OBJECT-TYPE This object specifies the number of conids used for VCCs (not used) on the trunk. | 1.3.6.1.4.1.351.130.2.3.1.17 | Integer32 | read-only | current |
| parTrkLoadVpcConidsUsed OBJECT-TYPE This object specifies the number of conids Used for VPCs (not used) on the trunk. | 1.3.6.1.4.1.351.130.2.3.1.19 | Integer32 | read-only | current |
| parConnection OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.3 | |||
| parConnectionTable OBJECT-TYPE This table contains connections Mastered or slaved by the node. | 1.3.6.1.4.1.351.130.3.1 | not-accessible | current | |
| parConnectionEntry OBJECT-TYPE Entries for connections mastered or slaved by the node. Each entry contains Local and remote end information. | 1.3.6.1.4.1.351.130.3.1.1 | not-accessible | current | |
| parConnLocalSlot OBJECT-TYPE This object specifies the slot number part of the local endpoint connection address. | 1.3.6.1.4.1.351.130.3.1.1.1 | Integer32 (1..32) | read-only | current |
| parConnLocalPort OBJECT-TYPE This object specifies the port number part of the local endpoint connection address. | 1.3.6.1.4.1.351.130.3.1.1.2 | Integer32 (1..2147483647) | read-only | current |
| parConnLocalVpi OBJECT-TYPE This object specifies the Virtual Path Identifier part of the local endpoint connection address. | 1.3.6.1.4.1.351.130.3.1.1.3 | Integer32 (0..4095) | read-only | current |
| parConnLocalVci OBJECT-TYPE This object specifies the Virtual Channel Identifier part of the local endpoint connection address. | 1.3.6.1.4.1.351.130.3.1.1.4 | Integer32 (0..65535) | read-only | current |
| parConnMasterShip OBJECT-TYPE This object specifies whether this end of the connection is the master or the slave of the connection. The value true(1) signifies the master end and false(2) signifies slave end. | 1.3.6.1.4.1.351.130.3.1.1.5 | TruthValue | read-only | current |
| parConnLocalVcIndx OBJECT-TYPE This object specifies the Virtual Connection Index at this node. It is used by Network Management to correlate this end of the connection with the remote end. | 1.3.6.1.4.1.351.130.3.1.1.6 | Integer32 | read-only | current |
| parConnLocalEndpt OBJECT-TYPE This object specifies the actual physical connection endpoint at the local node. | 1.3.6.1.4.1.351.130.3.1.1.7 | DisplayString | read-only | current |
| parConnRemoteNodeName OBJECT-TYPE This object specifies the node name of the remote endpoint. For a intra-switch connection or feeder connection this object would specify the self node name. | 1.3.6.1.4.1.351.130.3.1.1.8 | DisplayString | read-only | current |
| parConnRemoteSlot OBJECT-TYPE This object specifies the slot number part of the remote endpoint connection address. | 1.3.6.1.4.1.351.130.3.1.1.9 | Integer32 (1..32) | read-only | current |
| parConnRemotePort OBJECT-TYPE This object specifies the port number part of the remote endpoint connection address. | 1.3.6.1.4.1.351.130.3.1.1.10 | Integer32 (1..2147483647) | read-only | current |
| parConnRemoteVpi OBJECT-TYPE This object specifies the VPI part of the remote endpoint connection address. | 1.3.6.1.4.1.351.130.3.1.1.11 | Integer32 | read-only | current |
| parConnRemoteVci OBJECT-TYPE This object specifies the VCI part of the remote endpoint connection address. | 1.3.6.1.4.1.351.130.3.1.1.12 | Integer32 | read-only | current |
| parConnRemoteVcIndx OBJECT-TYPE This object specifies the Virtual Connection Index at the remote node. It is used by Network Management to correlate this end of the connection with the remote end.. | 1.3.6.1.4.1.351.130.3.1.1.13 | Integer32 | read-only | current |
| parConnOperStatus OBJECT-TYPE This object specifies the status of connection as known and determined by PAR. The status shall be OK if there is an A-bit alarm on the connection. | 1.3.6.1.4.1.351.130.3.1.1.14 | INTEGER {routed(1), unrouted(2), lmifail(3), unknown(4)} | read-only | current |
| parConnAdminStatus OBJECT-TYPE This object is used by the operator to reroute or down/up a connection. The value of this object is up(1) when the connection is created. If the value of the object is set to down(1) the connection is derouted (if it is routed) and parConnOperStatus object is set to not routed. If the value of the object is up (2) and it is set to reroute(3) the connection is derouted and attempt is made to reroute the connection. If the value of the object is down (1) and the it is set to reroute (3), no action is performed and the object's value does not changes. If the value of object is down(1) and is set to up(2), an attempt is made to reroute the connection. | 1.3.6.1.4.1.351.130.3.1.1.15 | INTEGER {down(1), up(2), reroute(3)} | read-write | current |
| parConnRoute OBJECT-TYPE This object specifies the current path on which the connection is routed. A value of this object is valid only if parConnOperStatus is routed. The Null string specifies that the connection is not routed. Format: Nodename {Trk--Trk Nodename} Where: Nodename = up to 8 characters, Trk = slot.port.vtrk, slot = 1 or 2 characters, port = 1 or two characters, and vtrk = 1 or two characters and is optional. The portion of the format shown in braces {like this} can be repeated up to 10 times. | 1.3.6.1.4.1.351.130.3.1.1.16 | DisplayString | read-only | current |
| parConnRemoteEndpt OBJECT-TYPE This object specifies the actual physical connection endpoint at the remote end of the connection. It shall be known only if the connection is a local(DAX) connection. | 1.3.6.1.4.1.351.130.3.1.1.17 | DisplayString | read-only | current |
| parPrefRoute OBJECT-TYPE This object specifies the preferred path for the connection. The Null string specifies that the connection does not have a preferred route. Format: Nodename {Trk--Trk Nodename} Where: Nodename = up to 8 characters, Trk = slot.port.vtrk, slot = 1 or 2 characters, port = 1 or two characters, and vtrk = 1 or two characters and is optional. The portion of the format shown in braces {like this} can be repeated up to 10 times. | 1.3.6.1.4.1.351.130.3.1.1.18 | DisplayString | read-write | current |
| parConnFailRsn OBJECT-TYPE This object specifies a reason code for the failure of the connection. | 1.3.6.1.4.1.351.130.3.1.1.19 | INTEGER {down(1), hwalm(2), abitalm(3), lmifail(4), rrtfail(5), incomplete(6)} | read-only | current |
| parRrtFailRsn OBJECT-TYPE This object specifies the Reason of failure of a connection to route. | 1.3.6.1.4.1.351.130.3.1.1.20 | DisplayString | read-only | current |
| parConnRstrTyp OBJECT-TYPE This object specifies the Route restriction of a connection. | 1.3.6.1.4.1.351.130.3.1.1.21 | INTEGER {norestrict(1), terrestrict(2), satrestrict(3), undefrestrict(4)} | read-only | current |
| parConnRstrZcs OBJECT-TYPE This object specifies whether ZCS lines should be avoided or not. | 1.3.6.1.4.1.351.130.3.1.1.22 | TruthValue | read-only | current |
| parConnCos OBJECT-TYPE This object specifies the COS for the connection. | 1.3.6.1.4.1.351.130.3.1.1.23 | Integer32 (0..15) | read-only | current |
| parNetworkClock OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.4 | |||
| parClockTable OBJECT-TYPE Table of clock sources available to PAR | 1.3.6.1.4.1.351.130.4.1 | not-accessible | current | |
| parClockEntry OBJECT-TYPE Each entry represent a clock source available to PAR | 1.3.6.1.4.1.351.130.4.1.1 | not-accessible | current | |
| parClockIndex OBJECT-TYPE This clock index is assigned by PAR. | 1.3.6.1.4.1.351.130.4.1.1.1 | Integer32 (1..2147483647) | read-only | current |
| parClockType OBJECT-TYPE Specifies the type of clock. | 1.3.6.1.4.1.351.130.4.1.1.2 | INTEGER {primary(1), secondary(2), tertiary(3), null(4)} | read-write | current |
| parClockSource OBJECT-TYPE Specifies source of the clock. | 1.3.6.1.4.1.351.130.4.1.1.3 | INTEGER {internal(1), interface(2), external(3)} | read-only | current |
| parClockCurSource OBJECT-TYPE Specifies whether clock source is a current clock source or not. The value is true if the cloock source is current and false otherwise | 1.3.6.1.4.1.351.130.4.1.1.4 | TruthValue | read-only | current |
| parClockSourceId OBJECT-TYPE Specifies identification of the clock - for example - if clock source is `Interface' then this field will carry logical interface number | 1.3.6.1.4.1.351.130.4.1.1.5 | Integer32 | read-write | current |
| parClockPath OBJECT-TYPE Describes the path used for clock synchronization | 1.3.6.1.4.1.351.130.4.1.1.6 | DisplayString | read-only | current |
| parConfigParms OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.5 | |||
| parVsiConfigParms OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.5.1 | |||
| parCmParms OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.5.2 | |||
| parCmParmsMaxRoutingBundle OBJECT-TYPE This object specifies the maximum number of connections that can be routed in one routing cycle. | 1.3.6.1.4.1.351.130.5.2.1 | Integer32 | read-write | current |
| parCmParmsRerouteTimer OBJECT-TYPE This object specifies the minimum time after which a connection is routed once it has been successfully routed. | 1.3.6.1.4.1.351.130.5.2.2 | Integer32 | read-write | current |
| parCmParmsResetTimer OBJECT-TYPE This object specifies whether the reroute timer should be reset if the path for routed connection failed. If the value of the object is true(1), the timer is reset on detecting path fail. | 1.3.6.1.4.1.351.130.5.2.3 | TruthValue | read-write | current |
| parCmParmsDnUpPerPass OBJECT-TYPE This object specifies the maximum number of connections that are upped or down in one schedule of down connection state machine. | 1.3.6.1.4.1.351.130.5.2.4 | Integer32 | read-write | current |
| parCmParmsDnUpTimer OBJECT-TYPE This object specifies the minimum time interval (in milliseconds) between two schedules of the down connection state machine. | 1.3.6.1.4.1.351.130.5.2.5 | Integer32 | read-write | current |
| parCmParmsRrtErrsPerCycle OBJECT-TYPE This object specifies the threshold for number of failures to route a connection before it is moved into the wait group. If the value of this object is zero, the feature is disabled. | 1.3.6.1.4.1.351.130.5.2.6 | Integer32 | read-write | current |
| parCmParmsRrtCycleInterval OBJECT-TYPE This object specifies the time (in minutes) for which no attempt is made to route a connection in the wait group. | 1.3.6.1.4.1.351.130.5.2.7 | Integer32 | read-write | current |
| parCmParmsMaxRrtCycles OBJECT-TYPE This object specifies the number of times a connection is added to the wait group before declaring it unroutable. | 1.3.6.1.4.1.351.130.5.2.8 | Integer32 | read-write | current |
| parCmParmsRrtPauseTime OBJECT-TYPE This object specifies the time interval (in milliseconds) between two routing cycles. | 1.3.6.1.4.1.351.130.5.2.9 | Integer32 | read-write | current |
| parCmParmsMaxUpdates OBJECT-TYPE This object specifies the maximum number of connection management updates that are sent by the node in schedule.. | 1.3.6.1.4.1.351.130.5.2.10 | Integer32 | read-write | current |
| parCmParmsRerouteGroups OBJECT-TYPE This object specifies the total number of reroute groups. | 1.3.6.1.4.1.351.130.5.2.11 | Integer32 | read-write | current |
| parCmParmsMinRrGroupSize OBJECT-TYPE This object specifies the minimum size of reroute group in Cell Load Units. | 1.3.6.1.4.1.351.130.5.2.12 | Integer32 | read-write | current |
| parCmParmsRrGroupInc OBJECT-TYPE This object specifies the increment of reroute group size (in Cell Load Units) between adjacent groups. | 1.3.6.1.4.1.351.130.5.2.13 | Integer32 | read-write | current |
| parCmParmsCostBased OBJECT-TYPE This object can be configured to enable or disable cost based routing feature. If the value of this object is true(1), the feature is enabled else it is disabled. | 1.3.6.1.4.1.351.130.5.2.14 | TruthValue | read-write | current |
| parCmParmsUseCache OBJECT-TYPE This object can be configured to enable or disable hop based route selection from using cache of precomputed routes. If the value of this object is true(1), the feature is enabled else it is disabled. | 1.3.6.1.4.1.351.130.5.2.15 | TruthValue | read-write | current |
| parCmParmsUseDelay OBJECT-TYPE This object can be configured to enable or disable cost based route selection from considering end-to-end delay associated with the routes. If the value of this object is true(1), the delay would be considered otherwise daley would not be considered during routing of connection. | 1.3.6.1.4.1.351.130.5.2.16 | TruthValue | read-write | current |
| parCmParmMaxViaCons OBJECT-TYPE This object specifies the maximum number of via user connections that can be routed through the node. | 1.3.6.1.4.1.351.130.5.2.17 | Integer32 (1..80000) | read-write | current |
| parMnUpdt OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.5.3 | |||
| parMnUpdtInterval OBJECT-TYPE This object specifies the timer interval (in seconds) for the current update state machine. | 1.3.6.1.4.1.351.130.5.3.1 | Integer32 | read-write | current |
| parMnUpdtNodesPerInt OBJECT-TYPE This object specifies the maximum number of nodes to which current updates can be sent per interval. | 1.3.6.1.4.1.351.130.5.3.2 | Integer32 | read-write | current |
| parMnUpdtBatchSend OBJECT-TYPE This object specifies whether current updates to any node are sent one at a time or all in one go. If the value of this object is true(1), all current updates are sent to the node simultaneously. If the value of this object is False, current updates are sent one at a time. | 1.3.6.1.4.1.351.130.5.3.3 | TruthValue | read-write | current |
| parSwFunc OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.5.4 | |||
| parSwFuncAbrVsvd OBJECT-TYPE This object enables/disables the ABR standard with VSVD. The feature is enabled if the value of the object is true(1). | 1.3.6.1.4.1.351.130.5.4.1 | TruthValue | read-write | current |
| parSwFuncNodeType OBJECT-TYPE This object specifies whether the node is a routing node or a feeder node. To configure the node from a routing(1) node to feeder(2) node the node should be part of a single node network. To configure the node from feeder node to routing node, there should be no feeder trunk attached to the node. | 1.3.6.1.4.1.351.130.5.4.2 | INTEGER {routing(1), feeder(2)} | read-write | current |
| parOnOff OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.5.5 | |||
| parOnOffBackgroundUpdt OBJECT-TYPE This object can be used to enable or disable Background updates. If the value of the object is true(1), background updates are enabled; otherwise they are disabled. | 1.3.6.1.4.1.351.130.5.5.1 | TruthValue | read-write | current |
| parOnOffDynamicBwAlloc OBJECT-TYPE This object can be used to enable or disable Bandwidth state machine. If the value of the object is true(1), bandwidth state machine is enabled; otherwise it is disabled. | 1.3.6.1.4.1.351.130.5.5.2 | TruthValue | read-write | current |
| parOnOffCmUpdts OBJECT-TYPE This object can be used to enable or disable connection management updates. If the value of the object is true(1), connection management updates are enabled; otherwise they are disabled. | 1.3.6.1.4.1.351.130.5.5.3 | TruthValue | read-write | current |
| parOnOffRouting OBJECT-TYPE This object can be used to enable or disable connection routing. If the value of the object is true(1), routing is enabled; otherwise it is disabled. | 1.3.6.1.4.1.351.130.5.5.4 | TruthValue | read-write | current |
| parOnOffCommFailTest OBJECT-TYPE This object can be used to enable or disable Comm Fail Test. If the value of the object is true(1), Comm Fail test is enabled; otherwise it is disabled. | 1.3.6.1.4.1.351.130.5.5.5 | TruthValue | read-write | current |
| parOnOffDrtDelay OBJECT-TYPE This object can be used to enable or disable Deroute Delay feature. If the value of the object is true(1) Derote delay feature is enabled; otherwise it is disabled. | 1.3.6.1.4.1.351.130.5.5.6 | TruthValue | read-write | current |
| parOnOffRenumRec OBJECT-TYPE This object can be used to enable or disable Renumber recovery feature. If the value of the object is true(1), renumber recovery feature is enabled; otherwise it is disabled. | 1.3.6.1.4.1.351.130.5.5.7 | TruthValue | read-write | current |
| parOnOffCommBreak OBJECT-TYPE This object can be used to enable or disable Comm Break Test. If the value of the object is true(1), Comm Break Test feature is enabled; otherwise it is disabled. | 1.3.6.1.4.1.351.130.5.5.8 | TruthValue | read-write | current |
| parSysParms OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.5.6 | |||
| parSysParmsTsPacketAge OBJECT-TYPE Time Stamped packets older than this value (in milliseconds)are discarded. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.1 | Integer32 (1..64) | read-write | current |
| parSysParmsConnFail OBJECT-TYPE This object specifies whether the connections to a node should be failed when comm fail is declared with the node. If the value of this object is true(1), the connection will be failed. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.2 | TruthValue | read-write | current |
| parSysParmsVcPollRate OBJECT-TYPE This object specifies the rate at which VC statistics are to be polled. This is a network wide parameter. For Portable AutoRoute statistic collections would be done by platform software. | 1.3.6.1.4.1.351.130.5.6.3 | Integer32 | read-only | current |
| parSysParmsMaxVDelay OBJECT-TYPE This object specifies the maximum delay for voice connection with VAD enabled in milli-seconds. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.4 | Integer32 | read-only | current |
| parSysParmsMaxCDelay OBJECT-TYPE This object specifies the maximum delay for ADPCM compressed voice connection with VAD enabled in milli-seconds. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.5 | Integer32 | read-only | current |
| parSysParmsMaxDDelay OBJECT-TYPE This object specifies the maximum delay for data connection in milli-seconds. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.6 | Integer32 | read-only | current |
| parSysParmsMaxADelay OBJECT-TYPE This object specifies the maximum delay for ADPCM compressed voice connection in milli-seconds. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.7 | Integer32 | read-only | current |
| parSysParmsMaxHsdDelay OBJECT-TYPE This object specifies the maximum delay for High Speed data connection in milli-seconds. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.8 | Integer32 | read-only | current |
| parSysParmsDeEnable OBJECT-TYPE This object specifies whether DE bit of Frame Relay frames can be modified. DE bit can be modified if the value of this object is true(1). This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.9 | TruthValue | read-only | current |
| parSysParmsFrStandard OBJECT-TYPE This object specifies whether standard Frame Relay parameters,Be and Bc, are to be used. If the value of this object is true(1), standard parameters are used. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.10 | TruthValue | read-only | current |
| parSysParmsDrtDelay OBJECT-TYPE This object specifies whether Deroute Delay feature is enabled. If the value of this object is true(1), the feature is enabled. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.11 | TruthValue | read-write | current |
| parSysParmsInvLogAlarmThres OBJECT-TYPE This object specifies the threshold for invalid login attempts before triggering an alarm. If the value of this object is zero, this feature is disabled. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.12 | Integer32 | read-only | current |
| parSysParmsMaxCdpVDelay OBJECT-TYPE This object specifies the maximum network delay for CDP to CDP voice connection with VAD enabled in milli-seconds. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.13 | Integer32 | read-only | current |
| parSysParmsMaxCdpCDelay OBJECT-TYPE This object specifies the maximum network delay for CDP to CDP ADPCM compressed voice connection with VAD enabled. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.14 | Integer32 | read-only | current |
| parSysParmsMaxCdpDDelay OBJECT-TYPE This object specifies the maximum network delay for CDP to CDP data connection. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.15 | Integer32 | read-only | current |
| parSysParmsMaxCdpADelay OBJECT-TYPE This object specifies the maximum network delay for CDP to CDP ADPCM compressed voice connection. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.16 | Integer32 | read-only | current |
| parSysParmsMaxCdpHsdDelay OBJECT-TYPE This object specifies the maximum network delay for CDP to CDP High Speed data connection. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.17 | Integer32 | read-only | current |
| parSysParmsMaxIpcdpVDelay OBJECT-TYPE This object specifies the maximum local delay for CDP to CDP voice connection with VAD enabled. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.18 | Integer32 | read-only | current |
| parSysParmsMaxIpcdpCDelay OBJECT-TYPE This object specifies the maximum local delay for CDP to CDP ADPCM compressed voice connection with VAD enabled. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.19 | Integer32 | read-only | current |
| parSysParmsMaxIpcdpDDelay OBJECT-TYPE This object specifies the maximum local delay for CDP to CDP data connection. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.20 | Integer32 | read-only | current |
| parSysParmsMaxIpcdpADelay OBJECT-TYPE This object specifies the maximum local delay for CDP to CDP ADPCM compressed voice connection. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.21 | Integer32 | read-only | current |
| parSysParmsMaxIpcdpHsdDelay OBJECT-TYPE This object specifies the maximum local delay for CDP to CDP High Speed data connection. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.22 | Integer32 | read-only | current |
| parSysParmsMaxIphsdDelay OBJECT-TYPE This object specifies the maximum local delay for High Speed data connection. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.23 | Integer32 | read-only | current |
| parSysParmsFpdDeJitter OBJECT-TYPE This object specifies the jitter delay for Fast Pad. This is a network wide parameter. | 1.3.6.1.4.1.351.130.5.6.24 | Integer32 | read-only | current |
| parNetworkingParms OBJECT-IDENTITY | 1.3.6.1.4.1.351.130.5.7 | |||
| parNetParmCondInitialStgr OBJECT-TYPE This object specifies the initial pause time (in milliseconds) per new node added on addition of node(s) in the network before initiating conditional updates. | 1.3.6.1.4.1.351.130.5.7.1 | Integer32 | read-write | current |
| parNetParmCondPerNodeInterval OBJECT-TYPE This object specifies the minimum interval (in milliseconds) between sending of conditional updates to any two nodes. | 1.3.6.1.4.1.351.130.5.7.2 | Integer32 | read-write | current |
| parNetParmCbDelay OBJECT-TYPE This object specifies the minimum interval (in milliseconds) between initiating comm break tests between any two nodes. | 1.3.6.1.4.1.351.130.5.7.3 | Integer32 | read-write | current |
| parNetParmCbOffset OBJECT-TYPE Offset for CB. | 1.3.6.1.4.1.351.130.5.7.4 | Integer32 | read-write | current |
| parNetParmMsgTimeout OBJECT-TYPE This object specifies the timeout (in milliseconds) for acknowledgment for control plane message sent to another node. | 1.3.6.1.4.1.351.130.5.7.5 | Integer32 | read-write | current |
| parNetParmMsgMaxTimeout OBJECT-TYPE This object specifies the maximum number of times a network handler timeout waiting for acknowledgment for control plane message sent to another node reachable through all terrestrial trunks. | 1.3.6.1.4.1.351.130.5.7.6 | Integer32 | read-write | current |
| parNetParmMsgMaxTimeoutSat OBJECT-TYPE This object specifies the maximum number of times a network handler timeout waiting for acknowledgment for control plane message sent to another node reachable through all satellite trunks. | 1.3.6.1.4.1.351.130.5.7.7 | Integer32 | read-write | current |
| parNetParmBlindMaxTimeout OBJECT-TYPE This object specifies the maximum number of times a network handler timeout waiting for acknowledgment for control plane blind message sent to another node. | 1.3.6.1.4.1.351.130.5.7.8 | Integer32 | read-write | current |
| parNetParmCbMaxTimeout OBJECT-TYPE This object specifies the maximum number of times a network handler timeout waiting for acknowledgment for comm break test message sent to another node. | 1.3.6.1.4.1.351.130.5.7.9 | Integer32 | read-write | current |
| parNetParmCfTestInterval OBJECT-TYPE This object specifies the minimum time interval between the comm fail tests for a trunk. | 1.3.6.1.4.1.351.130.5.7.10 | Integer32 | read-write | current |
| parNetParmCfTestMultiplier OBJECT-TYPE This object specifies the multiplier for the comm fail test interval for good trunks, that is, trunks not in comm fail. | 1.3.6.1.4.1.351.130.5.7.11 | Integer32 | read-write | current |
| parNetParmNetwWindowSz OBJECT-TYPE This object specifies the window size for the network handler for messages to any node. That is, the number of messages that the network handler can send simultaneous to a node without receiving the acknowledgment for them. | 1.3.6.1.4.1.351.130.5.7.12 | Integer32 | read-write | current |
| parNetParmNetwLetWait OBJECT-TYPE This object specifies the maximum interval (in milliseconds) network handler waits for the letter (message) from the processes running on its nodes before checking the received cells. | 1.3.6.1.4.1.351.130.5.7.13 | Integer32 | read-write | current |
| parNetParmCfDelay OBJECT-TYPE TBD (in milliseconds). | 1.3.6.1.4.1.351.130.5.7.14 | Integer32 | read-write | current |
| parNetParmHighTxRate OBJECT-TYPE This object specifies the rate (in fast packets per second) at which the network handler sends control plane message cells to high performance nodes (High performance node are BPX and MGX). | 1.3.6.1.4.1.351.130.5.7.15 | Integer32 | read-write | current |
| parNetParmLowTxRate OBJECT-TYPE This object specifies the rate (in fast packets per second) at which the network handler sends control plane message cells to low capacity nodes (Low capacity node are IPX and IGX). | 1.3.6.1.4.1.351.130.5.7.16 | Integer32 | read-write | current |
| parNetParmMaxNodeBlks OBJECT-TYPE This object specifies the maximum number of blocks of size 256 bytes, that should be queued up for transmission to a node. | 1.3.6.1.4.1.351.130.5.7.17 | Integer32 | read-write | current |
| parNetParmTopoMsgSegSz OBJECT-TYPE This object specifies the maximum size (in bytes) of the segment into which the topology message, sent during network join, is divided. | 1.3.6.1.4.1.351.130.5.7.18 | Integer32 | read-write | current |
| cwParMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.351.150.63.2 | |||
| cwParMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.351.150.63.2.1 | |||
| cwParMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.351.150.63.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| cwParCmParamsGroup OBJECT-GROUP The collection of objects which are applicable for PAR connection management. | 1.3.6.1.4.1.351.150.63.2.1.1 | current |
| cwParCmParamsUpdateGroup OBJECT-GROUP The collection of objects which are applicable for PAR Connection Management parameters updates. | 1.3.6.1.4.1.351.150.63.2.1.2 | current |
| cwParGeneralGroup OBJECT-GROUP The collection of objects which are applicable for general PAR configuration. | 1.3.6.1.4.1.351.150.63.2.1.3 | current |
| cwParSysParamsGroup OBJECT-GROUP The collection of objects which are applicable for PAR system parameters. | 1.3.6.1.4.1.351.150.63.2.1.4 | current |
| cwParNetParamsGroup OBJECT-GROUP The collection of objects which are applicable for parameters applicable network-wide. | 1.3.6.1.4.1.351.150.63.2.1.5 | current |
| cwParNodeGroup OBJECT-GROUP The collection of objects which are applicable for node level configuration of auto route controller. | 1.3.6.1.4.1.351.150.63.2.1.6 | current |
| cwParInterfaceConfGroup OBJECT-GROUP The collection of objects which are used for configuring autoroute interfaces. | 1.3.6.1.4.1.351.150.63.2.1.7 | current |
| cwParTrunkConfGroup OBJECT-GROUP The collection of objects which are used for configuring trunks in portable autoroute. | 1.3.6.1.4.1.351.150.63.2.1.8 | current |
| cwParTrunkLoadConfGroup OBJECT-GROUP The collection of objects which are used for configuring trunks in portable autoroute. | 1.3.6.1.4.1.351.150.63.2.1.9 | current |
| cwParConnConfGroup OBJECT-GROUP The collection of objects which are used for configuring trunks in portable autoroute. | 1.3.6.1.4.1.351.150.63.2.1.10 | current |
| cwParClockConfGroup OBJECT-GROUP The collection of objects which are used for configuring trunks in portable autoroute. | 1.3.6.1.4.1.351.150.63.2.1.11 | current |
| cwParCompliance MODULE-COMPLIANCE The compliance statement for objects related to AutoRoute MIB. | 1.3.6.1.4.1.351.150.63.2.2.1 | current |