S5-ETHERNET-MIB

File: S5-ETHERNET-MIB.mib (6302 bytes)

Imported modules

SNMPv2-SMI S5-ROOT-MIB S5-TCS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE s5Eth
TimeIntervalSec

Defined Types

S5EnPIntconEntry  
SEQUENCE    
  s5EnPIntconIfIndx INTEGER
  s5EnPIntconBrdIndx INTEGER
  s5EnPIntconPortIndx INTEGER
  s5EnPIntconIntconStatus INTEGER
  s5EnPIntconAddrCollect INTEGER

Defined Values

s5EthernetMib 1.3.6.1.4.1.45.1.6.6.0
5000 Ethernet 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    

s5EnCfg 1.3.6.1.4.1.45.1.6.6.1
OBJECT IDENTIFIER    

s5EnStat 1.3.6.1.4.1.45.1.6.6.2
OBJECT IDENTIFIER    

s5EnMisc 1.3.6.1.4.1.45.1.6.6.3
OBJECT IDENTIFIER    

s5EnPIntconTable 1.3.6.1.4.1.45.1.6.6.3.1
A table controlling the Interconnect status of each managed Ethernet connectivity port that is connected to the same backplane network as each NMM agent interface. The number of entries is determined by the number of managed ports connected to backplane networks which the NMM's interfaces are also connected to.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5EnPIntconEntry

s5EnPIntconEntry 1.3.6.1.4.1.45.1.6.6.3.1.1
A row in the Ethernet port Interconnect control table. Entries can not be created or deleted via SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  S5EnPIntconEntry  

s5EnPIntconIfIndx 1.3.6.1.4.1.45.1.6.6.3.1.1.1
The index of interface on the NMM. This has the same value as ifIndex for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

s5EnPIntconBrdIndx 1.3.6.1.4.1.45.1.6.6.3.1.1.2
The index of the board. This corresponds to the index of the slot containing the board.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

s5EnPIntconPortIndx 1.3.6.1.4.1.45.1.6.6.3.1.1.3
The index of the port on the board. Its value ranges between 1 and index of the last manageable port on the board.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

s5EnPIntconIntconStatus 1.3.6.1.4.1.45.1.6.6.3.1.1.4
The interconnection status of the port. This object tells whether the port is connected to a host or to an interconnect (defined to be another NMM or a bridge that is sending hello messages). The values are: other(1)..........unknown or host interconnect(2)...identified as interconnect port The NMM agent will assign this object the value other(1) on initialization. If it sees hello messages coming in on the port, it will change the interconnection status to be interconnect(2).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), interconnect(2)  

s5EnPIntconAddrCollect 1.3.6.1.4.1.45.1.6.6.3.1.1.5
This object tells whether the NMM should collect node address information from this port for the Find Nodes and Show Nodes tables. By default, the node addresses are collected only from ports that are not identified as interconnect ports. This object provides a means of overriding the default for collection and checking of node addresses. The values are: default(1).........follow default rules for address collection neverCollect(2)....don't collect addrs, whatever intercon status alwaysCollect(3)...do collect address, regardless of config Setting this variable to default(1) tells the NMM to collect and check addresses if and only the port has not been identified as an interconnect port. To disable node address collection on a port, set this object to neverCollect(2). To collect node addresses for an interconnect port, set this object to alwaysCollect(3). To restore the 'natural' value for the port, set this object to default(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(1), neverCollect(2), alwaysCollect(3)  

s5EnNodeInactInterval 1.3.6.1.4.1.45.1.6.6.3.2
The time interval in seconds used to change the status of an entry in the Show Nodes Table (found in the 5000 Common Stats MIB) from active to inactive. When a station has not sent a frame within the time interval represented by this object, the status for the corresponding entry is set to inactive.
Status: current Access: read-write
OBJECT-TYPE    
  TimeIntervalSec 0..2147483647  

s5EnNodeAgeInterval 1.3.6.1.4.1.45.1.6.6.3.3
The time interval in seconds used for aging out entries in the Show Nodes and Find Nodes Tables (found in the 5000 Common Stats MIB). When a station has not sent a frame within the time interval represented by this object, the corresponding entry is removed from the two tables.
Status: current Access: read-write
OBJECT-TYPE    
  TimeIntervalSec 0..2147483647