nbsMegaSwRunDbType
NBASE-G1-MIB ·
.1.3.6.1.4.1.629.1.9.1.1.1.4
Object
column mandatory
Enumeration
This object indicates the type of the entry and its adjacent
filter.
The default value is VirtualFilter(1).
virtualFilter(1) - this entry was either learned by the
switch or was manually added through a management
SET command.
It has a set of virtual set of filters associated
with it. See Virtual Filters definitions.
customFilter (2) - this entry was manually added through a
management SET command. This kind of entry
is similar to the permanent dot1dStaticEntry.
It has a set of destination filters/bitmaps
associated with it for each input port
Context
- MIB
- NBASE-G1-MIB
- OID
.1.3.6.1.4.1.629.1.9.1.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- nbsMegaSwRunDbEntry
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 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBASE-G1-MIB::nbsMegaSwRunDbType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBASE-G1-MIB::nbsMegaSwRunDbType.<nbsMegaSwRunDbIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBASE-G1-MIB::nbsMegaSwRunDbType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | virtualFilter |
2 | customFilter |