aclMacRuleTimeRangeStatus
NETGEAR-QOS-ACL-MIB ·
.1.3.6.1.4.1.4526.10.3.2.7.1.24
Object
column Enumeration
Flag that indicates the ACL rule status. If the status is active, it implies that the ACL rule is in effect. If the status is inactive, it implies that the ACL rule is not in effect.
Context
- MIB
- NETGEAR-QOS-ACL-MIB
- OID
.1.3.6.1.4.1.4526.10.3.2.7.1.24- Type
- column
- Access
- readonly
- Status
- current
- Parent
- aclMacRuleEntry
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 'NETGEAR-QOS-ACL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-QOS-ACL-MIB::aclMacRuleTimeRangeStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-QOS-ACL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-QOS-ACL-MIB::aclMacRuleTimeRangeStatus.<aclMacIndex>.<aclMacRuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-QOS-ACL-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-QOS-ACL-MIB::aclMacRuleTimeRangeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | active |