aclNewCfgPortAclBmap
BLADETYPE6-NETWORK-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.33.6.2.9.1.4.2.1.8
Object
column OctetString
The acls applied to the port. The acls are
presented in bitmap format. This string displays acl number
from 1 to 896.
in receiving order:
OCTET 1 OCTET 2 .....
xxxxxxxx xxxxxxxx .....
|| || |_ acl 9
|| ||
|| ||___ acl 8
|| |____ acl 7
|| . . .
||_________ acl 2
|__________ acl 1
where x : 1 - The represented acl applied to the port.
0 - The represented acl not applied to the port.
Context
- MIB
- BLADETYPE6-NETWORK-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.33.6.2.9.1.4.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- aclNewCfgPortTableEntry
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 'BLADETYPE6-NETWORK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADETYPE6-NETWORK-MIB::aclNewCfgPortAclBmap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADETYPE6-NETWORK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADETYPE6-NETWORK-MIB::aclNewCfgPortAclBmap.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADETYPE6-NETWORK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADETYPE6-NETWORK-MIB::aclNewCfgPortAclBmap'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.