snAgAclIfBindVifPortList
FOUNDRY-SN-IP-ACL-MIB ·
.1.3.6.1.4.1.1991.1.2.2.15.4.1.5
Object
column r/w
OctetString
This object specifies the port list for binding virtual interface.
Each port index is an ifIndex, if there are consecutive 4 or more
ifIndex then, they will be encoded like below.
Encoding and decoding scheme is range based: Each range prefix with
0000 (2 octets) where 0000 is not valid ifIndex. Next 2 octets
indicates lower range ifIndex, followed by 2 octets of higher range
ifIndex. Individual(non range) ones will be displayed as it is.
Ex: port list: 0001..0005 0015 0032..0047
Port list in PDU: 0000 0001 0005 000f 0000 0020 002f.
Context
- MIB
- FOUNDRY-SN-IP-ACL-MIB
- OID
.1.3.6.1.4.1.1991.1.2.2.15.4.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- snAgAclIfBindEntry
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 'FOUNDRY-SN-IP-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-SN-IP-ACL-MIB::snAgAclIfBindVifPortList'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FOUNDRY-SN-IP-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-SN-IP-ACL-MIB::snAgAclIfBindVifPortList.<snAgAclIfBindIndex>.<snAgAclIfBindDirection>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FOUNDRY-SN-IP-ACL-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FOUNDRY-SN-IP-ACL-MIB::snAgAclIfBindVifPortList'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.