Start a Conversation

Unsolved

This post is more than 5 years old

G

3969

June 28th, 2014 22:00

Vplex,snmp

Hi Guys ,

Can anyone give me a list of snmp OID's that i would be requiring to monitor VPLEX through snmp queries.

Bit urgent. Thanks for your support.

Thanks and Regards


57 Posts

June 29th, 2014 10:00

Check /opt/emc/VPlex/mibs directory on the management server for the VPlex mib definitions.

Steve

Sent from my iPhone

3 Posts

June 30th, 2014 22:00

Thanks , The Mib tree has the following OID

  1.3.6.1.4.1.1139.21

I need to know the OIDs for the branches monitoring like for back end port monitor like

  be-prt.read

  be-prt.write.

and how do i get the numeric OIDs for the various parameters to monitor.

Thanks and Regards

February 10th, 2015 00:00

Hi, You have to search in the above mib file (/opt/emc/VPlex/mibs), but the OID list is very short :-(


I use just the following ... the best way is to use REST-api and to connect to SRM DB directly


bye

vplexDirectorName OBJECT-TYPE

        SYNTAX DisplayString

        MAX-ACCESS read-only

        STATUS current

        DESCRIPTION

"The name of this director."

        -- 1.3.6.1.4.1.1139.21.2.2.1.1.3

        ::= { vplexDirectorEntry 3 }



vplexDirectorProcTableEntry OBJECT-TYPE

        SYNTAX VplexDirectorProcTableEntry

        MAX-ACCESS not-accessible

        STATUS current

        DESCRIPTION

                "Processor statistics for a director."

        AUGMENTS {

                vplexDirectorEntry }

        -- 1.3.6.1.4.1.1139.21.2.2.3.1

        ::= { vplexDirectorProcTable 1 }

No Events found!

Top