12-05-2007 02:00 PM - edited 03-05-2019 07:50 PM
Anyone know how to upload an MIB in a cisco router 2801.
Thanks
12-06-2007 01:20 AM
you don't need a MIB on your router, but on your server where you are reading the MIB values.
SNMP always passess it's data as some number, like: 1.3.9.2.3.1.1.5:300
And MIB is the file that says (for example - not correct values - that's what MIB is for)
1.3.9.2 = Cisco
.3 = interface
.1 = Fast Ethernet
.1 = 0/1
.5 = OUT bytes per second
300 = 300
So SNMP is numbers and MIB is for you to understand it. So you load it where you want to understand it. On machine where you are reading SNMP. On your server, notebook, etc.
12-12-2007 08:09 AM
Thanks for your help. I understand better know
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