Enable and interpret snmp trace in the domain log.
searchcancel
Enable and interpret snmp trace in the domain log.
book
Article ID: 322908
calendar_today
Updated On: 06-14-2024
Products
VMware Smart Assurance
Issue/Introduction
Command to enable snmp trace for a domain and interpret the SNMP trace details in domain log.
Resolution
To start the trace, please use below command from BASEDIR of domain. In below example we are enabling SNMP Trace on sample instance known as "PORT-XXXXX"
The name-value binding consists of the set of OIDs being polled for, in 'getRequest' and the values for the polled OIDs are consisted in the 'getResponse'.
The value in Getrequest PDU for each OID is NULL
Formation of each OID-
After getting the index value for any particular instance,the index value is appended to the OID and the value is polled .
For instance, if the OID for polling admin status of an interface is 1.3.6.1.2.1.2.2.1.8 and if the index value of one the instances of interface is 701,
the polled OID will be:
"1.3.6.1.2.1.2.2.1.8.701"
We can find the value returned for this OID in the getResponse packet: The value can be between 0 to 7, which is enumerated as follows:
enum icim_adapter_status_e {
UNKNOWN, /* Status is unknown, e.g. not yet polled */