portComboForcedMode
ECS4100-MIB ·
.1.3.6.1.4.1.259.10.1.46.1.2.1.1.12
Object
column r/w
Enumeration
This determines the running mode of a combo port. For a non-combo port, this variable has a value of none(1), and setting this variable to none(1) has no effect. For a combo port, this has its own valid values not equal to none(1), and setting this variable to none(1) is not allowed. sfpForced(4) is set if user want to force this port running in fiber mode.
Context
- MIB
- ECS4100-MIB
- OID
.1.3.6.1.4.1.259.10.1.46.1.2.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- portEntry
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 'ECS4100-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4100-MIB::portComboForcedMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4100-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4100-MIB::portComboForcedMode.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4100-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4100-MIB::portComboForcedMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | reserved2 |
3 | reserved3 |
4 | sfpForced |
5 | reserved5 |