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

VENDOR: SYNOPTICS


 Home MIB: S5-ETHERNET-COMMON-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
 s5EthernetCommonMib 1.3.6.1.4.1.45.1.6.6.1.0
5000 Ethernet Common 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.
 s5EnPortTable 1.3.6.1.4.1.45.1.6.6.1.1 no-access
A table containing information about each managed ethernet connectivity port on a board. The number of entries is determined by the number of managed ports. Those boards that do not have any ports do not have any entries in this table.
     s5EnPortEntry 1.3.6.1.4.1.45.1.6.6.1.1.1 no-access
A row in Ethernet port table. Entries can not be created or deleted via SNMP.
         s5EnPortBrdIndx 1.3.6.1.4.1.45.1.6.6.1.1.1.1 integer read-only
The index of the board. This corresponds to the index of the slot containing the board.
         s5EnPortIndx 1.3.6.1.4.1.45.1.6.6.1.1.1.2 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.
         s5EnPortPartStatus 1.3.6.1.4.1.45.1.6.6.1.1.1.3 integer read-write
The partition status of the port. The following values can be written: enabled(2)..........enabled port partition(3)........partition port timedPartition(5)...time partition port (uses value from s5EnPortPartTime) The following values reflect the partition status of the port: other(1).............partition status unknown enabled(2)...........port enabled partition(3).........port partitioned autoPartition(4).....port auto-partitioned by hardware timedPartition(5)....port is timed partitioned (see value of s5EnPortPartTime). On GETs with port status of timedPartition(5), if the time remaining before the partition is undone is available, it will be reported in object s5EnPortPartTime as a positive value. If not available, the value of s5EnPortPartTime will be zero. When changing a port to timedPartition(5), the SET request must also contain the value for object s5EnPortPartTime. Only value partition(3) will survive resets of the host card. Enumeration: 'autoPartition': 4, 'other': 1, 'enabled': 2, 'timedPartition': 5, 'partition': 3.
         s5EnPortPartTime 1.3.6.1.4.1.45.1.6.6.1.1.1.4 timeintervalsec read-write
The length of time to keep the port partitioned when a timed partition is done to the port. This object can only be written in the same request that sets s5EnPortPartStatus to timedPartition(5). Afterwards, it indicates the amount of time left before the timed partition is completed, at which time s5EnPortPartStatus is changed to enabled(2). This object has the value of zero if the port is not time partitioned, or if the amount of time is not available.
         s5EnPortLinkStatus 1.3.6.1.4.1.45.1.6.6.1.1.1.5 integer read-only
Tells whether the port is receiving link status. The values are: other(1)...returned for AUI off(2).....link is not connected on(3)......link is connected on/off applies to 10BASE-T and Fiber ports only. Enumeration: 'on': 3, 'other': 1, 'off': 2.
         s5EnPortJabberStatus 1.3.6.1.4.1.45.1.6.6.1.1.1.6 integer read-only
The jabber status of the DTE(s) connected to the port. The values are: other(1).......unknown or other condition jabbering(2)...port receiving jabber ok(3)..........no jabber detected. Enumeration: 'other': 1, 'ok': 3, 'jabbering': 2.
 s5EnPortExtTable 1.3.6.1.4.1.45.1.6.6.1.3 no-access
An extension table to s5EnPortTable containing additional information about per port switchable, autonegotiating 10/100 Mbit ethernet connectivity ports on a board. The number of entries is determined by the number of managed ports. Those boards that do not have any ports do not have any entries in this table.
     s5EnPortExtEntry 1.3.6.1.4.1.45.1.6.6.1.3.1 no-access
A row in Ethernet port extension table. Entries can not be created or deleted via SNMP.
         s5EnPortExtBrdIndx 1.3.6.1.4.1.45.1.6.6.1.3.1.1 integer read-only
The index of the board. This corresponds to the index of the slot containing the board.
         s5EnPortExtIndx 1.3.6.1.4.1.45.1.6.6.1.3.1.2 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.
         s5EnPortExtHwCapability 1.3.6.1.4.1.45.1.6.6.1.3.1.3 octet string read-only
