physicalConnectorUsed
RAD-GEN-MIB ·
.1.3.6.1.4.1.164.6.2.15.1.1.11
Object
column r/w
Enumeration
This object is relevant only when the value of physicalConnector
is comboUtpSfpIn(76) or comboUtpSfpOut(77).
sfpOrRj45 - (default value) If SFP is inserted (In), SFP is used
(RJ45 is not used (shut)).
If SFP is not inserted (Out), RJ45 is used.
sfpOnly - SFP is used (RJ45 always shut)
rj45Only - RJ45 is used (SFP always shut).
Context
- MIB
- RAD-GEN-MIB
- OID
.1.3.6.1.4.1.164.6.2.15.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- physicalConnectorEntry
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 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::physicalConnectorUsed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::physicalConnectorUsed.<portIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-GEN-MIB::physicalConnectorUsed'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notApplicable |
2 | sfpOrRj45 |
3 | sfpOnly |
4 | rj45Only |