msanSwitchMFDBFilteringPortMask
ISKRATEL-MSAN-MIB ·
.1.3.6.1.4.1.1332.1.1.5.3.100.12.1.7
Object
column PortMask
BitMask indicating which ports this entry indicates should be filtered.
To obtain port numbers from interface numbers, use the objects
agentPortDot1dBasePort and agentPortIfIndex in the agentPortConfigTable
table.
Context
- MIB
- ISKRATEL-MSAN-MIB
- OID
.1.3.6.1.4.1.1332.1.1.5.3.100.12.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- msanSwitchMFDBEntry
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 'ISKRATEL-MSAN-MIB' -M '/opt/observium/mibs/iskratel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISKRATEL-MSAN-MIB::msanSwitchMFDBFilteringPortMask'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ISKRATEL-MSAN-MIB' -M '/opt/observium/mibs/iskratel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISKRATEL-MSAN-MIB::msanSwitchMFDBFilteringPortMask.<msanSwitchMFDBProtocolType>.<msanSwitchMFDBVlanId>.<msanSwitchMFDBMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ISKRATEL-MSAN-MIB' -M '/opt/observium/mibs/iskratel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ISKRATEL-MSAN-MIB::msanSwitchMFDBFilteringPortMask'
Syntax
- Source
- PortMask
- Base type
OctetString
Type Description
Each octet within this value specifies a set of eight
ports, with the first octet specifying ports 1 through
8, the second octet specifying ports 9 through 16, etc.
Within each octet, the most significant bit represents
the lowest numbered port, and the least significant bit
represents the highest numbered port. Thus, each port
of the bridge is represented by a single bit within the
value of this object. If that bit has a value of '1'
then that port is included in the set of ports; the port
is not included if its bit has a value of '0'
When setting this value, the system will ignore
configuration for ports not between the first and last
valid ports. Configuration of any port numbers between
this range that are not valid ports return a failure
message, but will still apply configuration for valid
ports.
Values & Constraints
No enumerated values or constraints recorded.