portAcApSetup
NEXANS-BM-MIB ·
.1.3.6.1.4.1.266.20.3.1.1.28
Object
column r/w
Enumeration
If portAcApSetup is enabled, the switch will perform Autocrossover and Autopolarity for this port. This function should only be enabled if portSpeedDuplexSetup ist set to autoneg.
Context
- MIB
- NEXANS-BM-MIB
- OID
.1.3.6.1.4.1.266.20.3.1.1.28- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bmSwitchPortEntry
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 'NEXANS-BM-MIB' -M '/opt/observium/mibs/nexans:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEXANS-BM-MIB::portAcApSetup'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NEXANS-BM-MIB' -M '/opt/observium/mibs/nexans:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEXANS-BM-MIB::portAcApSetup.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NEXANS-BM-MIB' -M '/opt/observium/mibs/nexans:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NEXANS-BM-MIB::portAcApSetup'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | allwaysEnable |
3 | enable |
4 | disable |