agentGreenEeeMode
NETGEAR-GREENETHERNET-PRIVATE-MIB ·
.1.3.6.1.4.1.4526.10.55.1.1.1.9
Object
column r/w
Enumeration
Enable or disable Energy Efficient Ethernet Mode. If EEE Mode is not supported on a particular port then not-applicable is displayed. When user tries to set not-applicable(2) then it returns failure.
Context
- MIB
- NETGEAR-GREENETHERNET-PRIVATE-MIB
- OID
.1.3.6.1.4.1.4526.10.55.1.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentGreenEthernetEntry
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 'NETGEAR-GREENETHERNET-PRIVATE-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-GREENETHERNET-PRIVATE-MIB::agentGreenEeeMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-GREENETHERNET-PRIVATE-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-GREENETHERNET-PRIVATE-MIB::agentGreenEeeMode.<agentEthernetIntfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-GREENETHERNET-PRIVATE-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-GREENETHERNET-PRIVATE-MIB::agentGreenEeeMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | enable |
2 | not-applicable |