Need Steps to Create a SNMP Classifier for .......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 07:35 AM
Hi Team,
I need a steps to create SNMP Classifier for my one of my phones. can someone help me to get this?
Thanks,
Gan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 09:28 AM
To create SNMP classifiers for mobile devices in ServiceNow, you can follow these steps:
Navigate to the "SNMP Classifiers" module in the ServiceNow instance.
Click the "New" button to create a new SNMP classifier.
In the "Name" field, enter a descriptive name for the classifier (e.g. "Mobile Devices").
In the "OID" field, enter the OID (Object Identifier) for the mobile device SNMP data you want to collect. You can find this information in the mobile device manufacturer's documentation.
In the "Description" field, provide a brief description of the classifier and the data it collects.
In the "Class" field, select "Mobile Device".
In the "Variables" related list, click "New" to create a new variable.
In the "Name" field, enter a descriptive name for the variable (e.g. "Battery Level").
In the "Type" field, select the data type for the variable (e.g. Integer).
In the "OID" field, enter the OID for the specific data point you want to collect (e.g. the OID for battery level on a particular mobile device).
In the "Description" field, provide a brief description of the data point.
Repeat steps 7-11 for each data point you want to collect.
Click "Save" to save the new SNMP classifier.
Once you have created the SNMP classifier for mobile devices, you can use it to collect SNMP data from mobile devices in your ServiceNow instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 07:14 AM
Thanks for your response.
what is MIB file and used for?
and I need to gather 4 fields information. can i mention any where in config?
Thanks,