S5-TOK-TOPOLOGY-MIB

File: S5-TOK-TOPOLOGY-MIB.mib (27738 bytes)

Imported modules

RFC1155-SMI RFC-1212 SYNOPTICS-ROOT-MIB
S5-ROOT-MIB S5-TCS-MIB

Imported symbols

IpAddress TimeTicks OBJECT-TYPE
SnpxChassisType SnpxBackplaneType s5TrTop
MacAddress

Defined Types

S5TrTopIfEntry  
SEQUENCE    
  s5TrTopIfIpAddr IpAddress
  s5TrTopIfNum INTEGER
  s5TrTopIfStatus INTEGER
  s5TrTopIfNmmLstChg TimeTicks
  s5TrTopIfBdgLstChg TimeTicks
  s5TrTopIfRingNmmLstChg TimeTicks
  s5TrTopIfNmmMaxNum INTEGER
  s5TrTopIfNmmCurNum INTEGER
  s5TrTopIfBdgMaxNum INTEGER
  s5TrTopIfBdgCurNum INTEGER
  s5TrTopIfRingNmmMaxNum INTEGER
  s5TrTopIfRingNmmCurNum INTEGER
  s5TrTopIfTopSpeed INTEGER

S5TrTopNmmEntry  
SEQUENCE    
  s5TrTopNmmIfIpAddr IpAddress
  s5TrTopNmmIpAddr IpAddress
  s5TrTopNmmRingNum INTEGER
  s5TrTopNmmRingMaster INTEGER
  s5TrTopNmmRingSpeed INTEGER
  s5TrTopNmmBridgeGroupIdentifier INTEGER
  s5TrTopNmmSlotNum INTEGER
  s5TrTopNmmPortNum INTEGER

S5TrTopBdgEntry  
SEQUENCE    
  s5TrTopBdgIfIpAddr IpAddress
  s5TrTopBdgIndx INTEGER
  s5TrTopBdgNum INTEGER
  s5TrTopBdgOwnRingNum INTEGER
  s5TrTopBdgAdjRingNum INTEGER
  s5TrTopBdgAdjMasterNmmIpAddr IpAddress
  s5TrTopBdgMacAddr MacAddress
  s5TrTopBdgIpAddr IpAddress
  s5TrTopBdgType INTEGER
  s5TrTopBdgSlotNum INTEGER
  s5TrTopBdgPortNum INTEGER
  s5TrTopBdgNumPort INTEGER
  s5TrTopBdgHelloPortNum INTEGER
  s5TrTopBdgHelloPortStatus INTEGER
  s5TrTopBdgMonPortStatus INTEGER
  s5TrTopBdgHelloType INTEGER

S5TrTopRingNmmEntry  
SEQUENCE    
  s5TrTopRingNmmIfIpAddr IpAddress
  s5TrTopRingNmmIpAddr IpAddress
  s5TrTopRingNmmMacAddr MacAddress
  s5TrTopRingNmmChassisType SnpxChassisType
  s5TrTopRingNmmBkplType SnpxBackplaneType
  s5TrTopRingNmmSlotNum INTEGER
  s5TrTopRingNmmUnaIpAddr IpAddress

S5TrTopNmmEosEntry  
SEQUENCE    
  s5TrTopNmmEos OCTET STRING

S5TrTopBdgEosEntry  
SEQUENCE    
  s5TrTopBdgEos OCTET STRING

S5TrTopRingNmmEosEntry  
SEQUENCE    
  s5TrTopRingNmmEos OCTET STRING

Defined Values

s5TrTopIfTable 2.1.6.10.1
A table with topology status and control for each token ring interface on the NMM. The number of entries is determined by the number of token ring interfaces on the NMM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5TrTopIfEntry

s5TrTopIfEntry 2.1.6.10.1.1
A row in the table of topology status and control for each token ring interface on the NMM. Entries in the table can not be created or deleted via SNMP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S5TrTopIfEntry  

s5TrTopIfIpAddr 2.1.6.10.1.1.1
The IP address of the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopIfNum 2.1.6.10.1.1.2
The value of ifIndex for the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s5TrTopIfStatus 2.1.6.10.1.1.3
Indicates if the interface is participating in topology. The values are: topOn(1)....topology is on topOff(2)...topology is off When the value is topOff(2) the status of entries associated with the interface is undefined. However, the agent should make its best attempt when the value is changed to topOff(2) to remove all existing instances of topology MIB objects for the interface. The agent must save the setting of this object in nonvolatile memory (i.e., save across reboots).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER topOn(1), topOff(2)  

s5TrTopIfNmmLstChg 2.1.6.10.1.1.4
The value of sysUpTime when the last addition or deletion of an NMM topology table entry associated with the interface was done. If none have been done since cold/warm start of the agent, then the value is zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

