what does "F3: 11712884+700616+816852 at 0x3000060"
the_return_of_the_Ring
Member Posts: 119
in CCNA & CCENT
sorry i passed CCNA with NetSim only, just started using real routers.
Comments
-
Silver Bullet Member Posts: 676 ■■■□□□□□□□It looks like you have implemented a new version of TCP/IP that is set to be introduced to the general public in the year 3000060
I am by no means a Cisco Expert but it looks like it could be a memory error. -
the_return_of_the_Ring Member Posts: 119Silver Bullet wrote:It looks like you have implemented a new version of TCP/IP that is set to be introduced to the general public in the year 3000060
I am by no means a Cisco Expert but it looks like it could be a memory error. -
MrD Member Posts: 441Don't quote me, but I think it has something to do with running a newer IOS on older hardware.
-
kyle.tk Member Posts: 20 ■□□□□□□□□□11712884+700616+816852 at 0x3000060
They are diagnostic statements printed from the IOS bootloader. The numbers have to do with the IOS binary image.
11712884 = size of .text
700616 = size of .data
816852 = size of .bss
0x3000060 = program entry address
They are normal. Nothing is wrong with your router.
-kyle