RUCKUS-PPPOE-MIB: View SNMP OID List / Download MIB

VENDOR: RUCKUS WIRELESS


 Home MIB: RUCKUS-PPPOE-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
 ruckusPPPOEMIB 1.3.6.1.4.1.25053.1.1.8.1
Ruckus PPPoE mib objects.
     ruckusPPPOEObjects 1.3.6.1.4.1.25053.1.1.8.1.1
         ruckusPPPOEInfo 1.3.6.1.4.1.25053.1.1.8.1.1.1
             ruckusPPPOEUserName 1.3.6.1.4.1.25053.1.1.8.1.1.1.1 displaystring read-write
Specifies PPPoE user name. But it will not be effective unless you set apply(1) to ruckusPPPOEApply.
             ruckusPPPOEPassword 1.3.6.1.4.1.25053.1.1.8.1.1.1.2 octet string read-write
Specifies PPPoE password. But it will not be effective unless you set apply(1) to ruckusPPPOEApply.
             ruckusPPPOEConnectionStatus 1.3.6.1.4.1.25053.1.1.8.1.1.1.3 integer read-only
Specifies PPPoE connection status. Return up(1) if connection is up, down(2) if connection is down, disabled(3) if PPPoE is disabled. Enumeration: 'notConnected': 2, 'connected': 1.
             ruckusPPPOEConnection 1.3.6.1.4.1.25053.1.1.8.1.1.1.4 integer read-write
Set connect(1) to connect or re-connect and disConnect(2) to PPPoE server. On read, return enabled(3) if PPPoE is enabled, or disabled(4) if PPPoE is disabled. Enumeration: 'disabled': 4, 'ok': 3, 'disConnect': 2, 'connect': 1.
             ruckusPPPOEIfindex 1.3.6.1.4.1.25053.1.1.8.1.1.1.5 interfaceindex read-only
Specifies the interface index, in the ifTable.
             ruckusPPPOEApply 1.3.6.1.4.1.25053.1.1.8.1.1.1.6 integer read-write
Set apply(1) to apply the change of username and password for PPPoE . Firstly, set the mib nodes : ruckusPPPOEUserName and ruckusPPPOEPassword . Secondly, set apply(1) to enable this PPPOE's username and password . For read, only return 0. Enumeration: 'apply': 1.
     ruckusPPPOEEvents 1.3.6.1.4.1.25053.1.1.8.1.2