S5-ETH-MULTISEG-TOPOLOGY-MIB

File: S5-ETH-MULTISEG-TOPOLOGY-MIB.mib (23215 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
SYNOPTICS-ROOT-MIB S5-ROOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
TimeTicks Integer32 MacAddress
InterfaceIndex SnpxChassisType SnpxBackplaneType
s5EnMsTop

Defined Types

S5EnMsTopNmmEntry  
SEQUENCE    
  s5EnMsTopNmmSlot INTEGER
  s5EnMsTopNmmPort INTEGER
  s5EnMsTopNmmIpAddr IpAddress
  s5EnMsTopNmmSegId INTEGER
  s5EnMsTopNmmMacAddr MacAddress
  s5EnMsTopNmmChassisType SnpxChassisType
  s5EnMsTopNmmBkplType SnpxBackplaneType
  s5EnMsTopNmmLocalSeg INTEGER
  s5EnMsTopNmmCurState INTEGER

S5EnMsTopNmmEosEntry  
SEQUENCE    
  s5EnMsTopNmmEos OCTET STRING

S5EnMsTopBdgEntry  
SEQUENCE    
  s5EnMsTopBdgSlotNum INTEGER
  s5EnMsTopBdgPortNum INTEGER
  s5EnMsTopBdgIpAddr IpAddress
  s5EnMsTopBdgNumber INTEGER
  s5EnMsTopBdgMacAddr MacAddress
  s5EnMsTopBdgType INTEGER
  s5EnMsTopBdgStatus INTEGER
  s5EnMsTopBdgNumPorts Integer32
  s5EnMsTopBdgHelloPortNum INTEGER
  s5EnMsTopBdgHelloPortType INTEGER
  s5EnMsTopBdgHelloPortStatus INTEGER
  s5EnMsTopBdgCompBdgMac1 MacAddress
  s5EnMsTopBdgCompBdgMac2 MacAddress

S5EnMsTopBdgEosEntry  
SEQUENCE    
  s5EnMsTopBdgEos OCTET STRING

S5EnMsTopSrcMacAddrEntry  
SEQUENCE    
  s5EnMsTopSrcMacAddr MacAddress
  s5EnMsTopSrcMacSegId INTEGER

S5EnMsTopPortEntry  
SEQUENCE    
  s5EnMsTopPortIfIndex InterfaceIndex
  s5EnMsTopPortState INTEGER

Defined Values

s5EthMultisegTopologyMib 1.3.6.1.4.1.45.1.6.13.0
5000 Ethernet Multi-segment MIB Copyright 1993-2004 Nortel Networks, Inc. All rights reserved. This Nortel Networks SNMP Management Information Base Specification (Specification) embodies Nortel Networks' confidential and proprietary intellectual property. Nortel Networks retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Nortel Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

s5EnMsTopInfo 1.3.6.1.4.1.45.1.6.13.1
OBJECT IDENTIFIER    

s5EnMsTopNmm 1.3.6.1.4.1.45.1.6.13.2
OBJECT IDENTIFIER    

s5EnMsTopBdg 1.3.6.1.4.1.45.1.6.13.3
OBJECT IDENTIFIER    

s5EnMsTopSrcMac 1.3.6.1.4.1.45.1.6.13.4
OBJECT IDENTIFIER    

s5EnMsTopPort 1.3.6.1.4.1.45.1.6.13.5
OBJECT IDENTIFIER    

s5EnMsTopIpAddr 1.3.6.1.4.1.45.1.6.13.1.1
An IP address of the agent. This is used to fill in the IP address field of transmitted SONMP packets. The agent should be reachable through this IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

s5EnMsTopStatus 1.3.6.1.4.1.45.1.6.13.1.2
Indicates if the agent is participating in multi-segment topology. The values are: topOn(1)....topology is on topOff(2)...topology is off When the value is topOff(2) the status of topology table entries 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. The agent must save the setting of this object in nonvolatile memory (i.e., save across reboots).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER topOn(1), topOff(2)  

s5EnMsTopNmmLstChg 1.3.6.1.4.1.45.1.6.13.1.3
The value of sysUpTime the last time an entry in the NMM topology table was added, deleted, or modified. If the NMM topology table has not changed since cold/warm start of the agent, then the value is zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

s5EnMsTopBdgLstChg 1.3.6.1.4.1.45.1.6.13.1.4
The value of sysUpTime the last time an entry in the bridge topology table was added, deleted, or modified. If the bridge topology table has not changed since cold/warm start of the agent, then the value is zero.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks  

s5EnMsTopNmmMaxNum 1.3.6.1.4.1.45.1.6.13.1.5
The maximum number of entries in the NMM topology table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5EnMsTopNmmCurNum 1.3.6.1.4.1.45.1.6.13.1.6
The current number of entries in the NMM topology table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5EnMsTopBdgMaxNum 1.3.6.1.4.1.45.1.6.13.1.7
The maximum number of entries in the bridge topology table.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5EnMsTopBdgCurNum 1.3.6.1.4.1.45.1.6.13.1.8
The current number of entries in the bridge topology table.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5EnMsTopNmmTable 1.3.6.1.4.1.45.1.6.13.2.1
A table of topology information from each topology agent that sends out NMM topology messages, and that has been heard by the reporting topology agent. The number of entries is determined by the number of distinct topology messages received. A topology message is identified by a combination of the IP address and segment-identifier contained in the message, and the slot-port on which it is received. Entries in the table are created by reception of a 'new' NMM topology message. An entry is removed from the table after no messages are received from the corresponding topology agent in the required time interval. NOTE: there is an entry for the reporting agent with the values of slot and port set to zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5EnMsTopNmmEntry

s5EnMsTopNmmEntry 1.3.6.1.4.1.45.1.6.13.2.1.1
A row in the NMM topology table. Entries in the table can not be created or deleted via SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  S5EnMsTopNmmEntry  

s5EnMsTopNmmSlot 1.3.6.1.4.1.45.1.6.13.2.1.1.1
The slot on which the topology message was received. NOTE: There is an artificial 'row' for the reporting agent with slot and port equal to zero. NOTE: Non-modular devices that do not have multiple slots should set this value to 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5EnMsTopNmmPort 1.3.6.1.4.1.45.1.6.13.2.1.1.2
The port on which the topology message was received. NOTE: there is an artificial 'row' for the reporting agent with slot and port equal to zero.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5EnMsTopNmmIpAddr 1.3.6.1.4.1.45.1.6.13.2.1.1.3
The IP address of the sender of the topology message.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

s5EnMsTopNmmSegId 1.3.6.1.4.1.45.1.6.13.2.1.1.4
The 'segment identifier' of the segment from which the remote agent sent the topology message. The value is extracted from the received topology message. Different devices may use different methods for representing the segment identifier. For example, system 5000 NMMs that run multi-segment autotopology use the SrcIndx of the segment as the segment identifier; switches use a computed a value equal to '(256 * s) + p' where 's' is the board, card or slot number and 'p' is the port number on and as seen by the switch sending the topology message; system 3000 NMMs use the lower three bytes of the MAC address of the NMM as the segment identifier. In any case, the 'segment identifier' uniquely identifies the network segment in the remote device from which the topology message was sent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..FFFFFF  

s5EnMsTopNmmMacAddr 1.3.6.1.4.1.45.1.6.13.2.1.1.5
The MAC address of the sender of the topology message.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

s5EnMsTopNmmChassisType 1.3.6.1.4.1.45.1.6.13.2.1.1.6
The chassis type of the device that sent the topology message.
Status: current Access: read-only
OBJECT-TYPE    
  SnpxChassisType  

s5EnMsTopNmmBkplType 1.3.6.1.4.1.45.1.6.13.2.1.1.7
The backplane type of the device that sent the topology message.
Status: current Access: read-only
OBJECT-TYPE    
  SnpxBackplaneType  

s5EnMsTopNmmLocalSeg 1.3.6.1.4.1.45.1.6.13.2.1.1.8
Indicates if the sender of the topology message is on the same Ethernet segment (i.e., NOT across a bridge) as the reporting agent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

s5EnMsTopNmmCurState 1.3.6.1.4.1.45.1.6.13.2.1.1.9
The current state of sender of the topology message. The values are: topChanged(1)...topology information has recently changed heartbeat(2)....topology information unchanged new(3)..........sending agent is in new state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER topChanged(1), heartbeat(2), new(3)  

s5EnMsTopNmmEosSize 1.3.6.1.4.1.45.1.6.13.2.2
The current size of a 'row' in the table s5EnMsTopNmmEosTable. This allows applications to be able to break apart 'rows' in the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..1440  

s5EnMsTopNmmEosTable 1.3.6.1.4.1.45.1.6.13.2.3
A table of encoded octet strings of entries in table s5EnMsTopNmmTable. The number of entries is determined by packing of 'rows' from s5EnMsTopNmmTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5EnMsTopNmmEosEntry

s5EnMsTopNmmEosEntry 1.3.6.1.4.1.45.1.6.13.2.3.1
A row in the table of encoded octet strings for table s5EnMsTopNmmTable. 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: current Access: not-accessible
OBJECT-TYPE    
  S5EnMsTopNmmEosEntry  

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

s5EnMsTopBdgTable 1.3.6.1.4.1.45.1.6.13.3.1
A table of topology information from each Bridge in the network that is sending bridge topology messages that have been heard by the reporting agent. The number of entries is determined by the number of detected (and active) bridges. Entries in the table are created by reception of a topology message from a 'new' bridge. An entry is removed from the table after no messages are received from the corresponding bridge in the required time interval.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5EnMsTopBdgEntry

s5EnMsTopBdgEntry 1.3.6.1.4.1.45.1.6.13.3.1.1
A row in the bridge topology table. Entries in the table can not be created or deleted via SNMP.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  S5EnMsTopBdgEntry  

s5EnMsTopBdgSlotNum 1.3.6.1.4.1.45.1.6.13.3.1.1.1
The slot on which the topology message was received. NOTE: Non-modular devices that do not have multiple slots should set this value to 1.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5EnMsTopBdgPortNum 1.3.6.1.4.1.45.1.6.13.3.1.1.2
The port on which the topology message was received.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5EnMsTopBdgIpAddr 1.3.6.1.4.1.45.1.6.13.3.1.1.3
The IP address of the bridge that sent the topology message.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

s5EnMsTopBdgNumber 1.3.6.1.4.1.45.1.6.13.3.1.1.4
The 'Bridge Number' of the bridge that sent the topology message. This is the IEEE 802.1 bridge number.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

s5EnMsTopBdgMacAddr 1.3.6.1.4.1.45.1.6.13.3.1.1.5
The MAC Address of the bridge that sent the topology message.
Status: deprecated Access: read-only
OBJECT-TYPE    
  MacAddress  

s5EnMsTopBdgType 1.3.6.1.4.1.45.1.6.13.3.1.1.6
The 'kind of bridge' that sent the topology message. The values are: other(1).....unknown or other type locSyn(2)....local SynOptics bridge remSyn(3)....remote SynOptics bridge kalpana(4)...Kalpana bridge(switch)
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER other(1), localSyn(2), remoteSyn(3), kalpana(4)  

s5EnMsTopBdgNumPorts 1.3.6.1.4.1.45.1.6.13.3.1.1.7
The number of ports on the bridge.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

s5EnMsTopBdgStatus 1.3.6.1.4.1.45.1.6.13.3.1.1.8
The current operational status from the bridge that sent the topology message. The values are: other(1).....unknown or other active(2)....bridge is active standby(3)...bridge is in standby A value of standby(3) means that at least ONE port is in standby mode. A value of active(2) means NO port is in standby mode.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER other(1), active(2), standby(3)  

s5EnMsTopBdgHelloPortNum 1.3.6.1.4.1.45.1.6.13.3.1.1.9
The port number used by the bridge to send the topology message. This port may or may not be in standby mode.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

s5EnMsTopBdgHelloPortType 1.3.6.1.4.1.45.1.6.13.3.1.1.10
The type of the port used by the bridge to send the topology message. The values are: other(1)...other or unknown type eth(2).....ethernet tok4(3)....4 Mbit token ring tok16(4)...16 Mbit token ring fddi(5)....fddi t1(6)......t1 Note: These enumerations were done for 'completeness'. No other value than eth(2) should ever be received by an ethernet agent.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER other(1), eth(2), tok4(3), tok16(4), fddi(5), t1(6)  

s5EnMsTopBdgHelloPortStatus 1.3.6.1.4.1.45.1.6.13.3.1.1.11
The status of the port used by the bridge to send the topology message. The values are: other(1).....unknown or other active(2)....port is active standby(3)...port is in standby
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER other(1), active(2), standby(3)  

s5EnMsTopBdgCompBdgMac1 1.3.6.1.4.1.45.1.6.13.3.1.1.12
The first MAC address of a companion bridge of the bridge that sent the topology message. The value is 00:00:00:00:00:00 for local bridges (since there is no companion bridge) and also when the companion MAC address is unknown for remote bridges.
Status: deprecated Access: read-only
OBJECT-TYPE    
  MacAddress  

s5EnMsTopBdgCompBdgMac2 1.3.6.1.4.1.45.1.6.13.3.1.1.13
The second MAC address of a companion bridge of the bridge that sent the topology message. The value is 00:00:00:00:00:00 for local bridges (since there is no companion bridge) and also when the companion MAC address is unknown for remote bridges.
Status: deprecated Access: read-only
OBJECT-TYPE    
  MacAddress  

s5EnMsTopBdgEosSize 1.3.6.1.4.1.45.1.6.13.3.2
The current size of a 'row' in the table s5EnMsTopBdgEosTable. This allows applications to be able to break apart 'rows' in the table.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..1440  

s5EnMsTopBdgEosTable 1.3.6.1.4.1.45.1.6.13.3.3
A table of encoded octet strings of entries in table s5EnMsTopBdgTable. The number of entries is determined by packing of 'rows' from s5EnMsTopBdgTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5EnMsTopBdgEosEntry

s5EnMsTopBdgEosEntry 1.3.6.1.4.1.45.1.6.13.3.3.1
A row in the table of encoded octet strings for table s5EnMsTopBdgTable. 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: deprecated Access: not-accessible
OBJECT-TYPE    
  S5EnMsTopBdgEosEntry  

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

s5EnMsTopSrcMacAddrTable 1.3.6.1.4.1.45.1.6.13.4.1
A table describing the source MAC addresses that the agent uses to transmit topology messages on different segments in the device. The MAC addresses are preallocated and remain unchanged for the agent. However, the mapping between a MAC address and segment may change, since it can depend on the current physical and/or logical configuration of the device. Implementation of this group is required for those devices that use different source MAC addresses to transmit topology messages on different segments. Implementation of this group is optional otherwise.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5EnMsTopSrcMacAddrEntry

s5EnMsTopSrcMacAddrEntry 1.3.6.1.4.1.45.1.6.13.4.1.1
A row in the table of MAC address-to-segment mappings. Entries in the table can not be created or deleted via SNMP.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  S5EnMsTopSrcMacAddrEntry  

s5EnMsTopSrcMacAddr 1.3.6.1.4.1.45.1.6.13.4.1.1.1
The MAC address used to transmit topology messages.
Status: deprecated Access: read-only
OBJECT-TYPE    
  MacAddress  

s5EnMsTopSrcMacSegId 1.3.6.1.4.1.45.1.6.13.4.1.1.2
The 'segment-identifier' of the segment on which topology messages were transmitted.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..16777215  

s5EnMsTopSrcMacAddrLstChg 1.3.6.1.4.1.45.1.6.13.4.2
The value of sysUpTime when an entry in the table s5EnMsTopSrcMacAddrTable was last changed. If no changes have been done since cold/warm start of the agent, then the value is zero.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks  

s5EnMsTopPortTable 1.3.6.1.4.1.45.1.6.13.5.1
A table of topology statuses for each port on the unit. This provides a way to make different topology settings for each port, instead of having global topology settings for the entire unit
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5EnMsTopPortEntry

s5EnMsTopPortEntry 1.3.6.1.4.1.45.1.6.13.5.1.1
an entry in the s5EnMsTopPortTable table. There is one such entry for every port
Status: current Access: not-accessible
OBJECT-TYPE    
  S5EnMsTopPortEntry  

s5EnMsTopPortIfIndex 1.3.6.1.4.1.45.1.6.13.5.1.1.1
Indicates port on which to configure topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

s5EnMsTopPortState 1.3.6.1.4.1.45.1.6.13.5.1.1.2
Indicates if the agent is participating in multi-segment topology on this port. The values are: topActive(1)....topology mode is active topPassthru(2)...topology mode is passive (transparent) When the value is topActive, the agent sends out topology packets and also interprets any topology packets received and updates the topology table accordingly. When the value is topPassthru(2) the unit does not generate and send out topology packets and forwards whatever topology packets it receives.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER topActive(1), topPassthru(2)