A bit array that contains the bit map representing the hardware capabilites of the port. The bit 7 tells if the port supports auto-negotiation. If the auto negotiation is on, the port will have multiple speed capabilities while if the auto negotiation is not supported, the hardware will only be capable for one speed: bit 0 - 10 BASE-T half duplex capable bit 1 - 10 BASE-T full duplex capable bit 2 - 100 BASE-TX half duplex capable bit 3 - 100 BASE-TX full duplex capable bit 5 - 100 BASE-FX full duplex capable bit 6 - 100 BASE-FX half duplex capable bit 7 - auto negotiation support capability When auto negotiation is supported only bits 0-3 are used to indicate the capabilities available for negotiation, and any or all of these bits may be set as long as at least one bit is set. When auto negotiation is NOT supported (bit 7 = 0) all other bits are used to indicate the capabilities supported by the port, but which must be manually configured.
         s5EnPortExtAutoNegAdv 1.3.6.1.4.1.45.1.6.6.1.3.1.4 octet string read-write
A bit array that contains the bit map representing the abilities advertised during link negociation. The bit 7 tells if auto negotiation is enabled or disabled: bit 0 - 10 BASE-T half duplex capable bit 1 - 10 BASE-T full duplex capable bit 2 - 100 BASE-TX half duplex capable bit 3 - 100 BASE-TX full duplex capable bit 5 - 100 BASE-FX full duplex capable bit 6 - 100 BASE-FX half duplex capable bit 7 - auto negotiation is enabled or disabled Only capabilites present in the hardware as indicated by s5EnPortExtHwCapability can be advertised. If auto negotiation is enabled only bits 0-3 are used to indicate the capabilities available for negotiation. Any or all of these bits may be set as long as at least one bit is set, AND the settings are in accordance with s5EnPortExtHwCapability. If auto negotiation is disabled one and only one of the speed setting bits MUST be set in accordance with s5EnPortExtHwCapability.
         s5EnPortExtAutoNegRcvd 1.3.6.1.4.1.45.1.6.6.1.3.1.5 octet string read-only
A bit array that contains the bit map representing the auto-negotiation abilities of the remote end of the link: bit 0 - 10 BASE-T half duplex capable bit 1 - 10 BASE-T full duplex capable bit 2 - 100 BASE-TX half duplex capable bit 3 - 100 BASE-TX full duplex capable
         s5EnPortExt10MbSegAttCfg 1.3.6.1.4.1.45.1.6.6.1.3.1.6 attid read-write
The index for the segment used in case a 10 Mbit link is established.
         s5EnPortExt100MbSegAttCfg 1.3.6.1.4.1.45.1.6.6.1.3.1.7 attid read-write
The index for the segment used in case a 100 Mbit link is established.
         s5EnPortExt10MbSegConnCapability 1.3.6.1.4.1.45.1.6.6.1.3.1.8 octet string read-only
A bit array that contains the bit map representing all available 10Mbit backplane segment and local segment connections for the port. One bit is also reserved to indicate if the cluster has an isolate capability. The first 31 bits of the array represent the backplane numbers, starting from the lower order bit. Bit 32 indicates whether the port has a null connection capability. The bits in the fifth and sixth octets, starting with bits in the lower order octet, represent local segments that the port can connect to. A bit with a value of 1 means that the port is capable of connecting to the corresponding backplane segment, local segment or null segment.
         s5EnPortExt100MbSegConnCapability 1.3.6.1.4.1.45.1.6.6.1.3.1.9 octet string read-only
A bit array that contains the bit map representing all available 100Mbit backplane segment and local segment connections for the port. One bit is also reserved to indicate if the cluster has an isolate capability. The first 31 bits of the array represent the backplane numbers, starting from the lower order bit. Bit 32 indicates whether the port has a null connection capability. The bits in the fifth and sixth octets, starting with bits in the lower order octet, represent local segments that the port can connect to. A bit with a value of 1 means that the port is capable of connecting to the corresponding backplane segment, local segment or null segment.
         s5EnPortExtActiveSpeed 1.3.6.1.4.1.45.1.6.6.1.3.1.10 integer read-only
The speed of the link. The possible values are: unknown(1)........unknown, no link bps10M(2).........10 Mbit link bps100M(3)........100 Mbit link Enumeration: 'unknown': 1, 'bps100M': 3, 'bps10M': 2.
         s5EnPortExtCurDuplexMode 1.3.6.1.4.1.45.1.6.6.1.3.1.11 integer read-only
