01-29-2013 05:26 AM
I get the following error:
Router#config t
Router(config)#snmp-server view rttmon ciscoRttMonMIB included
%Bad OID
The same command is accepted on a Cisco 2900 router
Router#show version
Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2012 by Cisco Systems, Inc.
Compiled Tue 20-Mar-12 17:58 by prod_rel_team
ROM: System Bootstrap, Version 15.0(1r)M15, RELEASE SOFTWARE (fc1)
Router uptime is 20 hours, 2 minutes
System returned to ROM by power-on
System restarted at 09:19:49 UTC Sun Jan 27 2013
System image file is "flash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
Last reload type: Normal Reload
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
Cisco CISCO1941/K9 (revision 1.0) with 491520K/32768K bytes of memory.
Processor board ID XXXXXXXXXXX
2 Gigabit Ethernet interfaces
1 terminal line
DRAM configuration is 64 bits wide with parity disabled.
255K bytes of non-volatile configuration memory.
250880K bytes of ATA System CompactFlash 0 (Read/Write)
License Info:
License UDI:
-------------------------------------------------
Device# PID SN
-------------------------------------------------
*0 CISCO1941/K9 XXXXXXXXX
Technology Package License Information for Module:'c1900'
-----------------------------------------------------------------
Technology Technology-package Technology-package
Current Type Next reboot
------------------------------------------------------------------
ipbase ipbasek9 Permanent ipbasek9
security None None None
data None None None
Configuration register is 0x2102
Router#
Solved! Go to Solution.
01-29-2013 05:47 AM
First just try to use the OID instead of name #
snmp-server view rttmon 1.3.6.1.4.1.9.9.42 included
It may be an issue with the 15.x where datak9 has to be activated. Please check if you can configure IP SLA on the device via command :
ip sla
If not, can you try following :
device(config)#license accept end user agreement
accept the EULA and then:
device#license boot module c1900 technology-package datak9
After this reboot the device and try to configure the same.
-Thanks
01-29-2013 05:47 AM
First just try to use the OID instead of name #
snmp-server view rttmon 1.3.6.1.4.1.9.9.42 included
It may be an issue with the 15.x where datak9 has to be activated. Please check if you can configure IP SLA on the device via command :
ip sla
If not, can you try following :
device(config)#license accept end user agreement
accept the EULA and then:
device#license boot module c1900 technology-package datak9
After this reboot the device and try to configure the same.
-Thanks
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