snFdbTableStationFlush
HP-SN-SWITCH-GROUP-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.12.1.3.1.10
Object
scalar r/w
Enumeration
The following values of the flush state
can only be read:
normal(1)... normal state
error(2)... operation failed
flushing(4)... in process
The following value can be written:
flush(3).....do flush
The agent will return a response even before the flush is done.
And the read value will be flushing until flush is done.
And the flush request will be rejected until error or normal.
Context
- MIB
- HP-SN-SWITCH-GROUP-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.12.1.3.1.10- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snSwInfo
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-SN-SWITCH-GROUP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SN-SWITCH-GROUP-MIB::snFdbTableStationFlush.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-SN-SWITCH-GROUP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-SN-SWITCH-GROUP-MIB::snFdbTableStationFlush'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | error |
3 | flush |
4 | flushing |