RUCKUS-PPPOE-MIB

File: RUCKUS-PPPOE-MIB.mib (3172 bytes)

Imported modules

RUCKUS-ROOT-MIB SNMPv2-SMI SNMPv2-CONF
SNMPv2-TC IF-MIB

Imported symbols

ruckusCommonPPPOEModule MODULE-IDENTITY OBJECT-TYPE
OBJECT-GROUP MODULE-COMPLIANCE DisplayString
InterfaceIndex

Defined Values

ruckusPPPOEMIB 1.3.6.1.4.1.25053.1.1.8.1
Ruckus PPPoE mib objects.
MODULE-IDENTITY    

ruckusPPPOEObjects 1.3.6.1.4.1.25053.1.1.8.1.1
OBJECT IDENTIFIER    

ruckusPPPOEInfo 1.3.6.1.4.1.25053.1.1.8.1.1.1
OBJECT IDENTIFIER    

ruckusPPPOEEvents 1.3.6.1.4.1.25053.1.1.8.1.2
OBJECT IDENTIFIER    

ruckusPPPOEUserName 1.3.6.1.4.1.25053.1.1.8.1.1.1.1
Specifies PPPoE user name. But it will not be effective unless you set apply(1) to ruckusPPPOEApply.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

ruckusPPPOEPassword 1.3.6.1.4.1.25053.1.1.8.1.1.1.2
Specifies PPPoE password. But it will not be effective unless you set apply(1) to ruckusPPPOEApply.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

ruckusPPPOEConnectionStatus 1.3.6.1.4.1.25053.1.1.8.1.1.1.3
Specifies PPPoE connection status. Return up(1) if connection is up, down(2) if connection is down, disabled(3) if PPPoE is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER connected(1), notConnected(2)  

ruckusPPPOEConnection 1.3.6.1.4.1.25053.1.1.8.1.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER connect(1), disConnect(2), ok(3), disabled(4)  

ruckusPPPOEIfindex 1.3.6.1.4.1.25053.1.1.8.1.1.1.5
Specifies the interface index, in the ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ruckusPPPOEApply 1.3.6.1.4.1.25053.1.1.8.1.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER apply(1)