- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How to get per minute values from the values returned by snmpwalk for DHCP
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2020 02:23 AM
Hello All,
I am trying to see how to calculate per minute values fom the numbers returned by snmpwalk for DHCP.
Following are the Infoblox OID's used for DHCP.
ack
.1.3.6.1.4.1.7779.3.1.1.4.1.3.5.0
decline
.1.3.6.1.4.1.7779.3.1.1.4.1.3.7.0
discover
.1.3.6.1.4.1.7779.3.1.1.4.1.3.1.0
inform
.1.3.6.1.4.1.7779.3.1.1.4.1.3.8.0
nack
.1.3.6.1.4.1.7779.3.1.1.4.1.3.6.0
offer
.1.3.6.1.4.1.7779.3.1.1.4.1.3.4.0
release
.1.3.6.1.4.1.7779.3.1.1.4.1.3.3.0
request
.1.3.6.1.4.1.7779.3.1.1.4.1.3.2.0
When I run snmpwalk for instance for discover (.1.3.6.1.4.1.7779.3.1.1.4.1.3.1.0), I get 323237. What is this value ? Is this discovers since last 24 hours or since dhcp service started ? And how can I get per minute value out of 323237 ?
Appreciate help in this regards
Abdul Khader