This HP Community is for Customer to Customer Product Support. First Time Here? Check Out Videos on How to Search, Register, Post and More.

Re: How to know system UUID using SNMP (527 Views)
Reply
Honor Student
hpteamenas
Posts: 7
Registered: ‎08-23-2011
Message 1 of 10 (565 Views)

How to know system UUID using SNMP

 

How to know UUID of a system using SNMP protocol ? 

 

 

Please use plain text.
Tutor
KermEd
Posts: 25
Registered: ‎08-22-2011
Message 2 of 10 (556 Views)

Re: How to know system UUID using SNMP

Use wireshark or an snmp server. connect to snmp server. data is submitted and visible.
Please use plain text.
Honor Student
hpteamenas
Posts: 7
Registered: ‎08-23-2011
Message 3 of 10 (550 Views)

Re: How to know system UUID using SNMP

Thanks for your response.

 

Using  wireshark I could check the snmp packets.

 

But my query is how do I get the UUID details of the system.  There should be some SNMP MIB which will give me the UUId information ?

Please use plain text.
Top Student
jliu
Posts: 6
Registered: ‎08-23-2011
Message 4 of 10 (548 Views)

Re: How to know system UUID using SNMP

[ Edited ]

googlin it

Please use plain text.
Tutor
KermEd
Posts: 25
Registered: ‎08-22-2011
Message 5 of 10 (543 Views)

Re: How to know system UUID using SNMP

my error

 

edit: simplified so ppl know i didnt answer

Please use plain text.
Honor Student
hpteamenas
Posts: 7
Registered: ‎08-23-2011
Message 6 of 10 (541 Views)

Re: How to know system UUID using SNMP

Thanks.

Please use plain text.
Top Student
jliu
Posts: 6
Registered: ‎08-23-2011
Message 7 of 10 (537 Views)

Re: How to know system UUID using SNMP

sorry! i thought i saw before on website. but bookmarks are wrong... Was for iPhone :smileysad:

Please use plain text.
Honor Student
hpteamenas
Posts: 7
Registered: ‎08-23-2011
Message 8 of 10 (530 Views)

Re: How to know system UUID using SNMP

Got some info here :-

http://www.networksorcery.com/enp/protocol/snmp/mibs.htm#iso.org.dod.internet.directory

 

MIB Try contains the UUId info .. But I dont know how to get this value :-

 

(1.3.6.1.1.x)



16 uuid entryUUID.




Please use plain text.
Honor Student
hpteamenas
Posts: 7
Registered: ‎08-23-2011
Message 9 of 10 (528 Views)

Re: How to know system UUID using SNMP

 

I have used the command but unable to fina any value.

snmpwalk -v 2c -c public <ISystem P> -m 1.3.6.1.1

Cannot find module (1.3.6.1.1): At line 0 in (none)

 

 

Need to know how to find a mib for getting system UUID  ?

Please use plain text.
Honor Student
hpteamenas
Posts: 7
Registered: ‎08-23-2011
Message 10 of 10 (527 Views)

Re: How to know system UUID using SNMP

How to find the below MIBS values :-

(1.3.6.1.1.x)

I am interested in knowing value for "1.3.6.1.1.16"
 
x    MIB    Description    References
0         reserved.    
1    nisSchema    Network Info Service Schema.    RFC 2307
2    NameForm    Naming Plan.    RFC 2377, RFC 4519
3    AuxObject    Auxiliary Object Class.    RFC 2377
4    vendorName    Vendor Name.    RFC 3045
5    vendorVersion    Vendor Version.    RFC 3045
6    pcimSchema    Policy Core Information Model LDAP Schema.    RFC 3703
7    LCUP    LDAP Client Update Protocol.    RFC 3928
8    cancelOp    LDAP Cancel Operation.    RFC 3909
9    pcelsSchema    PCELS Schema.    RFC 4104
10    uddi    Universal Description, Discovery & Integration.    RFC 4403
11    vPIM    Voice Messaging Directory Service.    RFC 4237
12    assertion.    Assertion Control.    RFC 4528
13    ReadEntry.    Read Entry Controls.    RFC 4527
14    increment.    LDAP Modify-Increment.    RFC 4525
15    x509    x.509 Certificates.    RFC 4523
16    uuid    entryUUID.    RFC 4530
17    LBURP    LDAP Bulk Update/Replication Protocol.    RFC 4373
18    ASN1 module    LDAP ASN.1 Module.    RFC 4511
19    turn    LDAP Turn Operation.    RFC 4531
20    entryDN    LDAP entryDN Operational Attribute.    RFC 5052
21    txn    LDAP Transactions.    RFC 5805

Please use plain text.