The status of duplex mode. The possible values are: unknown(1)........unknown, no link halfDuplex(2).........half duplex mode fullDuplex(3)........full duplex mode Enumeration: 'unknown': 1, 'fullDuplex': 3, 'halfDuplex': 2.
 s5EnBStatTable 1.3.6.1.4.1.45.1.6.6.2.1 no-access
A table containing Ethernet basic statistics. The entries in the table may come from several different data sources. The number of entries is determined by the number of sources that can provide the information.
     s5EnBStatEntry 1.3.6.1.4.1.45.1.6.6.2.1.1 no-access
A row in Ethernet basic statistics table. Entries can not be created or deleted via SNMP.
         s5EnBStatSrcIndx 1.3.6.1.4.1.45.1.6.6.2.1.1.1 srcindx read-only
The index of the entry in the table. This index identifies the source of the information. Only those sources that provide these statistics are in this table.
         s5EnBStatGoodOctets 1.3.6.1.4.1.45.1.6.6.2.1.1.2 counter32 read-only
A count of octets contained in frames received which had no errors. This counter includes octets in unicast, broadcast, and multicast frames. This counter includes octets after the start frame delimiter up to FCS but not including FCS octets.
         s5EnBStatGoodFrms 1.3.6.1.4.1.45.1.6.6.2.1.1.3 counter32 read-only
A count of frames that are detected without errors. This does not include frames received with a frame-too-long, runt, FCS, or alignment errors. This counter includes unicast, broadcast, and multicast frames.
         s5EnBStatBcastFrms 1.3.6.1.4.1.45.1.6.6.2.1.1.4 counter32 read-only
A count of frames that are detected without errors and are directed to the broadcast group address. This does not include frames received with a frame-too-long, runt, FCS, or alignment errors. Multicast frames are not included.
         s5EnBStatMcastFrms 1.3.6.1.4.1.45.1.6.6.2.1.1.5 counter32 read-only
A count of frames that are detected without errors and are directed to a non-broadcast group address. This does not include frames received with a frame-too-long, runt, FCS, or alignment errors.
         s5EnBStatAlignErrors 1.3.6.1.4.1.45.1.6.6.2.1.1.6 counter32 read-only
A count of frames detected that are not an integral number of octets in length and do not pass the FCS check. This counter is incremented when the frame is received with FramingError and FcsError and whose OctetCount is greater than of equal to minFramSize and less than or equal to maxFramSize.
         s5EnBStatFcsErrors 1.3.6.1.4.1.45.1.6.6.2.1.1.7 counter32 read-only
A count of frames detected that are an integral number of octets in length that do not pass the FCS check. This counter is incremented when the frame is received with FcsError and NoFramingError and NoCollisions and whose OctetCount is greater than or equal to minFramsize and less than or equal to maxFrameSize.
         s5EnBStatRunts 1.3.6.1.4.1.45.1.6.6.2.1.1.8 counter32 read-only
A count of frames detected that are less than the minimum permitted frame size and have a good FCS.
         s5EnBStatTooLongFrms 1.3.6.1.4.1.45.1.6.6.2.1.1.9 counter32 read-only
A count of frames detected that exceed the maximum permitted frame size. This counter is incremented when a frame received on this port whose OctetCount is greater than maxFramSize.
         s5EnBStatFragments 1.3.6.1.4.1.45.1.6.6.2.1.1.10 counter32 read-only
A count of fragments detected between 80-512 bits (64 bytes), inclusively, with invalid FCS. (These commonly represent collision fragments, and are not errors).
         s5EnBStatVeryLongEvents 1.3.6.1.4.1.45.1.6.6.2.1.1.11 counter32 read-only
A count of the times that MAU jabber lockup protection (MJLP) was detected due to transmission of data that exceeded 5 msec in duration(OctetCount greater than maxFramSize). This information can be useful in identifying faulty stations.
         s5EnBStatColls 1.3.6.1.4.1.45.1.6.6.2.1.1.12 counter32 read-only
A count of receive collisions detected.
         s5EnBStatLateColls 1.3.6.1.4.1.45.1.6.6.2.1.1.13 counter32 read-only
