Table Of Contents
PNNI MIB Objects
ATM MIB Objects
ATM Interface Configuration Parameters Table
ATM Interface DS3 Physical Layer Convergence Procedure Table
ATM Interface Transmission Convergence Sublayer Table
ATM PNNI MIB Objects
Base Group
Private Network-to-Network Interface Node Table
Peer Group Leader Election Table
Initial Timer Values Table
Nodal SVCC-Based RCC Variables Table
Scope Mapping Table
Summary Address Table
Link Table
ATM PNNI MIB Conformance and Compliance Statements
ATM PNNI MIB Compliance Statements
ATM PNNI MIB Units of Conformance Statements
Cisco WAN SVC MIB Objects
Service Information Group
Interface Configuration Table
Port Call Statistics Table
Port Address Table
Port Connection Admission Control Configuration Table
Port Loading Table
Interface Operation Table
Port Signaling Statistics
Port Connection Data Table
Port Connection Trace Control Table
Cisco WAN SVC Conformance and Compliance Statements
Cisco WAN SVC Compliance Statements
Cisco WAN SVC Units of Conformance
PNNI MIB Objects
This chapter describes the MIB objects used for PNNI.
Contents of this chapter include:
•
ATM MIB Objects
•
ATM PNNI MIB Objects
•
Cisco WAN SVC MIB Objects
Note
PNNI MIB objects are supported by PXM45.
ATM MIB Objects
This section describes the individual MIB objects that comprise the ATM MIB file. The ATM MIB resides in the ATM-MIB.my file.
The ATM MIB objects include:
•
ATM Interface Configuration Parameters Table
•
ATM Interface DS3 Physical Layer Convergence Procedure Table
•
ATM Interface Transmission Convergence Sublayer Table
ATM Interface Configuration Parameters Table
This table contains ATM specific configuration information that is associated with an ATM interface beyond those supported using the ifTable.
The object identifier for each MIB object is listed in Table 5-1.
Table 5-1 ATM Interface Configuration Parameters Table Object Identifiers
|
Name
|
Object Identifier
|
atmInterfaceConfTable |
::= { atmMIBObjects 2 } |
atmInterfaceConfEntry |
::= { atmInterfaceConfTable1} |
atmInterfaceMaxVpcs |
::= { atmInterfaceConfEntry 1} |
atmInterfaceMaxVccs |
::= { atmInterfaceConfEntry 2} |
atmInterfaceConfVpcs |
::= { atmInterfaceConfEntry 3} |
atmInterfaceConfVccs |
::= { atmInterfaceConfEntry 4} |
atmInterfaceMaxActiveVpiBits |
::= { atmInterfaceConfEntry 5} |
atmInterfaceMaxActiveVciBits |
::= { atmInterfaceConfEntry 6} |
atmInterfaceIlmiVpi |
::= { atmInterfaceConfEntry 7} |
atmInterfaceIlmiVci |
::= { atmInterfaceConfEntry 8} |
atmInterfaceAddressType |
::= { atmInterfaceConfEntry 9 } |
atmInterfaceAdminAddress |
::= { atmInterfaceConfEntry 10 } |
atmInterfaceMyNeighborIpAddress |
::= { atmInterfaceConfEntry 11 } |
atmInterfaceMyNeighborIfName |
::= { atmInterfaceConfEntry 12 } |
atmInterfaceCurrentMaxVpiBits |
::= { atmInterfaceConfEntry 13 } |
atmInterfaceCurrentMaxVciBits |
::= { atmInterfaceConfEntry 14 } |
atmInterfaceSubscrAddress |
::= { atmInterfaceConfEntry 15 } |
The MIB objects are listed in Table 5-2.
Table 5-2 ATM Interface Configuration Parameters Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
atmInterfaceConfTable |
Sequence of AtmInterfaceConfEntry |
Contains the ATM local interface configuration parameters. This table is used for one entry per ATM interface port. Max-Access: not-accessible Status: current |
none |
atmInterfaceConfEntry |
AtmInterfaceConfEntry |
Contains the ATM interface configuration parameters and state variables. This list is indexed by ifIndex values of ATM interfaces. Max-Access: not-accessible Status: current The ifindex is listed as the index. |
none |
atmInterfaceMaxVpcs |
INTEGER (0..4096) |
Specifies the maximum number of Virtual Path Links (VPC), for example, Permanent Virtual Path Circuits (PVPC) and Switched Virtual Path Circuits (SVPC), which are supported at this ATM interface. At the ATM UNI, the maximum number of VPCs used for PVPCs and SVPCs range from 0 to 256. Max-Access: read-write Status: current |
none |
atmInterfaceMaxVccs |
INTEGER (0..65536) |
Specifies the maximum number of Virtual Channel Connections (VCC). PVCC and SVCC are supported at the ATM interface. Max-Access: read-write Status: current |
none |
atmInterfaceConfVpcs |
INTEGER (0..4096) |
Specifies the number of VPC. PVPC, Soft PVPC, and SVPC are established at the ATM interface. At the ATM UNI, the configured number of VPCs used for PVPCs and SVPCs range from 0 to 256. Max-Access: read-only Status: current |
none |
atmInterfaceConfVccs |
INTEGER (0..65536) |
Specifies the number of VCC. PVCC, Soft PVCC, and SVCC are established at the ATM interface. Max-Access: read-only Status: current |
none |
atmInterfaceMaxActive VpiBits |
INTEGER (0..12) |
Specifies the maximum number of active Virtual Path Identifier (VPI) bits configured for this ATM interface. At the ATM UNI, the maximum number of active VPI bits configured ranges from 0 to 8. Max-Access: read-write Status: current |
none |
atmInterfaceMaxActive VciBits |
INTEGER (0..16) |
Specifies the maximum number of active Virtual Channel Identifier (VCI) bits configured for this ATM interface. Max-Access: read-write Status: current |
none |
atmInterfaceIlmiVpi |
AtmVpIdentifier |
Specifies the VPI value of the VCC that supports the Interim Local Management Interface (ILMI) at this ATM interface. If the values of atmInterfaceIlmiVpi and atmInterfaceIlmiVci are both equal to 0, ILMI is not supported at this ATM interface. Max-Access: read-write Status: current |
0 |
atmInterfaceIlmiVci |
AtmVcIdentifier |
Specifies the VCI value of the VCC that supports the ILMI at this ATM interface. If the values of atmInterfaceIlmiVpi and atmInterfaceIlmiVci are both equal to 0, ILMI is not supported at this ATM interface. Max-Access: read-write Status: current |
16 |
atmInterfaceAddress Type |
INTEGER { private (1), nsapE164 (2), nativeE164 (3),other (4)} |
Specifies the type of primary ATM address that is configured for this ATM interface. Max-Access: read-only Status: deprecated |
none |
atmInterfaceAdmin Address |
AtmAddr |
Specifies the primary address assigned for administrative purposes, for example, an address associated with the service provider side of a public network UNI. Thus, the value of this address corresponds with the value of ifPhysAddress at the host side. If this interface has no assigned administrative address, or the address used for administrative purposes is the same as that used for ifPhysAddress, this is an octet string of zero length. Max-Access: read-only Status: deprecated Note The atmInterfaceAdminAddress object is replaced by atmInterfaceSubscrAddress. |
none |
atmInterfaceMyNeighborIpAddress |
IpAddress |
Specifies the IP address of the neighbor system that is connected to the far end of this interface. An NMS can send SNMP messages as IP datagrams. These messages are sent to UDP port 161 to access network management information, which concerns the operation of the system. Note The value of this object is obtained in different ways, for example, by manual configuration, or through ILMI interaction with the neighbor system. Max-Access: read-only Status: current |
none |
atmInterfaceMyNeighborIfName |
DisplayString |
Specifies the textual name of the interface on the neighbor system on the far end of this interface and to where this interface connects. If the neighbor system is manageable through SNMP and supports the object ifName, the value of this object must be identical with ifName for the ifEntry of the lowest-level physical interface for this port. If this interface does not have a textual name, the value of this object is a zero length string. Note The value of this object can be obtained in different ways, for example, by manual configuration, or through ILMI interaction with the neighbor system. Max-Access: read-only Status: current |
none |
atmInterfaceCurrentMaxVpiBits |
INTEGER (0..12) |
Determines the maximum number of VPI Bits that are currently used at this ATM interface. The value is the minimum of atmInterfaceMaxActiveVpiBits, and the atmInterfaceMaxActiveVpiBits of this interface UNI or NNI peer. If the interface does not negotiate with the peer to determine the number of VPI Bits that are used on the interface, the value of this object must equal atmInterfaceMaxActiveVpiBits. Max-Access: read-only Status: current |
none |
atmInterfaceCurrentMaxVciBits |
INTEGER (0..16) |
Determines the maximum number of VCI Bits that are currently used at this ATM interface. The value is the minimum of atmInterfaceMaxActiveVciBits, and the atmInterfaceMaxActiveVciBits of this interface UNI or NNI peer. If the interface does not negotiate with the peer to determine the number of VCI Bits that is used on the interface, the value of this object must equal atmInterfaceMaxActiveVciBits. Max-Access: read-only Status: current |
none |
atmInterfaceSubscr Address |
AtmAddr |
Specifies the identifier that is assigned by a service provider to the network side of a public network UNI. If this interface has no assigned service provider address for other interfaces, this is an octet string of zero length. Max-Access: read-write Status: current |
none |
ATM Interface DS3 Physical Layer Convergence Procedure Table
This table contains the DS3 Physical Layer Convergence Procedure (PLCP) configuration and state parameters for the ATM interfaces, which use DS3 PLCP for carrying ATM cells over DS3.
The object identifier for each MIB object is listed in Table 5-3.
Table 5-3 ATM Interface DS3 PLCP Table Object Identifiers
|
Name
|
Object Identifier
|
atmInterfaceDs3PlcpTable |
::= { atmMIBObjects 3} |
atmInterfaceDs3PlcpEntry |
::= { atmInterfaceDs3PlcpTable 1} |
atmInterfaceDs3PlcpSEFSs |
::= { atmInterfaceDs3PlcpEntry 1} |
atmInterfaceDs3PlcpAlarmState |
::= { atmInterfaceDs3PlcpEntry 2} |
atmInterfaceDs3PlcpUASs |
::= { atmInterfaceDs3PlcpEntry 3} |
The MIB objects are listed in Table 5-4.
Table 5-4 ATM Interface DS3 PLCP Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
atmInterfaceDs3Plcp Table |
Sequence of AtmInterfaceDs3PlcpEntry |
Contains the ATM interface DS3 PLCP parameters and state variables that are used for one entry per ATM interface port. Max-Access: not-accessible Status: current |
none |
atmInterfaceDs3Plcp Entry |
AtmInterfaceDs3PlcpEntry |
Contains the DS3 PLCP parameters and state variables at the ATM interface. It is indexed by the ifIndex value of the ATM interface. Max-Access: not-accessible Status: current The index contains ifIndex. |
none |
atmInterfaceDs3Plcp SEFSs |
Counter32 |
Specifies the number of DS3 PLCP Severely Errored Framing Seconds (SEFS). Each SEFS represents a one-second interval that contains one or more severely Errored Framing (SEF) events. Max-Access: read-only Status: current |
none |
atmInterfaceDs3Plcp AlarmState |
Integer {noAlarm (1), receivedFarEndAlarm (2), incomingLOF(3)} |
Indicates if there is an alarm present for the DS3 PLCP. The following are the values: • receivedFarEndAlarm—Specifies that the DS3 PLCP has received an incoming Yellow Signal. • incomingLOF—Specifies that the DS3 PLCP has declared a loss of frame (LOF) failure condition. • noAlarm—Specifies that no alarms are present. A transition from the failure to the no alarm state occurs when no defects (for example, LOF) are received for more than 10 seconds. Max-Access: read-only Status: current |
none |
atmInterfaceDs3Plcp UASs |
Counter32 |
Specifies the counter that is associated with the number of unavailable seconds encountered by PLCP. Max-Access: read-only Status: current |
none |
ATM Interface Transmission Convergence Sublayer Table
This table contains the transmission convergence (TC) sublayer configuration and state parameters of the ATM interfaces, which use TC sublayer to carry ATM cells over SONET/SDH or DS3.
The object identifier for each MIB object is listed in Table 5-5.
Table 5-5 ATM Interface TC Sublayer Table Object Identifiers
|
Name
|
Object Identifier
|
atmInterfaceTCTable |
::= { atmMIBObjects 4} |
atmInterfaceTCEntry |
::= { atmInterfaceTCTable 1} |
atmInterfaceOCDEvents |
::= { atmInterfaceTCEntry 1} |
atmInterfaceTCAlarmState |
::= { atmInterfaceTCEntry 2} |
The MIB objects are listed in Table 5-6.
Table 5-6 ATM Interface TC Sublayer Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
atmInterfaceTCTable |
Sequence of AtmInterfaceTCEntry |
Contains the ATM interface TC sublayer parameters and state variables that are used for one entry per ATM interface port. Max-Access: not-accessible Status: current |
none |
atmInterfaceTCEntry |
AtmInterfaceTCEntry |
Contains the TC subpolar parameters and state variables at the ATM interface. It is indexed by the ifIndex value of the ATM interface. Max-Access: not-accessible Status: current The index contains ifIndex. |
none |
atmInterfaceOCD Events |
Counter32 |
Determines the number of times the Out of Cell Delineation (OCD) events occur. If seven consecutive ATM cells have Header Error Control (HEC) violations, an OCD event occurs. A high number of OCD events can indicate a problem with the TC sublayer. Max-Access: read-only Status: current |
none |
atmInterfaceTCAlarm State |
Integer{noAlarm (1), lcdFailure(2)} |
Indicates if there is an alarm present for the TC sublayer. The following are the values used for the atmInterfaceTCAlarmState: • lcdFailure(2)—Indicates that the TC sublayer is currently in the Loss of Cell Delineation (LCD) defect maintenance state. • noAlarm(1)—Indicates that the TC sublayer is currently not in the LCD defect maintenance state. Max-Access: read-only Status: current |
none |
ATM PNNI MIB Objects
This section describes the individual MIB objects that comprise ATM PNNI MIB file. The ATM PNNI MIB is defined in the PNNI-MIB.my file.
The ATM PNNI MIB objects include:
•
Base Group
•
Private Network-to-Network Interface Node Table
•
Peer Group Leader Election Table
•
Initial Timer Values Table
•
Nodal SVCC-Based RCC Variables Table
•
Scope Mapping Table
•
Summary Address Table
•
Link Table
•
ATM PNNI MIB Conformance and Compliance Statements
Base Group
The object identifier for each MIB object is listed in Table 5-7.
Table 5-7 Base Group Object Identifiers
|
Name
|
Object Identifier
|
pnniHighestVersion |
::= { pnniBaseGroup 1 } |
pnniLowestVersion |
::= { pnniBaseGroup 2 } |
pnniDtlCountOriginator |
::= { pnniBaseGroup 3 } |
pnniDtlCountBorder |
::= { pnniBaseGroup 4 } |
pnniCrankbackcountOriginator |
::= { pnniBaseGroup 5 } |
pnniCrankbackCountBorder |
::= { pnniBaseGroup 6 } |
pnniAltRouteCountOriginator |
::= { pnniBaseGroup 7 } |
pnniAltRouteCountBorder |
::= { pnniBaseGroup 8 } |
pnniRouteFailCountOriginator |
::= { pnniBaseGroup 9 } |
pnniRouteFailCountBorder |
::= { pnniBaseGroup 10 } |
pnniRouteFailUnreachableOriginator |
::= { pnniBaseGroup 11 } |
pnniRouteFailUnreachableBorder |
::= { pnniBaseGroup 12 } |
The MIB objects are listed in Table 5-8.
Table 5-8 Base Group MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniHighestVersion |
PnniVersion |
Specifies the highest version of the PNNI protocol that the software is capable of executing. Refer to ATM Forum PNNI 1.0, Section 5.6.1. Max-Access: read-only Status: current |
none |
pnniLowestVersion |
PnniVersion |
Specifies the lowest version of the PNNI Protocol that the software is capable of executing. Refer to ATM Forum PNNI 1.0, Section 5.6.1. Max-Access: read-only Status: current |
none |
pnniDtlCountOriginator |
Counter32 |
Determines the total number of Designed Transit List (DTL) stacks that originated as the DTLOriginator. The stacks are placed into signaling messages. This includes the initial DTL stacks computed by this system as well as any alternate route (second, third choice, and so forth). DTL stacks are computed to respond to crankbacks. Max-Access: read-only Status: current |
none |
pnniDtlCountBorder |
Counter32 |
Determines the number of partial DTL stacks added into signaling messages as an entry border node. This includes the partial DTL stacks computed by this system as well as any alternate route (second, third choice, and so forth). The partial DTL stacks are computed to respond to crankbacks. Max-Access: read-only Status: current |
none |
pnniCrankbackCountOriginator |
Counter32 |
Determines the total number of connection setup messages. It includes DTL stacks that cranked back to this switching system at all levels of the hierarchy. Max-Access: read-only Status: current |
none |
pnniCrankbackCountBorder |
Counter32 |
Determines the total number of connection setup messages. It includes the DTLs that are added by this switching system as an entry border node, and have cranked back to this switching system at all levels of the hierarchy. This count does not include crankbacks where the switching system was not at the crankback destination. Only the crankbacks that are directed to this switching system are counted here. Max-Access: read-only Status: current |
none |
pnniAltRouteCountOriginator |
Counter32 |
Determines the total number of alternate DTL stacks. These stacks are computed and placed into signaling messages as the DTLOriginator. Max-Access: read-only Status: current |
none |
pnniAltRouteCountBorder |
Counter32 |
Determines the total number of alternate partial DTL stacks that is computed and placed into signaling messages as an entry border node. Max-Access: read-only Status: current |
none |
pnniRouteFailCountOriginator |
Counter32 |
Determines the total number of times the switching system failed to compute a viable DTL stack as the DTLOriginator for a call. It indicates the number of times a call was cleared from the switching system due to originator routing failure. Max-Access: read-only Status: current |
none |
pnniRouteFailCountBorder |
Counter32 |
Determines the total number of times the switching system failed to compute a viable partial DTL stack as an entry border node for a call. It indicates the number of times a call was either cleared or cranked back from the switching system due to a border routing failure. Max-Access: read-only Status: current |
none |
pnniRouteFailUnreachableOriginator |
Counter32 |
Determines the total number of times the switching system failed to compute a viable DTL stack as the DTLOriginator. Because the destination was unreachable, calls are cleared with cause #2 specified transit network unreachable or cause #3 destination unreachable in the cause IE. Max-Access: read-only Status: current |
none |
pnniRouteFailUnreachableBorder |
Counter32 |
Determines the total number of times the switching system failed to compute a viable partial DTL stack as an entry border node. Because the target of the path calculation was unreachable, calls are cleared or cranked back with cause #2 specified transit network unreachable or cause #3 destination unreachable in the cause IE. Max-Access: read-only Status: current |
none |
Private Network-to-Network Interface Node Table
The MIB object identifier used for the Private Network-to-Network Interface (PNNI) node table is listed in Table 5-9.
Table 5-9 PNNI Node Table Object Identifiers
|
Name
|
Object Identifier
|
pnniNodeTable |
::= { pnniMIBObjects 2 } |
pnniNodeEntry |
::= { pnniNodeTable 1 } |
pnniNodeIndex |
::= { pnniNodeEntry 1 } |
pnniNodeLevel |
::= { pnniNodeEntry 2 } |
pnniNodeId |
::= { pnniNodeEntry 3 } |
pnniNodeLowest |
::= { pnniNodeEntry 4 } |
pnniNodeAdminStatus |
::= { pnniNodeEntry 5 } |
pnniNodeOperStatus |
::= { pnniNodeEntry 6 } |
pnniNodeDomainName |
::= { pnniNodeEntry 7 } |
pnniNodeAtmAddress |
::= { pnniNodeEntry 8 } |
pnniNodePeerGroupId |
::= { pnniNodeEntry 9 } |
pnniNodeRestrictedTransit |
::= { pnniNodeEntry 10 } |
pnniNodeComplexRep |
::= { pnniNodeEntry 11 } |
pnniNodeRestrictedBranching |
::= { pnniNodeEntry 12} |
pnniNodeDatabaseOverload |
::= { pnniNodeEntry 13 } |
pnniNodePtses |
::= { pnniNodeEntry 14 } |
pnniNodeRowStatus |
::= { pnniNodeEntry 15 } |
The MIB objects are listed in Table 5-10.
Table 5-10 PNNI Node Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniNodeTable |
Sequence of PnniNodeEntry |
Collects the attributes that affect the operation of a PNNI logical node. A single row in this table is needed for each PNNI peer group, which the managed system is expected or eligible to become a member of. Refer to ATM Forum PNNI 1.0, Annex F. Max-Access: not-accessible Status: current |
none |
pnniNodeEntry |
PnniNodeEntry |
Contains information about a PNNI logical node. Refer to ATM Forum PNNI 1.0, Annex F. Max-Access: not-accessible Status: current |
none |
pnniNodeIndex |
PnniNodeIndex |
Assigns a value to a node that uniquely identifies it in the MIB. Max-Access: not-accessible Status: current |
none |
pnniNodeLevel |
PnniLevel |
Specifies the level of PNNI hierarchy where this node exists. This attribute determines the default node ID and the default peer group ID. This object can be written only when pnniNodeAdminStatus has the value down. Refer to ATM Forum PNNI 1.0, Section 5.3.1, Annex F. Max-Access: read-create Status: current |
96 |
pnniNodeId |
PnniNodeId |
Specifies the value this node uses to represent itself. This object can be written only when pnniNodeAdminStatus has the value down. If pnniNodeLowest is true, the default node ID takes the form defined in the ATM Forum PNNI 1.0, Section 5.3.3 for lowest level nodes, with the first octet equal to pnniNodeLevel, the second octet equal to 160, and the last 20 octets equal to pnniNodeAtmAddress. If pnniNodeLowest is false, the default node ID takes the form defined in the ATM Forum PNNI 1.0, Section 5.3.3. If the logical group nodes, with the first octet equal to pnniNodeLevel, the next 14 octets equal to the value of pnniNodePeerGroupId for the child node whose election as PGL causes this LGN to be instantiate. The next 6 octets equal to the ESI of pnniNodeAtmAddress, and the last octet equal to 0. Refer to ATM Forum PNNI 1.0, Section 5.3.3, Annex F. Max-Access: read-create Status: current |
none |
pnniNodeLowest |
TruthValue |
Indicates whether this node acts on the low-level node or whether this node is a logical group node that becomes active when one of the other nodes become a peer group leader. The value false must not be used with nodes that are not PGL/LGN capable. This object can be written only when pnniNodeAdminStatus has the value down. Max-Access: read-create Status: current |
true |
pnniNodeAdminStatus |
INTEGER { up(1), down(2) } |
Indicates whether the administrative status of the node is up (the node is allowed to become active) or down (the node is forced to be inactive). When pnniNodeAdminStatus is down, pnniNodeOperStatus must also be down. Max-Access: read-create Status: current |
up |
pnniNodeOperStatus |
INTEGER { up(1), down(2) } |
Indicates whether the node is active or operational. When the value is down, all state is cleared from the node and the node is not communicating with any of its neighbor nodes. Max-Access: read-only Status: current |
none |
pnniNodeDomainName |
DisplayString |
Specifies the name of the PNNI routing domain where the node participates. All low-level PNNI nodes with the same pnniNodeDomainName are presumed to be connected. Max-Access: read-create Status: current |
none |
pnniNodeAtmAddress |
PnniAtmAddr |
Determines the ATM End System Address for this node. Remote systems that need to exchange PNNI protocol packets with the node should direct packets or calls to this address. This attribute is written only when pnniNodeAdminStatus has the value down. Refer to ATM Forum PNNI 1.0, Section 5.2.2. Max-Access: read-create Status: current |
none |
pnniNodePeerGroupId |
PnniPeerGroupId |
Specifies the Peer Group Identifier of the peer group that the given node needs to become a member. The default value of this attribute has the first octet equal to pnniNodeLevel. The next pnniNodeLevel bits equal to the pnniNodeLevel bits starting from the third octet of pnniNodeId. The remainder are padded with zeros. This object is written only when pnniNodeAdminStatus has the value down. Refer to ATM Forum PNNI 1.0, Section 5.3.2, Annex F. Max-Access: read-create Status: current |
none |
pnniNodeRestrictedTransit |
TruthValue |
Specifies whether the node is restricted to not allow support of SVC transiting this node. This attribute determines the setting of the restricted transit bit in the nodal information group. Refer to ATM Forum PNNI 1.0, Section 5.8.1.2.3. Max-Access: read-create Status: current |
false |
pnniNodeComplexRep |
TruthValue |
Specifies whether the node uses the complex node representation. A value of true indicates that the complex node representation is used; whereas, a value of false indicates that the simple node representation is used. This attribute determines the setting of the nodal representation bit in the nodal information group. Refer to ATM Forum PNNI 1.0, Section 5.8.1.2.3. Max-Access: read-create Status: current |
none |
pnniNodeRestrictedBranching |
TruthValue |
Indicates whether the node is able to support additional point-to-multipoint branches. A value of false indicates that additional branches are supported; a value of true indicates that additional branches are not supported. This attribute reflects the setting of the restricted branching bit in the nodal information group. Refer to ATM Forum PNNI 1.0, Section 5.8.1.2.3. Max-Access: read-only Status: current |
none |
pnniNodeDatabaseOverload |
TruthValue |
Specifies whether the node is currently operating in topology database overload state. This attribute has the same value as the non-transit for PGL Election bit in the nodal information group originated by this node. Refer to ATM Forum PNNI 1.0, Section 5.8.1.2.3. Max-Access: read-only Status: current |
none |
pnniNodePtses |
Gauge32 |
Gauges the total number of PNNI Topology State Elements (PTSE) currently in the node topology database(s). Max-Access: read-only Status: current |
none |
pnniNodeRowStatus |
RowStatus |
Creates, deletes, activates, and deactivates a node. Max-Access: read-create Status: current |
none |
Peer Group Leader Election Table
The object identifier for each MIB object used for the Peer Group Leader (PGL) election table is listed in Table 5-11.
Table 5-11 PGL Election Table Object Identifiers
|
Name
|
Object Identifier
|
pnniNodePglTable |
::= { pnniMIBObjects 3 } |
pnniNodePglEntry |
::= { pnniNodePglTable 1 } |
pnniNodePglLeadershipPriority |
::= { pnniNodePglEntry 1 } |
pnniNodeCfgParentNodeIndex |
::= { pnniNodePglEntry 2 } |
pnniNodePglInitTime |
::= { pnniNodePglEntry 3 } |
pnniNodePglOverrideDelay |
::= { pnniNodePglEntry 4 } |
pnniNodePglReelectTime |
::= { pnniNodePglEntry 5 } |
pnniNodePglState |
::= { pnniNodePglEntry 6 } |
pnniNodePreferredPgl |
::= { pnniNodePglEntry 7 } |
pnniNodePeerGroupLeader |
::= { pnniNodePglEntry 8 } |
pnniNodePglTimeStamp |
::= { pnniNodePglEntry 9 } |
pnniNodeActiveParentNodeId |
::= { pnniNodePglEntry 10 } |
The MIB objects are listed in Table 5-12.
Table 5-12 PGL Election Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniNodePglTable |
Sequence of PnniNodePglEntry |
Specifies the peer group leader election information for a PNNI node. Refer to ATM Forum PNNI 1.0, Section 5.10.1. Max-Access: not-accessible Status: current |
none |
pnniNodePglEntry |
PnniNodePglEntry |
Contains the PGL election information of a PNNI logical node. Refer to ATM Forum PNNI 1.0, Section 5.10.1. Max-Access: not-accessible Status: current |
none |
pnniNodePglLeadership Priority |
INTEGER (0..205) |
Specifies the leadership priority value the node can advertise in its nodal information group for the peer group. Only the value 0 is used with nodes that are not PGL or LGN capable. If there is no configured parent node index or no corresponding entry in the pnniNodeTable, the advertised leadership priority is 0 regardless of the value. Refer to ATM Forum PNNI 1.0, Section 5.10.1.2. Max-Access: read-create Status: current |
0 |
pnniNodeCfgParentNode Index |
PnniNodeIndex |
If the node becomes peer group leader, the local node index is used to identify the node that will represent this peer group at the next level of hierarchy. The value 0 indicates there is no parent node. Refer to ATM Forum PNNI 1.0, Annex F. Max-Access: read-create Status: current |
0 |
pnniNodePglInitTime |
Integer32 |
The time, in seconds, this node can delay advertising its choice of the preferred PGL after having initialized operation, and reached the full state with at least one neighbor in the peer group. Refer to ATM Forum PNNI 1.0, Annex G, PGLInitTime. Units: seconds Max-Access: read-create Status: current |
15 |
pnniNodePglOverrideDelay |
Integer32 |
The time, in seconds that, a node waits to be declared the preferred PGL by unanimous agreement among its peers. In the absence of unanimous agreement, this is the amount of time that can pass before this node considers a two-thirds majority as a sufficient agreement. To declare itself a peer group leader, this node abandons the attempt to get an unanimous agreement. Refer to ATM Forum PNNI 1.0, Annex G, Override Delay. Units: seconds Max-Access: read-create Status: current |
30 |
pnniNodePglReelectTime |
Integer32 |
The amount of time, in seconds that passes before, a node loses connectivity to the current PGL. This node can wait before restarting the process of electing a new PGL. Refer to ATM Forum PNNI 1.0, Annex G, ReElectionInterval. Units: seconds Max-Access: read-create Status: current |
15 |
pnniNodePglState |
INTEGER { starting(1), awaiting (2), awaitingFull (3), initialDelay (4), calculating (5), awaitUnanimity (6), operPgl (7), operNotPgl (8), hungElection (9), awaitReElection(10)} |
Indicates the node state after the PGL election in the node peer group. The values are enumerated in the Peer Group Leader State Machine. Refer to ATM Forum PNNI 1, Section 5.10.1.1.2. Max-Access: read-only Status: current |
none |
pnniNodePreferredPgl |
PnniNodeId |
Specifies the local node ID for the peer group leader. This is also the value the local node is currently advertising in the Preferred Peer Group Leader Node ID field of its nodal information group within the given peer group. If a preferred PGL has not been chosen, this attribute value is set to (all) zero(s). Refer to ATM Forum PNNI 1.0, Section 5.10.1.1.6. Max-Access: read-only Status: current |
none |
pnniNodePeerGroupLeader |
PnniNodeId |
Specifies the Node Identifier that is operating as a PGL. If a PGL has not been elected, this attribute's value is set to (all) zero(s). Max-Access: read-only Status: current |
none |
pnniNodePglTimeStamp |
TimeStamp |
Establishes the time for the current PGL. Max-Access: read-only Status: current |
none |
pnniNodeActiveParentNodeId |
PnniNodeId |
Specifies the Node Identifier value used by the PGL to represent this peer group at the next level of the hierarchy. If this node is at the highest level of the hierarchy or if no PGL is elected, the PNNI Protocol Entity sets the value of this attribute to (all) zero(s). Max-Access: read-only Status: current |
none |
Initial Timer Values Table
The object identifiers for each MIB object are listed in Table 5-13.
Table 5-13 Initial Timer Values Table Object Identifiers
|
Name
|
Object Identifier
|
pnniNodeTimerTable |
::= { pnniMIBObjects 4 } |
pnniNodeTimerEntry |
::= { pnniNodeTimerTable 1 } |
pnniNodePtseHolddown |
::= { pnniNodeTimerEntry 1 } |
pnniNodeHelloHolddown |
::= { pnniNodeTimerEntry 2 } |
pnniNodeHelloInterval |
::= { pnniNodeTimerEntry 3 } |
pnniNodeHelloInactivityFactor |
::= { pnniNodeTimerEntry 4 } |
pnniNodeHlinkInact |
::= { pnniNodeTimerEntry 5 } |
pnniNodePtseRefreshInterval |
::= { pnniNodeTimerEntry 6 } |
pnniNodePtseLifetimeFactor |
::= { pnniNodeTimerEntry 7 } |
pnniNodeRxmtInterval |
::= { pnniNodeTimerEntry 8 } |
pnniNodePeerDelayedAckInterval |
::= { pnniNodeTimerEntry 9 } |
pnniNodeAvcrPm |
::= { pnniNodeTimerEntry 10 } |
pnniNodeAvcrMt |
::= { pnniNodeTimerEntry 11 } |
pnniNodeCdvPm |
::= { pnniNodeTimerEntry 12 } |
pnniNodeCtdPm |
::= { pnniNodeTimerEntry 13 } |
The MIB objects are listed in Table 5-14.
Table 5-14 Initial Timer Values Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniNodeTimerTable |
Sequence of PnniNodeTimerEntry |
Contains a table of initial PNNI timer values and significant change thresholds. Max-Access: not- accessible Status: current |
none |
pnniNodeTimerEntry |
PnniNodeTimerEntry |
Contains an entry in the table for the initial PNNI timer values and significant change thresholds of a PNNI logical node. Max-Access: not-accessible Status: current |
none |
pnniNodePtseHolddown |
Integer32 |
Specifies the initial value for the PNNI Topology State Element (PTSE) hold-down timer that is used by the node to limit the rate at which it can reoriginate PTSEs. It must be a positive, nonzero number. Refer to ATM Forum PNNI 1.0, Annex G, MinPTSEInterval. Units: 100 milliseconds Max-Access: read-create Status: current |
10 |
pnniNodeHelloHolddown |
Integer32 |
Specifies the initial value for the Hello hold-down timer that is used by the node to limit the rate it sends Hellos. It must be a positive nonzero number. Refer to the ATM Forum PNNI 1.0, Annex G, MinHelloInterval. Units: 100 ms Max-Access: read-create Status: current |
10 |
pnniNodeHelloInterval |
Integer32 |
Specifies the initial value for the Hello Timer. In the absence of triggered Hellos, this node sends one Hello packet on each of its ports. Refer to ATM Forum PNNI 1.0, Annex G, HelloInterval. Units: seconds Max-Access: read-create Status: current |
15 |
pnniNodeHelloInactivityFactor |
Integer32 |
Specifies the value for the Hello Inactivity factor that the node uses to determine when a neighbor has gone down. Refer to ATM Forum PNNI 1.0, Annex G, InactivityFactor. Max-Access: read-create Status: current |
5 |
pnniNodeHlinkInact |
Integer32 |
Specifies the time a node continues to advertise a horizontal (logical) link that it has not received and processed a Logical Group Node (LGN) Horizontal Link information group. Refer to ATM Forum PNNI 1.0, Annex G, HorizontalLinkInactivityTime. Units: seconds Max-Access: read-create Status: current |
120 |
pnniNodePtseRefreshInterval |
Integer32 |
Specifies the initial value for the refresh timer that this node uses to drive origination of PTSEs in the absence of triggered updates. Refer to ATM Forum PNNI 1.0, Annex G, PTSERefreshInterval. Units: seconds Max-Access: read-create Status: current |
1800 |
pnniNodePtseLifetimeFactor |
INTEGER (101..1000) |
Specifies the value for the lifetime multiplier that is expressed as a percentage. The result of multiplying the pnniNodePtseRefreshInterval attribute value is used as the initial lifetime for the self-originated PTSEs. Refer to ATM Forum PNNI 1.0, Annex G, PTSELifetimeFactor. Units: percent Max-Access: read-create Status: current |
200 |
pnniNodeRxmtInterval |
Integer32 |
Specifies the time between retransmission of unacknowledged database summary packets, PTSE request packets, and PNNI Topology State Packets (PTSPs). Refer to ATM Forum PNNI 1.0, Annex G, DSRxmtInterval, RequestRxmtInterval, PTSERetransmissionInterval. Units: seconds Max-Access: read-create Status: current |
5 |
pnniNodePeerDelayedAckInterval |
Integer32 |
Specifies the minimum time between transmissions of delayed PTSE acknowledgement packets. Refer to ATM Forum PNNI 1.0, Annex G, PeerDelayedAckInterval, Appendix G. Units: 100 ms Max-Access: read-create Status: current |
10 |
pnniNodeAvcrPm |
INTEGER (1..99) |
Specifies the proportional multiplier used in the algorithms. The multiplier determines a significant change for AvCR parameters, which are expressed as a percentage. Refer to ATM Forum PNNI 1.0, Section 5.8.5.2.5.4, Annex G, AvCR_PM. Units: percent Max-Access: read-create Status: current |
50 |
pnniNodeAvcrMt |
INTEGER (1..99) |
Specifies the minimum threshold used in the algorithms. The threshold determines a significant change for AvCR parameters, which are expressed as a percentage. Refer to ATM Forum PNNI 1.0, Section 5.8.5.2.5.4, Annex G, AvCR_mT. Units: percent Max-Access: read-create Status: current |
3 |
pnniNodeCdvPm |
INTEGER (1..99) |
Specifies the proportional multiplier used in the algorithms. The multiplier determines significant change for Cell Delay Variation (CDV) metrics, which are expressed as a percentage. Refer to ATM Forum PNNI 1.0, Section 5.8.5.2.5.6, Annex G, CDV_PM. Units: percent Max-Access: read-create Status: current |
25 |
pnniNodeCtdPm |
INTEGER (1..99) |
Specifies the proportional multiplier used in the algorithms. The multiplier determines a significant change for Cell Transfer Delay (CTD) metrics, which are expressed as a percentage. Refer to ATM Forum PNNI 1.0, Section 5.8.5.2.5.5, Annex G, maxCTD_PM. Units: percent Max-Access: read-create Status: current |
50 |
Nodal SVCC-Based RCC Variables Table
The object identifiers for each MIB object is listed in Table 5-15.
Table 5-15 Nodal SVCC-Based RCC Variables Table Object Identifiers
|
Name
|
Object Identifier
|
pnniNodeSvccTable |
::= { pnniMIBObjects 5 } |
pnniNodeSvccEntry |
::= { pnniNodeSvccTable 1 } |
pnniNodeSvccInitTime |
::= { pnniNodeSvccEntry 1 } |
pnniNodeSvccRetryTime |
::= { pnniNodeSvccEntry 2 } |
pnniNodeSvccCallingIntegrityTime |
::= { pnniNodeSvccEntry 3 } |
pnniNodeSvccCalledIntegrityTime |
::= { pnniNodeSvccEntry 4 } |
pnniNodeSvccTrafficDescriptorIndex |
::= { pnniNodeSvccEntry 5 } |
The MIB objects are listed in Table 5-16.
Table 5-16 Nodal SVCC-Based RCC Variables Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniNodeSvccTable |
Sequence of PnniNodeSvccEntry |
Provides a table of variables related to SVCC-based routing control channels. Refer to ATM Forum PNNI 1.0, Section 5.5. Max-Access: not-accessible Status: current |
none |
pnniNodeSvccEntry |
PnniNodeSvccEntry |
Specifies a table entry that contains SVCC-based RCC variables of a PNNI logical node. Refer to ATM Forum PNNI 1.0, Section 5.5. Max-Access: not-accessible Status: current |
none |
pnniNodeSvccInitTime |
Integer32 |
Specifies the time that this node waits before initiating establishment of an SVCC to a neighbor with a numerically lower ATM address. This happens after determining that a SVCC can be established. Refer to ATM Forum PNNI 1.0, Annex G, InitialLGNSVCTimeout. Units: seconds Max-Access: read-create Status: current |
4 |
pnniNodeSvccRetryTime |
Integer32 |
Specifies the amount of time this node waits before attempting to reestablish connection with a viable SVCC-based RCC. Refer to ATM Forum PNNI 1.0, Annex G, RetryLGNSVCTimeout. Units: seconds Max-Access: read-create Status: current |
30 |
pnniNodeSvccCalling IntegrityTime |
Integer32 |
Specifies the time this node waits for SVCC. The node initiates an establishment to the calling party to become established before it gives up. Refer to ATM Forum PNNI 1.0, Annex G, SVCCallingIntegrityTime. Units: seconds Max-Access: read-create Status: current |
35 |
pnniNodeSvccCalled IntegrityTime |
Integer32 |
Specifies the time this node will wait for SVCC. The node decides to accept the called party to become established before it gives up. Refer to ATM Forum PNNI 1.0, Annex G, SVCCalledIntegrityTime. Units: seconds Max-Access: read-create Status: current |
50 |
pnniNodeSvccTraffic DescriptorIndex |
AtmTrafficDescrParamIndex |
Specifies the index for the atmTrafficDescrParamTable defined in RFC 1695. This traffic descriptor is used when establishing switched virtual channels for SVCC-based RCCs to the PNNI logical group nodes. Refer to ATM Forum PNNI 1.0,Section 5.5.2, Annex G, RCCMaximumBurstSize, RCCPeakCellRate, RCCSustainableCellRate. Max-Access: read-create Status: current |
none |
Scope Mapping Table
The object identifier for each MIB object is listed in Table 5-17.
Table 5-17 Scope Mapping Table Object Identifiers
|
Name
|
Object Identifier
|
pnniScopeMappingTable |
::= { pnniMIBObjects 6 } |
pnniScopeMappingEntry |
::= { pnniScopeMappingTable 1 } |
pnniScopeLocalNetwork |
::= { pnniScopeMappingEntry 1 } |
pnniScopeLocalNetworkPlusOne |
::= { pnniScopeMappingEntry 2 } |
pnniScopeLocalNetworkPlusTwo |
::= { pnniScopeMappingEntry 3 } |
pnniScopeSiteMinusOne |
::= { pnniScopeMappingEntry 4 } |
pnniScopeIntraSite |
::= { pnniScopeMappingEntry 5 } |
pnniScopeSitePlusOne |
::= { pnniScopeMappingEntry 6 } |
pnniScopeOrganizationMinusOne |
::= { pnniScopeMappingEntry 7 } |
pnniScopeIntraOrganization |
::= { pnniScopeMappingEntry 8 } |
pnniScopeOrganizationPlusOne |
::= { pnniScopeMappingEntry 9 } |
pnniScopeCommunityMinusOne |
::= { pnniScopeMappingEntry 10 } |
pnniScopeIntraCommunity |
::= { pnniScopeMappingEntry 11 } |
pnniScopeCommunityPlusOne |
::= { pnniScopeMappingEntry 12 } |
pnniScopeRegional |
::= { pnniScopeMappingEntry 13 } |
pnniScopeInterRegional |
::= { pnniScopeMappingEntry 14 } |
pnniScopeGlobal |
::= { pnniScopeMappingEntry 15 } |
A list of the MIB objects is described in Table 5-18.
Table 5-18 Scope Mapping Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniScopeMappingTable |
Sequence of PnniScopeMappingEntry |
Contains the mappings of membership and connection scope from organizational scope values (used at UNI interfaces) to PNNI scope. For example, PNNI routing level indicators. Refer to ATM Forum PNNI 1.0, Section 5.3.6. Max-Access: not-accessible Status: current |
none |
pnniScopeMappingEntry |
PnniScopeMappingEntry |
Contains the scope mapping information for a PNNI logical node. Refer to ATM Forum PNNI 1.0, Section 5.3.6. Max-Access: not-accessible Status: current |
none |
pnniScopeLocalNetwork |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value localNetwork(1). Max-Access: read-create Status: current |
96 |
pnniScopeLocalNetworkPlusOne |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value localNetworkPlusOne(2). Max-Access: read-create Status: current |
96 |
pnniScopeLocalNetworkPlusTwo |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value localNetworkPlusTwo(3). Max-Access: read-create Status: current |
96 |
pnniScopeSiteMinusOne |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value siteMinusOne(4). Max-Access: read-create Status: current |
80 |
pnniScopeIntraSite |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value intraSite(5). Max-Access: read-create Status: current |
80 |
pnniScopeSitePlusOne |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value sitePlusOne(6). Max-Access: read-create Status: current |
72 |
pnniScopeOrganization MinusOne |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value organizationMinusOne(7). Max-Access: read-create Status: current |
72 |
pnniScopeIntraOrganization |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value intraOrganization(8). Max-Access: read-create Status: current |
64 |
pnniScopeOrganizationPlusOne |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value organizationPlusOne(9). Max-Access: read-create Status: current |
64 |
pnniScopeCommunityMinusOne |
PnniLevel |
Specifies the highest level of PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value communityMinusOne(10). Max-Access: read-create Status: current |
64 |
pnniScopeIntraCommunity |
PnniLevel |
Specifies the highest level of PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value intraCommunity(11). Max-Access: read-create Status: current |
48 |
pnniScopeCommunityPlus One |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value communityPlusOne(12). Max-Access: read-create Status: current |
48 |
pnniScopeRegional |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value regional(13). Max-Access: read-create Status: current |
32 |
pnniScopeInterRegional |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value interRegional(14). Max-Access: read-create Status: current |
32 |
pnniScopeGlobal |
PnniLevel |
Specifies the highest level of the PNNI hierarchy, for example, the smallest PNNI routing level within the organizational scope value global(15). Max-Access: read-create Status: current |
0 |
Summary Address Table
The object identifier for each MIB object is listed in Table 5-19.
Table 5-19 Summary Address Table Object Identifiers
|
Name
|
Object Identifier
|
pnniSummaryAddressTable |
::= { pnniMIBObjects 20 } |
pnniSummaryAddressEntry |
::= { pnniSummaryAddressTable 1 } |
pnniSummaryAddressType |
::= { pnniSummaryAddressEntry 1 } |
pnniSummaryAddressAddress |
::= { pnniSummaryAddressEntry 2 } |
pnniSummaryAddressPrefixLength |
::= { pnniSummaryAddressEntry 3 } |
pnniSummaryAddressSuppress |
::= { pnniSummaryAddressEntry 4 } |
pnniSummaryAddressState |
::= { pnniSummaryAddressEntry 5 } |
pnniSummaryAddressRowStatus |
::= { pnniSummaryAddressEntry 6 } |
The MIB objects are listed in Table 5-20.
Table 5-20 Summary Address Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniSummaryAddress Table |
Sequence of PnniSummaryAddressEntry |
Specifies a list of the summary address prefixes that can be advertised by the logical PNNI entity. Refer to ATM Forum PNNI 1.0, Section 5.9.2. Max-Access: not-accessible Status: current |
none |
pnniSummaryAddress Entry |
PnniSummaryAddressEntry |
Specifies an entry in the table that contains the summary address prefix information. Refer to ATM Forum PNNI 1.0, Section 5.9.2. Max-Access: not-accessible Status: current The following list the indexes: • pnniNodeIndex • pnniSummaryAddressType • pnniSummaryAddressAddress • pnniSummaryAddressPrefixLength |
none |
pnniSummaryAddress Type |
Integer {internal (1), exterior (2)} |
Describes the type of summary, for example, internal or exterior. Max-Access: not-accessible Status: current |
none |
pnniSummaryAddress Address |
AtmAddrPrefix |
Describes the ATM End System Address prefix for the summary. Max-Access: not-accessible Status: current |
none |
pnniSummaryAddress PrefixLength |
PnniPrefixLength |
Determines the prefix length for the summary. Max-Access: not-accessible Status: current |
none |
pnniSummaryAddress Suppress |
TruthValue |
Determines the addresses that are being summarized by the instance. The default value false indicates that the summary can propagate into the peer group. Network Management is able to set the value of this attribute to suppress true. This attribute suppresses the summary and any reachable addresses it summarizes from being advertised into the peer group. Max-Access: read-create Status: current |
false |
pnniSummaryAddress State |
Integer {advertising (1), suppressing (2), inactive (3)} |
Indicates whether the summary is advertised by the node within the local switching system into its peer group. Max-Access: read-only Status: current |
none |
pnniSummaryAddress RowStatus |
RowStatus |
Creates, deletes, activates, and deactivates a summary. Max-Access: read-create Status: current |
none |
Link Table
The object identifier for each MIB object is listed in Table 5-21.
Table 5-21 Link Table Object Identifiers
|
Name
|
Object Identifier
|
pnniLinkTable |
::= { pnniMIBObjects 9 } |
pnniLinkEntry |
::= { pnniLinkTable 1 } |
pnniLinkPortId |
::= { pnniLinkEntry 1 } |
pnniLinkType |
::= { pnniLinkEntry 2 } |
pnniLinkVersion |
::= { pnniLinkEntry 3 } |
pnniLinkHelloState |
::= { pnniLinkEntry 4 } |
pnniLinkRemoteNodeId |
::= { pnniLinkEntry 5 } |
pnniLinkRemotePortId |
::= { pnniLinkEntry 6 } |
pnniLinkDerivedAggrToken |
::= { pnniLinkEntry 7 } |
pnniLinkUpnodeId |
::= { pnniLinkEntry 8 } |
pnniLinkUpnodeAtmAddress |
::= { pnniLinkEntry 9 } |
pnniLinkCommonPeerGroupId |
::= { pnniLinkEntry 10 } |
pnniLinkIfIndex |
::= { pnniLinkEntry 11 } |
pnniLinkSvccRccIndex |
::= { pnniLinkEntry 12 } |
pnniLinkRcvHellos |
::= { pnniLinkEntry 13 } |
pnniLinkXmtHellos |
::= { pnniLinkEntry 14 } |
The MIB objects are listed in Table 5-22.
Table 5-22 Link Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniLinkTable |
Sequence of PnniLinkEntry |
Contains the attributes to describe the operation of logical links attached to the local switching system and the relationship with the neighbor nodes on the other end of the links. Links are attached to a specific node within the switching system. A concatenation of the node index within the local switching system and the port ID are used as the instance ID to uniquely identify the link. Links can represent horizontal links between lowest level neighboring peers, outside links, uplinks, or horizontal links to LGN. The entire pnniLink object is read-only, reflecting the fact that this information is discovered dynamically by the PNNI protocol rather than configured. Refer to ATM Forum PNNI 1.0, Section 5.6. Max-Access: not accessible Status: current |
none |
pnniLinkEntry |
PnniLinkEntry |
Specifies an entry in the table that contains information about a link attached to a PNNI logical node. Refer to ATM Forum PNNI 1.0, Section 5.6. Max-Access: not-accessible Status: current The following list the indexes: • pnniNodeIndex • pnniLinkPortId |
none |
pnniLinkPortId |
PnniPortId |
Contains the port identifier of the link that is selected by the local node. This value is only within the context of the node to the attached port. Max-Access: not-accessible Status: current |
none |
pnniLinkType |
INTEGER {unknown (1), lowestLevelHorizontal Link (2), horizontalLinkToFrom Lgn (3), lowestLevelOutside Link (4), uplink (5), outsideLinkAndUp link (6)} |
Describes the type of link. Max-Access: read-only Status: current |
none |
pnniLinkVersion |
PnniVersion |
Indicates the version of the PNNI routing protocol used to exchange information over the link for horizontal and outside links between low-level nodes, and for links of an unknown type. If communication with the neighbor node is not established, version is set to unknown. For uplinks (where the port ID is not also used for the underlying outside link) or links to LGN, the version is set to unknown. Max-Access: read-only Status: current |
none |
pnniLinkHelloState |
PnniHelloState |
Indicates the state of the Hello protocol exchange over the link for horizontal and outside links between low-level nodes and for links of an unknown type. For links to LGN, this attribute indicates the state of the corresponding LGN Horizontal Link Hello State Machine. For uplinks (where the port ID is not also used for the underlying outside link), this attribute is set to notApplicable. Refer to ATM Forum PNNI 1.0, Section 5.6.2.1.2. Max-Access: read-only Status: current |
none |
pnniLinkRemoteNodeId |
PnniNodeId |
Indicates the node identifier of the remote (neighboring) node on the other end of the link. If the pnniLinkType is outside link and uplink, this is the node identifier of the lowest-level neighbor node on the other end of the outside link. If the remote node ID is unknown or if the pnniLinkType is uplink, this attribute is set to all zeros. Max-Access: read-only Status: current |
none |
pnniLinkRemotePortId |
PnniPortId |
Indicates the port identifier of the port at the remote end of the link as assigned by the remote node. If the pnniLinkType is outside link and uplink, this is the port identifier assigned by the lowest-level neighbor node to identify the outside link. If the remote port ID is unknown or if the pnniLinkType is uplink, this attribute is set to 0. Max-Access: read-only Status: current |
none |
pnniLinkDerivedAggr Token |
PnniAggrToken |
Indicates the derived aggregation token value used on this link. For horizontal links between lowest-level nodes and when the link type is not yet known, this attribute takes the value of 0. Refer to ATM Forum PNNI 1.0, Section 5.10.3.1. Max-Access: read-only Status: current |
none |
pnniLinkUpnodeId |
PnniNodeId |
Contains the node identifier of the upnode (the neighbor node identity at the level of the common peer group) for outside links and uplinks. When the upnode has not yet been identified, this attribute is set to 0. For horizontal links or the link type is not known, this attribute is set to 0. Max-Access: read-only Status: current |
none |
pnniLinkUpnodeAtm Address |
PnniAtmAddr |
Contains the ATM end system address used to establish connections to the upnode for outside links and uplinks. When the upnode is not identified, this attribute is set to 0. For horizontal links or the link type is not known, this attribute is set to 0. Max-Access: read-only Status: current |
none |
pnniLinkCommonPeer GroupId |
PnniPeerGroupId |
Contains the peer group identifier of the low-level common peer group in the ancestry of the neighboring node, and the node within the local switching system for outside links and uplinks. The value of this attribute takes on a value determined by the Hello exchange of hierarchical information that occurs between the two low-level border nodes. When the common peer group is not identified, this attribute is set to 0. For horizontal links or when the link type is not known, this attribute is set to all zeros. Max-Access: read-only Status: current |
none |
pnniLinkIfIndex |
InterfaceIndex |
Identifies the interface that the logical link corresponds for horizontal and outside links between low-level nodes and for links of an unknown type. For all other cases, the value of this object is 0. Max-Access: read-only Status: current |
none |
pnniLinkSvccRccIndex |
PnniSvccRccIndex |
Identifies the SVCC-based RCC used to exchange information with the neighboring peer logical group node for horizontal links to LGN. If the pnniLinkType is not a horizontal link to LGN, this attribute is set to the value of 0. Max-Access: read-only Status: current |
none |
pnniLinkRcvHellos |
Counter32 |
Contains a count of the number of hello packets received over this link for horizontal and outside links between low-level nodes and for links of an unknown type. If pnniLinkType is a horizontal link to LGN or uplink, this attribute is set to the value of 0. Max-Access: read-only Status: current |
none |
pnniLinkXmtHellos |
Counter32 |
Contains a count of the number of Hello packets transmitted over this link for horizontal and outside links between low-level nodes and for links of an unknown type. If pnniLinkType is a horizontal link to LGN or uplink, this attribute is set to the value of 0. Max-Access: read-only Status: current |
none |
ATM PNNI MIB Conformance and Compliance Statements
The information on conformance is specific to SNMPv2. Table 5-23 lists the conformance groups.
Table 5-23 ATM PNNI MIB Conformance Groups
|
Name
|
Object Identifier
|
pnniMIBConformance |
::= { pnniMIB 2 } |
pnniMIBCompliances |
::= { pnniMIBConformance 1 } |
pnniMIBGroups |
::= { pnniMIBConformance 2 } |
ATM PNNI MIB Compliance Statements
The object identifier used for pnniIfVPCapability is listed in Table 5-24.
Table 5-24 ATM PNNI MIB Compliance Statement
|
Name
|
Object Identifier
|
pnniIfVPCapability |
::= { pnniMIBCompliances 1 } |
The compliance statements used for each object are listed in Table 5-25.
Table 5-25 ATM PNNI MIB Objects Used for Compliance Statements
|
Name
|
Syntax
|
Description
|
Default Value
|
pnniMIBCompliance (module compliance) |
none |
Specifies the compliance statement for entities that implement the PNNI MIB. The following nodes are used for management of PNNI objects: • Minimum function node is identified by the suffix MinGroup. • Border node is identified by the suffix BorderGroup. • PGL or LGN capable node is identified by the suffix LgnGroup. The group of optional PNNI objects is identified by the suffix OptionalGroup. Status: current This module contains the following mandatory groups: • pnniGeneralMinGroup • pnniNodeMinGroup • pnniNodePglMinGroup • nniNodeTimerMinGroup • pnniScopeMinGroup • pnniIfMinGroup • pnniLinkMinGroup • pnniNbrPeerMinGroup • pnniNbrPeerPortMinGroup |
none |
pnniNodeId |
none |
Supports a manual configuration of the node ID that is optional. Min-Access: read-only |
none |
pnniNodeLowest |
none |
Provides write or creates access to the pnniNodeLowest object that is PGL LGN capable. Min-Access: read-only |
none |
pnniNodeRestrictedTransit |
none |
Supports the restricted transit capability that is optional. Min-Access: read-only |
none |
pnniNodeComplexRep |
none |
Generates the complex node representation that is required only for PGL or LGN capable switching systems, which is optional. Min-Access: read-only |
none |
pnniNodeRowStatus |
INTEGER { active(1) } |
Creates more than one node in a switching system that is optional. Min-Access: read-only |
none |
pnniNodePglLeadershipPriority |
none |
Provides write or create access to the pnniNodePglLeadershipPriority object that is PGL or LGN capable. Min-Access: read-only |
none |
pnniIfNodeIndex |
none |
Provides write access to the pnniIfNodeIndex object that is optional. This object applies only when there are multiple lowest-level nodes. Min-Access: read-only |
none |
pnniIfVPCapability |
none |
Supports switched virtual paths that are optional. Min-Access: read-only |
none |
ATM PNNI MIB Units of Conformance Statements
The object identifier for each MIB object is listed in Table 5-26.
Table 5-26 ATM PNNI MIB Units of Conformance Object Identifiers
|
Name
|
Object Identifier
|
pnniGeneralMinGroup |
::= { pnniMIBGroups 1 } |
pnniGeneralBorderGroup |
::= { pnniMIBGroups 2 } |
pnniNodeMinGroup |
::= { pnniMIBGroups 3 } |
pnniNodePglMinGroup |
::= { pnniMIBGroups 4 } |
pnniNodePglLgnGroup |
::= { pnniMIBGroups 5 } |
pnniNodeTimerMinGroup |
::= { pnniMIBGroups 6 } |
pnniNodeTimerLgnGroup |
::= { pnniMIBGroups 7 } |
pnniNodeSvccLgnGroup |
::= { pnniMIBGroups 8 } |
pnniScopeMinGroup |
::= { pnniMIBGroups 9 } |
pnniSummaryAddressLgnGroup |
::= { pnniMIBGroups 31 } |
pnniIfMinGroup |
::= { pnniMIBGroups 11 } |
pnniIfBorderGroup |
::= { pnniMIBGroups 12 } |
pnniLinkMinGroup |
::= { pnniMIBGroups 13 } |
pnniLinkBorderOrLgnGroup |
::= { pnniMIBGroups 14 } |
pnniLinkLgnGroup |
::= { pnniMIBGroups 15 } |
pnniNbrPeerMinGroup |
::= { pnniMIBGroups 16 } |
pnniNbrPeerLgnGroup |
::= { pnniMIBGroups 17 } |
pnniNbrPeerPortMinGroup |
::= { pnniMIBGroups 18 } |
pnniSvccRccLgnGroup |
::= { pnniMIBGroups 19 } |
pnniPtseOptionalGroup |
::= { pnniMIBGroups 20 } |
pnniMapOptionalGroup |
::= { pnniMIBGroups 21 } |
pnniMapNodeOptionalGroup |
::= { pnniMIBGroups 22 } |
pnniMapAddrOptionalGroup |
::= { pnniMIBGroups 23 } |
pnniMapTnsOptionalGroup |
::= { pnniMIBGroups 24 } |
pnniMetricsOptionalGroup |
::= { pnniMIBGroups 25 } |
pnniRouteGeneralOptionalGroup |
::= { pnniMIBGroups 26 } |
pnniRouteNodeOptionalGroup |
::= { pnniMIBGroups 27 } |
pnniDTLOptionalGroup |
::= { pnniMIBGroups 28 } |
pnniRouteAddrOptionalGroup |
::= { pnniMIBGroups 29 } |
pnniRouteTnsOptionalGroup |
::= { pnniMIBGroups 30 } |
Table 5-27 describes the objects used for units of conformance.
Table 5-27 ATM PNNI MIB Objects Used for Units of Conformance
|
Name
|
Objects
|
Description
|
Default Value
|
pnniGeneralMinGroup |
pnniHighestVersion, pnniLowestVersion, pnniDtlCountOriginator, pnniCrankbackCountOriginator, pnniAltRouteCountOriginator, pnniRouteFailCountOriginator, pnniRouteFailUnreachable Originator |
Specifies a collection of general PNNI objects required for management of a minimum function switching system. Status: current |
none |
pnniGeneralBorder Group |
pnniDtlCountBorder, pnniCrankbackCountBorder, pnniAltRouteCountBorder, pnniRouteFailCountBorder, pnniRouteFailUnreachableBorder |
Specifies a collection of general PNNI objects required for management of a border node. Status: current |
none |
pnniNodeMinGroup |
pnniNodeLevel, pnniNodeId, pnniNodeLowest, pnniNodeAdminStatus, pnniNodeOperStatus, pnniNodeAtmAddress, pnniNodePeerGroupId, pnniNodeRestrictedTransit, pnniNodeComplexRep, pnniNodeRestrictedBranching, pnniNodeDatabaseOverload, pnniNodePtses, pnniNodeRowStatus |
Specifies a collection of per-node PNNI objects required for management of a minimum functional switching system. Status: current |
none |
pnniNodePglMin Group |
pnniNodePglLeadershipPriority, pnniNodePglInitTime, pnniNodePglReelectTime, pnniNodePglState, pnniNodePreferredPgl, pnniNodePeerGroupLeader, pnniNodePglTimeStamp, pnniNodeActiveParentNodeId |
Specifies a collection of per-node, PGL election-related PNNI objects required for managing a minimum functional switching system. Status: current |
none |
pnniNodePglLgn Group |
pnniNodeCfgParentNodeIndex, pnniNodePglOverrideDelay |
Specifies a collection of per-node, PGL election-related PNNI objects required for managing a PGL or LGN capable switching system. Status: current |
none |
pnniNodeTimerMin Group |
pnniNodePtseHolddown, pnniNodeHelloHolddown, pnniNodeHelloInterval, pnniNodeHelloInactivityFactor, pnniNodePtseRefreshInterval, pnniNodePtseLifetimeFactor, pnniNodeRxmtInterval, pnniNodePeerDelayedAckInterval, pnniNodeAvcrPm, pnniNodeAvcrMt, pnniNodeCdvPm, pnniNodeCtdPm |
Specifies a collection of per-node PNNI objects required for managing timers and significant change thresholds in a minimum functional switching system. Status: current |
none |
pnniNodeTimerLgn Group |
pnniNodeHlinkInact |
Specifies a collection of per-node PNNI objects required for managing timers in a PGL or LGN capable switching system. Status: current |
none |
pnniNodeSvccLgn Group |
pnniNodeSvccInitTime, pnniNodeSvccRetryTime, pnniNodeSvccCallingIntegrityTime, pnniNodeSvccCalledIntegrityTime, pnniNodeSvccTrafficDescriptorIndex |
Specifies a collection of per-node, SVCC-based RCC related PNNI objects required for managing a PGL or LGN capable switching system. Status: current |
none |
pnniScopeMinGroup |
pnniScopeLocalNetwork, pnniScopeLocalNetworkPlusOne, pnniScopeLocalNetworkPlusTwo, pnniScopeSiteMinusOne, pnniScopeIntraSite, pnniScopeSitePlusOne, pnniScopeOrganizationMinusOne, pnniScopeIntraOrganization, pnniScopeOrganizationPlusOne, pnniScopeCommunityMinusOne, pnniScopeIntraCommunity, pnniScopeCommunityPlusOne, pnniScopeRegional, pnniScopeInterRegional, pnniScopeGlobal |
Specifies a collection of per-node scope mapping-related PNNI objects required for managing a minimum functional switching system. Status: current |
none |
pnniSummaryAddressLgnGroup |
pnniSummaryAddressSuppress, pnniSummaryAddressState, pnniSummaryAddressRowStatus |
Specifies a collection of PNNI objects required for controlling address summarization. Status: current |
none |
pnniIfMinGroup |
pnniIfNodeIndex, pnniIfPortId, pnniIfVPCapability, pnniIfAdmWeightCbr, pnniIfAdmWeightRtVbr, pnniIfAdmWeightNrtVbr, pnniIfAdmWeightAbr, pnniIfAdmWeightUbr, pnniIfRccServiceCategory, pnniIfRccTrafficDescrIndex |
Specifies a collection of per-interface PNNI objects required for managing a minimum functional switching system. Status: current |
none |
pnniIfBorderGroup |
pnniIfAggrToken |
Specifies a collection of per-interface PNNI objects required for managing a border node. Status: current |
none |
pnniLinkMinGroup |
pnniLinkType, pnniLinkVersion, pnniLinkHelloState, pnniLinkRemoteNodeId, pnniLinkRemotePortId, pnniLinkIfIndex, pnniLinkRcvHellos, pnniLinkXmtHellos |
Specifies a collection of per-link PNNI objects required for managing a minimum functional switching system. Status: current |
none |
pnniLinkBorderOrLgn Group |
pnniLinkDerivedAggrToken, pnniLinkUpnodeId, pnniLinkUpnodeAtmAddress, pnniLinkCommonPeerGroupId |
Specifies a collection of per-link PNNI objects required for managing a border node or a PGL or LGN capable switching system. Status: current |
none |
pnniLinkLgnGroup |
pnniLinkSvccRccIndex |
Specifies a collection of per-link PNNI objects required for managing a PGL or LGN capable switching system. Status: current |
none |
pnniNbrPeerMin Group |
pnniNbrPeerState, pnniNbrPeerPortCount, pnniNbrPeerRcvDbSums, pnniNbrPeerXmtDbSums, pnniNbrPeerRcvPtsps, pnniNbrPeerXmtPtsps, pnniNbrPeerRcvPtseReqs, pnniNbrPeerXmtPtseReqs, pnniNbrPeerRcvPtseAcks, pnniNbrPeerXmtPtseAcks |
Specifies a collection of per-neighboring-peer PNNI objects required for managing a minimum functional switching system. Status: current |
none |
pnniNbrPeerLgn Group |
pnniNbrPeerSvccRccIndex |
Specifies a collection of per-neighboring-peer PNNI objects required for managing a PGL or LGN capable switching system. Status: current |
none |
pnniNbrPeerPortMin Group |
pnniNbrPeerPortFloodStatus |
Specifies a collection of per-port-to-neighboring-peer PNNI objects required for managing a minimum functional switching system. Status: current |
none |
pnniSvccRccLgnGroup |
pnniSvccRccVersion, pnniSvccRccHelloState, pnniSvccRccRemoteNodeId, pnniSvccRccRemoteAtmAddress, pnniSvccRccRcvHellos, pnniSvccRccXmtHellos, pnniSvccRccIfIndex, pnniSvccRccVpi, pnniSvccRccVci |
Specifies a collection of per-SVCC-based RCC PNNI objects required for managing a PGL or LGN capable switching system. Status: current |
none |
pnniPtseOptional Group |
pnniPtseType, pnniPtseSequenceNum, pnniPtseChecksum, pnniPtseLifeTime, pnniPtseInfo |
Specifies a collection of the optional per PTSE PNNI objects. Status: current |
none |
pnniMapOptional Group |
pnniMapType, pnniMapPeerGroupId, pnniMapAggrToken, pnniMapRemoteNodeId, pnniMapRemotePortId, pnniMapVPCapability, pnniMapPtseId, pnniMapMetricsTag |
Specifies a collection of the optional PNNI objects used to create a map of nodes and links in the PNNI routing domain. Status: current |
none |
pnniMapNodeOptional Group |
pnniMapNodePeerGroupId, pnniMapNodeAtmAddress, pnniMapNodeRestrictedTransit, pnniMapNodeComplexRep, pnniMapNodeRestrictedBranching, pnniMapNodeDatabaseOverload, pnniMapNodeIAmLeader, pnniMapNodeLeadershipPriority, pnniMapNodePreferredPgl, pnniMapNodeParentNodeId, pnniMapNodeParentAtmAddress, pnniMapNodeParentPeerGroupId, pnniMapNodeParentPglNodeId |
Specifies a collection of the optional PNNI objects used to create a map of nodes in the PNNI routing domain. Status: current |
none |
pnniMapAddrOptional Group |
pnniMapAddrAddress, pnniMapAddrPrefixLength |
Specifies a collection of the optional PNNI objects used to create a map of reachable addresses in the PNNI routing domain. Status: current |
none |
pnniMapTnsOptional Group |
pnniMapTnsId |
Specifies a collection of the optional PNNI objects used to create a map of reachable transit networks in the PNNI routing domain. Status: current |
none |
pnniMetricsOptional Group |
pnniMetricsClasses, pnniMetricsGcacClp, pnniMetricsAdminWeight, pnniMetrics1, pnniMetrics2, pnniMetrics3, pnniMetrics4, pnniMetrics5, pnniMetrics6, pnniMetrics7, pnniMetrics8, pnniMetricsRowStatus |
Specifies a collection of the optional PNNI objects used to manage metrics and attributes associated with PNNI entities. Status: current |
none |
pnniRouteGeneral OptionalGroup |
pnniRouteNodeNumber, pnniRouteAddrNumber |
Specifies a collection of the optional PNNI objects that includes pnniRouteNodeNumber and pnniRouteAddrNumber. Status: current |
none |
pnniRouteNode OptionalGroup |
pnniRouteNodeDestPortId, pnniRouteNodeProto, pnniRouteNodeTimeStamp, pnniRouteNodeInfo, pnniRouteNodeGcacClp, pnniRouteNodeFwdMetricAW, pnniRouteNodeFwdMetric1, pnniRouteNodeFwdMetric2, pnniRouteNodeFwdMetric3, pnniRouteNodeFwdMetric4, pnniRouteNodeFwdMetric5, pnniRouteNodeFwdMetric6, pnniRouteNodeFwdMetric7, pnniRouteNodeFwdMetric8, pnniRouteNodeBwdMetricAW, pnniRouteNodeBwdMetric1, pnniRouteNodeBwdMetric2, pnniRouteNodeBwdMetric3, pnniRouteNodeBwdMetric4, pnniRouteNodeBwdMetric5, pnniRouteNodeBwdMetric6, pnniRouteNodeBwdMetric7, pnniRouteNodeBwdMetric8, pnniRouteNodeVPCapability, pnniRouteNodeStatus |
Specifies a collection of the optional PNNI objects used to manage precalculated routes to nodes in the PNNI routing domain. Status: current |
none |
pnniDTLOptional Group |
pnniDTLNodeId, pnniDTLPortId, pnniDTLLinkType, pnniDTLStatus |
Specifies a collection of the optional PNNI objects used to manage the precalculated routes to nodes in the PNNI routing domain. Status: current |
none |
pnniRouteAddr OptionalGroup |
pnniRouteAddrIfIndex, pnniRouteAddrAdvertisingNodeId, pnniRouteAddrAdvertisedPortId, pnniRouteAddrType, pnniRouteAddrProto, pnniRouteAddrPnniScope, pnniRouteAddrVPCapability, pnniRouteAddrMetricsTag, pnniRouteAddrPtseId, pnniRouteAddrOriginate Advertisement, pnniRouteAddrInfo, pnniRouteAddrOperStatus, pnniRouteAddrTimeStamp, pnniRouteAddrRowStatus |
Specifies a collection of the optional PNNI objects used to manage the routes to the reachable addresses in the PNNI routing domain. Status: current |
none |
pnniRouteTnsOptional Group |
pnniRouteTnsIfIndex, pnniRouteTnsAdvertisingNodeId, pnniRouteTnsAdvertisedPortId, pnniRouteTnsRouteType, pnniRouteTnsProto, pnniRouteTnsPnniScope, pnniRouteTnsVPCapability, pnniRouteTnsMetricsTag, pnniRouteTnsPtseId, pnniRouteTnsOriginateAdvertisement, pnniRouteTnsInfo, pnniRouteTnsOperStatus, pnniRouteTnsTimeStamp, pnniRouteTnsRowStatus |
Specifies a collection of the optional PNNI objects used to manage the routes to the reachable transit networks in the PNNI routing domain. Status: current |
none |
Cisco WAN SVC MIB Objects
The Cisco WAN SVC MIB objects configure, provision, and gather status for ATM services. This MIB file is defined in the CISCO-WAN-SVC-MIB.my file.
Note
The Cisco WAN SVC MIB is defined under the StrataCom Enterprise.
Enhanced Network to Network Interface (ENNI) indicates an enhanced Network-to-Network Interface (NNI) to link two networks using either Cisco Automatic Routing Management (AR) or PNNI. Switched or Permanent Virtual Circuit (XPVC), end-to-end Virtual Circuits (VCs), are provisioned across multiple networks to support AR and PNNI. XPVC consists of multiple segments where each segment is a complete VC, which can be a PVC or SPVC. Within the Cisco WAN SVC MIB objects, XPVC changes the segment Operation and Maintenance (OAM) cell to handle the flow for end-to-end OAM segment loops. For example, two or three segments can be between the user ports. When ENNI is defined as an LMI function, auto-discovery is enabled for ENNI.
The Cisco WAN SVC MIB objects include:
•
Service Information Group
•
Interface Configuration Table
•
Port Call Statistics Table
•
Port Address Table
•
Port Connection Admission Control Configuration Table
•
Port Loading Table
•
Interface Operation Table
•
Port Signaling Statistics
•
Port Connection Data Table
•
Port Connection Trace Control Table
•
Cisco WAN SVC Conformance and Compliance Statements
Service Information Group
The object identifier for each MIB object is listed in Table 5-28.
Table 5-28 Service Information Group Object Identifiers
|
Name
|
Object Identifier
|
cwsSwRevision |
::= { ciscoWANSvcInfo 1 } |
cwsControllerStatus |
::= { ciscoWANSvcInfo 6 } |
cwspPnniStndbyControllerStatus |
::= { ciscoWANSvcInfo 7 } |
cwspPnniControllerStatus |
::= { ciscoWANSvcInfo 8 } |
cwspPnniControllerPhySlot |
::= { ciscoWANSvcInfo 9 } |
The MIB objects are listed in Table 5-29.
Table 5-29 Service Information Group MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwsSwRevision |
DisplayString |
Determines the PNNI network controller software revision number. Max-Access: read-only Status: current |
none |
cwsControllerStatus |
CwspControllerState |
Specifies the administrative status for the PNNI active controller. Max-Access: read-only Status: current |
none |
cwspPnniStndbyControllerStatus |
CwspControllerState |
Specifies the administrative status for the standby controller. Max-Access: read-only Status: current |
none |
cwspPnniControllerStatus |
Integer {active (1), stndby (2), unavailable(3)} |
Specifies the administrative status of the PNNI controller. Note This object is used only in the trap varbind; the SNMP Get operation is meaningless. Max-Access: read-only Status: current |
none |
cwspPnniControllerPhySlot |
Integer32 |
Specifies the PNNI controller physical location. Note This object is used only in the trap varbind; the SNMP Get operation is meaningless. Max-Access: read-only Status: current |
none |
Interface Configuration Table
The object identifier for each MIB object is listed in Table 5-30.
Table 5-30 Interface Configuration Table Object Identifiers
|
Name
|
Object Identifier
|
cwspConfigTable |
::= { cwspConfig 1 } |
cwspConfigEntry |
::= { cwspConfigTable 1 } |
cwspAdminStatus |
::= { cwspConfigEntry 1 } |
cwspOperStatus |
::= { cwspConfigEntry 2 } |
cwspSvcBlocked |
::= { cwspConfigEntry 3 } |
cwspSpvcBlocked |
::= { cwspConfigEntry 4 } |
cwspIlmiAddrRegEnable |
::= { cwspConfigEntry 5 } |
cwspIlmiAutoConfEnable |
::= { cwspConfigEntry 6 } |
cwspIlmiServRegEnable |
::= { cwspConfigEntry 7 } |
cwspPhyIdentifier |
::= { cwspConfigEntry 8 } |
cwspSignallingVpi |
::= { cwspConfigEntry 9 } |
cwspSignallingVci |
::= { cwspConfigEntry 10 } |
cwspRoutingVpi |
::= { cwspConfigEntry 11 } |
cwspRoutingVci |
::= { cwspConfigEntry 12 } |
cwspMaxVpiBits |
::= { cwspConfigEntry 13 } |
cwspMaxVciBits |
::= { cwspConfigEntry 14 } |
cwspUniVersion |
::= { cwspConfigEntry 15 } |
cwspNniVersion |
::= { cwspConfigEntry 16 } |
cwspUniType |
::= { cwspConfigEntry 17 } |
cwspSide |
::= { cwspConfigEntry 18 } |
cwspMaxP2pCalls |
::= { cwspConfigEntry 19 } |
cwspMaxP2mpRoots |
::= { cwspConfigEntry 20 } |
cwspMaxP2mpLeafs |
::= { cwspConfigEntry 21 } |
cwspMinSvccVpi |
::= { cwspConfigEntry 22 } |
cwspMaxSvccVpi |
::= { cwspConfigEntry 23 } |
cwspMinSvccVci |
::= { cwspConfigEntry 24 } |
cwspMaxSvccVci |
::= { cwspConfigEntry 25 } |
cwspMinSvpcVpi |
::= { cwspConfigEntry 26 } |
cwspMaxSvpcVpi |
::= { cwspConfigEntry 27 } |
cwspEnhancedIisp |
::= { cwspConfigEntry 28 } |
cwspConfigTableRowStatus |
::= { cwspConfigEntry 29 } |
cwspAddrPlanSupported |
::= { cwspConfigEntry 30 } |
cwspIlmiSecureLink |
::= { cwspConfigEntry 31 } |
cwspIlmiAttachmentPoint |
::= { cwspConfigEntry 32 } |
cwspIlmiLocalAttrStd |
::= { cwspConfigEntry 33 } |
cwspIlmiUCSMEnable |
::= { cwspConfigEntry 34 } |
The MIB objects are listed in Table 5-31.
Table 5-31 Interface Configuration Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspConfigTable |
Sequence of CwspConfigEntry |
Collects attributes that affect the operation of the controller interface. There is a single row for each interface that the managed system expects to add or manage. Max-Access: not-accessible Status: current |
none |
cwspConfigEntry |
CwspConfigEntry |
Specifies an entry in the interface configuration table that contains information about an interface. Max-Access: not-accessible Status: current The index contains ifIndex. |
none |
cwspAdminStatus |
INTEGER {inService (1), outService (2)} |
Specifies the administrative status of the interface. inService (1) means that the interface is operational, whereas, outService (2) indicates that the interface is put out of service by the administrator. Max-Access: read-create Status: current |
outservice |
cwspOperStatus |
INTEGER {ok(1), failed(2), other(3)} |
Specifies the operational state of the interface. This status is derived from the physical state of the interface. Values are defined as follows: • failed (1)—Indicates that the interface has failed. • ok (2)—Indicates that the interface is in an operational state. • other (3)—Indicates that the interface is in an unknown state. Max-Access: read-only Status: current |
none |
cwspSvcBlocked |
TruthValue |
Indicates whether virtual connections are allowed through this interface. Max-Access: read-create Status: current |
false |
cwspSpvcBlocked |
TruthValue |
Indicates whether SPVCs are allowed through this interface. Max-Access: read-create Status: current |
false |
cwspIlmiAddrReg Enable |
TruthValue |
Indicates whether the Interim Local Management Interface (ILMI) address registration is enabled or disabled. Max-Access: read-create Status: current |
true |
cwspIlmiAutoConf Enable |
TruthValue |
Indicates whether the auto configuration of the interface is turned on or off. If auto configuration is enabled, the interface comes up using the ILMI auto-configuration. Max-Access: read-create Status: current |
true |
cwspIlmiServRegEnable |
TruthValue |
Indicates whether the service registry is enabled or disabled on the interface. Max-Access: read-create Status: current |
true |
cwspPhyIdentifier |
DisplayString |
Indicates the physical identification of the interface. A physical identification is mandatory when the port is provisioned for the first-time through SNMP. Max-Access: read-create Status: current |
none |
cwspSignallingVpi |
Integer32 (0..4095) |
Denotes the signaling Virtual Path Identifier (VPI) that is used on the interface. Max-Access: read-create Status: current |
0 |
cwspSignallingVci |
Integer32 (0..65535) |
Indicates the signaling Virtual Channel Identifier (VCI) that is used on the interface. The acceptable values are from 32 to 65535. Max-Access: read-create Status: current |
5 |
cwspRoutingVpi |
Integer32 (0..4095) |
Indicates the VPI that is used for the PNNI lowest-level RCC. Max-Access: read-create Status: current |
0 |
cwspRoutingVci |
Integer32 (0..65535) |
Indicates the VCI that is used for the PNNI lowest-level RCC. The acceptable values are 32 to 65535. Max-Access: read-create Status: current |
18 |
cwspMaxVpiBits |
Integer32 (0..12) |
Determines the maximum number of active VPI bits on this ATM Interface. For virtual interfaces, for example, Virtual Path Connections used by PNNI, this value has no meaning and is set to 0. Max-Access: read-only Status: current |
none |
cwspMaxVciBits |
Integer32 (0..16) |
Determines the maximum number of active VCI bits on this ATM Interface. Max-Access: read-only Status: current |
none |
cwspUniVersion |
Integer {uni20 (1), uni30 (2), uni31 (3), uni40 (4), ituDss2 (5), frf4 (6), unsupported (7), ip (8), self(9)} |
Indicates the latest version of the ATM Forum UNI Signaling Specification that is supported on this ATM Interface. If this value is not present, a version of the UNI earlier than 3.1 is supported. The value of self(9) indicates the entry is a voice port. If the peer Interface Management Entity (IME) value of this object is the same as, or later than, the local IME value, the version corresponding to the local IME value can be attempted. Otherwise, if the peer IME value of this object is earlier and supported locally, the local IME can use the version that corresponds to the peer IME value. Otherwise, compatibility of the two IMEs cannot be assumed. When this variable has a value other than unsupported(7), the cswpNniVersion variable contains the value unsupported(7). Max-Access: read-create Status: current |
uni31 |
cwspNniVersion |
Integer{iisp30(1), iisp31(2), pnni10(3), enni(4), aini(5) unsupported(7)} |
Indicates the latest version of the ATM Forum PNNI Signaling Specification that is supported on this ATM Interface. Note The PNNI routing version is not determined through ILMI. If the peer IME value of this object is the same as, or later than, the local IME value, the version that corresponds to the local IME value is attempted. Otherwise, if the peer IME value of this object is earlier, and supported locally, the local IME can use the version that corresponds to the peer IME value. Otherwise, compatibility of the two IMEs cannot be assumed. When this variable has a value other than unsupported(7), the cswpUniVersion variable contains the value unsupported(7). Note enni is not a signaling protocol. Max-Access: read-create Status: current |
pnni10 |
cwspUniType |
INTEGER { public(1), private(2) } |
Specifies the type of ATM device, for example, public or private. Max-Access: read-create Status: current |
private |
cwspSide |
INTEGER { user(1), network(2) } |
Determines the type of ATM device. This object is used in an automatic ATM Interface-Type determination procedure, which determines a correct operational ATM Interface-type. An ATM end system takes the value ofuser(1); an ATM network node takes the value of node(2). Max-Access: read-create Status: current |
network |
cwspMaxP2pCalls |
Integer32 (0..65535) |
Determines the maximum number of point-to-point calls. The calls include Virtual Circuit (VC) and Virtual Path (VP) allowed on the interface. Max-Access: read-create Status: current |
10000 |
cwspMaxP2mpRoots |
Integer32 (0..65535) |
Indicates the maximum number of root VCs, for example, point-to-multipoint, is allowed on the interface. Max-Access: read-create Status: current |
1000 |
cwspMaxP2mpLeafs |
Integer32 (0..65535) |
Indicates the maximum number of leaf VCs, for example, point-to-multipoint, allowed on the interface. Max-Access: read-create Status: current |
4095 |
cwspMinSvccVpi |
Integer32 (0..4095) |
Indicates the minimum SVCC Virtual Path Identifier (VPI) configured on the interface. Max-Access: read-create Status: current |
0 |
cwspMaxSvccVpi |
Integer32 (0..4095) |
Indicates the maximum SVCC VPI configured on the interface. Max-Access: read-create Status: current |
4095 |
cwspMinSvccVci |
Integer32 (0..65535) |
Indicates the minimum SVCC Virtual Channel Identifier (VCI) configured on the interface. Max-Access: read-create Status: current |
35 |
cwspMaxSvccVci |
Integer32 (35..65535) |
Indicates the maximum SVCC VCI configured on the interface. Max-Access: read-create Status: current |
65535 |
cwspMinSvpcVpi |
Integer32 (1..4095) |
Indicates the minimum SVPC VPI configured on the interface. Max-Access: read-create Status: current |
1 |
cwspMaxSvpcVpi |
Integer32 (1..4095) |
Indicates the maximum SVPC VPI configured on the interface. Max-Access: read-create Status: current |
4095 |
cwspEnhancedIisp |
TruthValue |
Indicates whether the enhanced features for Interim-Interswitch Signaling Protocol (IISP) are enabled or disabled. Max-Access: read-create Status: current |
false |
cwspConfigTableRow Status |
RowStatus |
Creates and deletes the interface. The values createAndGo, destroy, active, and notInService are supported. The NMS uses only createAndGo to create a row and destroy to delete a row. The managed device can either return active or notInService for a row status. Max-Access: read-create Status: current |
none |
cwspAddrPlanSupported |
Integer{ both(1), aesa(2), e164(3) } |
Specifies the ATM address plan that is supported on an interface. This is modified only if the interface is a public UNI. For all other interfaces, the value is aesa. Max-Access: read-create Status: current |
aesa |
cwspIlmiSecureLink |
TruthValue |
Indicates whether the ILMI Secure Link Protocol is enabled or disabled. When the secure link protocol is enabled, loss in the ILMI connectivity is treated as loss in the attachment point. Therefore, all the SVCs and SVPs are released on the interface. Max-Access: read-create Status: current |
true |
cwspIlmiAttachment Point |
TruthValue |
Indicates whether detection of the loss of attachment procedures is enabled on this interface. When set to true, the standard ILMI procedures are employed to detect the loss of the attachment point. If set to false, the ILMI protocol on the interface does not detect the loss of the attachment. Max-Access: read-create Status: current |
true |
cwspIlmiLocalAttrStd |
TruthValue |
Indicates whether modification of the local attributes is used for either the ILMI 4.0 specification or Cisco proprietary procedures. When set to true, the standard ILMI procedures are followed. Max-Access: read-create Status: current |
true |
cwspIlmiUCSMEnable |
TruthValue |
Indicates whether the ILMI user-connection status monitor is enabled or disabled. Max-Access: read-create Status: current |
true |
Port Call Statistics Table
The object identifier for each MIB object is listed in Table 5-32.
Table 5-32 Port Call Statistics Table Object Identifiers
|
Name
|
Object Identifier
|
cwspCallStatsTable |
::= { cwspCallStats 1 } |
cwspCallStatsEntry |
::= { cwspCallStatsTable 1 } |
cwspCountReset |
::= { cwspCallStatsEntry 1 } |
cwspInCallAttempts |
::= { cwspCallStatsEntry 2 } |
cwspInCallEstabs |
::= { cwspCallStatsEntry 3 } |
cwspInCallFailures |
::= { cwspCallStatsEntry 4 } |
cwspInFilterFailures |
::= { cwspCallStatsEntry 5 } |
cwspInRouteFailures |
::= { cwspCallStatsEntry 6 } |
cwspInResrcFailures |
::= { cwspCallStatsEntry 7 } |
cwspInTimerFailures |
::= { cwspCallStatsEntry 8 } |
cwspInCrankbacks |
::= { cwspCallStatsEntry 9 } |
cwspOutCallAttempts |
::= { cwspCallStatsEntry 10 } |
cwspOutCallEstabs |
::= { cwspCallStatsEntry 11 } |
cwspOutCallFailures |
::= { cwspCallStatsEntry 12 } |
cwspOutFilterFailures |
::= { cwspCallStatsEntry 13 } |
cwspOutRouteFailures |
::= { cwspCallStatsEntry 14 } |
cwspOutResrcFailures |
::= { cwspCallStatsEntry 15 } |
cwspOutTimerFailures |
::= { cwspCallStatsEntry 16 } |
cwspOutCrankbacks |
::= { cwspCallStatsEntry 17 } |
The MIB objects are listed in Table 5-33.
Table 5-33 Port Call Statistics Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspCallStatsTable |
Sequence of CwspCallStatsEntry |
Contains objects that shows the statistics for SVC and SPVC calls on a given interface. Max-Access: not-accessible Status: current |
none |
cwspCallStatsEntry |
CwspCallStatsEntry |
Contains an entry that is used for SVC and SPVC call statistics. Max-Access: not-accessible Status: current The index contains ifIndex. |
none |
cwspCountReset |
INTEGER {noop(1), -- none of following reset(2) -- resetting} |
Writes a value of two to this object to reset all the counters. Max-Access: read-write Status: current |
noop |
cwspInCallAttempts |
Counter32 |
Displays the number of incoming signaling messages Setup and Add Party that are received by the switching node on this interface. These messages are used for call establishment. Max-Access: read-only Status: current |
none |
cwspInCallEstabs |
Counter32 |
Displays the number of incoming signaling messages Connect and Add Party Ack that are received by the switching node on this interface. These messages mark a call that is successfully established. Max-Access: read-only Status: current |
none |
cwspInCallFailures |
Counter32 |
Displays the total number of incoming point-to-point and point-to-multipoint SVC/SPVC call attempts that failed on this interface. Max-Access: read-only Status: current |
none |
cwspInFilterFailures |
Counter32 |
Displays the number of incoming point-to-point and point-to-multipoint SVC/SPVC call attempts that failed due to address filtering on this interface. Max-Access: read-only Status: current |
none |
cwspInRouteFailures |
Counter32 |
Displays the number of incoming point-to-point and point-to-multipoint SVC/SPVC call attempts on this interface. These attempts failed because a route to the destination was not available. Max-Access: read-only Status: current |
none |
cwspInResrcFailures |
Counter32 |
Displays the number of incoming point-to-point and point-to-multipoint SVC/SPVC call attempts on this interface. These attempts failed because there were not enough resources as requested in call parameters. Max-Access: read-only Status: current |
none |
cwspInTimerFailures |
Counter32 |
Displays the number of signaling timers timed out for incoming point-to-point and point-to-multipoint SVC/SPVC calls on this interface. Max-Access: read-only Status: current |
none |
cwspInCrankbacks |
Counter32 |
Displays the number of crankback Information Elements (IEs) received on this interface for incoming point-to-point and point-to-multipoint SVC/SPVC call attempts. Max-Access: read-only Status: current |
none |
cwspOutCallAttempts |
Counter32 |
Displays the number of outgoing signaling messages Setup and Add Party on this interface. These messages are used for call establishment. Max-Access: read-only Status: current |
none |
cwspOutCallEstabs |
Counter32 |
Displays the number of outgoing signaling messages Connect and Add Party Ack, which mark the call being established on this interface. Max-Access: read-only Status: current |
none |
cwspOutCallFailures |
Counter32 |
Displays the total number of outgoing signaling messages for both point-to-point and point-to-multipoint call establishments on this interface that failed. Max-Access: read-only Status: current |
none |
cwspOutFilterFailures |
Counter32 |
Displays the number of outgoing signaling messages that are used for call establishment on this interface, and which failed the address filtering. Max-Access: read-only Status: current |
none |
cwspOutRouteFailures |
Counter32 |
Displays the number of outgoing signaling messages that are used for call establishment on this interface. These messages failed because the route was not available. Max-Access: read-only Status: current |
none |
cwspOutResrcFailures |
Counter32 |
Displays the number of outgoing signaling messages that are used for call establishment on this interface. These messages failed because the resource request was not available. Max-Access: read-only Status: current |
none |
cwspOutTimerFailures |
Counter32 |
Displays the number of timed-out signaling timers on this interface that are used for outgoing signaling messages. Max-Access: read-only Status: current |
none |
cwspOutCrankbacks |
Counter32 |
Displays the number of crankback IEs being sent on this interface that are used for outgoing signaling release messages. This is generated on the node that generates the crankback IEs. Max-Access: read-only Status: current |
none |
Port Address Table
The object identifier for each MIB object is listed in Table 5-34.
Table 5-34 Port Address Table Object Identifiers
|
Name
|
Object Identifier
|
cwspAddressTable |
::= { cwspAddress 1 } |
cwspAddressEntry |
::= { cwspAddressTable 1 } |
cwspAtmAddress |
::= { cwspAddressEntry 1 } |
cwspAddrLen |
::= { cwspAddressEntry 2 } |
cwspAddrType |
::= { cwspAddressEntry 3 } |
cwspAddrProto |
::= { cwspAddressEntry 4 } |
cwspAddrPlan |
::= { cwspAddressEntry 5 } |
cwspAddrScope |
::= { cwspAddressEntry 6 } |
cwspAddrRedistribute |
::= { cwspAddressEntry 7 } |
cwspAddressRowStatus |
::= { cwspAddressEntry 8 } |
The MIB objects are listed in Table 5-35.
Table 5-35 Port Address Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspAddressTable |
Sequence of CwspAddressEntry |
Contains all the attributes necessary to determine what the PNNI entity recognizes are reachable in terms of the ATM End System Addresses, and which nodes are advertising this ability. This interface ATM Address Table is also used to configure static routes to reachable addresses. Entries in this table can be created or deleted by setting the intfAddressRowStatus object to appropriate values. Existing entries in this table cannot be modified. Entries in this table can also be created or deleted through the command provided by the Command Line Interface (CLI). Max-Access: not-accessible Status: current |
none |
cwspAddressEntry |
CwspAddressEntry |
Specifies an entry in the table that contains information about a reachable address. Max-Access: not-accessible Status: current The following list the indexes: • ifIndex • cwspAtmAddress • cwspAddrLen |
none |
cwspAtmAddress |
AtmAddress |
Determines the value of the ATM End System Address. Max-Access: not-accessible Status: current |
none |
cwspAddrLen |
INTEGER (0..160) |
Determines the address length in bits to be applied to the ATM End System Address. Max-Access: not-accessible Status: current |
none |
cwspAddrType |
INTEGER { internal(1), exterior(2) } |
Specifies the type of reachability from the advertising node to the address. This variable indicates that either an internal ATM address is a reachable ATM destination that is directly attached to the logical node, which is advertising this address, or that an exterior ATM address is reached through a PNNI routing domain, which is not located in this routing domain. Refer to ATM Forum PNNI 1.0, Section 5.8.1.3. Max-Access: read-create Status: current |
exterior |
cwspAddrProto |
INTEGER { local(1), static(2) } |
Specifies the routing mechanism through the connectivity from the advertising node to the learned reachable address. The following is how each address is defined: • local—Indicates this address is automatically advertised. • static—Indicates this address is not automatically advertised. Setting the cwspAddrRedistribute variable to true forces a static address to be advertised. Max-Access: read-create Status: current |
local |
cwspAddrPlan |
INTEGER { e164(1), nsap(2) } |
Determines the address plan. For the Network Service Access Point (NSAP) address, the first byte of the address automatically implies one of the three NSAP address plans: NSAP E.164, NSAP DCC, or NSAP ICD. Max-Access: read-create Status: current |
nsap |
cwspAddrScope |
INTEGER (0..104) |
Specifies the PNNI scope of advertisement, for example, a level of the PNNI hierarchy which is used for the reachability from the advertising node to the address. Max-Access: read-create Status: current |
0 |
cwspAddrRedistribute |
TruthValue |
Defines whether or not the reachable address specified by this entry is advertised by the local node into the PNNI routing domain. This object is only meaningful if the routing mechanism cwspAddrProto is static. Max-Access: read-create Status: current |
false |
cwspAddressRowStatus |
RowStatus |
Creates or deletes a reachable address. Note NMS can use CreateAndGo to create a row and Destroy to delete a row. The managed device returns an active or notInService as row status. Max-Access: read-create Status: current |
none |
Port Connection Admission Control Configuration Table
The object identifier for each MIB object that is used for the Port Connection Admission Control (CAC) Configuration Table is listed in Table 5-36.
Table 5-36 Port CAC Configuration Table Object Identifiers
|
Name
|
Object Identifier
|
cwspCacConfigTable |
::= { cwspCacConfig 1 } |
cwspCacConfigEntry |
::= { cwspCacConfigTable 1 } |
cwspUtilFactorCbr |
::= { cwspCacConfigEntry 1 } |
cwspUtilFactorRtVbr |
::= { cwspCacConfigEntry 2 } |
cwspUtilFactorNrtVbr |
::= { cwspCacConfigEntry 3 } |
cwspUtilFactorAbr |
::= { cwspCacConfigEntry 4 } |
cwspUtilFactorUbr |
::= { cwspCacConfigEntry 5 } |
cwspMaxBwCbr |
::= { cwspCacConfigEntry 6 } |
cwspMaxBwRtVbr |
::= { cwspCacConfigEntry 7 } |
cwspMaxBwNrtVbr |
::= { cwspCacConfigEntry 8 } |
cwspMaxBwAbr |
::= { cwspCacConfigEntry 9 } |
cwspMaxBwUbr |
::= { cwspCacConfigEntry 10 } |
cwspMinBwCbr |
::= { cwspCacConfigEntry 11 } |
cwspMinBwRtVbr |
::= { cwspCacConfigEntry 12 } |
cwspMinBwNrtVbr |
::= { cwspCacConfigEntry 13 } |
cwspMinBwAbr |
::= { cwspCacConfigEntry 14 } |
cwspMinBwUbr |
::= { cwspCacConfigEntry 15 } |
cwspMaxVcCbr |
::= { cwspCacConfigEntry 16 } |
cwspMaxVcRtVbr |
::= { cwspCacConfigEntry 17 } |
cwspMaxVcNrtVbr |
::= { cwspCacConfigEntry 18 } |
cwspMaxVcAbr |
::= { cwspCacConfigEntry 19 } |
cwspMaxVcUbr |
::= { cwspCacConfigEntry 20 } |
cwspMinVcCbr |
::= { cwspCacConfigEntry 21 } |
cwspMinVcRtVbr |
::= { cwspCacConfigEntry 22 } |
cwspMinVcNrtVbr |
::= { cwspCacConfigEntry 23 } |
cwspMinVcAbr |
::= { cwspCacConfigEntry 24 } |
cwspMinVcUbr |
::= { cwspCacConfigEntry 25 } |
cwspMaxVcBwCbr |
::= { cwspCacConfigEntry 26 } |
cwspMaxVcBwRtVbr |
::= { cwspCacConfigEntry 27 } |
cwspMaxVcBwNrtVbr |
::= { cwspCacConfigEntry 28 } |
cwspMaxVcBwAbr |
::= { cwspCacConfigEntry 29 } |
cwspMaxVcBwUbr |
::= { cwspCacConfigEntry 30 } |
cwspDefaultCdvtCbr |
::= { cwspCacConfigEntry 31 } |
cwspDefaultCdvtRtVbr |
::= { cwspCacConfigEntry 32 } |
cwspDefaultCdvtNrtVbr |
::= { cwspCacConfigEntry 33 } |
cwspDefaultCdvtAbr |
::= { cwspCacConfigEntry 34 } |
cwspDefaultCdvtUbr |
::= { cwspCacConfigEntry 35 } |
cwspDefaultMbsRtVbr |
::= { cwspCacConfigEntry 36 } |
cwspDefaultMbsNrtVbr |
::= { cwspCacConfigEntry 37 } |
The MIB objects are listed in Table 5-37.
Table 5-37 Port CAC Configuration Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspCacConfigTable |
Sequence of CwspCacConfigEntry |
Specifies a table that contains the CAC information for each interface. Max-Access: not-accessible Status: current |
none |
cwspCacConfigEntry |
CwspCacConfigEntry |
Contains an entry for the CAC information. Max-Access: not-accessible Status: current The index contains ifIndex. |
none |
cwspUtilFactorCbr |
Integer32 (1..200) |
Specifies the booking factor for the Constant Bit Rate (CBR) service. Max-Access: read-write Status: current |
100 |
cwspUtilFactorRtVbr |
Integer32 (1..200) |
Specifies the booking factor for the real-time Variable Bit Rate (VBR) service. Max-Access: read-write Status: current |
100 |
cwspUtilFactorNrtVbr |
Integer32 (1..200) |
Specifies the booking factor for nonreal-time VBR service. Max-Access: read-write Status: current |
100 |
cwspUtilFactorAbr |
Integer32 (1..200) |
Specifies the booking factor for the Available Bit Rate (ABR) service. Max-Access: read-write Status: current |
100 |
cwspUtilFactorUbr |
Integer32 (1..200) |
Specifies the booking factor for the Unspecified Bit Rate (UBR) service. Max-Access: read-write Status: current |
100 |
cwspMaxBwCbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for the CBR service in percentage. The value of this variable is interpreted in the format of xxx.xxxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMaxBwRtVbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for the real-time VBR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMaxBwNrtVbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for the nonreal-time (NRT) VBR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMaxBwAbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for the ABR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMaxBwUbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for the UBR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMinBwCbr |
Integer32 (0..1000000) |
Specifies the minimum bandwidth for the CBR service in percentage. The total values for cwspMinBwCbr, cwspMinBwRtVbr, cwspMinBwNrtVbr, cwspMinBwAbr, and cwspMinBwUbr cannot exceed 1000000 or 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMinBwRtVbr |
Integer32 (0..1000000) |
Specifies the minimum bandwidth for the real-time VBR service in percentage. The total values of cwspMinBwCbr, cwspMinBwRtVbr, cwspMinBwNrtVbr, cwspMinBwAbr, and cwspMinBwUbr can not exceed 1000000 or 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMinBwNrtVbr |
Integer32 (0..1000000) |
Specifies the minimum bandwidth for the NRT VBR service in percentage. The total values of cwspMinBwCbr, cwspMinBwRtVbr, cwspMinBwNrtVbr, cwspMinBwAbr, and cwspMinBwUbr cannot exceed 1000000 or 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMinBwAbr |
Integer32 (0..1000000) |
Specifies the minimum bandwidth for the ABR service in percentage. The total values of cwspMinBwCbr, cwspMinBwRtVbr, cwspMinBwNrtVbr, cwspMinBwAbr, and cwspMinBwUbr cannot exceed 1000000 or 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMinBwUbr |
Integer32(0..1000000) |
Specifies the minimum bandwidth for the UBR service in percentage. The value for this variable is always 0. Max-Access: read-only Status: current |
none |
cwspMaxVcCbr |
Integer32 (0..1000000) |
Specifies the maximum number of VCs for the CBR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMaxVcRtVbr |
Integer32 (0..1000000) |
Specifies the maximum number of VCs for the real-time VBR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMaxVcNrtVbr |
Integer32 (0..1000000) |
Specifies the maximum number of VCs for the NRT VBR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMaxVcAbr |
Integer32 (0..1000000) |
Specifies the maximum number of VCs for the ABR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMaxVcUbr |
Integer32 (0..1000000) |
Specifies the maximum number of VCs for the UBR service in percentage. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
1000000 |
cwspMinVcCbr |
Integer32 (0..1000000) |
Specifies the minimum number of VCs for the CBR service in percentage. The total values of cwspMinVcCbr, cwspMinVcRtVbr, cwspMinVcNrtVbr, cwspMinVcAbr, and cwspMinVcUbr cannot exceed 1000000 or 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMinVcRtVbr |
Integer32 (0..1000000) |
Specifies the minimum number of VCs for the real-time VBR service in percentage. The total values of cwspMinVcCbr, cwspMinVcRtVbr, cwspMinVcNrtVbr, cwspMinVcAbr, and cwspMinVcUbr cannot exceed 1000000 or 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMinVcNrtVbr |
Integer32 (0..1000000) |
Specifies the minimum number of VCs for the NRT VBR service in percentage. The total values of cwspMinVcCbr, cwspMinVcRtVbr, cwspMinVcNrtVbr, cwspMinVcAbr, and cwspMinVcUbr cannot exceed 1000000, for example, 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMinVcAbr |
Integer32 (0..1000000) |
Specifies the minimum number of VCs for the ABR service in percentage. The total values of cwspMinVcCbr, cwspMinVcRtVbr, cwspMinVcNrtVbr, cwspMinVcAbr, and cwspMinVcUbr cannot exceed 1000000, for example, 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMinVcUbr |
Integer32 (0..1000000) |
Specifies the minimum number of VCs for the UBR service in percentage. The total values of cwspMinVcCbr, cwspMinVcRtVbr, cwspMinVcNrtVbr, cwspMinVcAbr, and cwspMinVcUbr cannot exceed 1000000, for example, 100%. The value of this variable is interpreted in the format of xxx.xxx. For example, xxx.xxxx is a value 750000 and is interpreted as 75.0000%. Max-Access: read-write Status: current |
0 |
cwspMaxVcBwCbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for a VC that is used for the real-time CBR service. The value is in units of cps. Max-Access: read-write Status: current |
0 |
cwspMaxVcBwRtVbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for a VC that is used for the real-time VBR service. The value is in units of cps. Max-Access: read-write Status: current |
0 |
cwspMaxVcBwNrtVbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for a VC that is used for the NRT VBR service. The value is in units of cps. Max-Access: read-write Status: current |
0 |
cwspMaxVcBwAbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth for a VC that is used for the ABR service. The value is in units of cps. Max-Access: read-write Status: current |
0 |
cwspMaxVcBwUbr |
Integer32 (0..1000000) |
Specifies the maximum bandwidth that is allowed for the UBR service. The value is in units of cps. Max-Access: read-write Status: current |
0 |
cwspDefaultCdvtCbr |
Integer32 (0..2147483647) |
Specifies the default Cell Delay Variation Tolerance (CDVT) for the CBR service. Max-Access: read-write Status: current |
1024 |
cwspDefaultCdvtRtVbr |
Integer32 (0..2147483647) |
Specifies the default CDVT for the real-time VBR service. Max-Access: read-write Status: current |
1024 |
cwspDefaultCdvtNrtVbr |
Integer32 (0..2147483647) |
Specifies the default CDVT for the NRT VBR service. Max-Access: read-write Status: current |
1024 |
cwspDefaultCdvtAbr |
Integer32 (0..2147483647) |
Specifies the default CDVT for the ABR service. Max-Access: read-write Status: current |
1024 |
cwspDefaultCdvtUbr |
Integer32 (0..2147483647) |
Specifies the default CDVT for the UBR service. Max-Access: read-write Status: current |
1024 |
cwspDefaultMbsRtVbr |
Integer32 (0..2147483647) |
Specifies the default Maximum Burst Size (MBS) for the real-time VBR service. Max-Access: read-write Status: current |
1024 |
cwspDefaultMbsNrtVbr |
Integer32 (0..2147483647) |
Specifies the default MBS for the NRT VBR service. Max-Access: read-write Status: current |
1024 |
Port Loading Table
The object identifier for each MIB object is listed in Table 5-38.
Table 5-38 Port Loading Table Object Identifiers
|
Name
|
Object Identifier
|
cwspLoadTable |
::= { cwspLoad 1 } |
cwspLoadEntry |
::= { cwspLoadTable 1 } |
cwspLoadBwTotal |
::= { cwspLoadEntry 1 } |
cwspLoadMaxBwCbr |
::= { cwspLoadEntry 2 } |
cwspLoadMaxBwRtVbr |
::= { cwspLoadEntry 3 } |
cwspLoadMaxBwNrtVbr |
::= { cwspLoadEntry 4 } |
cwspLoadMaxBwAbr |
::= { cwspLoadEntry 5 } |
cwspLoadMaxBwUbr |
::= { cwspLoadEntry 6 } |
cwspLoadBwAvail |
::= { cwspLoadEntry 7 } |
cwspLoadAvlBwCbr |
::= { cwspLoadEntry 8 } |
cwspLoadAvlBwRtVbr |
::= { cwspLoadEntry 9 } |
cwspLoadAvlBwNrtVbr |
::= { cwspLoadEntry 10 } |
cwspLoadAvlBwAbr |
::= { cwspLoadEntry 11 } |
cwspLoadAvlBwUbr |
::= { cwspLoadEntry 12 } |
cwspLoadVcAvail |
::= { cwspLoadEntry 13 } |
cwspLoadAvlVcCbr |
::= { cwspLoadEntry 14 } |
cwspLoadAvlVcRtVbr |
::= { cwspLoadEntry 15 } |
cwspLoadAvlVcNrtVbr |
::= { cwspLoadEntry 16 } |
cwspLoadAvlVcAbr |
::= { cwspLoadEntry 17 } |
cwspLoadAvlVcUbr |
::= { cwspLoadEntry 18 } |
cwspLoadCtdCbr |
::= { cwspLoadEntry 19 } |
cwspLoadCtdRtVbr |
::= { cwspLoadEntry 20 } |
cwspLoadCtdNrtVbr |
::= { cwspLoadEntry 21 } |
cwspLoadCtdAbr |
::= { cwspLoadEntry 22 } |
cwspLoadCtdUbr |
::= { cwspLoadEntry 23 } |
cwspLoadCdvCbr |
::= { cwspLoadEntry 24 } |
cwspLoadCdvRtVbr |
::= { cwspLoadEntry 25 } |
cwspLoadCdvNrtVbr |
::= { cwspLoadEntry 26 } |
cwspLoadCdvAbr |
::= { cwspLoadEntry 27 } |
cwspLoadCdvUbr |
::= { cwspLoadEntry 28 } |
cwspLoadClr0Cbr |
::= { cwspLoadEntry 29 } |
cwspLoadClr0RtVbr |
::= { cwspLoadEntry 30 } |
cwspLoadClr0NrtVbr |
::= { cwspLoadEntry 31 } |
cwspLoadClr0Abr |
::= { cwspLoadEntry 32 } |
cwspLoadClr0Ubr |
::= { cwspLoadEntry 33 } |
cwspLoadClr01Cbr |
::= { cwspLoadEntry 34 } |
cwspLoadClr01RtVbr |
::= { cwspLoadEntry 35 } |
cwspLoadClr01NrtVbr |
::= { cwspLoadEntry 36 } |
cwspLoadClr01Abr |
::= { cwspLoadEntry 37 } |
cwspLoadClr01Ubr |
::= { cwspLoadEntry 38 } |
cwspLoadMinGurCrCbr |
::= { cwspLoadEntry 39 } |
cwspLoadMinGurCrRtVbr |
::= { cwspLoadEntry 40 } |
cwspLoadMinGurCrNrtVbr |
::= { cwspLoadEntry 41 } |
cwspLoadMinGurCrAbr |
::= { cwspLoadEntry 42 } |
cwspLoadMinGurCrUbr |
::= { cwspLoadEntry 43 } |
The MIB objects are listed in Table 5-39.
Table 5-39 Port Loading Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspLoadTable |
Sequence of CwspLoadEntry |
Specifies the load information for each interface. Max-Access: not-accessible Status: current |
none |
cwspLoadEntry |
CwspLoadEntry |
Contains an entry for the load information. Max-Access: not-accessible Status: current The index contains ifIndex. |
none |
cwspLoadBwTotal |
Integer32 (0..2147483647) |
Determines the total bandwidth of the interface. Max-Access: read-only Status: current |
none |
cwspLoadMaxBwCbr |
Integer32 (0..2147483647) |
Determines the maximum bandwidth for the CBR service. Max-Access: read-only Status: current |
none |
cwspLoadMaxBwRtVbr |
Integer32 (0..2147483647) |
Determines the maximum bandwidth for the real-time VBR service. Max-Access: read-only Status: current |
none |
cwspLoadMaxBwNrtVbr |
Integer32 (0..2147483647) |
Determines the maximum bandwidth for the NRT VBR service. Max-Access: read-only Status: current |
none |
cwspLoadMaxBwAbr |
Integer32 (0..2147483647) |
Determines the maximum bandwidth for the ABR service. Max-Access: read-only Status: current |
none |
cwspLoadMaxBwUbr |
Integer32 (0..2147483647) |
Determines the maximum bandwidth for the UBR service. Max-Access: read-only Status: current |
none |
cwspLoadBwAvail |
Integer32 (0..2147483647) |
Determines the total available bandwidth of the interface. Max-Access: read-only Status: current |
none |
cwspLoadAvlBwCbr |
Integer32 (0..2147483647) |
Determines the available bandwidth for the CBR service. Max-Access: read-only Status: current |
none |
cwspLoadAvlBwRtVbr |
Integer32 (0..2147483647) |
Determines the available bandwidth for the real-time VBR service. Max-Access: read-only Status: current |
none |
cwspLoadAvlBwNrtVbr |
Integer32 (0..2147483647) |
Determines the available bandwidth for the NRT VBR service. Max-Access: read-only Status: current |
none |
cwspLoadAvlBwAbr |
Integer32 (0..2147483647) |
Determines the available bandwidth for the ABR service. Max-Access: read-only Status: current |
none |
cwspLoadAvlBwUbr |
Integer32 (0..2147483647) |
Determines the available bandwidth for the UBR service. Max-Access: read-only Status: current |
none |
cwspLoadVcAvail |
Integer32 (0..2147483647) |
Determines the total number of available VCs for the interface. Max-Access: read-only Status: current |
none |
cwspLoadAvlVcCbr |
Integer32 (0..2147483647) |
Determines the number of VCs used by the CBR service. Max-Access: read-only Status: current |
none |
cwspLoadAvlVcRtVbr |
Integer32 (0..2147483647) |
Determines the number of VCs used by the real-time VBR service. Max-Access: read-only Status: current |
none |
cwspLoadAvlVcNrtVbr |
Integer32 (0..2147483647) |
Determines the number of VCs used by the NRT VBR service. Max-Access: read-only Status: current |
none |
cwspLoadAvlVcAbr |
Integer32 (0..2147483647) |
Determines the number of VCs used by the ABR service. Max-Access: read-only Status: current |
none |
cwspLoadAvlVcUbr |
Integer32 (0..2147483647) |
Determines the number of VCs used by the UBR service. Max-Access: read-only Status: current |
none |
cwspLoadCtdCbr |
Integer32 (0..2147483647) |
Specifies the cell transfer delay for the CBR service. Max-Access: read-only Status: current |
none |
cwspLoadCtdRtVbr |
Integer32 (0..2147483647) |
Specifies the cell transfer delay for the real-time VBR service. Max-Access: read-only Status: current |
none |
cwspLoadCtdNrtVbr |
Integer32 (0..2147483647) |
Specifies the cell transfer delay for the NRT VBR service. Max-Access: read-only Status: current |
none |
cwspLoadCtdAbr |
Integer32 (0..2147483647) |
Specifies the cell transfer delay for the ABR service. Max-Access: read-only Status: current |
none |
cwspLoadCtdUbr |
Integer32 (0..2147483647) |
Specifies the cell transfer delay for the UBR service. Max-Access: read-only Status: current |
none |
cwspLoadCdvCbr |
Integer32 (0..2147483647) |
Specifies the cell delay variation for the CBR service. Max-Access: read-only Status: current |
none |
cwspLoadCdvRtVbr |
Integer32 (0..2147483647) |
Specifies the cell delay variation for the real-time VBR service. Max-Access: read-only Status: current |
none |
cwspLoadCdvNrtVbr |
Integer32 (0..2147483647) |
Specifies the cell delay variation for the nonreal-time VBR service. Max-Access: read-only Status: current |
none |
cwspLoadCdvAbr |
Integer32 (0..2147483647) |
Specifies the cell delay variation for the ABR service. Max-Access: read-only Status: current |
none |
cwspLoadCdvUbr |
Integer32 (0..2147483647) |
Specifies the cell delay variation for the UBR service. Max-Access: read-only Status: current |
none |
cwspLoadClr0Cbr |
Integer32 |
Specifies the cell loss ratio is called -0 for the CBR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr0RtVbr |
Integer32 |
Specifies the cell loss ratio is called -0 for the real-time VBR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr0NrtVbr |
Integer32 |
Specifies the cell loss ratio is called -0 for the nonreal-time VBR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr0Abr |
Integer32 |
Specifies the cell loss ratio is -0 for the ABR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr0Ubr |
Integer32 |
Specifies the cell loss ratio is called -0 for the UBR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr01Cbr |
Integer32 |
Specifies the cell loss ratio is called -1 for the CBR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr01RtVbr |
Integer32 |
Specifies the cell loss ratio is called -1 for the real-time VBR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr01NrtVbr |
Integer32 |
Specifies the cell loss ratio is called -1 for the NRT VBR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr01Abr |
Integer32 |
Specifies the cell loss ratio is called -1 for the ABR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadClr01Ubr |
Integer32 |
Specifies the cell loss ratio is called -1 for the UBR service. The value -1 means not applicable. Max-Access: read-only Status: current |
none |
cwspLoadMinGurCrCbr |
Integer32 (0..2147483647) |
Specifies the minimum guaranteed cell rate capacity for the CBR service. Max-Access: read-only Status: current |
none |
cwspLoadMinGurCrRtVbr |
Integer32 (0..2147483647) |
Specifies the minimum guaranteed cell rate capacity for the real-time VBR service. Max-Access: read-only Status: current |
none |
cwspLoadMinGurCrNrtVbr |
Integer32 (0..2147483647) |
Specifies the minimum guaranteed cell rate capacity for the NRT VBR service. Max-Access: read-only Status: current |
none |
cwspLoadMinGurCrAbr |
Integer32 (0..2147483647) |
Specifies the minimum guaranteed cell rate capacity for the ABR service. Max-Access: read-only Status: current |
none |
cwspLoadMinGurCrUbr |
Integer32 (0..2147483647) |
Specifies the minimum guaranteed cell rate capacity for the UBR service. Max-Access: read-only Status: current |
none |
Interface Operation Table
The object identifier for each MIB object is listed in Table 5-40.
Table 5-40 Interface Operation Table Object Identifiers
|
Name
|
Object Identifier
|
cwspOperationTable |
::= { cwspOperation 1 } |
cwspOperationEntry |
::= { cwspOperationTable 1 } |
cwspOperIlmiEnable |
::= { cwspOperationEntry 1 } |
cwspOperIfcType |
::= { cwspOperationEntry 2 } |
cwspOperIfcSide |
::= { cwspOperationEntry 3 } |
cwspOperMaxVPCs |
::= { cwspOperationEntry 4 } |
cwspOperMaxVCCs |
::= { cwspOperationEntry 5 } |
cwspOperMaxVpiBits |
::= { cwspOperationEntry 6 } |
cwspOperMaxVciBits |
::= { cwspOperationEntry 7 } |
cwspOperUniType |
::= { cwspOperationEntry 8 } |
cwspOperUniVersion |
::= { cwspOperationEntry 9 } |
cwspOperDeviceType |
::= { cwspOperationEntry 10 } |
cwspOperIlmiVersion |
::= { cwspOperationEntry 11 } |
cwspOperNniSigVersion |
::= { cwspOperationEntry 12 } |
cwspOperMaxSvpcVpi |
::= { cwspOperationEntry 13 } |
cwspOperMinSvpcVpi |
::= { cwspOperationEntry 14 } |
cwspOperMaxSvccVpi |
::= { cwspOperationEntry 15 } |
cwspOperMinSvccVpi |
::= { cwspOperationEntry 16 } |
cwspOperMaxSvccVci |
::= { cwspOperationEntry 17 } |
cwspOperMinSvccVci |
::= { cwspOperationEntry 18 } |
cwspOperAddrPlanSupported |
::= { cwspOperationEntry 19 } |
The MIB objects are listed in Table 5-41.
Table 5-41 Interface Operation Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspOperationTable |
Sequence of CwspOperationEntry |
Specifies the interface operation table that contains the runtime negotiated values between the platform, PNNI controller, and peer for the interface. Max-Access: not-accessible Status: current |
none |
cwspOperationEntry |
CwspOperationEntry |
Specifies an entry in the interface operation table that contains the negotiated values for the interface. Max-Access: not-accessible Status: current The index contains ifIndex. |
none |
cwspOperIlmiEnable |
TruthValue |
Explains the operational state of Interim Local Management Interface (ILMI). Max-Access: read-only Status: current |
none |
cwspOperIfcType |
Integer { publicUni(1), privateUni(2), iisp(3), pnni(4), aini(5), enni(6)} |
Specifies the interface type. It contains the following: • Public User-Network Interface (publicUni) • Private User-Network Interface (privateUni) • Interim Inter-Switch Signaling Protocol (IISP) • Private Network-to-Network Interface (PNNI) • ATM Inter-Network Interface (AINI) • Enhanced Network-to-Network Interface (ENNI) Max-Access: read-only Status: current |
none |
cwspOperIfcSide |
INTEGER { userSide(1), networkSide(2), symmetric(3) } |
Explains the IME type of the ATM device that is determined by the automatic interface type determination procedure. Refer to ATM Forum ILMI 4.0, Section 8.3.4.1. Max-Access: read-only Status: current |
none |
cwspOperMaxVPCs |
Integer32 |
Specifies the maximum number of switched and permanent VPCs supported on this ATM interface. Max-Access: read-only Status: current |
none |
cwspOperMaxVCCs |
Integer32 |
Specifies the maximum number of switched and permanent VCCs supported on this ATM interface. Max-Access: read-only Status: current |
none |
cwspOperMaxVpiBits |
Integer32 |
Specifies the maximum number of active VPI bits on this ATM interface. Max-Access: read-only Status: current |
none |
cwspOperMaxVciBits |
Integer32 |
Specifies the maximum number of active VCI bits on this ATM interface. Max-Access: read-only Status: current |
none |
cwspOperUniType |
INTEGER { public(1), private(2) } |
Specifies the type of the ATM device, for example, public or private. Max-Access: read-only Status: current |
none |
cwspOperUniVersion |
INTEGER { uni20(1), uni30(2), uni31(3), uni40(4), ituDss2(5) frf4(6) unsupported(7) ip(8)} |
Indicates the latest version of the ATM Forum UNI Signaling Specification that is supported on this ATM Interface. If this value is not present, a version of the UNI earlier than 3.1 is supported. If the peer IME value of this object is the same as or later than the local IME value, the version corresponding to the local IME value is attempted. Otherwise, if the peer IME value of this object is used earlier and supported locally, the local IME can use the version corresponding to the peer IME value. Otherwise, compatibility of the two IMEs cannot be assumed. Max-Access: read-only Status: current |
none |
cwspOperDeviceType |
INTEGER { user(1), node(2) } |
Determines the type of ATM device. This object is used in an automatic ATM Interface-Type determination procedure so that a correct operational ATM Interface-Type can be determined. An ATM End System can take the value user(1), and an ATM network node can take the value node(2). Max-Access: read-only Status: current |
none |
cwspOperIlmiVersion |
INTEGER { unsupported(1), version4point0(2) } |
Indicates the latest version of the ATM Forum ILMI Specification that is supported on this ATM Interface. If the peer IME value of this object is the same as or later than the local IME value, the version corresponding to the local IME value is attempted. Otherwise, if the peer IME value of this object is earlier, and supported locally, the local IME can use the version that corresponds to the peer IME value. Otherwise, compatibility of the two IMEs cannot be assumed. If this object is not present, a version of the ILMI earlier than 4.0 is supported. Max-Access: read-only Status: current |
none |
cwspOperNniSig Version |
INTEGER{unsupported(1), iisp(2), pnniVersion1point0(3), enni(4), aini(5) } |
Indicates the latest version of the ATM Forum PNNI Signaling Specification supported on this ATM Interface. Note The PNNI routing version is not determined through ILMI. If the peer IME value of this object is the same as or later than the local IME value, the version that corresponds to the local IME value is attempted. Otherwise, if the peer IME value of this object is earlier and supported locally, the local IME can use the version that corresponds to the peer IME value. Otherwise, compatibility of the two IMEs cannot be assumed. Note enni is not a signaling protocol. Max-Access: read-only Status: current |
none |
cwspOperMaxSvpc Vpi |
Integer32 |
Determines the maximum switched VPC VPI. Max-Access: read-only Status: current |
none |
cwspOperMinSvpc Vpi |
Integer32 |
Determines the minimum switched VPC VPI. Max-Access: read-only Status: current |
none |
cwspOperMaxSvcc Vpi |
Integer32 |
Determines the maximum switched VCC VPI. Max-Access: read-only Status: current |
none |
cwspOperMinSvcc Vpi |
Integer32 |
Determines the minimum switched VCC VPI. Max-Access: read-only Status: current |
none |
cwspOperMaxSvcc Vci |
Integer32 |
Determines the maximum switched VCC VCI. Max-Access: read-only Status: current |
none |
cwspOperMinSvccVci |
Integer32 |
Determines the minimum switched VCC VCI. Max-Access: read-only Status: current |
none |
cwspOperAddrPlan Supported |
Integer{both(1), aesa(2), e164(3) } |
Specifies the ATM address plan supported on a public UNI. For all other interfaces, the value is aesa. Max-Access: read-only Status: current |
none |
Port Signaling Statistics
The object identifier for each MIB object is listed in Table 5-42.
Table 5-42 Port Signaling Statistics Table Object Identifiers
|
Name
|
Object Identifier
|
cwspSigStatsTable |
::= { cwspSigStats 1 } |
cwspSigStatsEntry |
::= { cwspSigStatsTable 1 } |
cwspSigCounterReset |
::= { cwspSigStatsEntry 1 } |
cwspCallProcRcv |
::= { cwspSigStatsEntry 2 } |
cwspConnectRcv |
::= { cwspSigStatsEntry 3 } |
cwspConnectAckRcv |
::= { cwspSigStatsEntry 4 } |
cwspSetupRcv |
::= { cwspSigStatsEntry 5 } |
cwspReleaseRcv |
::= { cwspSigStatsEntry 6 } |
cwspReleaseComplRcv |
::= { cwspSigStatsEntry 7 } |
cwspRestartRcv |
::= { cwspSigStatsEntry 8 } |
cwspRestartAckRcv |
::= { cwspSigStatsEntry 9 } |
cwspStatusRcv |
::= { cwspSigStatsEntry 10 } |
cwspStatusEnqRcv |
::= { cwspSigStatsEntry 11 } |
cwspNotifyRcv |
::= { cwspSigStatsEntry 12 } |
cwspAlertRcv |
::= { cwspSigStatsEntry 13 } |
cwspProgressRcv |
::= { cwspSigStatsEntry 14 } |
cwspAddPtyRcv |
::= { cwspSigStatsEntry 15 } |
cwspAddPtyAckRcv |
::= { cwspSigStatsEntry 16 } |
cwspAddPtyRejRcv |
::= { cwspSigStatsEntry 17 } |
cwspDropPtyRcv |
::= { cwspSigStatsEntry 18 } |
cwspIncorrectMsgRcv |
::= { cwspSigStatsEntry 20 } |
cwspTimerExpiries |
::= { cwspSigStatsEntry 21 } |
cwspLastCause |
::= { cwspSigStatsEntry 22 } |
cwspLastDiagnostic |
::= { cwspSigStatsEntry 23 } |
cwspCallProcXmt |
::= { cwspSigStatsEntry 24 } |
cwspConnectXmt |
::= { cwspSigStatsEntry 25 } |
cwspConnectAckXmt |
::= { cwspSigStatsEntry 26 } |
cwspSetupXmt |
::= { cwspSigStatsEntry 27 } |
cwspReleaseXmt |
::= { cwspSigStatsEntry 28 } |
cwspReleaseComplXmt |
::= { cwspSigStatsEntry 29 } |
cwspRestartXmt |
::= { cwspSigStatsEntry 30 } |
cwspRestartAckXmt |
::= { cwspSigStatsEntry 31 } |
cwspStatusXmt |
::= { cwspSigStatsEntry 32 } |
cwspStatusEnqXmt |
::= { cwspSigStatsEntry 33 } |
cwspNotifyXmt |
::= { cwspSigStatsEntry 34 } |
cwspAlertXmt |
::= { cwspSigStatsEntry 35 } |
cwspProgressXmt |
::= { cwspSigStatsEntry 36 } |
cwspAddPtyXmt |
::= { cwspSigStatsEntry 37 } |
cwspAddPtyAckXmt |
::= { cwspSigStatsEntry 38 } |
cwspAddPtyRejXmt |
::= { cwspSigStatsEntry 39 } |
cwspDropPtyXmt |
::= { cwspSigStatsEntry 40 } |
cwspSscopStatus |
::= { cwspSigStatsEntry 42 } |
The MIB objects are listed in Table 5-43.
Table 5-43 Port Signaling Statistics Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspSigStatsTable |
Sequence of CwspSigStatsEntry |
Contains the signaling statistics counters. Max-Access: not-accessible Status: current |
none |
cwspSigStatsEntry |
CwspSigStatsEntry |
Contains the entry that is used for signaling statistics. Max-Access: not-accessible Status: current The index contains ifIndex. |
none |
cwspSigCounterReset |
INTEGER { noop(1), -- none of following reset(2) -- resetting} |
Writes the value two to reset all the signaling counters. Max-Access: read-write Status: current |
noop |
cwspCallProcRcv |
Counter32 |
Determines the number of CALL PROCEEDING messages received on this interface. Max-Access: read-only Status: current |
none |
cwspConnectRcv |
Counter32 |
Determines the number of CONNECT messages that is received on this interface. Max-Access: read-only Status: current |
none |
cwspConnectAckRcv |
Counter32 |
Determines the number of CONNECT ACK messages that is received on this interface. Max-Access: read-only Status: current |
none |
cwspSetupRcv |
Counter32 |
Determines the number of SETUP messages received on this interface. Max-Access: read-only Status: current |
none |
cwspReleaseRcv |
Counter32 |
Determines the number of RELEASE messages received on this interface. Max-Access: read-only Status: current |
none |
cwspReleaseComplRcv |
Counter32 |
Determines the number of RELEASE COMPLETE messages received on this interface. Max-Access: read-only Status: current |
none |
cwspRestartRcv |
Counter32 |
Determines the number of RESTART messages received on this interface. Max-Access: read-only Status: current |
none |
cwspRestartAckRcv |
Counter32 |
Determines the number of RESTART ACK messages received on this interface. Max-Access: read-only Status: current |
none |
cwspStatusRcv |
Counter32 |
Determines the number of STATUS messages received on this interface. Max-Access: read-only Status: current |
none |
cwspStatusEnqRcv |
Counter32 |
Determines the number of STATUS ENQUIRY messages received on this interface. Max-Access: read-only Status: current |
none |
cwspNotifyRcv |
Counter32 |
Determines the number of NOTIFY messages received on this interface. Max-Access: read-only Status: current |
none |
cwspAlertRcv |
Counter32 |
Determines the number of ALERT messages received on this interface. Max-Access: read-only Status: current |
none |
cwspProgressRcv |
Counter32 |
Determines the number of PROGRESS messages received on this interface. Max-Access: read-only Status: current |
none |
cwspAddPtyRcv |
Counter32 |
Determines the number of ADD PARTY messages received on this interface. Max-Access: read-only Status: current |
none |
cwspAddPtyAckRcv |
Counter32 |
Determines the number of ADD PARTY ACK messages received on this interface. Max-Access: read-only Status: current |
none |
cwspAddPtyRejRcv |
Counter32 |
Determines the number of ADD PARTY REJECT messages received on this interface. Max-Access: read-only Status: current |
none |
cwspDropPtyRcv |
Counter32 |
Determines the number of DROP PARTY messages received on this interface. Max-Access: read-only Status: current |
none |
cwspIncorrectMsgRcv |
Counter32 |
Determines the number of INCORRECT messages received on this interface. Max-Access: read-only Status: current |
none |
cwspTimerExpiries |
Counter32 |
Determines the number of timeouts that occurred on this interface. Max-Access: read-only Status: current |
none |
cwspLastCause |
Counter32 |
Indicates the last cause of the release or crankback. Max-Access: read-only Status: current |
none |
cwspLastDiagnostic |
Integer32 |
Indicates the last diagnostic of the release or crankback. Max-Access: read-only Status: current |
none |
cwspCallProcXmt |
Counter32 |
Determines the number of CALL PROCEEDING messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspConnectXmt |
Counter32 |
Determines the number of CONNECT messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspConnectAckXmt |
Counter32 |
Determines the number of CONNECT ACK messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspSetupXmt |
Counter32 |
Determines the number of SETUP messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspReleaseXmt |
Counter32 |
Determines the number of RELEASE messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspReleaseComplXmt |
Counter32 |
Determines the number of RELEASE COMPLETE messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspRestartXmt |
Counter32 |
Determines the number of RESTART messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspRestartAckXmt |
Counter32 |
Determines the number of RESTART ACK messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspStatusXmt |
Counter32 |
Determines the number of STATUS messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspStatusEnqXmt |
Counter32 |
Determines the number of STATUS ENQUIRY messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspNotifyXmt |
Counter32 |
Determines the number of NOTIFY messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspAlertXmt |
Counter32 |
Determines the number of ALERT messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspProgressXmt |
Counter32 |
Determines the number of PROGRESS messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspAddPtyXmt |
Counter32 |
Determines the number of ADD PARTY messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspAddPtyAckXmt |
Counter32 |
Determines the number of ADD PARTY ACK messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspAddPtyRejXmt |
Counter32 |
Determines the number of ADD PARTY REJECT messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspDropPtyXmt |
Counter32 |
Determines the number of DROP PARTY messages transmitted from this interface. Max-Access: read-only Status: current |
none |
cwspSscopStatus |
INTEGER { up(1), -- sscop link is established down(2) -- sscop link is tailed} |
Specifies the Sscop link status on an NNI. This object is meaningful in conjunction with the ciscoWANSscopLinkChange trap. Max-Access: read-only Status: current |
none |
Port Connection Data Table
The object identifier for each MIB object is listed in Table 5-44.
Table 5-44 Port Connection Data Table Object Identifiers
|
Name
|
Object Identifier
|
cwspConnTraceTable |
::= { cwspConnTrace 4 } |
cwspConnTraceEntry |
::= { cwspConnTraceTable 1 } |
cwspConnTraceDataIndex |
::= { cwspConnTraceEntry 1 } |
cwspConnTraceNodeId |
::= { cwspConnTraceEntry 2 } |
cwspConnTraceEgressPortId |
::= { cwspConnTraceEntry 3 } |
cwspConnTraceEgressVpi |
::= { cwspConnTraceEntry 4 } |
cwspConnTraceEgressVci |
::= { cwspConnTraceEntry 5 } |
cwspConnTraceEgressCallRef |
::= { cwspConnTraceEntry 6 } |
cwspConnTraceEgressPhyPortId |
::= { cwspConnTraceEntry 7 } |
cwspConnTraceLastNode |
::= { cwspConnTraceEntry 8 } |
The MIB objects are listed in Table 5-45.
Table 5-45 Port Connection Data Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspConnTraceTable |
Sequence of CwspConnTraceEntry |
Contains the objects that show the traversed node information in the existing SVC call. Max-Access: not-accessible Status: current |
none |
cwspConnTraceEntry |
CwspConnTraceEntry |
Specifies the conceptual row of the cwspConnTraceTable that is used to return information about all the nodes. The table rows belong to the connection which the search criteria corresponds to an instance of the cwspConnTraceCntlTable. Max-Access: not-accessible Status: current The indexes are as follows: • cwspConnTraceIndex • cwspConnTraceDataIndex |
none |
cwspConnTraceDataIndex |
Integer32 |
Specifies an unique entry in the cwspConnTraceTable along with the cwspConnTraceIndex. Max-Access: not-accessible Status: current |
none |
cwspConnTraceNodeId |
PnniNodeId |
Represents 22 bytes for the nodeId in the traced connection that is used for this octet string. Max-Access: read-only Status: current |
none |
cwspConnTraceEgressPortId |
PnniPortId |
Represents 4 bytes for the logical port ID of the traversed node that is used for this object. When the value 0 is specified, the destination node for the trace is reached. Max-Access: read-only Status: current |
none |
cwspConnTraceEgressVpi |
Integer32 |
Shows the egress port VPI value for the traced connection. Max-Access: read-only Status: current |
none |
cwspConnTraceEgressVci |
Integer32 |
Shows the egress port VCI value for the traced connection. Max-Access: read-only Status: current |
none |
cwspConnTraceEgressCallRef |
Integer32 |
Shows the egress port call reference. Max-Access: read-only Status: current |
none |
cwspConnTraceEgressPhyPortId |
OCTET STRING (SIZE(8)) |
Shows the egress port physical port identifier for the traversed node. If this object is 0, which means the destination node for the traced connection has been reached, the meaning for the bytes are as follows: • 1st byte—Defines the flag that is used by the CLI to decode the rest of bytes. • 2nd byte—Defines the shelf. • 3rd and 4th bytes—Defines the slot. • 5th byte—Defines the subslot. • 6th and 7th bytes—Defines the port. • 8th byte—Defines the subport. Max-Access: read-only Status: current |
none |
cwspConnTraceLastNode |
TruthValue |
Indicates if the entry contains the information about the last node where the trace ends. If it is the last node, the value is either true(1) or false(2). Max-Access: read-only Status: current |
none |
Port Connection Trace Control Table
The object identifier for each MIB object is listed in Table 5-46.
Table 5-46 Port Connection Trace Control Table Object Identifiers
|
Name
|
Object Identifier
|
cwspConnTraceCntlTable |
::= { cwspConnTrace 3 } |
cwspConnTraceCntlEntry |
::= { cwspConnTraceCntlTable 1 } |
cwspConnTraceIndex |
::= { cwspConnTraceCntlEntry 1 } |
cwspConnTraceifIndex |
::= { cwspConnTraceCntlEntry 2 } |
cwspConnTraceSrcVpi |
::= { cwspConnTraceCntlEntry 3 } |
cwspConnTraceSrcVci |
::= { cwspConnTraceCntlEntry 4 } |
cwspConnTraceType |
::= { cwspConnTraceCntlEntry 5 } |
cwspConnTraceCallRef |
::= { cwspConnTraceCntlEntry 6 } |
cwspConnTraceLeafRef |
::= { cwspConnTraceCntlEntry 7 } |
cwspConnTraceDestVpi |
::= { cwspConnTraceCntlEntry 8 } |
cwspConnTraceDestVci |
::= { cwspConnTraceCntlEntry 9 } |
cwspConnTraceDestCallRef |
::= { cwspConnTraceCntlEntry 10 } |
cwspConnTraceResultStatus |
::= { cwspConnTraceCntlEntry 11 } |
cwspConnTraceQueryStatus |
::= { cwspConnTraceCntlEntry 12 } |
The MIB objects are listed in Table 5-47.
Table 5-47 Port Connection Trace Control Table MIB Objects
|
Name
|
Syntax
|
Description
|
Default Value
|
cwspConnTraceCntlTable |
Sequence of CwspConnTraceCntlEntry |
Contains the objects that control the creation of the connection trace for the existing SVC call. Max-Access: not-accessible Status: current |
none |
cwspConnTraceCntlEntry |
CwspConnTraceCntlEntry |
Controls the connection trace creation. The NMS must acquire the next available index to create a row. Also, NMS needs to provide all read-create objects in the same Protocol Data Unit (PDU) with RowStatus to be CreateAndGo. Max-Access: not-accessible Status: current The index contains cwspConnTraceIndex. |
none |
cwspConnTraceIndex |
Integer32 (1..2147483647) |
Specifies the index to a row that contains a connection trace. Max-Access: not-accessible Status: current |
none |
cwspConnTraceifIndex |
InterfaceIndex |
Indicates the port to a trace connection for the ifIndex. Max-Access: read-create Status: current |
none |
cwspConnTraceSrcVpi |
Integer32 (0..4095) |
Shows the VPI value of the starting point on this interface. Max-Access: read-create Status: current |
none |
cwspConnTraceSrcVci |
Integer32 (0..65535) |
Shows the VCI value of the starting point on this interface. The value is in the range of 32 to 65535 (0=SPVP). Max-Access: read-create Status: current |
none |
cwspConnTraceType |
INTEGER { p2p(1), p2mp(2) } |
Sets this object to either point-to-point or point-to multipoint to specify tracing a point-to-point or point-to multipoint connection. Max-Access: read-create Status: current |
none |
cwspConnTraceCallRef |
Integer32 |
Shows the call reference value of the call on this interface. Max-Access: read-only Status: current |
none |
cwspConnTraceLeafRef |
Integer32 (0..65535) |
Shows the value of the leaf reference (EndPointReference) of the call on this interface. This value is used to support the point-to-multipoint call trace. For the point-to-point call, this value is set to 0 by the NMS. Max-Access: read-create Status: current |
none |
cwspConnTraceDestVpi |
Integer32 |
Shows the endpoint VPI value of the call on this interface. Max-Access: read-only Status: current |
none |
cwspConnTraceDestVci |
Integer32 |
Shows the endpoint VCI value of the call on this interface. Max-Access: read-only Status: current |
none |
cwspConnTraceDestCallRef |
Integer32 |
Shows the endpoint call reference on this interface. Max-Access: read-only Status: current |
none |
cwspConnTraceResultStatus |
INTEGER { traceInProgress(1), traceCompleted(2), traceIncompleted(3), traceExceededLength(4), traceContRefused(5), traceLackResource(6)} |
Shows the result of tracing the call. NMS can get a positive result for this attribute, for example, traceCompleted, before querying the cwspConnTraceTable. Max-Access: read-only Status: current |
none |
cwspConnTraceQueryStatus |
RowStatus |
Manages rows in this table. However, only CreateAndGo, NotInService, Active, and Destroy are supported. NMS sets only the value to be CreateAndGo to startup the trace. To remove a row, NMS resets this value to Destroy. The managed device can either return Active or NotInService. Max-Access: read-create Status: current |
none |
Cisco WAN SVC Conformance and Compliance Statements
The information on conformance is specific to SNMPv2. Table 5-48 lists the conformance groups.
Table 5-48 Cisco WAN SVC MIB Conformance Groups
|
Name
|
Object Identifier
|
ciscoWANSvcMIBConformance |
::= { ciscoWANSvcMIB 3 } |
ciscoWANSvcMIBCompliances |
::= { ciscoWANSvcMIBConformance 1 } |
ciscoWANSvcMIBGroups |
::= { ciscoWANSvcMIBConformance 2 } |
Cisco WAN SVC Compliance Statements
The compliance statement for the entities is used to support the CISCO SVC MIB. The following are the mandatory groups:
•
cwsInfoGrp
•
cwspConfigGrp
•
cwspCacConfigGrp
•
cwspCallStatsGrp
•
cwspSigStatsGrp
•
cwspCallGrp
•
cwspAbrCallGrp
•
cwspPrefixGrp
•
cwspLoadGrp
•
cwspAddressGrp
•
cwspConnTraceGrp
•
cwspOperationGrp
The object identifier used for ciscoWANSvcMIBCompliance is listed in Table 5-49.
Table 5-49 Cisco WAN SVC MIB Compliance Object Identifier
|
Name
|
Object Identifier
|
ciscoWANSvcMIBCompliance |
::= { ciscoWANSvcMIBCompliances 1 } |
Table 5-50 describes the compliance groups.
Table 5-50 Cisco WAN SVC MIB Compliance Groups
|
Name
|
Description
|
cwspSigConfigGrp |
Specifies that the signaling configuration group is optional. |
cwspSscopConfigGrp |
Specifies that the Service Specific Connection Oriented Protocol (SSCOP) configuration group is optional. |
cwspSscopStatsGrp |
Specifies that the SSCOP statistics group is optional. |
cwspRegAddressGrp |
Specifies that the registered ATM address group is optional. |
cwspRoutingGrp |
Specifies that the PNNI routing group is optional. |
cwspSpvcGrp |
Specifies that the SPVC group is optional. |
cwspSpvcNodePrefix |
Specifies that write access is currently not permitted. Max-Access: read-only |
cwspMaxP2pCalls |
Specifies that write access is currently not permitted. Max-Access: read-only |
Cisco WAN SVC Units of Conformance
The object identifier for each MIB object is listed in Table 5-51.
Table 5-51 Cisco WAN SVC MIB Units of Conformance Object Identifiers
|
Name
|
Description
|
cwsInfoGrp |
::= { ciscoWANSvcMIBGroups 1 } |
cwspConfigGrp |
::= { ciscoWANSvcMIBGroups 2 } |
cwspCacConfigGrp |
::= { ciscoWANSvcMIBGroups 3 } |
cwspCallStatsGrp |
::= { ciscoWANSvcMIBGroups 4 } |
cwspSigStatsGrp |
::= { ciscoWANSvcMIBGroups 5 } |
cwspCallGrp |
::= { ciscoWANSvcMIBGroups 6 } |
cwspAbrCallGrp |
::= { ciscoWANSvcMIBGroups 7 } |
cwspPrefixGrp |
::= { ciscoWANSvcMIBGroups 8 } |
cwspLoadGrp |
::= { ciscoWANSvcMIBGroups 9 } |
cwspAddressGrp |
::= { ciscoWANSvcMIBGroups 10 } |
cwspSigConfigGrp |
::= { ciscoWANSvcMIBGroups 11 } |
cwspSscopConfigGrp |
::= { ciscoWANSvcMIBGroups 12 } |
cwspSscopStatsGrp |
::= { ciscoWANSvcMIBGroups 13 } |
cwspRegAddressGrp |
::= { ciscoWANSvcMIBGroups 14 } |
cwspRoutingGrp |
::= { ciscoWANSvcMIBGroups 15 } |
cwspConnTraceGrp |
::= { ciscoWANSvcMIBGroups 16 } |
cwspOperationGrp |
::= { ciscoWANSvcMIBGroups 17 } |
cwspSpvcGrp |
::= { ciscoWANSvcMIBGroups 18 } |
The objects are listed in Table 5-52.
Table 5-52 Cisco WAN SVC MIB Objects Used for Units of Conformance
|
Name
|
Objects
|
Description
|
Default Value
|
cwsInfoGrp |
cwsSwRevision, cwsControllerStatus, cwspPnniStndbyController Status, cwspPnniControllerStatus, cwspPnniControllerPhySlot |
Describes a collection of objects that provides device level information. Status: current |
none |
cwspConfigGrp |
cwspAdminStatus, cwspOperStatus, cwspSvcBlocked, cwspSpvcBlocked, cwspIlmiAddrRegEnable, cwspIlmiAutoConfEnable, cwspIlmiServRegEnable, cwspPhyIdentifier, cwspSignallingVpi, cwspSignallingVci, cwspRoutingVpi, cwspRoutingVci, cwspMaxVpiBits, cwspMaxVciBits, cwspUniVersion, cwspNniVersion, cwspUniType, cwspSide, cwspMaxP2pCalls, cwspMaxP2mpRoots, cwspMaxP2mpLeafs, cwspMinSvccVpi, cwspMaxSvccVpi, cwspMinSvccVci, cwspMaxSvccVci, cwspMinSvpcVpi, cwspMaxSvpcVpi, cwspEnhancedIisp, cwspConfigTableRowStatus, cwspAddrPlanSupported |
Describes a collection of objects that provides information about the controller interface operation and associated parameters. Status: current |
none |
cwspCacConfigGrp |
cwspUtilFactorCbr, cwspUtilFactorRtVbr, cwspUtilFactorNrtVbr, cwspUtilFactorAbr, cwspUtilFactorUbr, cwspMaxBwCbr, cwspMaxBwRtVbr, cwspMaxBwNrtVbr, cwspMaxBwAbr, cwspMaxBwUbr, cwspMinBwCbr, cwspMinBwRtVbr, cwspMinBwNrtVbr, cwspMinBwAbr, cwspMinBwUbr, cwspMaxVcCbr, cwspMaxVcRtVbr, cwspMaxVcNrtVbr, cwspMaxVcAbr, cwspMaxVcUbr, cwspMinVcCbr, cwspMinVcRtVbr, cwspMinVcNrtVbr, cwspMinVcAbr, cwspMinVcUbr, cwspMaxVcBwCbr, cwspMaxVcBwRtVbr, cwspMaxVcBwNrtVbr, cwspMaxVcBwAbr, cwspMaxVcBwUbr, cwspDefaultCdvtCbr, cwspDefaultCdvtRtVbr, cwspDefaultCdvtNrtVbr, cwspDefaultCdvtAbr, cwspDefaultCdvtUbr, cwspDefaultMbsRtVbr, cwspDefaultMbsNrtVbr |
Describes a collection of objects that provides CAC information for an interface. Status: current |
none |
cwspCallStatsGrp |
cwspCountReset, cwspInCallAttempts, cwspInCallEstabs, cwspInCallFailures, cwspInFilterFailures, cwspInRouteFailures, cwspInResrcFailures, cwspInTimerFailures, cwspInCrankbacks, cwspOutCallAttempts, cwspOutCallEstabs, cwspOutCallFailures, cwspOutFilterFailures, cwspOutRouteFailures, cwspOutResrcFailures, cwspOutTimerFailures, cwspOutCrankbacks |
Determines a collection of objects that provides information about call statistics of an interface. Status: current |
none |
cwspSigStatsGrp |
cwspSigCounterReset, cwspCallProcRcv, cwspConnectRcv, cwspConnectAckRcv, cwspSetupRcv, cwspReleaseRcv, cwspReleaseComplRcv, cwspRestartRcv, cwspRestartAckRcv, cwspStatusRcv, cwspStatusEnqRcv, cwspNotifyRcv, cwspAlertRcv, cwspProgressRcv, cwspAddPtyRcv, cwspAddPtyAckRcv, cwspAddPtyRejRcv, cwspDropPtyRcv, cwspIncorrectMsgRcv, cwspTimerExpiries, cwspLastCause, cwspLastDiagnostic, cwspCallProcXmt, cwspConnectXmt, cwspConnectAckXmt, cwspSetupXmt, cwspReleaseXmt, cwspReleaseComplXmt, cwspRestartXmt, cwspRestartAckXmt, cwspStatusXmt, cwspStatusEnqXmt, cwspNotifyXmt, cwspAlertXmt, cwspProgressXmt, cwspAddPtyXmt, cwspAddPtyAckXmt, cwspAddPtyRejXmt, cwspDropPtyXmt, cwspSscopStatus |
Describes a collection of objects that provides information about signaling statistics. Status: current |
none |
cwspCallGrp |
cwspCallCallRef, cwspCallCallingAddress, cwspCallCalledAddress, cwspCallCallingSubAddr, cwspCallCalledSubAddr, cwspCallOtherIntfIndex, cwspCallOtherIntfVpi, cwspCallOtherIntfVci, cwspCallOtherIntfCallRef, cwspCallType, cwspCallStartTime, cwspCallBearerClass, cwspCallServiceCategory, cwspCallCastType, cwspCallClipSusceptibility, cwspCallFwdConformance, cwspCallFwdPcr, cwspCallFwdScr, cwspCallFwdMbs, cwspCallFwdCdvt, cwspCallFwdFrameDiscard, cwspCallBwdConformance, cwspCallBwdPcr, cwspCallBwdScr, cwspCallBwdMbs, cwspCallBwdCdvt, cwspCallBwdFrameDiscard, cwspCallMaxCtd, cwspCallMaxFwdCdv, cwspCallMaxFwdClr, cwspCallMaxBwdCdv, cwspCallMaxBwdClr |
Determines a collection of objects that provides information about the point-to-point or point-to-multipoint SVC/SPVC calls. This object also provides information for the associated parameters. Status: current |
none |
cwspAbrCallGrp |
cwspAbrCallCallRef, cwspAbrCallClgAddress, cwspAbrCallCldAddress, cwspAbrCallClgSubAddr, cwspAbrCallCldSubAddr, cwspAbrCallOtherIntfIndex, cwspAbrCallOtherIntfVpi, cwspAbrCallOtherIntfVci, cwspAbrCallOtherIntfCallRef, cwspAbrCallType, cwspAbrCallStartTime, cwspAbrCallBearerClass, cwspAbrCallServiceCategory, cwspAbrCallCastType, cwspAbrCallClipSusceptibility, cwspAbrCallFwdConformance, cwspAbrCallFwdPcr, cwspAbrCallFwdMcr, cwspAbrCallFwdIcr, cwspAbrCallFwdRif, cwspAbrCallFwdRdf, cwspAbrCallFwdTbe, cwspAbrCallFwdNrm, cwspAbrCallFwdTrm, cwspAbrCallFwdAdtf, cwspAbrCallFwdCdf, cwspAbrCallFwdFrameDiscard, cwspAbrCallBwdPcr, cwspAbrCallBwdMcr, cwspAbrCallBwdIcr, cwspAbrCallBwdRif, cwspAbrCallBwdRdf, cwspAbrCallBwdTbe, cwspAbrCallBwdNrm, cwspAbrCallBwdTrm, cwspAbrCallBwdAdtf, cwspAbrCallBwdCdf, cwspAbrCallBwdFrameDiscard, cwspAbrCallFrtt, cwspAbrCallMaxCtd, cwspAbrCallMaxFwdCdv, cwspAbrCallMaxFwdClr, cwspAbrCallMaxBwdCdv, cwspAbrCallMaxBwdClr |
Determines a collection of objects that provides information about ABR calls and associated parameters of an interface. Status: current |
none |
cwspPrefixGrp |
cwspPrefixRowStatus |
Specifies the network prefix(es) that are used for the ILMI address registration. Status: current |
none |
cwspLoadGrp |
cwspLoadBwTotal, cwspLoadMaxBwCbr, cwspLoadMaxBwRtVbr, cwspLoadMaxBwNrtVbr, cwspLoadMaxBwAbr, cwspLoadMaxBwUbr, cwspLoadBwAvail, cwspLoadAvlBwCbr, cwspLoadAvlBwRtVbr, cwspLoadAvlBwNrtVbr, cwspLoadAvlBwAbr, cwspLoadAvlBwUbr, cwspLoadVcAvail, cwspLoadAvlVcCbr, cwspLoadAvlVcRtVbr, cwspLoadAvlVcNrtVbr, cwspLoadAvlVcAbr, cwspLoadAvlVcUbr, cwspLoadCtdCbr, cwspLoadCtdRtVbr, cwspLoadCtdNrtVbr, cwspLoadCtdAbr, cwspLoadCtdUbr, cwspLoadCdvCbr, cwspLoadCdvRtVbr, cwspLoadCdvNrtVbr, cwspLoadCdvAbr, cwspLoadCdvUbr, cwspLoadClr0Cbr, cwspLoadClr0RtVbr, cwspLoadClr0NrtVbr, cwspLoadClr0Abr, cwspLoadClr0Ubr, cwspLoadClr01Cbr, cwspLoadClr01RtVbr, cwspLoadClr01NrtVbr, cwspLoadClr01Abr, cwspLoadClr01Ubr, cwspLoadMinGurCrCbr, cwspLoadMinGurCrRtVbr, cwspLoadMinGurCrNrtVbr, cwspLoadMinGurCrAbr, cwspLoadMinGurCrUbr |
Determines a collection of objects that provides information about load information and associated parameters of an interface. Status: current |
none |
cwspAddressGrp |
cwspAddrType, cwspAddrProto, cwspAddrPlan, cwspAddrScope, cwspAddrRedistribute, cwspAddressRowStatus |
Determines collection of objects that provides information about ATM End System Addresses. Status: current |
none |
cwspSigConfigGrp |
cwspSigCfgT301, cwspSigCfgT303, cwspSigCfgT308, cwspSigCfgT310, cwspSigCfgT316, cwspSigCfgT317, cwspSigCfgT322, cwspSigCfgT397, cwspSigCfgT398, cwspSigCfgT399 |
Determines a collection of objects that provides information about the signaling configuration and associated parameters. Status: current |
none |
cwspSscopConfigGrp |
cwspSscopTmrCC, cwspSscopTmrKeepAlive, cwspSscopTmrNoResp, cwspSscopTmrPoll, cwspSscopTmtIdle, cwspSscopMaxCC, cwspSscopMaxPD, cwspSscopMaxSTAT |
Determines a collection of objects about the SSCOP configuration and associated parameters. Status: current |
none |
cwspSscopStatsGrp |
cwspSscopCounterReset, cwspSscopIgnoredPduRcv, cwspSscopBgnRcv, cwspSscopBgakRcv, cwspSscopEndRcv, cwspSscopEndakRcv, cwspSscopRsRcv, cwspSscopRsakRcv, cwspSscopBgrejRcv, cwspSscopSdRcv, cwspSscopSdpRcv, cwspSscopPollRcv, cwspSscopStatRcv, cwspSscopUstatRcv, cwspSscopUdRcv, cwspSscopMdRcv, cwspSscopErakRcv, cwspSscopBgnXmt, cwspSscopBgakXmt, cwspSscopEndXmt, cwspSscopEndakXmt, cwspSscopRsXmt, cwspSscopRsakXmt, cwspSscopBgrejXmt, cwspSscopSdXmt, cwspSscopSdpXmt, cwspSscopPollXmt, cwspSscopStatXmt, cwspSscopUstatXmt, cwspSscopUdXmt, cwspSscopMdXmt, cwspSscopErakXmt |
Determines a collection of objects that provides information about the SSCOP statistics. Status: current |
none |
cwspRegAddressGrp |
cwspRegAtmAddress, cwspRegAddressOrgSscope |
Determines a collection of objects that provides information about the registered ATM address. Status: current |
none |
cwspRoutingGrp |
ciscoWANPnniLinkStatus, ciscoWANPnniPglStatus, ciscoWANPnniReachability, ciscoWANPnniRemoteNodeId, ciscoWANPnniPortId |
Determines a collection of objects that provides information about the PNNI topology. Status: current |
none |
cwspConnTraceGrp |
cwspConnTraceAvail, cwspConnTraceNextIndex, cwspConnTraceifIndex, cwspConnTraceSrcVpi, cwspConnTraceSrcVci, cwspConnTraceType, cwspConnTraceCallRef, cwspConnTraceLeafRef, cwspConnTraceDestVpi, cwspConnTraceDestVci, cwspConnTraceDestCallRef, cwspConnTraceResultStatus, cwspConnTraceQueryStatus, cwspConnTraceNodeId, cwspConnTraceEgressPortId, cwspConnTraceEgressVpi, cwspConnTraceEgressVci, cwspConnTraceEgressCallRef, cwspConnTraceEgressPhyPortId cwspConnTraceLastNode |
Determines the value is true if this entry is the last node. If this entry is not the last node, the value is false. Status: current |
none |
cwspOperationGrp |
cwspOperIlmiEnable, cwspOperIfcType, cwspOperIfcSide, cwspOperMaxVPCs, cwspOperMaxVCCs, cwspOperMaxVpiBits, cwspOperMaxVciBits, cwspOperUniType, cwspOperUniVersion, cwspOperDeviceType, cwspOperIlmiVersion, cwspOperNniSigVersion, cwspOperMaxSvpcVpi, cwspOperMinSvpcVpi, cwspOperMaxSvccVpi, cwspOperMinSvccVpi, cwspOperMaxSvccVci, cwspOperMinSvccVci, cwspOperFailReason, cwspOperAddrPlanSupported, cwspIlmiSecureLink, cwspIlmiAttachmentPoint, cwspIlmiLocalAttrStd, cwspIlmiUCSMEnable |
Determines a collection of objects that provides information about the runtime negotiated values between the platform, PNNI controller, and peer on an interface. Status: current |
none |
cwspSpvcGrp |
ciscoWANSpvcFailReason, cwspSpvcNodePrefix |
Determines a collection of objects that provides SPVC related information in the PNNI controller. Status: current |
none |