fddimibSMTStationAction
FDDI-SMT73-MIB ·
.1.3.6.1.2.1.10.15.73.1.2.1.26
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(1): Results in an appropriate error.
connect(2): Generates a Connect signal to ECM
to begin a connection sequence. See ANSI
Ref 9.4.2.
disconnect(3): Generates a Disconnect signal
to ECM. see ANSI Ref 9.4.2.
path-Test(4): Initiates a station Path_Test.
The Path_Test variable (see ANSI Ref
9.4.1) is set to 'Testing'. The results
of this action are not specified in this
standard.
self-Test(5): Initiates a station Self_Test.
The results of this action are not
specified in this standard.
disable-a(6): Causes a PC_Disable on the A
port if the A port mode is peer.
disable-b(7): Causes a PC_Disable on the B
port if the B port mode is peer.
disable-m(8): Causes a PC_Disable on all M
ports.
Attempts to set this object to all other values
results in an appropriate error. The result of
setting this variable to path-Test(4) or self-
Test(5) is implementation-specific.
Context
- MIB
- FDDI-SMT73-MIB
- OID
.1.3.6.1.2.1.10.15.73.1.2.1.26- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- fddimibSMTEntry
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 'FDDI-SMT73-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FDDI-SMT73-MIB::fddimibSMTStationAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FDDI-SMT73-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FDDI-SMT73-MIB::fddimibSMTStationAction.<fddimibSMTIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FDDI-SMT73-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FDDI-SMT73-MIB::fddimibSMTStationAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | connect |
3 | disconnect |
4 | path-Test |
5 | self-Test |
6 | disable-a |
7 | disable-b |
8 | disable-m |