A count of late receive collisions detected. This counter is incremented for each event in which there is a receive Collision and ActivityDuration is greater than the LateEventThreshold.
         s5EnBStatShortEvents 1.3.6.1.4.1.45.1.6.6.2.1.1.14 counter32 read-only
A count of fragments detected with ActivityDuration less than ShortEventMaxTime. ShortEventMaxTime is greater than 74 bit times and less than 82 bit times.
         s5EnBStatRateMismatches 1.3.6.1.4.1.45.1.6.6.2.1.1.15 counter32 read-only
A count of the occurrences of out of spec bit rates. This indicates the number of times the FIFO buffer over-runs or under-runs due to transmission rate errors.
         s5EnBStatBackOffFailures 1.3.6.1.4.1.45.1.6.6.2.1.1.16 counter32 read-only
This counter is incremented by one for each frame received on this port with collision and port activity time greater than 552 to 560 bit time.
         s5EnBStatAutoPartitions 1.3.6.1.4.1.45.1.6.6.2.1.1.17 counter32 read-only
A count of the number of times that this port was automatically partitioned. The condition occurs when 32 consecutive collisions are detected on the port.
         s5EnBStatShortIPGs 1.3.6.1.4.1.45.1.6.6.2.1.1.18 counter32 read-only
A count of occurrences of a too short IPG (inter packet gap before a good packet) that were detected.
         s5EnBStatNullFrames 1.3.6.1.4.1.45.1.6.6.2.1.1.19 counter32 read-only
A count of the occurrences of frames received with no collision and whose octetCount is equal to 0 and activity time is greater than ValidPacketMinTime.
 s5EnPStatTable 1.3.6.1.4.1.45.1.6.6.2.2 no-access
A table containing Ethernet port extension statistics. This table extends table s5EnBStatTable for ports. The entries in the table may come only from port sources. The number of entries is determined by the number of sources that can provide the information.
     s5EnPStatEntry 1.3.6.1.4.1.45.1.6.6.2.2.1 no-access
A row in Ethernet port extension statistic table. Entries can not be created or deleted via SNMP.
         s5EnPStatSrcIndx 1.3.6.1.4.1.45.1.6.6.2.2.1.1 srcindx read-only
The index of the entry in the table. This index identifies the source of the information. Only those sources that provide these statistics are in this table.
         s5EnPStatSourceAddrChngs 1.3.6.1.4.1.45.1.6.6.2.2.1.2 counter32 read-only
A count of changes in Last Source Address.
         s5EnPStatLinkStatusChngs 1.3.6.1.4.1.45.1.6.6.2.2.1.3 counter32 read-only
Contains a count of number of changes in link status from on(3) to off(2).
         s5EnPStatLastSourceAddr 1.3.6.1.4.1.45.1.6.6.2.2.1.4 octet string read-only
The Source Address of the last readable frame received by this port. If no frames have been received by this port since the agent began monitoring this port, the agent shall return a string of length zero.
 s5EnSStatTable 1.3.6.1.4.1.45.1.6.6.2.3 no-access
A table containing Ethernet Segment extension statistics. This table extends table s5EnBStatTable for segments. The entries in the table may come from several different data sources. The number of entries is determined by the number of sources that can provide the information.
     s5EnSStatEntry 1.3.6.1.4.1.45.1.6.6.2.3.1 no-access
A row in Ethernet segment statistics table. Entries can not be created or deleted via SNMP.
         s5EnSStatSrcIndx 1.3.6.1.4.1.45.1.6.6.2.3.1.1 srcindx read-only
The index of the entry in the table. This index identifies the source of the information. Only those sources that provide these statistics are in this table.
         s5EnSStatSegColls 1.3.6.1.4.1.45.1.6.6.2.3.1.2 counter32 read-only
A count of number of transmit collision events(one per packet activity) for a segment (i.e., local channel or backplane network).
         s5EnSStatSegRate 1.3.6.1.4.1.45.1.6.6.2.3.1.3 integer read-only
The segment speed type of this ethernet segment. The following values are currently defined: unknown (1) ------- unknown type bps10m (2) ------- 10Mbps ethernet bps100m (3) ------ 100Mbps ethernet Enumeration: 'unknown': 1, 'bps100m': 3, 'bps10m': 2.