s5TrTopIfBdgLstChg 2.1.6.10.1.1.5
The value of sysUpTime when the last addition or deletion of a bridge topology table entry associated with the interface was done. If none have been done since cold/warm start of the agent, then the value is zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

s5TrTopIfRingNmmLstChg 2.1.6.10.1.1.6
The value of sysUpTime when the last addition or deletion of a Ring NMM topology table entry associated with the interface was done. If none have been done since cold/warm start of the agent, then the value is zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

s5TrTopIfNmmMaxNum 2.1.6.10.1.1.7
The maximum number of entries for the interface in the NMM topology table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5TrTopIfNmmCurNum 2.1.6.10.1.1.8
The current number of entries for the interface in the NMM topology table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5TrTopIfBdgMaxNum 2.1.6.10.1.1.9
The maximum number of entries for the interface in the bridge topology table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5TrTopIfBdgCurNum 2.1.6.10.1.1.10
The current number of entries for the interface in the bridge topology table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5TrTopIfRingNmmMaxNum 2.1.6.10.1.1.11
The maximum number of entries for the interface in the Ring NMM topology table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5TrTopIfRingNmmCurNum 2.1.6.10.1.1.12
The current number of entries for the interface in the Ring NMM topology table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5TrTopIfTopSpeed 2.1.6.10.1.1.13
The Token Ring topology message (SONMP frame) transmit speed. The values that are read/write are: topFast(2)...short interval between transmitting topSlow(3)...long interval between transmitting The value that is readonly is: other(1)...speed unknown, or other value In fast mode, the SONMP frame transmit interval is 10 seconds for all SONMP frames except for ring master which is 5 seconds. In slow mode, the interval is 15 seconds for ring master SONMP frames, 50 seconds for concentrator profile SONMP frames, 60 seconds for master NMM announcement SONMP frames, and 70 seconds for adjacent SONMP frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), topFast(2), topSlow(3)  

s5TrTopNmmTable 2.1.6.10.2
A table of topology information for each Network Management Module (NMM) with a Token Ring interface on the same 'flat network' as the reporting NMM. The number of entries is determined by the number of detected (and active) NMMs. Entries in the table are created by reception of a topology message with information about a 'new' NMM. An entry is removed from the table when an NMM is not present in the topology message from a ring, or when no topology messages are received from a ring in the required time interval.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5TrTopNmmEntry

s5TrTopNmmEntry 2.1.6.10.2.1
A row in the table of topology information about Network Management Modules (NMMs) with a Token Ring interface on the same 'flat network' as the reporting NMM. Entries in the table can not be created or deleted via SNMP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S5TrTopNmmEntry  

s5TrTopNmmIfIpAddr 2.1.6.10.2.1.1
The IP address of the interface on which the topology message was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopNmmIpAddr 2.1.6.10.2.1.2
The IP address of an NMM contained in a topology message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopNmmRingNum 2.1.6.10.2.1.3
The ring number on which an NMM from a topology message is located.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..4095  

s5TrTopNmmRingMaster 2.1.6.10.2.1.4
The classification of an NMM from a topology message. The values are: normal(1)...not a master NMM master(2)...a master NMM
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), master(2)  

s5TrTopNmmRingSpeed 2.1.6.10.2.1.5
The speed of the ring (in units of Mbits) on which an NMM from a topology message is located. The expected values are: 4....4 Mbps 16...16 Mbps
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5TrTopNmmBridgeGroupIdentifier 2.1.6.10.2.1.6
The forwarding domain identification -- VLAN ID, if applicable, of the port on which the SONMP message for this entry was heard. The value shall be zero if the entry is local, or if the port number cannot be resolved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s5TrTopNmmSlotNum 2.1.6.10.2.1.7
The slot number of the port on which the SONMP message for this entry was heard. The value shall be zero if the port number cannot be resolved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s5TrTopNmmPortNum 2.1.6.10.2.1.8
The port number of the port on which the SONMP message for this entry was heard. The value shall be zero if the port number cannot be resolved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s5TrTopBdgTable 2.1.6.10.3
A table that lists each known bridge with a Token Ring interface on the same 'flat net' as the reporting NMM. The number of entries is determined by the number of detected (and active) bridges. Entries are added by reception of a topology message from a bridge or reception of a topology message from an master NMM that was forwarded by a source routing bridge. An entry is removed from the table when no topology messaged are received from bridge in the required time interval.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5TrTopBdgEntry

s5TrTopBdgEntry 2.1.6.10.3.1
A row in the table of known bridges with a Token Ring interface on the same 'flat net' as the reporting NMM. Entries in the table can not be created or deleted via SNMP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S5TrTopBdgEntry  

s5TrTopBdgIfIpAddr 2.1.6.10.3.1.1
The IP address of the interface on which the topology message was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopBdgIndx 2.1.6.10.3.1.2
The index of the entry in the table for the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

