fsMIFsbSystemControl
ARICENT-FSB-MI-MIB ·
.1.3.6.1.4.1.29601.2.102.1.1.1.2
Object
column r/w
Enumeration
This object controls status requested
by management for the FSB feature.
When set to 'start(1)', FSB module will be started in this context,
memory allocated for data structures and the
module status will be initialized to 'disable(2)'.
When set to 'shutdown(2)', FSB module will be shutdown in this context
and all FIP Snooping related configurations, entries and memory will be deleted.
Context
- MIB
- ARICENT-FSB-MI-MIB
- OID
.1.3.6.1.4.1.29601.2.102.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsMIFsbContextEntry
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-FSB-MI-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-FSB-MI-MIB::fsMIFsbSystemControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-FSB-MI-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-FSB-MI-MIB::fsMIFsbSystemControl.<fsMIFsbContextId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-FSB-MI-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-FSB-MI-MIB::fsMIFsbSystemControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | start |
2 | shutdown |