snmpFddiPORTAction
RFC1285-MIB ·
.1.3.6.1.2.1.10.15.4.2.1.25
Object
column mandatory
r/w
Enumeration
This object, when read, always returns a value of
other(1). The behavior of setting this variable
to each of the acceptable values is as follows:
Other: Results in a badValue error.
maintPORT: Signal PC_Maint
enablePORT: Signal PC_Enable
disablePORT: Signal PC_Disable
startPORT: Signal PC_Start
stopPORT: Signal PC_Stop
Signals cause an SM_CM_CONTROL.request service to
be generated with a control_action of `Signal' and
the `variable' parameter set with the appropriate
value (i.e., PC_Maint, PC_Enable, PC_Disable,
PC_Start, PC_Stop). Ref. ANSI SMT Section 9.3.2.
Attempts to set this object to all other values
results in a badValue error.
Context
- MIB
- RFC1285-MIB
- OID
.1.3.6.1.2.1.10.15.4.2.1.25- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- snmpFddiPORTEntry
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 'RFC1285-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1285-MIB::snmpFddiPORTAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1285-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1285-MIB::snmpFddiPORTAction.<snmpFddiPORTSMTIndex>.<snmpFddiPORTIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1285-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1285-MIB::snmpFddiPORTAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | maintPORT |
3 | enablePORT |
4 | disablePORT |
5 | startPORT |
6 | stopPORT |