|
Network management systems that use SNMP work with information stored in a Management Information Base (MIB). This chapter:
The following figure shows a high-level diagram of the MIB that is used to manage LightStream switches. The organization of the MIB is defined in RFC 1155, a document called the Structure of Management Information (SMI).
For information on some of the standard MIBs shown in the above figure, refer to the following documents:
Under the Private subtree is the LightStream 2020 private MIB that is described in the remainder of this chapter. The high level structure of the LightStream 2020 private MIB is as follows:
For detailed descriptions of those MIB objects that can be displayed and set as management objects, see the figures and tables in the following sections:
The lightStreamOIDs branch appears in the figure above and is displayed by the browse command, but is not described here because with one exception the objects in it are inaccessible (they cannot be displayed or set). The subbranches of the lightStreamOIDs branch are as follows:
lightStreamATM | Points to LightStream_ATM, defined in mib.c. |
lsOther | Defines variable bindings in trap messages. |
lsConfig | Identifies configuration-internal objects. |
The two objects in the lsOther branch are lsTrapText and lsTrapName. These are display strings that are not accessible.
For information at a level of detail greater than can be given in this chapter, examine the MIB files themselves.
A MIB address identifies a particular MIB object by its location in the MIB. The four SNMP commands getsnmp, getnextsnmp, setsnmp, and walksnmp require MIB addresses in their arguments: These commands are described in Chapter .
You can specify the MIB address in a number of ways. For example, the following addresses all refer to the same MIB variable:
sysContact | A variable name. |
1.3.6.1.2.1.1.4 | A "path" of dot-separated numbers (the numbers in parentheses in the figures depicting the organization of the MIB). |
mgmt.1.1.4 | A combination, where the first element is a variable name and the numbers specify one branch in the subtree under it. Other examples: mib.1.4 and system.4. |
To learn the names of the MIB variables in one of the subtrees shown in the above figures, you can specify the name of the subtree as the argument of the walksnmp command. This command displays all the "leaves" below the specified point in the MIB. You may also use the browse command to step through the branches of the MIB tree and, when you reach the end of a branch, to display the values of leaves one at a time.
The getsnmp, getnextsnmp, and setsnmp commands display and change the value of a single "leaf," that is, a single instance of a given MIB object. To identify a single instance of a MIB object at the end of a branch, you specify the object name followed by a numeric suffix known as an object identifier.
If there is only a single instance of the given object, then the identifier suffix for that instance is 0. For example, there is only one instance of the sysContact object, so its identifier is sysContact.0. The following command displays the name of the contact person for the target node:
cli> getsnmp sysContact.0
Just as with the SNMP commands and the browse command, described above, the first part of the object address, the MIB variable, may be specified in a number of ways. Thus, the following addresses all refer to the same MIB object:
A single digit (0 in the example) is the simplest form of object identifier. For information about more complex types, see Port Identifiers , and see Multiply-Indexed Objects .
The usual way of specifying a port number in the argument of a CLI command is in the format c.p, where c is the card (slot) number and p is the number of the port on that card. However, when a MIB object identified by port number is given as the argument of the getsnmp, getnextsnmp, or setsnmp command, a more complex format is used.
In effect, the long form of port number is ctpp or cctpp, where c is the card number, p is the port number, and t is the card type (2=FDDI, 1=Ether, 0=Other). The formula for determining the port number in this long format is as follows:
((c * 1000) + p + t)
The variables in this formula are as follows:
c | The card number, an integer in the range 1-11. A number in the range 1-10 is the number of the physical slot in which the card resides. The number 11 represents the logical interface for the LightStream ATM network. | |
p | The port number on the card, an integer in the range 0-7. If c is 11 (the logical interface for the LightStream ATM network) then p must be 4. | |
| An offset indicating the card type. This is an arbitrary numeric value assigned to each type of card. In Release 2.0, the values of k are as follows: | |
| 100 200 0 | Ethernet FDDI Other |
| ||
|
For example, the MIB object that stores the alias or name for port 3 on card 4 is portInfoName.3004, or portInfoName.3104 if it is an Ethernet port, or portInfoName.3204 if it is an FDDI port.
As a second example, the following command tells us which data link connection management scheme is active on frame relay port 4.2 (card 4, port 2), specified here as port 4002:
cli> getsnmp frProvMiState.4002
Name: frProvMiState.4002
Value: 3
cli>
By looking this object up on page 18, or by searching for it in the MIB file private_mib.asn, we find that the value 3 means that the default ANSI standard T1.617 Annex D is active on this port.
Some objects require us to specify more than one index number. For example, the following command tells us that the local LMI state of the frame relay circuit on DLCI 16, port 4, card 2 is inactive:
cli> getsnmp frCktInfoLclLMI.4002.16
Name: frCktInfoLclLMI.4002.16
Value: 2
cli
The double index 4002.16 means that this frCktInfoLclLMI object is indexed first by port number 4002 (equivalent to port 4.2) and then by DLCI number 16. For the fact that the value 2 means "inactive", see page 20, or see the description text for frCktInfoLclLMI in the private_mib.asn MIB file.
The following table shows examples of doubly-indexed entries in the LightStream private MIB:
Table Entry Object | Indexing Objects |
---|---|
frCktEntry | frCktSrcIfIndex, frCktSrcDlci |
frCktInfoEntry | frCktInfoIfIndex, frCktInfoDlci |
sUniCktEntry | sUniCktSrcIfIndex, sUniCktSrcVCI |
sUniCktInfoEntry | sUniCktInfoIfIndex, |
pvcEntry | pvcSrcIfIndex, pvcSrcPvcId |
lsFrameRelayDlciStatEntry | frameRelayDlciStatPortIndex, |
lsEdgePortToSwMsgLenEntry | edgeToSwMsgLenPortIndex, |
lsEdgeSwToPortMsgLenEntry | edgeToPortMsgLenPortIndex, |
lsEdgeCpuWorkloadEntry | lsEdgeWorkloadCardIndex, |
lsFrameForwardStatEntry | frameForwardStatPortIndex, |
lsTrunkCpuWorkloadEntry | lsTrunkWorkloadCardIndex, |
fsuPortXmtCellsEntry | fsuXmtCellsPortIndex, |
fsuQueueCellLenEntry | fsuQueueCellLenPortIndex, |
fsuDropEventEntry | fsuDropEventPortIndex, |
lsCellVciStatEntry | cellVciStatPortIndex, |
gidLineCardEntry | gidLineCardChassis, |
gidPortEntry | gidPortChassis, gidPortID |
lightStreamBridgeFilter- | lightStreamBrFilterId, |
lightStreamBridgeFilter- | lightStreamBrFilterParmPort, |
lightStreamVliPortWork- | lightStreamVliPortWorkGroupPort, |
Objects in standard MIBs may also be multiply indexed. These appear with more than one number in the object identifier when you walk or browse the MIB. You can also identify these objects by examining the MIB file in which they are defined: the INDEX entry of the definition lists more than one object name as indexing objects.
An example is the fddimibPATHEntry object defined in the fddi.asn MIB file. The FDDI stations implemented in the LightStream node are single-MAC, dual-attachment FDDI stations. There are two paths per SMT. (An FDDI path is the sequence of MACs and ports in token order.) The paths are managed by the fddimibPATHTable object. The fddimibPATHTable object is defined as a sequence of fddimibPATHEntry objects.
The fddimibPATHEntry object is doubly indexed. The first indexing object is fddimibPATHSMTIndex, and the second is fddimibPATHIndex. LightStream software calculates the values of these SMT index objects as follows:
The following example shows the fddimibPATHTable objects for a LightStream node. These objects are defined for card 3 (SMT 5 and 6).
cli> walksnmp fddimibPATHTable
Name: fddimibPATHSMTIndex.5.1 Value: 5
Name: fddimibPATHSMTIndex.5.2 Value: 5
Name: fddimibPATHSMTIndex.6.1 Value: 6
Name: fddimibPATHSMTIndex.6.2 Value: 6
Name: fddimibPATHIndex.5.1 Value: 1
Name: fddimibPATHIndex.5.2 Value: 2
Name: fddimibPATHIndex.6.1 Value: 1
Name: fddimibPATHIndex.6.2 Value: 2
Name: fddimibPATHTVXLowerBound.5.1 Value: 2500000
Name: fddimibPATHTVXLowerBound.5.2 Value: 2500000
Name: fddimibPATHTVXLowerBound.6.1 Value: 2500000
Name: fddimibPATHTVXLowerBound.6.2 Value: 2500000
Name: fddimibPATHTMaxLowerBound.5.1 Value: 165000000
Name: fddimibPATHTMaxLowerBound.5.2 Value: 165000000
Name: fddimibPATHTMaxLowerBound.6.1 Value: 165000000
Name: fddimibPATHTMaxLowerBound.6.2 Value: 165000000
Name: fddimibPATHMaxTReq.5.1 Value: 165000000
Name: fddimibPATHMaxTReq.5.2 Value: 165000000
Name: fddimibPATHMaxTReq.6.1 Value: 165000000
Name: fddimibPATHMaxTReq.6.2 Value: 165000000
cli>
The following figure shows the atmSwitch subtree, which comprises most of the LightStream private MIB:
The branches of the atmSwitch subtree are as follows:
The figure below shows the chassisInfo branch of the atmSwitch subtree:
The following table shows the address and value of each object in the branch:
Objects in the chassisInfo Branch | MIB Branch | Value | |
chassisInfo.2 | Integer (24 bits) | read only | |
chassisInfo.3 | IpAddress |
| |
chassisInfo.4 | IpAddress |
| |
chassisInfo.5 | IpAddress |
| |
chassisInfo.6 | IpAddress |
| |
chassisInfo.7 | IpAddress |
| |
chassisInfo.8 | IpAddress |
| |
chassisInfo.9 | Integer (bitmap) | read only | |
chassisInfo.10 | 1 = operational 2 = informational 3 = trace 4 = debug 5 = off | read only | |
chassisInfo.11 | Display string | read only | |
chassisInfo.12 | Display string | read only |
The following figure shows the cardInfo branch of the atmSwitch subtree:
The table that follows shows the address and value of each object in the branch. The objects in the cardInfo branch comprise a table, cardTable, in which each cardEntry row contains information about one card in the chassis.
cardTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
cardInfo.1 |
|
| |||
| cardTable.1 | index=card# |
| ||
|
| cardEntry.1 | Integer (card #) | read only | |
|
| cardEntry.2 | DisplayString |
| |
|
| cardEntry.3 | DisplayString | read only | |
|
| cardEntry.4 | DisplayString | read only | |
|
| cardLccSoftwareVersion | DisplayString | read only | |
|
| cardEntry.6 | Integer (PID) | read only | |
|
| cardEntry.7 | Integer (default 800) |
| |
|
| cardEntry.8 | 1 = up 2 = down 3 = testing 4 = empty | read only | |
|
| cardEntry.9 | 1 = up 2 = down 3 = testing |
| |
|
| cardEntry.10 | Integer | read only | |
|
| cardEntry.11 | 1 = up 2 = down 3 = testing 4 = empty | read only | |
|
| cardEntry.12 | Integer | read only |
The following figure shows the portInfo branch of the atmSwitch subtree:
The table that follows shows the address of each object in the branch and the type of each object. The objects in the portInfo branch comprise a table, portInfo-Table, in which each portInfoEntry row contains information about one port on a card.
PortInfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
portInfo.1 |
|
| |||
| portInfoTable.1 | index=port# |
| ||
|
| portInfoEntry.1 | Integer ((c*1000)+p+t) | read only | |
|
| portInfoEntry.2 | Integer | read only | |
|
|
|
| 1 = empty 2 = error 3 = unknown 4 = switch 5= NP 6 = LS edge 7 = LS trunk 8 = MS trunk 10 =MS edge 11 = 2-port FDDI 12 = 3-port Ether 13 = token ring 14 = 8-port LS serial edge 15 = 8-port LS serial trunk 30 = generic CLC1 31 = 2-port OC3 edge 32 = 2-port OC3 trunk 33 = 8-port T3/E3 edge 34 = 8-port T3/E3 trunk 35 = 2-port 155 Mbit 36 = 2-port 155 Mbit 37 = 8-port CBR edge |
|
|
| portInfoEntry.3 | Object ID | read only | |
|
| portInfoEntry.4 | DisplayString |
| |
|
| portInfoEntry.5 | Integer |
| |
|
|
|
|
|
|
portInfo.2 |
|
| |||
| lsEtherTable.1 | index=port# |
| ||
|
| lsEtherEntry.1 | Integer | read only |
The following figure shows the portTransmission branch of the atmSwitch subtree:
The following tables show the address and type of each object in the branch. The objects in the portTransmission branch comprise three MIB object tables: ls1InfoTable for low speed line cards, ms1InfoTable for medium speed line cards, npInfoTable for NP cards, and clc1InfoTable for cell line cards. Each row of a table (ls1InfoEntry, ms1InfoEntry, or npInfoEntry) contains information about a port on a card.
ls1InfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
portTransmission.1 |
|
| |||
| ls1InfoTable.1 | index=port# |
| ||
|
| ls1InfoEntry.1 | Integer | read only | |
|
| ls1InfoEntry.2 | Integer | read only | |
|
| ls1InfoEntry.3 | Integer | read only | |
|
| ls1InfoEntry.4 | Integer |
| |
|
| ls1InfoEntry.5 | Integer | read only | |
|
| ls1InfoEntry.6 | Integer |
| |
|
| ls1InfoEntry.7 | Integer | read only | |
|
| ls1InfoEntry.8 | Integer |
| |
|
| ls1InfoEntry.9 | Integer | read only | |
|
| ls1InfoEntry.10 | Integer |
| |
|
| ls1InfoEntry.13 | Integer(Bitmask) | read only | |
|
| ls1InfoEntry.15 | Integer | read only | |
|
| ls1InfoEntry.16 | Integer |
| |
|
| ls1InfoEntry.21 | Integer | read only | |
|
| ls1InfoEntry.22 | Integer |
| |
|
| ls1InfoEntry.23 | Integer | read only | |
|
| ls1InfoEntry.24 | Integer |
| |
|
| ls1InfoEntry.25 | Integer | read only | |
|
| ls1InfoEntry.26 | Integer |
| |
|
| ls1InfoEntry.27 | Integer | read only | |
|
| ls1InfoEntry.28 | Integer | read only | |
|
| ls1InfoEntry.29 | Integer | read only | |
|
| ls1InfoEntry.30 | Integer | read only | |
|
| ls1InfoEntry.31 | Integer | read only | |
|
| ls1InfoEntry.32 | Integer | read only | |
|
| ls1InfoEntry.99 | Integer |
|
ms1InfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
|
|
|
| ||
portTransmission.2 |
|
| |||
| ms1InfoTable.1 | index=port# |
| ||
|
| ms1InfoEntry.1 | Integer ((c*1000)+p+t) | read only | |
|
| ms1InfoEntry.2 | Integer | read only | |
|
| ms1InfoEntry.3 | Integer |
| |
|
| ms1InfoEntry.4 | Integer | read only | |
|
| ms1InfoEntry.5 | Integer |
| |
|
| ms1InfoEntry.10 | Integer | read only | |
|
| ms1InfoEntry.11 | Integer |
| |
|
| ms1InfoEntry.12 | Integer | read only | |
|
| ms1InfoEntry.13 | Integer |
| |
|
| ms1InfoEntry.14 | Integer | read only | |
|
| ms1InfoEntry.15 | Integer | read only | |
|
| ms1InfoEntry.16 | Integer | read only | |
|
| ms1InfoEntry.17 | Integer |
| |
|
| ms1InfoEntry.18 | Integer | read only | |
|
| ms1InfoEntry.19 | Integer | read only | |
|
| ms1InfoEntry.20 | Integer | read only | |
|
| ms1InfoEntry.21 | Integer | read only | |
|
| ms1InfoEntry.99 | Integer |
|
npInfoTable Objects
| MIB Branch | Value | |||
---|---|---|---|---|---|
|
|
|
| ||
portTransmission.3 |
|
| |||
| npInfoTable.1 | index=port# |
| ||
|
| npInfoEntry.1 | Integer | read only | |
|
| npInfoEntry.5 | Integer |
| |
|
| npInfoEntry.6 | Integer |
| |
|
| npInfoEntry.7 | Integer |
| |
|
| npInfoEntry.8 | Integer |
| |
|
| npInfoEntry.9 | Integer |
| |
|
| npInfoEntry.99 | Integer |
|
clc1InfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
portTransmission.4 |
|
| |||
| clc1InfoTable.1 | index=port# |
| ||
|
| clc1InfoEntry.1 | Integer | read only | |
|
| clc1InfoEntry.4 | Integer | read only | |
|
| clc1InfoEntry.5 | Integer |
| |
|
| clc1InfoEntry.6 | Integer | read only | |
|
| clc1InfoEntry.7 | Integer |
| |
|
| clc1InfoEntry.10 | Integer | read only | |
|
| clc1InfoEntry.11 | Integer |
| |
|
| clc1InfoEntry.12 | Integer | read only | |
|
| clc1InfoEntry.13 | Integer |
| |
|
| clc1InfoEntry.14 | Integer | read only | |
|
| clc1InfoEntry.15 | Integer | read only | |
|
| clc1InfoEntry.16 | Integer | read only | |
|
| clc1InfoEntry.17 | Integer |
| |
|
| clc1InfoEntry.18 | Integer | read only | |
|
| clc1InfoEntry.19 | Integer | read only | |
|
| clc1InfoEntry.20 | Integer | read only | |
|
| clc1InfoEntry.21 | Integer | read only | |
|
| clc1InfoEntry.22 | Integer |
| |
|
| clc1InfoEntry.99 | Integer |
|
oc3InfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
portTransmission.5 |
|
| |||
| oc3Infotable.1 | index=port# |
| ||
|
| oc3InfoEntry.1 | Integer | read only | |
|
| oc3InfoEntry.2 | Integer | read only | |
|
| oc3InfoEntry.3 | Integer |
| |
Note: sonetMediumType in the standard MIB is a read-only object, but oc3InfoMediumType here is writeable. |
npInfoTable Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
| portTransmission.6 |
| ||||
| cemacInfoTable.1 | index=port# |
| |||
|
| cemacInfoEntry.2 | Integer | read only | ||
|
| cemacInfoEntry.3 | Integer | read only | ||
|
| cemacInfoClkMode | Integer |
| ||
|
| cemacInfoEntry.5 | Integer |
| ||
|
| cemacInfoServiceType | Integer | read only |
npInfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
portTransmission.7 |
|
| |||
| routingportInfoTable.1 | index=port# |
| ||
|
| routingportInfoEntry.1 | Integer |
| |
|
| routingportInfoEntry.2 | Integer (ms) |
| |
|
| routingportInfoEntry.3 | Integer (ms) |
| |
|
| routingportInfoEntry.4 | Integer (ms) | read only | |
|
| routingportInfoEntry.5 | Integer | read only | |
|
| routingportInfoEntry.6 | Integer |
| |
|
| routingportInfoEntry.7 | Integer | read only |
npInfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
portTransmission.8 |
|
| |||
| t3e3InfoTable.1 | index=port# |
| ||
|
| t3e3InfoEntry.1 | Integer |
| |
|
| t3e3InfoEntry.2 |
|
npInfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
portTransmission.9 |
|
| |||
vptInfo.1 |
|
| |||
| vptCfgTable.1 | index= port#.vptVirtualTrunkId |
| ||
|
| vptEntry.1 | Integer (0-255) | read only | |
|
| vptVPI | Integer (0-255) |
|
npInfoTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
portTransmission.10 |
|
| |||
clc1cardCfgTable |
|
| |||
| clc1cardEntry | index=card# |
| ||
|
| clc1cardRate | Integer (0-446000) |
|
The following figure shows the congestionAvoidance branch of the atmSwitch subtree:
The table that follows shows the Address and type of each object in the branch.
congestionAvoidance Objects | MIB Branch | Value |
|
---|---|---|---|
congestionAvoidance.1 | Integer |
| |
congestionAvoidance.2 | Integer |
| |
congestionAvoidance.3 | Integer |
|
The following figure shows the mmaInfo branch of the atmSwitch subtree:
The following tables show the address and type of each object in the branch. The mmacardInfo branch includes three tables, mmaFtTable, mmaTrapCommunityTable, and mmaNumNameTable.
mmaInfo Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
mmaInfo.1 | Integer (not used) |
| |||
mmaInfo.2 | Integer |
| |||
mmaInfo.3 | Integer (1=English) |
| |||
mmaInfo.4 | Integer (Kbytes) |
| |||
mmaInfo.5 | Octet String |
| |||
mmaInfo.6 | Octet String |
| |||
mmaInfo.7 | Integer |
| |||
mmaInfo.8 | Integer |
| |||
mmaInfo.9 | Integer (PID) | read only | |||
mmaInfo.10 | Integer |
| |||
mmaInfo.13 | Integer |
| |||
mmaInfo.14 | Integer |
| |||
mmaInfo.16 |
|
| |||
| mmaNumNameTable.1 | index=chassisID |
| ||
|
| mmaNumNameEntry.1 | Integer (chassis ID) | read only | |
|
| mmaNumNameEntry.2 | Display String | read only | |
mmaInfo.17 | Integer |
| |||
mmaInfo.18 | Integer |
| |||
mmaInfo.19 | Integer |
| |||
mmaInfo.20 | Counter |
| |||
mmaInfo.21 | Counter |
| |||
mmaInfo.22 | Integer (2=Version 2) | read only |
The following figure shows the collectInfo branch of the atmSwitch subtree:
The following table shows the address and type of each object in the branch. The collectInfo branch contains two tables, collectTable and collectDatabase. Each row of each table contains information about about a collection that has been defined. The collectInfo branch also contains the collectCommunityName and rmonCommunityName objects (the latter not currently used).
Objects in the collectInfo Branch
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
collectInfo.1 |
|
| |||
| collectTable.1 | index=collection# |
| ||
|
| collectEntry.1 collection number | Integer | read only | |
|
| collectEntry.2 | Integer |
| |
|
| collectEntry.3 | Integer (TOD sec) |
| |
|
| collectEntry.4 | Integer (TOD sec) |
| |
|
| collectEntry.5 | Integer (sec) |
| |
|
| collectEntry.6 | DisplayString | read only | |
|
| collectEntry.7 | Integer (Kbytes) |
| |
|
| collectEntry.8 | Integer |
| |
collectInfo.2 |
|
| |||
| collectDatabase.1 | index=collection#.collectDBInstance |
| ||
|
| collectDbEntry.1 | Integer | read only | |
|
| collectDbEntry.2 | Integer | read only | |
|
| collectDbEntry.3 | Object ID |
| |
|
| collectDbEntry.4 | Integer |
| |
collectInfo.3 | DisplayString |
| |||
collectInfo.4 | DisplayString |
|
The following figure shows the lsPortProtocols branch of the atmSwitch subtree:
The following tables show the address and type of each object in the branch. The lsPortProtocols branch contains several object tables containing information on the various services available on a LightStream network.
edgePortTable Objects
| MIB Branch | Value |
| ||||
---|---|---|---|---|---|---|---|
lsPortProtocols.1 |
|
| |||||
| edgePort.1 |
|
| ||||
|
| edgePortTable.1 | index=card# |
| |||
|
|
| edgePortEntry.1 | Integer ((c*1000)+p+t) | read only | ||
|
|
| edgePortEntry.2 | Integer |
| ||
|
|
| edgePortEntry.3 | Integer (bits) 1-384 |
| ||
|
|
| edgePortEntry.4 | Integer (ms) |
| ||
|
|
| edgePortEntry.5 | Integer |
| ||
|
|
| edgePortEntry.6 | Integer |
| ||
|
|
| edgePortEntry.7 | Integer |
| ||
|
|
| edgePortEntry.8 | Integer (cells) |
| ||
|
|
| edgePortEntry.9 | Integer (sec) 1-3600 |
| ||
|
|
| edgePortEntry.10 | Integer (2n) 1-10 |
| ||
|
|
| edgePortEntry.11 | Integer (bytes) 48-8152 |
|
frProvMiTable Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lsPortProtocols.2 |
|
| ||||
| frDceInfo.1 |
|
| |||
|
| frProvMiTable.1 | index=card# |
| ||
|
|
| frProvMiEntry.1 | Integer ((c*1000)+p+t) | read only | |
|
|
| frProvMiState | frProvMiEntry.2 | Integer |
|
|
|
| frProvMiEntry.3 | Integer (octets) |
| |
|
|
| frProvMiEntry.4 | Integer (sec) |
| |
|
|
| frProvMiEntry.5 | Integer |
| |
|
|
| frProvMiEntry.6 | Integer |
| |
|
|
| frProvMiEntry.7 | Integer |
| |
|
|
| frProvMiEntry.8 | Integer |
| |
|
|
| frProvMiEntry.9 | Integer (sec) |
| |
|
|
| frProvMiEntry.10 | Integer |
| |
|
|
| frProvMiEntry.11 | Integer |
| |
|
|
| frProvMiEntry.12 | Integer |
| |
|
|
| frProvMiEntry.13 | Integer |
| |
|
|
| frProvMiEntry.14 | Integer |
|
Objects in the lsPortProtocols Branch
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lsPortProtocols.3 |
|
| ||||
| frCktInfo.1 |
|
| |||
|
| frCktCfgTable.1 | index= srcport#.srcDLCI |
| ||
|
|
| frCktEntry.1 | Integer (ID) | read only | |
|
|
| frCktEntry.2 | Integer ((c*1000)+p+t) | read only | |
|
|
| frCktEntry.3 | LightStreamDLCI | read only | |
|
|
| frCktEntry.10 | Integer (ID) |
| |
|
|
| frCktEntry.11 | Integer (ID) | read only | |
|
|
| frCktEntry.12 | Integer ((c*1000)+p+t) | read only | |
|
|
| frCktEntry.13 | Integer ((c*1000)+p+t) | read only | |
|
|
| frCktAdminDestDlci | LightStreamDLCI |
| |
|
|
| frCktEntry.15 | LightStreamDLCI | read only | |
|
|
| frCktEntry.25 | Integer (bits/s) |
| |
|
|
| frCktEntry.26 | Integer (bits/s) | read only | |
|
|
| frCktEntry.27 | Integer (bytes) |
| |
|
|
| frCktEntry.28 | Integer (bytes) | read only | |
|
|
| frCktEntry.29 | Integer (bits/s) |
| |
|
|
| frCktEntry.30 | Integer (bits/s) | read only | |
|
|
| frCktEntry.31 | Integer (bytes) |
| |
|
|
| frCktEntry.32 | Integer (bytes) | read only | |
|
|
| frCktEntry.34 | Integer (bits/s) | read only | |
|
|
| frCktEntry.36 | Integer (bytes) | read only | |
|
|
| frCktEntry.38 | Integer (bits/s) | read only | |
|
|
| frCktEntry.40 | Integer (bytes) | read only | |
|
|
| frCktEntry.41 | Integer | read only | |
|
|
| frCktEntry.42 | Integer |
| |
|
|
| frCktEntry.43 | Integer | read only | |
|
|
| frCktEntry.44 | Integer |
| |
|
|
| frCktEntry.45 | Integer | read only | |
|
|
| frCktEntry.46 | Integer |
| |
|
|
| frCktEntry.47 | Integer (bits) | read only | |
|
|
| frCktEntry.48 | Integer (bits) |
| |
|
|
| frCktEntry.99 | Integer |
|
rCktInfoTable Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
| frCktInfo.2 |
|
| |||
|
| frCktInfoTable.1 | index=port#.DLCI# |
| ||
|
|
| frCktInfoEntry.1 | Integer ((c*1000)+p+t) | read only | |
|
|
| frCktInfoEntry.2 | LightStreamDLCI | read only | |
|
|
| frCktInfoEntry.3 | Integer | read only | |
|
|
| frCktInfoEntry.4 | Integer | read only | |
|
|
| frCktInfoEntry.5 | Integer (ID) | read only | |
|
|
| frCktInfoEntry.6 | Integer (ID) | read only | |
|
|
| frCktInfoEntry.7 | Integer | read only | |
|
|
| frCktInfoEntry.8 | Integer | read only | |
|
|
| frCktInfoEntry.9 | Octet String | read only | |
|
|
| frCktInfoEntry.10 | Integer | read only | |
|
|
| frCktInfoEntry.11 | Display String | read only |
ffCktCfgTable Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lsPortProtocols.4 |
|
| ||||
| ffCktInfo.1 |
|
| |||
|
| ffCktCfgTable.1 | index=srcport# |
| ||
|
|
| ffCktEntry.1 | Integer | read only | |
|
|
| ffCktEntry.2 | Integer ((c*1000)+p+t) | read only | |
|
|
| ffCktEntry.9 | Integer |
| |
|
|
| ffCktEntry.10 | Integer | read only | |
|
|
| ffCktEntry.11 | Integer ((c*1000)+p+t) |
| |
|
|
| ffCktEntry.12 | Integer ((c*1000)+p+t) | read only | |
|
|
| ffCktEntry.21 | Integer (bits/s) |
| |
|
|
| ffCktEntry.22 | Integer (bits/s) | read only | |
|
|
| ffCktEntry.23 | Integer (bytes) |
| |
|
|
| ffCktEntry.24 | Integer (bytes) | read only | |
|
|
| ffCktEntry.25 | Integer (bits/s) |
| |
|
|
| ffCktEntry.26 | Integer (bits/s) | read only | |
|
|
| ffCktEntry.27 | Integer (bytes) |
| |
|
|
| ffCktEntry.28 | Integer (bytes) | read only | |
|
|
| ffCktEntry.30 | Integer (bits/s) | read only | |
|
|
| ffCktEntry.32 | Integer (bytes) | read only | |
|
|
| ffCktEntry.34 | Integer (bits/s) | read only | |
|
|
| ffCktEntry.36 | Integer (bytes) | read only | |
|
|
| ffCktEntry.37 | Integer | read only | |
|
|
| ffCktEntry.38 | Integer |
| |
|
|
| ffCktEntry.39 | Integer | read only | |
|
|
| ffCktEntry.40 | Integer |
| |
|
|
| ffCktEntry.99 | Integer |
|
ffCktInfoTable Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
| ffCktInfo.2 |
|
| |||
|
| ffCktInfoTable.1 | index=port# |
| ||
|
|
| ffCktInfoEntry.1 | Integer ((c*1000)+p+t) | read only | |
|
|
| ffCktInfoEntry.2 | Integer | read only | |
|
|
| ffCktInfoentry.3 | Integer | read only | |
|
|
| ffCktInfoEntry.4 | Integer (ID) | read only | |
|
|
| ffCktInfoEntry.5 | Integer (ID) | read only | |
|
|
| ffCktInfoEntry.6 | Octet String | read only | |
|
|
| ffCktInfoEntry.7 | Integer (cells) | read only | |
|
|
| ffCktInfoEntry.8 | Display String | read only |
lsPortProtocols sUniCktInfo Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
sUniCktInfo |
|
| ||||
| sUniCktCfgTable |
|
| |||
|
| sUniCktEntry | index= srcport#.srcVCI# |
| ||
|
|
| sUniCktSrcNode | Integer | read only | |
|
|
| sUniCktSrcIfIndex | Integer ((c*1000)+p+t) | read only | |
|
|
| sUniCktSrcVCI | VCI | read only | |
|
|
| sUniCktEntry.10 | Integer (ID) |
| |
|
|
| sUniCktEntry.11 | Integer (ID) | read only | |
|
|
| sUniCktEntry.12 | Integer ((c*1000)+p+t) |
| |
|
|
| sUniCktEntry.13 | Integer ((c*1000)+p+t) | read only | |
|
|
| sUniCktEntry.14 | VCI |
| |
|
|
| sUniCktEntry.15 | VCI | read only | |
|
|
| sUniCktEntry.22 | Integer | read only | |
|
|
| sUniCktEntry.23 | Integer |
| |
|
|
| sUniCktEntry.24 | Integer (0, 1) | read only | |
|
|
| sUniCktEntry.25 | Integer (0, 1) |
| |
|
|
| sUniCktEntry.26 | Integer (cells/s) |
| |
|
|
| sUniCktEntry.27 | Integer (cells/s) | read only | |
|
|
| sUniCktEntry.28 | Integer (cells) |
| |
|
|
| sUniCktEntry.29 | Integer (cells) | read only | |
|
|
| sUniCktEntry.30 | Integer (cells/s) |
| |
|
|
| sUniCktEntry.31 | Integer (cells/s) | read only | |
|
|
| sUniCktEntry.32 | Integer (cells) |
| |
|
|
| sUniCktEntry.33 | Integer (cells) | read only | |
|
|
| sUniCktEntry.35 | Integer (cells/s) | read only | |
|
|
| sUniCktEntry.37 | Integer (cells) | read only | |
|
|
| sUniCktEntry.39 | Integer (cells/s) | read only | |
|
|
| sUniCktEntry.41 | Integer (cells) | read only | |
|
|
| sUniCktEntry.42 | Integer |
| |
|
|
| sUniCktEntry.43 | Integer | read only | |
|
|
| sUniCktEntry.99 | Integer |
|
sUniCktInfoTable Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
| sUniCktInfo.2 |
|
| |||
|
| sUniCktInfoTable.1 | index=port#.VCI# |
| ||
|
|
| sUniCktInfoEntry.1 | Integer ((c*1000)+p+t) | read only | |
|
|
| sUniCktInfoEntry.2 | VCI | read only | |
|
|
| sUniCktInfoEntry.3 | Integer (ID) | read only | |
|
|
| sUniCktInfoEntry.4 | Integer (ID) | read only | |
|
|
| sUniCktInfoEntry.5 | Integer | read only | |
|
|
| sUniCktInfoEntry.6 | Integer | read only | |
|
|
| sUniCktInfoEntry.7 | Octet String | read only | |
|
|
| sUniCktInfoEntry.8 | Integer (cells) | read only | |
|
|
| sUniCktInfoEntry.9 | Display String | read only |
lsPortProtocols sUniCktInfo
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
pvcInfo |
|
| ||||
| pvcCfgTable |
|
| |||
|
| pvcEntry | index=port#.PVC# |
| ||
|
|
| pvcSrcId | Integer | read only | |
|
|
| pvcSrcInsuredRate | Integer ((c*1000)+p+t) |
| |
|
|
| pvcSrcInsuredBurst | VCI |
| |
|
|
| pvcSrcMaxRate | Integer (bits/s) |
| |
|
|
| pvcSrcMaxBurst | Integer (bytes) |
| |
|
|
| pvcSecondaryScale | Integer |
| |
|
|
| pvcPrinBwType | Integer |
| |
|
|
| pvcTransPri | Integer |
| |
|
|
| pvcUserDataPerCell | Integer (bits) |
| |
|
|
| pvcEntry.12 | Integer (bits/s) |
| |
|
|
| pvcStatus | Integer |
|
lsPortProtocols sUniCktInfo
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
mcEndptInfo |
|
| ||||
| mcEndptCfgTable |
|
| |||
|
| mcEndptEntry | index= |
| ||
|
|
| mcEndptLclInstance | Integer | read only | |
|
|
| mcEndptDest | Display String |
| |
|
|
| mcEndptEntry.5 | Integer |
| |
|
|
| mcEndptEntry.6 | Integer | read only | |
|
|
| mcEndptEntry.7 | Integer (ID) | read only | |
|
|
| mcEndptEntry.8 | Integer | read only | |
|
|
| mcEndptEntry.9 | Integer | read only | |
|
|
| mcEndptEntry.10 | Octet String | read only | |
|
|
| mcEndptEntry.11 | Display String | read only | |
|
|
| mcEndptDirection | Integer (bits/s) |
| |
|
|
| mcEndptStatus | Integer |
|
lsPortProtocols sUniCktInfo
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
pvcCbrInfo |
|
| ||||
| pvcCbrCfgTable |
|
| |||
|
| pvcCbrEntry | port#.PVC# |
| ||
|
|
| pvcCbrSrcPvcId | Integer (ID) | read only | |
|
|
| pvcCbrBandwidth | Integer (cells/s) | | |
|
|
| pvcCbrEntry.4 | Integer (ms) |
| |
|
|
| pvcCbrClkMode | Integer | | |
|
|
| pvcCbrEntry.6 | Integer (bytes) |
| |
|
|
| pvcCbrEntry.7 | Integer |
| |
|
|
| pvcCbrSliptoFit | Integer (ID) |
| |
|
|
| pvcCbrStatus | Integer |
|
The lsPrivate branch of the atmSwitch subtree (atmSwitch.10) is reserved for use in later releases. It is currently empty.
The figure below shows portions of the lsExperimental branch of the atmSwitch subtree:
In Release 2.0, the lsExperimental branch contains objects that are used by Lightstream to provide advanced support functions and analysis of network performance. This branch is not used by most users in Release 2.0. In this section, we describe only those MIB objects in the lsExperimental branch that are used to collect cell statistics and to collect statistics on edge cards for frame relay and frame forwarding. You may use the getsnmp command to obtain the statistical information associated with these MIB objects. Ellipses in the figure stand for portions of the lsExperimental branch that are not documented here.
The following tables show the address and type of each object in the selected portions of the branch.
lsFrameRelayDlciStatTable Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lsEdgeStatistics |
|
| ||||
| lsEdgeStatistics.3 |
|
| |||
|
| lsFrameRelayDlciStatTable.1 | index= |
| ||
|
|
| lsFrameRelayDlciStatEntry.1 | Integer | read only | |
|
|
| lsFrameRelayDlciStatEntry.2 | Integer | read only | |
|
|
| lsFrameRelayDlciStatEntry.3 | Counter | read only | |
|
|
| lsFrameRelayDlciStatEntry.4 | Counter | read only | |
|
|
| frameRelayDlciToSwCLP1Frames | Counter | read only | |
|
|
| lsFrameRelayDlciStatEntry.6 | Counter | read only | |
|
|
| lsFrameRelayDlciStatEntry.7 | Counter | read only | |
|
|
| lsFrameRelayDlciStatEntry.8 | Counter | read only | |
|
|
| lsFrameRelayDlciStatEntry.9 | Counter | read only | |
|
|
| lsFrameRelayDlciStatEntry.10 | Counter | read only | |
|
|
| lsFrameRelayDlciStatEntry.11 | Counter | read only | |
|
|
| lsFrameRelayDlciStatEntry.12 | Counter | read only |
lsFrameForwardStatTable Objects
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lsExperimentalStatistics.1 |
|
| ||||
| lsEdgeStatistics.7 |
|
| |||
|
| lsFrameForwardStatTable.1 | index=port# |
| ||
|
|
| lsFrameForwardStatEntry.1 | Integer | read only | |
|
|
| lsFrameForwardStatEntry.2 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.3 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.4 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.5 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.6 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.7 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.8 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.9 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.10 | Counter | read only | |
|
|
| lsFrameForwardStatEntry.11 | Counter | read only |
lsCellStatistics Objects
| MIB Branch | Value |
| ||||
---|---|---|---|---|---|---|---|
lsCellStatistics |
|
| |||||
| lsCellVciStatTable |
|
| ||||
|
| lsCellVciStatTable.1 | index= port#.VCI# |
| |||
|
|
| cellVciStatPortIndex | Integer | read only | ||
|
|
| cellVciStatVciIndex | Integer | read only | ||
|
|
| lsCellVciStatEntry.3 | Counter | read only | ||
|
|
| lsCellVciStatEntry.4 | Counter | read only | ||
|
|
| lsCellVciStatEntry.5 | Counter | read only | ||
|
|
| lsCellVciStatEntry.6 | Counter | read only |
The following figure shows the internal routing (lsIR) branch of the atmSwitch subtree:
The table below shows the address and type of each object in the lsIR branch.
Objects in the lsIR Branch
| MIB Branch | Value |
| |
---|---|---|---|---|
irRoutingGroup |
|
| ||
| irRoutingPathsGenerated | Counter | read only | |
| irRoutingPathGenSuccess | Counter | read only | |
| irRoutingGroup.3 | Counter | read only | |
| irRoutingPathGenFailedUnknown | Counter | read only | |
| irRoutingGroup.5 | Counter | read only | |
| irRoutingGroup.6 | Counter | read only |
In Release 2.1, the lsStatistics branch of the atmSwitch subtree (atmSwitch.13) is empty. It will be used for objects (presently in the lsExperimental branch) that Lightstream uses to analyze network performance.
The following figure shows the tcsInfo branch of the atmSwitch subtree:
The following table shows the address and type of each object in the branch. The tcsInfo branch contains one table.
Objects in the tcsInfo Branch
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
tcsInfo.1 |
|
| |||
| tcsTable.1 | index=card# |
| ||
|
| tcsIndex | Integer (card#) | read only | |
|
| tcsTemp1 | Integer | read only | |
|
| tcsTemp2 | Integer | read only | |
|
| tcsTcsVoltage | Integer | read only | |
|
| tcsVccVoltage | Integer | read only | |
|
| tcsScsiVoltage | Integer | read only | |
|
| tcsPostResult | Octet String | read only | |
|
| tcsCardType | Integer | read only | |
|
| tcsPaddleTemp1 | Integer | read only | |
|
| tcsPaddleTemp2 | Integer | read only | |
|
| tcsPaddleWarnTemp1 | Integer | read only | |
|
| tcsPaddleWarnTemp2 | Integer | read only | |
|
| tcsPaddleShutdownTemp1 | Integer | read only | |
|
| tcsPaddleShutdownTemp2 | Integer | read only | |
|
| tcsWarnTemp1 | Integer | read only | |
|
| tcsWarnTemp2 | Integer | read only | |
|
| tcsShutdownTemp1 | Integer | read only | |
|
| tcsShutdownTemp2 | Integer | read only | |
|
| tcsFaultLight | Integer | read only | |
|
| tcsReadyLight | Integer | read only | |
|
| tcsSwitchConnectivityMask | Integer (bitmask) | read only | |
|
| tcsFcLoadState | Integer | read only | |
|
| tcsFcLoadFailedReason | Integer | read only | |
|
| tcsFcLastLoadExitStatus | Integer | read only | |
tcsPrimarySwitch | Integer |
| |||
tcsPowerSupplyA | Integer | read only | |||
tcsPowerSupplyB | Integer | read only | |||
tcsPowerSupplyTypeA | Integer | read only | |||
tcsPowerSupplyTypeB | Integer | read only | |||
tcsSwitchFaultMaskA | Integer (bitmask) | read only | |||
tcsSwitchFaultMaskB | Integer (bitmask) | read only | |||
tcsSwitchCutoverSupport | Integer | read only | |||
tcsFCPrimarySwitchA | Integer (bitmask) | read only | |||
tcsFCPrimarySwitchB | Integer (bitmask) | read only |
The figure below shows the IsGID branch of the atmSwitch subtree:
The tables on the following pages show the address and type of each object in the branch.
gidGeneralGroup
| MIB Branch | Value |
| |
---|---|---|---|---|
gidGeneralGroup |
|
| ||
| gidSoftwareVersionNumber | DisplayString | read only | |
| gidProcessID | Integer | read only | |
| gidUpTime | Integer (sec) | read only | |
| gidMemoryUse | Counter (bytes) | read only | |
| gidTimersProcessed | Counter | read only | |
| gidMallocFailures | Counter | read only | |
| gidDebugFlag | Integer (bitmask) |
| |
| gidDebugLevel | Integer (0-3) |
|
gidNbrGroup
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
gidNbrGroup | lsGID.2 |
|
| ||
| gidNbrCount | Counter | read only | ||
| gidNbrTable |
|
| ||
|
| gidNbrEntry | index=EIA |
| |
|
| gidNbrEIA | Integer | read only | |
|
| gidNbrVCI | Integer | read only | |
|
| gidNbrState | Integer | read only | |
|
| gidNbrSyncEvents | Counter | read only | |
|
| gidNbrDBReqListLength | Counter | read only | |
|
| gidNbrDBSumListLength | Counter | read only | |
|
| gidNbrHellosRx | Counter | read only | |
|
| gidNbrLinkAnnouncementsRx | Counter | read only | |
|
| gidNbrNewLinkAnnouncementsRx | Counter | read only | |
|
| gidNbrIPAnnouncementsRx | Counter | read only | |
|
| gidNbrNewIPAnnouncementsRx | Counter | read only | |
|
| gidNbrGenericAnnouncementsRx | Counter | read only | |
|
| gidNbrNewGenericAnnouncementsRx | Counter | read only |
gidClientGroup
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
gidClientGroup |
|
| |||
| gidClientCount | Counter | read only | ||
| gidClientTable |
|
| ||
|
| gidClientEntry | index=gidClientID |
| |
|
| gidClientID | Integer | read only | |
|
| gidClientEIA | Integer | read only | |
|
| gidClientAnnouncementsRx | Counter | read only | |
|
| gidClientEntry.4 | Counter | read only |
gidIOGroup
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
gidIOGroup |
|
| |||
| gidIONbrMsgBuffersFree | Counter | read only | ||
| gidIONbrMsgBuffersActive | Counter | read only | ||
| gidIOClientMsgBuffersFree | Counter | read only | ||
| gidIOClientMsgBuffersActive | Counter | read only | ||
|
| gidClientIPAnnouncementsRx | Counter | read only | |
|
| gidClientEntry.6 | Counter | read only | |
|
| gidClientEventsTx | Counter | read only | |
|
| gidClientPathsGenerated | Counter | read only |
gidSyncGroup
| MIB Branch | Value |
| |
---|---|---|---|---|
gidSyncGroup |
|
| ||
| gidSyncNbrsExistent | Counter | read only | |
| gidSyncNbrsExStart | Counter | read only | |
| gidSyncNbrsExchange | Counter | read only | |
| gidSyncNbrsLoading | Counter | read only | |
| gidSyncNbrsFull | Counter | read only |
gidLinkGroup
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
gidLinkGroup |
|
| ||||
| gidLinkDatabaseSize | Integer (bytes) | read only | |||
| gidLineCardTable |
|
| |||
|
| gidLineCardEntry | index=chassisID.card# |
| ||
|
|
| gidLineCardChassis | Integer (chassis ID) | read only | |
|
|
| gidLineCardSlot | Integer | read only | |
|
|
| gidLineCardEntryAge | LightStreamUpToMaxAge (seconds) | read only | |
|
|
| gidLineCardEntrySeqno | Integer | read only | |
|
|
| gidLineCardEntryAdvNP | Integer (NP ID) | read only | |
|
|
| gidLineCardPorts | Integer | read only | |
| gidPortTable |
|
| |||
|
| gidPortEntry | index=chassisID.port# |
| ||
|
|
| gidPortChassis | Integer (chassis ID) | read only | |
|
|
| gidPortID | Integer (port#) | read only | |
|
|
| gidPortService | Integer | read only | |
|
|
| gidPortUpDown | Integer | read only | |
|
|
| gidPortBW0 | Integer | read only | |
|
|
| gidPortBW1 | Integer | read only | |
|
|
| gidPortBW2 | Integer | read only | |
|
|
| gidPortEntry.8 | Integer (chassis ID) | read only | |
|
|
| gidPortRemotePort | Integer (port#) | read only |
gidIpAddressGroup
| Address | Value |
| |||
---|---|---|---|---|---|---|
gidIpAddressGroup |
|
| ||||
| gidIpAddressDatabaseSize | Integer (bytes) | read only | |||
| gidIpAddressTable |
|
| |||
|
| gidIpAddressEntry | index= GidInternalIpAddress |
| ||
|
|
| GidInternalIpAddress | IpAddress | read only | |
|
|
| gidIpEntryAge | LightStreamUpToMaxAge (seconds) |
| |
|
|
| gidIpEntrySeqno | Integer | read only | |
|
|
| gidIpEntryAdvNP | Integer (NP ID) | read only | |
|
|
| gidIpEntryNetMask | Integer | read only | |
|
|
| gidIpEntryEIA | Octet String | read only |
gidEventGroup
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
gidEventGroup |
|
| ||||
| gidEventLinkEventsDelivered | Counter | read only | |||
| gidEventIpEventsDelivered | Counter | read only | |||
| gidEventGroup.3 | Counter | read only | |||
| gidEventGenericGinfoEventTable |
|
| |||
|
| gidEventGeneric- GinfoEventTable.1 | index= |
| ||
|
|
| gidEventDistributionGroup | Integer | read only | |
|
|
| gidEventGeneric- GinfoEventCount.2 | Counter | read only |
The following figure shows the lsPID branch of the atmSwitch subtree:
The table below shows the address and type of each object in the branch.
Objects in the lsPID Branch
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lsPID |
|
| ||||
| pidTable |
|
| |||
|
| pidEntry | index=PID# |
| ||
|
|
| pidIndex | Integer | read only | |
|
|
| pidName | Integer | read only | |
|
|
| pidCreationTime | Integer (sec) | read only | |
|
|
| pidOperStatus | Integer | read only | |
|
|
| pidAdminStatus | Integer |
|
The figure below shows the lsND branch of the atmSwitch subtree:
The following tables show the address and type of each object in the branch.
ndGeneralGroup
| MIB Branch | Value |
| |
---|---|---|---|---|
ndGeneralGroup |
|
| ||
| ndSoftwareVersionNumber | Display String | read only | |
| ndProcessID | Integer (PID#) | read only | |
| ndMemoryUse | Counter (bytes) | read only | |
| ndTimersProcessed | Counter | read only |
ndLCGroup
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
ndLCGroup |
|
| ||||
| ndLCCount | Counter | read only | |||
| ndLCTable |
|
| |||
|
| ncLCEntry | index=EIA |
| ||
|
|
| ndLCEIA | Integer | read only | |
|
|
| ndLCChannel | Integer | read only | |
|
|
| ndLCState | Integer | read only |
ndNbrGroup
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
ndNbrGroup |
|
| ||||
| ndNbrCount | Counter | read only | |||
| ndNbrTable |
|
| |||
|
| ndNbrEntry | index=EIA |
| ||
|
|
| ndNbrEIA | Integer | read only | |
|
|
| ndNbrChannel | Integer | read only | |
|
|
| ndNbrState | Integer | read only |
ndSwudGroup
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
ndSwudGroup |
|
| ||||
| ndSwudTable |
|
| |||
|
| ndSwudEntry | index=ndSwudIndex |
| ||
|
|
| ndSwudIndex | Integer (slot#) | read only | |
|
|
| ndOperIntvl | Integer (x*100ms) | read only | |
|
|
| ndOperJ | Integer | read only | |
|
|
| ndOperK | Integer | read only | |
|
|
| ndOperM | Integer | read only | |
|
|
| ndOperN | Integer | read only | |
|
|
| ndAdminIntvl | Integer (x*100ms) |
| |
|
|
| ndAdminJ | Integer |
| |
|
|
| ndAdminK | Integer |
| |
|
|
| ndAdminM | Integer |
| |
|
|
| ndAdminN | Integer |
| |
|
|
| ndTrigger | Integer |
| |
| ndSwudStatsInputErrors | Counter | read only | |||
| ndSwudStatsTable |
|
| |||
|
| NdSwudStatsEntry | index=ndSwudStatsIndex |
| ||
|
|
| ndSwudStatsIndex | Integer | read only | |
|
|
| ndInputCells | Counter | read only | |
|
|
| ndInputErrs | Counter | read only | |
|
|
| ndOutputCells | Counter | read only | |
|
|
| ndOutputErrs | Counter | read only |
ndClient
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
ndClient group |
|
| ||||
| ndClientCount | Counter | read only | |||
| ndClientTable |
|
| |||
|
| ndClientEntry | index=ndClientID |
| ||
|
|
| ndClientID | Integer | read only | |
|
|
| ndClientType | Integer | read only | |
|
|
| ndClientSubType | Integer | read only | |
|
|
| ndClientEIA | Integer | read only | |
|
|
| ndClientRegistration | Integer | read only |
ndInternalGroup
| MIB Branch | Value |
| |
---|---|---|---|---|
ndInternalGroup |
|
| ||
| ndInternalDebugLevel | Integer |
| |
| ndInternalDebugFlags | Integer |
|
ndRedundancyGroup
| MIB Branch | Value |
| |
---|---|---|---|---|
ndRedundancyGroup |
|
| ||
| ndPrimaryNP | Integer (slot#) | read only | |
| ndThisNP | Integer (slot#) | read only | |
| ndForceToBackup | Integer |
|
The following figure shows the lwmaInfo branch of the atmSwitch subtree:
The following table shows the address and type of each object in the branch.
Objects in the lwmaInfo Branch
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lwmaTable |
|
| |||
| lwmaEntry | index=LWMA# |
| ||
|
| lwmaIndex | Integer (LWMA #) | read only | |
|
| lwmaCreationTime | Integer (seconds) | read only | |
|
| lwmaTableNotification | Object Identifier | read only | |
|
| lwmaTrapLevel | Integer |
| |
|
| lwmaTrapNumber | Integer |
| |
|
| lwmaTrapOnOffState | Integer |
| |
|
| lwmaTrapCliAlias | Octet String |
|
The following figure shows the lightStreamBridge and lightStreamLanPort branches in the lightStreamInternet subtree of the LightStream private MIB:
The following tables show the address and type of each object in the lightStreamBridge and lightStreamLanPort branches.
lightStreamBridgePortTable
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lightStreamBridgePortTable |
|
| |||
| lightStreamBridgePortEntry | index=port# |
| ||
|
| lightStreamBrPortPort | Integer | read only | |
|
| lightStreamBridgePortEntry.2 | 1 = forward (def.) |
| |
|
| lightStreamBridgePortEntry.3 | Integer (packets) |
| |
|
| lightStreamBridgePortEntry.4 | Counter (packets) | read only |
lightStreamBridgeFilterTable
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lightStreamBridgeFilterTable |
|
| |||
| lightStreamBridgeFilterEntry | index= |
| ||
|
| lightStreamBrFilterId | Integer | read only | |
|
| lightStreamBrFilterTokenIndex | Integer | read only | |
|
| lightStreamBrFilterTokenType | Integer |
| |
|
| lightStreamBrFilterTokenValue | DisplayString |
| |
|
| lightStreamBrFilterStatus | Integer |
|
lightStreamBridgeFilterParameter-
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lightStreamBridge.3 |
|
| |||
| lightStreamBridgeFilter- | index= port#.FilterId |
| ||
|
| lightStreamBrFilterParmPort | Integer (dot1dBasePort) | read only | |
|
| lightStreamBridgeFilter- | Integer | read only | |
|
| lightStreamBridgeFilter- | Integer |
| |
|
| lightStreamBridgeFilter- | LightStreamFilterAction |
| |
|
| lightStreamBridgeFilter- | Counter | read only | |
|
| lightStreamBridgeFilter- | Integer |
| |
|
| lightStreamBridgeFilter- | Integer |
| |
|
| lightStreamBridgeFilter- | Integer |
|
lightStreamBridgePortTable | MIB Branch | Value |
|
---|---|---|---|
lightStreamBridgeStaticGoToCardSize | lightStreamBridge.4 | Integer | read only |
lightStreamBridgeFilter-
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lightStreamBridge.5 |
|
| ||||
| lsIpPortTable.1 | index=port# |
| |||
|
| lsIpPortEntry.2 | LightStreamFilterAction |
|
lightStreamBridgeFilterTable
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lsIpFilterTable |
|
| |||
| lsIpFilterEntry | index=ID.TokenIndex |
| ||
|
| lsIpFilterId | Integer | read only | |
|
| lsIpFilterTokenIndex | Integer | read only | |
|
| lsIpFilterTokenType | Integer |
| |
|
| lsIpFilterTokenValue | DisplayString |
| |
|
| lsIpFilterStatus | Integer |
|
lightStreamBridgeFilter-
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lsIpFilterParameterTable |
|
| |||
| lsIpFilterParameterEntry | index=port#.FilterID |
| ||
|
| lsIpFilterParmFilterId | Integer | read only | |
|
| lsIpFilterParmFilterPriority | Integer |
| |
|
| lsIpFilterParmAction | LightStreamFilterAction |
| |
|
| lsIpFilterParameterEntry.5 | Counter | read only | |
|
| lsIpFilterParameterEntry.6 | Integer |
| |
|
| lsIpFilterParmTp | Integer |
| |
|
| lsIpFilterParmMg | Integer |
|
lightStreamBridgeFilterParameterTable
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lightStreamBridge.8 |
|
| |||
| lsIpxPortTable.1 | index=port# |
| ||
|
| lsIpxPortDefaultAction | LightStreamFilterAction |
|
lightStreamBridgeFilterTable
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lsIpxFilterTable |
|
| |||
| lsIpxFilterEntry | index=ID.TokenIndex |
| ||
|
| lsIpxFilterId | Integer | read only | |
|
| lsIpxFilterTokenIndex | Integer | read only | |
|
| lsIpxFilterTokenType | Integer |
| |
|
| lsIpxFilterTokenValue | Display String |
| |
|
| lsIpxFilterStatus | Integer |
|
lightStreamBridgeFilter-
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lsIpxFilterParameterTable |
|
| |||
| lsIpxFilterParameterEntry | index=port#.FilterID |
| ||
|
| lsIpxFilterParmFilterId | Integer | read only | |
|
| lsIpxFilterParmFilterPriority | Integer |
| |
|
| lsIpxFilterParmAction | LightStreamFilterAction |
| |
|
| lsIpxFilterParmMatchCounts | Counter | read only | |
|
| lsIpxFilterParmValidation | Integer |
| |
|
| lsIpxFilterParmTp | Integer |
| |
|
| lsIpxFilterParmMg | Integer |
|
sLanPortTable Objects
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lsLanPortTable |
|
| |||
| lsLanPortEntry | index=port# |
| ||
|
| lsLanPortNpTrafficFilter | Integer |
|
The following figure shows the lightStreamVli subtree in the LightStream private MIB:
The following tables describe the objects in the lightStreamVLI subtree.
lightStreamVLI Version | MIB Branch | Value |
|
---|---|---|---|
lightStreamVliVersion | Integer | read only |
lightStreamBridgeFilterTable
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lsMcastGrpTable |
|
| |||
| lsMcastGrpEntry | index= |
| ||
|
| lsMcastGrpId | Integer | read only | |
|
| lsMcastChassisId | Integer | read only | |
|
| lsMcastIfIndex | Integer | read only | |
|
| lsMcastGrpEntry.4 | Integer |
|
lsTrafficProfileTable
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lsTrafficProfileTable |
|
| |||
| lsTrafficProfileEntry | index=lsTpId (tprof ID) |
| ||
|
| lsTpId | Integer | read only | |
|
| lsTpInsuredRate | Integer (bits) |
| |
|
| lsTpInsuredBurst | Integer (bytes/s) |
| |
|
| lsTpMaxRate | Integer (bits) |
| |
|
| lsTpMaxBurst | Integer (bytes/s) |
| |
|
| lsTpSecondaryScale | Integer |
| |
|
| lsTpPrinBwType | Integer |
| |
|
| lsTpTransPri | Integer |
| |
|
| lsTpValidation | Integer |
|
lightStreamVliPortCtlTable
| MIB Branch | Value |
| ||
---|---|---|---|---|---|
lightStreamVliPortCtlTable |
|
| |||
| lightStreamVliPortCtlEntry | index=port# |
| ||
|
| lightStreamVliPortCtlPort | Integer | read only | |
|
| lightStreamVliPortCtlMode | Integer |
|
lightStreamVliPortWorkGroup
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lightStreamVliPortWorkGroupTable |
|
| ||||
| lightStreamVliPort- | index=port#.wgrpID |
| |||
|
| lightStreamVliPort- | Integer | read only | ||
|
| lightStreamVliPort- | Integer | read only | ||
|
| lightStreamVliPortWorkGroup- Validation | lightStreamVliPort- | Integer |
|
The following figure shows the lightStreamCbr subtree in the LightStream private MIB:
The following table describes the objects in the lightStreamCbr subtree.
lightStreamVliPortWorkGroup
| MIB Branch | Value |
| |||
---|---|---|---|---|---|---|
lsNettimeInfo |
|
| ||||
| lsNtChassisStatus | Integer (lsNtCfgPriority ) | read only | |||
| lsNtPriorityReset | Integer |
| |||
| lsNtClockingSwitchAdmin | Integer |
| |||
| lsNtClockingSwitchOper | Integer | read only | |||
| lsNtCfgTable |
|
| |||
|
| lsNtCfgEntry | index=lsNtCfgPriority |
| ||
|
|
| lsNtCfgPriority | Integer | read only | |
|
|
| lsNtCfgSource | Integer |
| |
|
|
| lsNtCfgStatus | Integer | read only | |
|
|
| lsNtCfgValidation | Integer |
|
Posted: Sun Aug 19 00:19:02 PDT 2001
All contents are Copyright © 1992--2001 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.