pppoeAcChkService
BIANCA-BRICK-PPPOEAC-MIB ·
.1.3.6.1.4.1.272.4.24.3.1.2
Object
column mandatory
r/w
Enumeration
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.
Context
- MIB
- BIANCA-BRICK-PPPOEAC-MIB
- OID
.1.3.6.1.4.1.272.4.24.3.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- pppoeAcEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'BIANCA-BRICK-PPPOEAC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PPPOEAC-MIB::pppoeAcChkService'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-PPPOEAC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PPPOEAC-MIB::pppoeAcChkService.<pppoeAcEthIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-PPPOEAC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-PPPOEAC-MIB::pppoeAcChkService'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | accept-all |
2 | accept-from-list |
4 | delete |