DSR1000N-LED-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE FROM SNMPv2-SMI DisplayString FROM SNMPv2-TC dsr1000n FROM DSR1000N-MIB; dsr1000nLedModule MODULE-IDENTITY LAST-UPDATED "201101020700Z" -- 1st February 2011 ORGANIZATION "Dlink" CONTACT-INFO " Email: dlink-dsr-support@teamf1.com " DESCRIPTION " MIB module for reading status of different LED's and port speed/link status of every ethernet port. " REVISION "201101020700Z" -- 1st February 2011 DESCRIPTION " Initial version" ::= { dsr1000n 1 } systemLed OBJECT-TYPE SYNTAX INTEGER (0..3) ACCESS read-only STATUS mandatory DESCRIPTION "The state of System LED 0 - Led is Off 1 - Led is On 2 - Error" ::= {dsr1000nLedModule 1} wifi24Led OBJECT-TYPE SYNTAX INTEGER (0..2) ACCESS read-only STATUS mandatory DESCRIPTION "The state of Wireless 2.4 Ghz LED 0 - Led is Off 1 - Led is On 2 - Error" ::= {dsr1000nLedModule 2} wifi5Led OBJECT-TYPE SYNTAX INTEGER (0..2) ACCESS read-only STATUS mandatory DESCRIPTION "The state of Wireless 5 Ghz LED 0 - Led is Off 1 - Led is On 2 - Error" ::= {dsr1000nLedModule 3} wpsLed OBJECT-TYPE SYNTAX INTEGER (0..3) ACCESS read-only STATUS mandatory DESCRIPTION "The state of WPS LED 0 - Led is Off 1 - Led is On 2 - Led is Blinking 3 - Error" ::= {dsr1000nLedModule 4} usb1Led OBJECT-TYPE SYNTAX INTEGER (0..2) ACCESS read-only STATUS mandatory DESCRIPTION "The state of USB1 LED 0 - Led is Off 1 - Led is On 2 - Error" ::= {dsr1000nLedModule 5} usb2Led OBJECT-TYPE SYNTAX INTEGER (0..2) ACCESS read-only STATUS mandatory DESCRIPTION "The state of USB2 LED 0 - Led is Off 1 - Led is On 2 - Error" ::= {dsr1000nLedModule 6} lan1Status OBJECT-TYPE SYNTAX INTEGER (0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The link state of LAN PORT 1 and the Port Speed. A two digit integer will be returned. The first digit will show the link activity as the following: 1 - Link Down 2 - Link Up 3 - Error The second digit will show the port speed 0 - 10 Mbps 1 - 100 Mbps 2 - 1000 Mbps 3 - Error So a value of 21 will mean Link is Up and Port speed is 100 Mbps" ::= {dsr1000nLedModule 7} lan2Status OBJECT-TYPE SYNTAX INTEGER (0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The link state of LAN PORT 2 and the Port Speed. A two digit integer will be returned. The first digit will show the link activity as the following: 1 - Link Down 2 - Link Up 3 - Error The second digit will show the port speed 0 - 10 Mbps 1 - 100 Mbps 2 - 1000 Mbps 3 - Error So a value of 21 will mean Link is Up and Port speed is 100 Mbps" ::= {dsr1000nLedModule 8} lan3Status OBJECT-TYPE SYNTAX INTEGER (0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The link state of LAN PORT 3 and the Port Speed. A two digit integer will be returned. The first digit will show the link activity as the following: 1 - Link Down 2 - Link Up 3 - Error The second digit will show the port speed 0 - 10 Mbps 1 - 100 Mbps 2 - 1000 Mbps 3 - Error So a value of 21 will mean Link is Up and Port speed is 100 Mbps" ::= {dsr1000nLedModule 9} lan4Status OBJECT-TYPE SYNTAX INTEGER (0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The link state of LAN PORT 4 and the Port Speed. A two digit integer will be returned. The first digit will show the link activity as the following: 1 - Link Down 2 - Link Up 3 - Error The second digit will show the port speed 0 - 10 Mbps 1 - 100 Mbps 2 - 1000 Mbps 3 - Error So a value of 21 will mean Link is Up and Port speed is 100 Mbps" ::= {dsr1000nLedModule 10} wan1Status OBJECT-TYPE SYNTAX INTEGER (0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The link state of WAN1 and the Port Speed. A two digit integer will be returned. The first digit will show the link activity as the following: 1 - Link Down 2 - Link Up 3 - Error The second digit will show the port speed 0 - 10 Mbps 1 - 100 Mbps 2 - 1000 Mbps 3 - Error So a value of 21 will mean Link is Up and Port speed is 100 Mbps" ::= {dsr1000nLedModule 11} wan2Status OBJECT-TYPE SYNTAX INTEGER (0..100) ACCESS read-only STATUS mandatory DESCRIPTION "The link state of WAN2 and the Port Speed. A two digit integer will be returned. The first digit will show the link activity as the following: 1 - Link Down 2 - Link Up 3 - Error The second digit will show the port speed 0 - 10 Mbps 1 - 100 Mbps 2 - 1000 Mbps 3 - Error So a value of 21 will mean Link is Up and Port speed is 100 Mbps" ::= {dsr1000nLedModule 12} END