swIBPACLIpRulePermit
ACLMGMT-MIB ·
.1.3.6.1.4.1.171.12.9.3.6.1.5
Object
column obsolete
Enumeration
This object indicates if the result of the examination is 'permit' or 'deny'; the default is 'permit' (1)
permit - Specifies that packets that match the access profile are
permitted to be forwarded by the switch.
deny - Specifies that packets that match the access profile
are not permitted to be forwarded by the switch and will be filtered.
Context
- MIB
- ACLMGMT-MIB
- OID
.1.3.6.1.4.1.171.12.9.3.6.1.5- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- swIBPACLIpRuleEntry
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 'ACLMGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACLMGMT-MIB::swIBPACLIpRulePermit'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACLMGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACLMGMT-MIB::swIBPACLIpRulePermit.<swIBPACLIpRuleProfileID>.<swIBPACLIpRuleAccessID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACLMGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACLMGMT-MIB::swIBPACLIpRulePermit'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | deny |
2 | permit |