BIANCA-BRICK-PPPOEAC-MIB: View SNMP OID List / Download MIB
VENDOR: BINTEC COMMUNICATIONS GMBH
Home | MIB: BIANCA-BRICK-PPPOEAC-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 |
bintec | 1.3.6.1.4.1.272 | |||
bibo | 1.3.6.1.4.1.272.4 | |||
pppoe | 1.3.6.1.4.1.272.4.24 | |||
pppoeAcTable | 1.3.6.1.4.1.272.4.24.3 | no-access |
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). |
|
1.3.6.1.4.1.272.4.24.3.1 | no-access | |||
pppoeAcEthIfIndex | 1.3.6.1.4.1.272.4.24.3.1.1 | integer | read-write |
The interface index (ifIndex) of the associated Ethernet interface. |
pppoeAcChkService | 1.3.6.1.4.1.272.4.24.3.1.2 | integer | read-write |
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. Enumeration: 'accept-from-list': 2, 'accept-all': 1, 'delete': 4. |
pppoeAcName | 1.3.6.1.4.1.272.4.24.3.1.3 | displaystring | read-write |
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. |
pppoeAcServiceTable | 1.3.6.1.4.1.272.4.24.4 | no-access |
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). |
|
1.3.6.1.4.1.272.4.24.4.1 | no-access | |||
pppoeAcServiceEthIfIndex | 1.3.6.1.4.1.272.4.24.4.1.1 | integer | read-write |
The interface index (ifIndex) of the associated Ethernet interface. |
pppoeAcServiceName | 1.3.6.1.4.1.272.4.24.4.1.2 | displaystring | read-write |
The accepted PPPoE SERVICE-NAME for PPPoE Active Discovery Offer (PADO) and PPPoE Active Discovery Session-confirmation (PADS) packets. |
pppoeAcServiceStatus | 1.3.6.1.4.1.272.4.24.4.1.3 | integer | read-write |
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. Enumeration: 'disabled': 2, 'enabled': 1, 'delete': 3. |