BIANCA-BRICK-PPPOEAC-MIB

File: BIANCA-BRICK-PPPOEAC-MIB.mib (5242 bytes)

Imported modules

RFC1155-SMI RFC1158-MIB RFC-1212

Imported symbols

IpAddress Counter enterprises
DisplayString OBJECT-TYPE

Defined Types

PppoeAcEntry  
SEQUENCE    
  pppoeAcEthIfIndex INTEGER
  pppoeAcChkService INTEGER
  pppoeAcName DisplayString

PppoeAcServiceEntry  
SEQUENCE    
  pppoeAcServiceEthIfIndex INTEGER
  pppoeAcServiceName DisplayString
  pppoeAcServiceStatus INTEGER

Defined Values

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

pppoe 1.3.6.1.4.1.272.4.24
OBJECT IDENTIFIER    

pppoeAcTable 1.3.6.1.4.1.272.4.24.3
The pppoeAcTable is used to enable the PPPoE server mode (Access Concentrator) on the associated Ethernet interface. Creating entries: Entries are added by the user. Deleting entries: Entries are removed once the respective variable pppoeAcChkService is set to delete(4).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppoeAcEntry

pppoeAcEntry 1.3.6.1.4.1.272.4.24.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppoeAcEntry  

pppoeAcEthIfIndex 1.3.6.1.4.1.272.4.24.3.1.1
The interface index (ifIndex) of the associated Ethernet interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pppoeAcChkService 1.3.6.1.4.1.272.4.24.3.1.2
If set to accept-all(1) this variable determines that - regardless of the PPPoE 'SERVICE-NAME' tag (see RFC 2516) - all PPPoE Active Discovery Initiation (PADI) packets will be accepted and answered with a PPPoE Active Discovery Offer (PADO) packet. If set to accept-from-list(2) only PADI packets with a 'SERVICE-NAME' tag matching with one of the services specified via the pppoeAcServiceTable will be accepted and answered. If set to delete(4), this entry will be removed and PADI packets received on the associated Ethernet interface will be ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER accept-all(1), accept-from-list(2), delete(4)  

pppoeAcName 1.3.6.1.4.1.272.4.24.3.1.3
The PPPoE AC-NAME to be used for PPPoE Active Discovery Offer (PADO) and PPPoE Active Discovery Session-confirmation (PADS) packet. If not specified, the given system name (sysName) will be used as fallback.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

pppoeAcServiceTable 1.3.6.1.4.1.272.4.24.4
The pppoeAcServiceTable is used to specify the supported PPPoE service on the associated Ethernet interface. It's only relevant for the PPPoE server mode. Creating entries: Entries are added by the user. Deleting entries: Entries are removed once the respective variable pppoeAcServiceStatus is set to delete(3).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppoeAcServiceEntry

pppoeAcServiceEntry 1.3.6.1.4.1.272.4.24.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppoeAcServiceEntry  

pppoeAcServiceEthIfIndex 1.3.6.1.4.1.272.4.24.4.1.1
The interface index (ifIndex) of the associated Ethernet interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pppoeAcServiceName 1.3.6.1.4.1.272.4.24.4.1.2
The accepted PPPoE SERVICE-NAME for PPPoE Active Discovery Offer (PADO) and PPPoE Active Discovery Session-confirmation (PADS) packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

pppoeAcServiceStatus 1.3.6.1.4.1.272.4.24.4.1.3
The administrative and operational status of this entry. If set to enabled(1), this entry will be considered for the PPPoE SERVICE-NAME check as described for the variable pppoeAcChkService. If set to disabled(2), this entry will be ignored. If set to delete(3), this entry will be removed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), delete(3)