Options

2600 assistance

fluk3dfluk3d Member Posts: 141 ■■■□□□□□□□
Hello,

Just got my first 2611 router today. I started configuring it but I am getting the following error

%SNMP-5-COLDSTART: SNMP agent on host 2600 is undergoing a cold start

any ideas what this means ?
2600#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-J1S3-M), Version 12.3(22), RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by cisco Systems, Inc.
Compiled Wed 24-Jan-07 16:48 by ccai
Image text-base: 0x80008098, data-base: 0x81A41064

ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
ROM: C2600 Software (C2600-J1S3-M), Version 12.3(22), RELEASE SOFTWARE (fc2)

2600 uptime is 9 minutes
System returned to ROM by reload at 01:12:20 UTC Tue Jan 29 2008
System restarted at 01:16:14 UTC Tue Jan 29 2008
System image file is "flash:115200"

cisco 2611 (MPC860) processor (revision 0x203) with 61440K/4096K bytes of memory.
Processor board ID JAD04250EA1 (3947280753)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
TN3270 Emulation software.
2 Ethernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

2600#sh run
Building configuration...

Current configuration : 726 bytes
!
! No configuration change since last restart
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 2600
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$QCj7$r1cCsGcos5MQOrKZlhIjD/
enable password <taken out for now>
!
no aaa new-model
ip subnet-zero
no ip routing
!
!
!
no ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
ip address dhcp
no ip route-cache
half-duplex
no cdp enable
no mop enabled
!
interface Ethernet0/1
no ip address
no ip route-cache
shutdown
half-duplex
no cdp enable
!
ip http server
ip classless
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password <taken out for now>
login
!
!
end

2600#
"Imagination is more important than knowledge." - Albert Einstein

Comments

  • Options
    dtlokeedtlokee Member Posts: 2,378 ■■■■□□□□□□
    I't not really an error, it's a "notifictaion". The router is telling you the SNMP agent was restarted.
    %SNMP-5-COLDSTART: SNMP agent on host 2600 is undergoing a cold start
    alerts         Immediate action needed           (severity=1)
    critical       Critical conditions               (severity=2)
    debugging      Debugging messages                (severity=7)
    emergencies    System is unusable                (severity=0)
    errors         Error conditions                  (severity=3)
    informational  Informational messages            (severity=6)
    notifications  Normal but significant conditions (severity=5)
    warnings       Warning conditions                (severity=4)
    

    The 5 indicates the severity.
    The only easy day was yesterday!
  • Options
    PashPash Member Posts: 1,600 ■■■■■□□□□□
    Yeh SNMP agent restarted as DT said. You could use following if you wanted more boot info:-

    logging buffer 10000 debug
    terminal length 0
    show version
    show diag
    show log

    All looks good though...12.3+ and your required 16mb Flash :)

    Have fun!
    DevOps Engineer and Security Champion. https://blog.pash.by - I am trying to find my writing style, so please bear with me.
  • Options
    dtlokeedtlokee Member Posts: 2,378 ■■■■□□□□□□
    Pash wrote:
    Yeh SNMP agent restarted as DT said. You could use following if you wanted more boot info:-

    logging buffer 10000 debug
    terminal length 0
    show version
    show diag
    show log

    All looks good though...12.3+ and your required 16mb Flash :)

    Have fun!

    term length 0
    show tech-support


    hang on for the ride icon_wink.gif
    The only easy day was yesterday!
  • Options
    PashPash Member Posts: 1,600 ■■■■■□□□□□
    dtlokee wrote:
    Pash wrote:
    Yeh SNMP agent restarted as DT said. You could use following if you wanted more boot info:-

    logging buffer 10000 debug
    terminal length 0
    show version
    show diag
    show log

    All looks good though...12.3+ and your required 16mb Flash :)

    Have fun!

    term length 0
    show tech-support


    hang on for the ride icon_wink.gif

    Yeh show tech includes all of them. Show tech is an engineers most important weapon, real world tip: after every installation or maintenance work always before and after your tech supports on all devices....You will learn how important this is.
    DevOps Engineer and Security Champion. https://blog.pash.by - I am trying to find my writing style, so please bear with me.
Sign In or Register to comment.