portAdminMode
BRCMROBOMGMT5324MIB ·
.1.3.6.1.4.1.655.9.22.1.2.1.1.6
Object
column mandatory
r/w
Enumeration
To Control the speed & duplex mode for 10/100Mb ports,
default = AutoNegotiation (1)
(1) AutoNegotiation : detect by AN (i.e. AN enable)
if link partner do not support AN,
the port is force to half duplex mode.
(2) 10MHalf : force to 10M bps & half duplex mode
(3) 10MFull : force to 10M bps & full duplex mode
(4) 100MHalf : force to 100M bps & half duplex mode
(5) 100MFull : force to 100M bps & full duplex mode
(6) 1000MHalf : force to 1000M bps & half duplex mode
(7) 1000MFull : force to 1000M bps & full duplex mode
hundredBaseTX port can be set as
AutoNegotiation (1),
10MHalf (2),
10MFull (3),
100MHalf (4),
100MFull (5)
hundredBaseFX port can be set as
100MHalf (4),
100MFull (5)
The actual operating speed and duplex of the port
is given by portSpeedDpxStatus.
Context
- MIB
- BRCMROBOMGMT5324MIB
- OID
.1.3.6.1.4.1.655.9.22.1.2.1.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- 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 'BRCMROBOMGMT5324MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCMROBOMGMT5324MIB::portAdminMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCMROBOMGMT5324MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCMROBOMGMT5324MIB::portAdminMode.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCMROBOMGMT5324MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCMROBOMGMT5324MIB::portAdminMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | autonegotiation |
2 | s10mhalf |
3 | s10mfull |
4 | s100mhalf |
5 | s100mfull |
6 | s1000mhalf |
7 | s1000mfull |