S5-ETHERNET-MIB: View SNMP OID List / Download MIB

VENDOR: SYNOPTICS


 Home MIB: S5-ETHERNET-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
 s5EnCfg 1.3.6.1.4.1.45.1.6.6.1
 s5EnStat 1.3.6.1.4.1.45.1.6.6.2
 s5EnMisc 1.3.6.1.4.1.45.1.6.6.3
     s5EnPIntconTable 1.3.6.1.4.1.45.1.6.6.3.1 no-access
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.
         s5EnPIntconEntry 1.3.6.1.4.1.45.1.6.6.3.1.1 no-access
A row in the Ethernet port Interconnect control table. Entries can not be created or deleted via SNMP.
             s5EnPIntconIfIndx 1.3.6.1.4.1.45.1.6.6.3.1.1.1 integer read-only
The index of interface on the NMM. This has the same value as ifIndex for the interface.
             s5EnPIntconBrdIndx 1.3.6.1.4.1.45.1.6.6.3.1.1.2 integer read-only
The index of the board. This corresponds to the index of the slot containing the board.
             s5EnPIntconPortIndx 1.3.6.1.4.1.45.1.6.6.3.1.1.3 integer read-only
The index of the port on the board. Its value ranges between 1 and index of the last manageable port on the board.
             s5EnPIntconIntconStatus 1.3.6.1.4.1.45.1.6.6.3.1.1.4 integer read-only
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). Enumeration: 'other': 1, 'interconnect': 2.
             s5EnPIntconAddrCollect 1.3.6.1.4.1.45.1.6.6.3.1.1.5 integer read-write
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). Enumeration: 'default': 1, 'neverCollect': 2, 'alwaysCollect': 3.
     s5EnNodeInactInterval 1.3.6.1.4.1.45.1.6.6.3.2 timeintervalsec read-write
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.
     s5EnNodeAgeInterval 1.3.6.1.4.1.45.1.6.6.3.3 timeintervalsec read-write
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.