swACLEtherRulePermit
SW-DES3x50-ACLMGMT-MIB ·
.1.3.6.1.4.1.171.11.5.2.1.1.13
Object
column r/w
Enumeration
This object indicates resoult of examination is permit or deny;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 do not match the access profile
are not permitted to be forwarded by the switch and will be filtered.
Context
- MIB
- SW-DES3x50-ACLMGMT-MIB
- OID
.1.3.6.1.4.1.171.11.5.2.1.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- swACLEtherRuleEntry
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 'SW-DES3x50-ACLMGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SW-DES3x50-ACLMGMT-MIB::swACLEtherRulePermit'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SW-DES3x50-ACLMGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SW-DES3x50-ACLMGMT-MIB::swACLEtherRulePermit.<swACLEtherRuleProfileID>.<swACLEtherRuleAccessID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SW-DES3x50-ACLMGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SW-DES3x50-ACLMGMT-MIB::swACLEtherRulePermit'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | permit |
2 | deny |