fsSnoopInstanceControlPlaneDriven
ARICENT-SNOOP-MIB ·
.1.3.6.1.4.1.2076.105.2.1.1.8
Object
column r/w
Enumeration
Control plane driven approach is used to update forwarding table based on the report messages. This object is used to enable or disable the control plane driven approach in snooping module. By default, control plane driven approach is disabled in the snooping switch. If this mib object is enabled, forwarding table will be updated based on report messages. If this mib object is disabled, forwarding table will be updated based on data traffic.
Context
- MIB
- ARICENT-SNOOP-MIB
- OID
.1.3.6.1.4.1.2076.105.2.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsSnoopInstanceGlobalEntry
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 'ARICENT-SNOOP-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-SNOOP-MIB::fsSnoopInstanceControlPlaneDriven'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-SNOOP-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-SNOOP-MIB::fsSnoopInstanceControlPlaneDriven.<fsSnoopInstanceGlobalInstId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-SNOOP-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-SNOOP-MIB::fsSnoopInstanceControlPlaneDriven'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |