MARVELL-LBD-MIB: View SNMP OID List / Download MIB

VENDOR: RND


 Home MIB: MARVELL-LBD-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
 rlLbd 1.3.6.1.4.1.89.127
The private MIB module definition for Loopback Detection MIB.
         rlLbdEnable 1.3.6.1.4.1.89.127.1 truthvalue read-write
Enable/Disable Loopback Detection in the switch.
         rlLbdDetectionInterval 1.3.6.1.4.1.89.127.2 integer read-write
The time in seconds that should pass between unicast LBD packets.
         rlLbdMode 1.3.6.1.4.1.89.127.3 integer read-write
Loopback detection mode. Enumeration: 'broadcast-mac-addr': 3, 'source-mac-addr': 1, 'base-mac-addr': 2.
         rlLbdPortTable 1.3.6.1.4.1.89.127.4 no-access
The table contains Admin configuration and operational status per port.
             rlLbdPortEntry 1.3.6.1.4.1.89.127.4.1 no-access
Each entry represent a port. Per port contains LBD Admin configuration (SET) and status (GET), LBD Operational status and LBD Vlan configuration (SET) and status (GET).
                 rlLbdPortAdminStatus 1.3.6.1.4.1.89.127.4.1.1 integer read-write
Enable/Disable Loopback Detection on port Enumeration: 'disabled': 2, 'enabled': 1.
                 rlLbdPortOperStatus 1.3.6.1.4.1.89.127.4.1.2 integer read-only
Indicates Loopback Detection operational status on port. 'inactive' means that the port is not working in loop-detected operational state; 'active' means that the port is Up and working in state of loop-detecting; 'loop-detected' means that the system has detected loop on the port. Enumeration: 'active': 2, 'inactive': 1, 'loopDetected': 3.