s5TrTopBdgNum 2.1.6.10.3.1.3
The IEEE 802.5 'bridge number' for the bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..15  

s5TrTopBdgOwnRingNum 2.1.6.10.3.1.4
The ring number for the reporting NMM. NOTE: this will be the same value for all table entries for each interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..4095  

s5TrTopBdgAdjRingNum 2.1.6.10.3.1.5
The ring number of the adjacent ring that is joined by the bridge. The value is zero if this entry in the table was created due to the receipt of a topology message from another NMM on a different ring and the bridge connecting the rings was a transparent only bridge and it does not generate topology messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..4095  

s5TrTopBdgAdjMasterNmmIpAddr 2.1.6.10.3.1.6
If this entry was created (and/or validated) by a topology message from a master NMM, then the value is its IP address. If the value of object s5TrTopBdgNum is non-zero, then the master NMM is on an adjacent ring. If the value of s5TrTopBdgNum is zero, then the master NMM may be adjacent, or several rings away, separated by one or more transparent bridges. The value for this object is 0.0.0.0 when the bridge generates a topology message and there is no master NMM on the adjacent ring nor one connected to the adjacent ring through one or more transparent bridges.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopBdgMacAddr 2.1.6.10.3.1.7
The MAC address of the bridge port sending the topology message. The value is 00:00:00:00:00:00 if the bridge does not transmit topology messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

s5TrTopBdgIpAddr 2.1.6.10.3.1.8
IP address of the bridge sending the topology message. The value is 0.0.0.0 if the bridge does not transmit topology messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopBdgType 2.1.6.10.3.1.9
The kind of bridge this entry represents. The values come from the topology messages generated by the bridge. The values are: other(1)...........bridge does not send topology messages or is not a defined type t3522Syn2Port(2)...SynOptics 2 port bridge in a modular concentrator t2722Syn2Port(3)...SynOptics 2 port stand-alone bridge tCenTillionTrSwitch(4)...Centillion multi-port TR switch
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), t3522Syn2Port(2), t2722Syn2Port(3), tCenTillionTrSwitch(4)  

s5TrTopBdgSlotNum 2.1.6.10.3.1.10
The slot that the reporting NMM received the topology message from the bridge. The value zero is used to indicate that the bridge does not transmit topology messages or the slot from which the message was received can not be determined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5TrTopBdgPortNum 2.1.6.10.3.1.11
The port that the reporting NMM received the topology message from the bridge. The value zero is used to indicate that the bridge does not transmit topology messages or the port from which the message was received can not be determined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5TrTopBdgNumPort 2.1.6.10.3.1.12
The total number of ports installed on the bridge. The value zero is used to indicate that the bridge does not transmit topology messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5TrTopBdgHelloPortNum 2.1.6.10.3.1.13
The port on the bridge from which the topology message was sent. The value zero is used to indicate that the bridge does not transmit topology messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5TrTopBdgHelloPortStatus 2.1.6.10.3.1.14
The status of the port on Bridge from which the topology message was sent. The values are: other(1).............bridge does not send topology messages or port not in defined status tranAct(2)...........Transparent active tranStnBy(3).........Transparent standby srSrsOn(4)...........Source routing single route spanning is on srSrsOff(5)..........Source routing single route spanning is off srSrsOnTranAct(6)....Source routing single route spanning is on, and transparent active srSrsOffTranAct(7)...Source routing single route spanning is off, and transparent active srSrsOnStnBy(8)......Source routing single route spanning is on, and transparent standby srSrsOffStnBy(9).....Source routing single route spanning is off, and transparent standby
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), tranAct(2), tranStnBy(3), srSrsOn(4), srSrsOff(5), srSrsOnTranAct(6), srSrsOffTranAct(7), srSrsOnStnBy(8), srSrsOffStnBy(9)  

s5TrTopBdgMonPortStatus 2.1.6.10.3.1.15
The status of the 'monitor' port on Bridge from which the topology message was sent. The values are: other(1)...............bridge does not send topology messages or the status of the monitor port is unknown or the bridge does not have a monitor port, or some other condition. phantomOff(2)..........phantom status is off phantomOn(3)...........phantom status is on phantomOffWrapped(4)...phantom off and port wrapped phantomOnWrapped(5)....phantom on and port wrapped wrongSpeedWrap(6)......port wrapped for wrong speed
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), phantomOff(2), phantomOn(3), phantomOffWrapped(4), phantomOnWrapped(5), wrongSpeedWrap(6)  

s5TrTopBdgHelloType 2.1.6.10.3.1.16
The type of topology message received from the bridge. The values are: other..........bridge does not send any of the recognizable topology message types synoptics(2)...bridge sends SynOptics' topology message
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), synoptics(2), ibm(3)  

