mrNetMgmtSetClientStatus
CISCO-FASTHUB-MIB ·
.1.3.6.1.4.1.9.2.11.1.4.17.1.3
Object
column mandatory
r/w
Enumeration
other(1) -- none of the following
invalid(2) -- an invalid entry
permanent(3) -- a valid entry that is in use
Setting this object to the value invalid(2) has the effect
of invalidating the corresponding entry. That is, it
effectively disassociates the name/IP address identified
with said entry from the table. It is an implementation-
specific matter as to whether the agent removes an
invalidated entry from the table. Accordingly, management
stations must be prepared to receive tabular information
from agents that corresponds to entries not currently in
use.
Default value: permanent(3).
Context
- MIB
- CISCO-FASTHUB-MIB
- OID
.1.3.6.1.4.1.9.2.11.1.4.17.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- mrNetMgmtSetClientEntry
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 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FASTHUB-MIB::mrNetMgmtSetClientStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FASTHUB-MIB::mrNetMgmtSetClientStatus.<mrNetMgmtSetClientIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FASTHUB-MIB::mrNetMgmtSetClientStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | invalid |
3 | permanent |