01-24-2005 02:55 AM
i am getting error msg : end of mib when i am running the following command in my nms for cisco router 1721:
snmpwalk 192.168.2.1 public interface
01-24-2005 09:36 PM
What is the OID that you're polling on thie router?. Have you checked to see if you're using the correct snmpwalk syntax?
01-24-2005 10:22 PM
oid .1.3.6.1.2.1.2.1
with the same snmpwalk command i am able to see the interface no. of hp server of my network.
syntax:
snmpwalk
01-25-2005 05:31 AM
Do you get the same results if you swap the "interface" bit with the oid
snmpwalk 192.168.2.1 public 1.3.6.1.2.1.2.1
The reason i ask is that if you do a search on Cisco for this OID the object is called "ifNumber" and not "interface".
Worth a try.
PS Here is the link
Also you will need to download this MIB and install it on your NMS is you reference OID by name.
Good luck
Paddy
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide