swPortConnectorType
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.3.1.1.6
Object
column mandatory
Enumeration
The type of connector the port is currently using.
It is one of
other : none of the following (unknown)
rj45 : common unshielded twisted pair connector
bnc : thin-coax (BNC)
aui : thick-coax (AUI)
fiber-sc : fiber SC connector
fiber-st : fiber ST connector
empty : the port is not installed
group : the switch port contains a group of connectors
fddi-mic : FDDI fiber optic connector
fiber-mtrj : fiber MT-RJ connector.
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.3.1.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- swPortEntry
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 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortConnectorType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortConnectorType.<swPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortConnectorType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | rj45 |
3 | bnc |
4 | aui |
5 | fiber-sc |
6 | fiber-st |
7 | empty |
8 | group |
10 | fddi-mic |
11 | fiber-mtrj |