Fibronics-EtherSwitch-MIB: View SNMP OID List / Download MIB
VENDOR: FIBRONICS
Home | MIB: Fibronics-EtherSwitch-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).
|
|||
Object Name | OID | Type | Access | Info |
fibronics | 1.3.6.1.4.1.22 | |||
products | 1.3.6.1.4.1.22.100 | |||
eth_switch | 1.3.6.1.4.1.22.100.9 | |||
xm516_card | 1.3.6.1.4.1.22.100.9.3 | |||
xm517_card | 1.3.6.1.4.1.22.100.9.4 | |||
xm518_card | 1.3.6.1.4.1.22.100.9.5 | |||
xm519_card | 1.3.6.1.4.1.22.100.9.6 | |||
xm5110_card | 1.3.6.1.4.1.22.100.9.7 | |||
xm5111_card | 1.3.6.1.4.1.22.100.9.8 | |||
xm5112_card | 1.3.6.1.4.1.22.100.9.9 | |||
xm5113_card | 1.3.6.1.4.1.22.100.9.10 | |||
xm5114_card | 1.3.6.1.4.1.22.100.9.11 | |||
xm5115_card | 1.3.6.1.4.1.22.100.9.12 | |||
mibs | 1.3.6.1.4.1.22.101 | |||
mibsbridges | 1.3.6.1.4.1.22.101.9 | |||
mibbridges_specific | 1.3.6.1.4.1.22.101.9.1 | |||
mibeth2eth | 1.3.6.1.4.1.22.101.9.1.2 | |||
mib_eps | 1.3.6.1.4.1.22.101.9.1.2.1 | |||
fibEsObjects | 1.3.6.1.4.1.22.101.9.1.2.1.1 | |||
fibEsMain | 1.3.6.1.4.1.22.101.9.1.2.1.1.1 | |||
fibEsConfig | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1 | |||
fibEsFwVer | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.1 | displaystring | read-only |
The firmware version in the form major.minor. |
fibEsHwVer | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.2 | displaystring | read-only |
The hardware version in the form major.minor. |
fibEsIpAddr | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.3 | ipaddress | read-write |
The administrative value of the IP address. The current operational IP address can be obtained by the ipAdEntAddr entry in the ipAddrTable. This parameter will take effect only after a reset (fibEsReset) is issued or a power cycle. |
fibEsNetMask | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.4 | ipaddress | read-write |
The administrative value of the subnet mask. The current operational subnet mask can be obtained by the ipAdEntNetMask entry in the ipAddrTable. This parameter will take effect only after a reset (fibEsReset) is issued or a power cycle. |
fibEsDefaultGateway | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.5 | ipaddress | read-write |
The administrative value of the default gateway (router) IP address. The current operational default gateway's IP address can be obtained from the ipRouteTable. This parameter will take effect only after a reset (fibEsReset) is issued or a power cycle. |
fibEsTrapRcvrMaxEnt | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.6 | integer | read-only |
The maximum number of rows in the trap receiver table. |
fibEsTrapRcvrCurEnt | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.7 | integer | read-only |
The current number of rows in the trap receiver table. |
fibEsTrapRcvrNext | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.8 | integer | read-only |
The index of the next available row to be created in the trap receiver table. A value of zero means that the table is full and no more rows can be added. |
fibEsTrapRcvrTable | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.9 | no-access |
A table of managers to which to send traps. Entries in the table are saved across resets and power cycles. |
|
1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.9.1 | no-access |
Definition of rows in the trap receiver table. The column fibEsTrapRcvrStatus is used to create and delete rows in the table. Creation requires a SET PDU with objects fibEsTrapRcvrStatus, fibEsTrapRcvrIpAddress, and fibEsTrapRcvrComm. |
||
fibEsTrapRcvrIndex | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.9.1.1 | integer | read-only |
The index of the row in the table. |
fibEsTrapRcvrStatus | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.9.1.2 | integer | read-write |
Setting this object to the value invalid(3) deletes the row from the table. The value invalid(3) should never be returned on a GET. The value of create(4) on a SET causes a new row to be created if the row does not already exist. If it does, then a 'badValue'error should be returned. The value returned on GETs should be valid(2) or other(1), which is used to indicate any other condition. Enumeration: 'create': 4, 'other': 1, 'valid': 2, 'invalid': 3. |
fibEsTrapRcvrIpAddress | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.9.1.3 | ipaddress | read-write |
IP address for an SNMP manager that is to receive the trap. |
fibEsTrapRcvrComm | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.1.9.1.4 | displaystring | read-write |
Community string to use. |
fibEsSys | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2 | |||
fibEsNumPorts | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.1 | integer | read-only |
The maximum number of ports on the switch. |
fibEsNumStations | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.2 | integer | read-only |
Aggregate number of currently active stations (nodes) on all ports on the switch. This is the value from the system module. |
fibEsMostStations | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.3 | integer | read-only |
Highest aggregate number of stations ever active on all ports at one time, since the last reset or power cycle. This is the value as seen by the system module. |
fibEsMaxStations | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.4 | integer | read-only |
Highest aggregate number of stations which the switch can support simultaneously. (This is the maximum number that the system module can support.) |
fibEsReset | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.5 | integer | read-write |
This object is used to reset the switch. Writing softReset(3) causes the switch to reset the hardware, run quick diagnostics, clear all counters, start switching, issue a warmstart trap, and then be able to respond to SNMP requests. Writing hardReset(4) causes the switch to run power up diagnostics and then execute a soft reset. Note: all address tables are cleared in both cases. The administrative parameters from nonvolatile memory are used to initialize the operational parameters. The value returned on GETs should be running(2) or other(1), which is used to indicate any other condition. Enumeration: 'hardReset': 4, 'running': 2, 'other': 1, 'softReset': 3. |
fibEsNumResets | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.6 | counter | read-only |
Number of soft resets the switch has executed since the last hard reset or power cycle. Soft resets are defined as writing softReset(3) to fibEsReset, pressing the front panel reset button, executing a soft reset from the console, or resets induced by the switch firmware. |
fibEsAddrAgingTime | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.7 | integer | read-write |
Number of minutes of inactivity before an address entity is aged out. A value of zero means no aging. Note: if an address shows up on another port, the original port to address assignment is automatically deleted. The value is saved across resets and power cycles. |
fibEsSysStaTable | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.9 | no-access |
A table of station addresses from all ports known to the system module. |
|
1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.9.1 | no-access |
Definition of the rows in the system module station address table. Rows can not be created or deleted via SNMP requests. |
||
fibEsSysStaMacAddr | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.9.1.1 | macaddr | read-only |
The Station's MAC address. |
fibEsSysStaPort | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.9.1.2 | integer | read-only |
The source port for the Station. |
fibEsSysStaTraffic | 1.3.6.1.4.1.22.101.9.1.2.1.1.1.2.9.1.3 | octet string | read-only |
A bit string that identifies with value of one of the ports that this station has generated traffic to or from. The bits are numbered starting at zero, with bit zero being the high order bit in the first byte, bit seven being the low order bit in the first byte, bit eight being the high order bit in the second byte, etc. Ports correspond with bits (i.e., port 1 is bit 1, etc.). The size of this in octets is the number of ports (i.e., fibEsNumPorts), divided by 8, plus one. |
fibEsPort | 1.3.6.1.4.1.22.101.9.1.2.1.1.2 | |||
fibEsPortTable | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1 | no-access |
A table of information about each port. The number of rows is given by fibEsNumPorts. |
|
1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1 | no-access |
Definition of rows in the port table. The number of rows is determined by the hardware and is specified by the value of fibEsNumPorts. Rows can not be created or deleted via SNMP requests. |
||
fibEsPortIndex | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.1 | integer | read-only |
A unique value for each port entry. The value corresponds the port number. |
fibEsPortOprStatus | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.2 | integer | read-write |
The operational status of the port. Setting to enabled(1) enables the port. Setting to disabled(2) disables the port. The value is saved across resets and power cycles. Enumeration: 'disabled': 2, 'enabled': 1. |
fibEsPortDuplex | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.3 | integer | read-only |
Indicates whether the port is jumper configured for full or half duplex operation. Note: internal connected ports are always halfDuplex(2). Enumeration: 'fullDuplex': 1, 'halfDuplex': 2. |
fibEsPortRcvLocalFrames | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.4 | counter | read-only |
Number of frames received where the destination is on this port. |
fibEsPortForwardedFrames | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.5 | counter | read-only |
Number of frames received on this port and forwarded to another port or the system module for processing. |
fibEsPortMostStations | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.6 | counter | read-only |
Highest number of stations ever active at any time since the last reset of the switch as seen by this port. |
fibEsPortMaxStations | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.7 | counter | read-only |
Maximum number of stations which the port can support simultaneously. |
fibEsPortSWHandledFrames | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.8 | counter | read-only |
Number of Frames received on this port and delivered to the system module for processing. |
fibEsPortLocalStations | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.9 | counter | read-only |
Number of stations on this port's address table which belong to the segment attached to this port. |
fibEsPortRemoteStations | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.10 | counter | read-only |
Number of stations on this port's address table which belong to segments attached to other ports. |
fibEsPortUnknownStaFrames | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.11 | counter | read-only |
Number of unicast frames received on this port and forwarded to the system module for processing because the source or destination station address is not in the port's forwarding table. |
fibEsPortResetStats | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.12 | integer | read-write |
Setting this object to reset(3) causes all traffic counters for this port to be set to zero. Also the value of fibEsPortResetTimer is set to zero. Enumeration: 'reset': 3, 'running': 2, 'other': 1. |
fibEsPortResetTimer | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.13 | timeticks | read-only |
Time (in 100th second ticks) since the port counters were reset. |
fibEsPortResetAddrs | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.14 | integer | read-write |
Setting this object to reset(3) clears all address table entries for this port as well as setting all port traffic counters to zero and setting fibEsPortResetTimer to zero. Enumeration: 'reset': 3, 'running': 2, 'other': 1. |
fibEsPortRcvBcasts | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.15 | counter | read-only |
Number of Broadcast Frames received on this port without errors. |
fibEsPortSwitchedFrames | 1.3.6.1.4.1.22.101.9.1.2.1.1.2.1.1.16 | counter | read-only |
Number of frames switched on this port |