s5TrTopRingNmmTable 2.1.6.10.4
A table listing all the Network Management Modules (NMMs) with a Token Ring interface on the same ring as the reporting NMM. The number of entries is determined by the number of detected (and active) NMMs. Entries are created by reception of a topology message from a 'new' NMM. An entry is removed from the table when no topology messages are received from the NMM in the required time interval.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5TrTopRingNmmEntry

s5TrTopRingNmmEntry 2.1.6.10.4.1
A row in the table of Network Management Modules (NMMs) with a Token Ring interface on the same ring as the reporting NMM. Entries in the table can not be created or deleted via SNMP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S5TrTopRingNmmEntry  

s5TrTopRingNmmIfIpAddr 2.1.6.10.4.1.1
The IP address of the interface on which the topology message was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopRingNmmIpAddr 2.1.6.10.4.1.2
The IP address of the NMM that sent the topology message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopRingNmmMacAddr 2.1.6.10.4.1.3
The MAC address of the NMM that sent the topology message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

s5TrTopRingNmmChassisType 2.1.6.10.4.1.4
The type of chassis containing the NMM that sent the topology message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SnpxChassisType  

s5TrTopRingNmmBkplType 2.1.6.10.4.1.5
The type of backplane in the chassis containing the NMM that sent the topology message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SnpxBackplaneType  

s5TrTopRingNmmSlotNum 2.1.6.10.4.1.6
The slot containing the NMM that sent the topology message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5TrTopRingNmmUnaIpAddr 2.1.6.10.4.1.7
The IP address of the next upstream NMM of the NMM that sent the topology message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

s5TrTopNmmEosSize 2.1.6.10.5
The current size of a 'row' in the table s5TrTopNmmEosTable. This allows applications to be able to break apart 'rows' in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1400  

s5TrTopNmmEosTable 2.1.6.10.6
A table of encoded octet strings of entries in table s5TrTopNmmTable. The number of entries is determined by the packing of 'rows' from s5TrTopNmmTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5TrTopNmmEosEntry

s5TrTopNmmEosEntry 2.1.6.10.6.1
A row in the table of encoded octet strings for table s5TrTopNmmTable. Instance returned in Response PDU: On GETs: instance specified is the instance returned. On GET-NEXTs: instance returned is the instance of the last record contained in the octet string. Entries in the table can not be created or deleted via SNMP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S5TrTopNmmEosEntry  

s5TrTopNmmEos 2.1.6.10.6.1.1
An encoded octet string. On reads it contains an integral number of 'rows' from table s5TrTopNmmTable. All 'rows' are the same size which is defined by object s5TrTopNmmEosSize.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1400)  

s5TrTopBdgEosSize 2.1.6.10.7
The current size of a 'row' in the table s5TrTopBdgEosTable. This allows applications to be able to break apart 'rows' in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1400  

s5TrTopBdgEosTable 2.1.6.10.8
A table of encoded octet strings of entries in table s5TrTopBdgTable. The number of entries is determined by the packing of 'rows' from s5TrTopBdgTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5TrTopBdgEosEntry

s5TrTopBdgEosEntry 2.1.6.10.8.1
A row in the table of encoded octet strings for table s5TrTopBdgTable. Instance returned in Response PDU: On GETs: instance specified is the instance returned. On GET-NEXTs: instance returned is the instance of the last record contained in the octet string. Entries in the table can not be created or deleted via SNMP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S5TrTopBdgEosEntry  

s5TrTopBdgEos 2.1.6.10.8.1.1
An encoded octet string. On reads it contains an integral number of 'rows' from table s5TrTopBdgEntry. All 'rows' are the same size which is defined by object s5TrTopBdgEosSize.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1400)  

s5TrTopRingNmmEosSize 2.1.6.10.9
The current size of a 'row' in the table s5TrTopRingNmmEosTable. This allows applications to be able to break apart 'rows' in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1400  

s5TrTopRingNmmEosTable 2.1.6.10.10
A table of encoded octet strings of entries in table s5TrTopRingNmmTable. The number of entries is determined by the packing of 'rows' from s5TrTopRingNmmTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5TrTopRingNmmEosEntry

s5TrTopRingNmmEosEntry 2.1.6.10.10.1
A row in the table of encoded octet strings for table s5TrTopRingNmmTable. Instance returned in Response PDU: On GETs: instance specified is the instance returned. On GET-NEXTs: instance returned is the instance of the last record contained in the octet string. Entries in the table can not be created or deleted via SNMP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S5TrTopRingNmmEosEntry  

s5TrTopRingNmmEos 2.1.6.10.10.1.1
An encoded octet string. On reads it contains an integral number of 'rows' from table s5TrTopRingNmmTable. All 'rows' are the same size which is defined by object s5TrTopNmmEosSize.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1400)