nbsAddrForwardTo
GSWITCH-MIB ·
.1.3.6.1.4.1.629.2.8.1.1.6
Object
column mandatory
r/w
Enumeration
This indicates whether to forward frames destined to this MAC address to all ports or only to the destination port
Context
- MIB
- GSWITCH-MIB
- OID
.1.3.6.1.4.1.629.2.8.1.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nbsMACAddrEntry
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 'GSWITCH-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GSWITCH-MIB::nbsAddrForwardTo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GSWITCH-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GSWITCH-MIB::nbsAddrForwardTo.<nbsAddrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GSWITCH-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GSWITCH-MIB::nbsAddrForwardTo'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | destination-port |
2 | all-ports |