cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
582
Views
0
Helpful
1
Replies

Can't discover router through CCP 2.8

Paul Bedorf
Level 1
Level 1

I have a cisco 2621 router, the version of the IOS and my running-config is posted below:
The router works perfectly fine, I can telnet to it on ip 192.168.0.254, my LAN computers can get to the internet.
I can browse directly to the router by going to http://192.168.0.254 and get he basic http server as show below:
But I cannot discover the router by using Cisco Configuration Professional 2.8. I keep on getting this error message
no matter what I do. Does any one have any ideas what I am doing wrong?

Discovering device 192.168.0.254
Connection to the device could not be established. Either the device is not reachable or the HTTP service is not enabled on the device.

### Web Browser ###

Cisco Systems
Accessing Cisco 2621 "Router"

Telnet - to the router.
Show interfaces - display the status of the interfaces. Show diagnostic log - display the diagnostic log. Monitor the router - HTML access to the command line interface at level 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15Connectivity test - ping the nameserver.
Show tech-support - display information commonly needed by tech support.
QoS Device Manager - Configure and monitor QoS through the web interface.

### End Web Browser ###

Building configuration...

Current configuration : 2079 bytes
!
version 12.1
no parser cache
no service single-slot-reload-enable
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot system flash c2600-js56i-mz.121-5.T10.bin
logging buffered 51200 warnings
logging rate-limit console 10 except errors
!
username admin privilege 15 password 7 01100F175804
ip subnet-zero
!
!
no ip finger
ip name-server 192.168.0.10
!
ip cef
!
!
call rsvp-sync
cns event-service server
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 description Connection to Bell Modem
 ip address 192.168.1.253 255.255.255.0
 ip nat outside
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
!
interface FastEthernet0/1
 description Connection to LAN
 ip address 192.168.0.254 255.255.255.0
 ip helper-address 192.168.0.10
 ip nat inside
 duplex auto
 speed auto
 no cdp enable
!
interface FastEthernet0/1.2
 description Service Vlan
 encapsulation dot1Q 2
 ip address 10.0.0.254 255.0.0.0
 ip helper-address 192.168.0.10
 ip nat inside
!
ip kerberos source-interface any
ip nat inside source list ACL-NAT interface FastEthernet0/0 overload
no ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.254
ip http server
ip http authentication local
!
!
ip access-list extended ACL-NAT
 permit tcp any any
 permit ip any any
logging trap debugging
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
 password 7 05080F1C2243
 login
 transport input none
line aux 0
line vty 0 4
 privilege level 15
 login local
 transport input telnet
 transport output telnet
line vty 5 15
 privilege level 15
 login local
 transport input telnet
 transport output telnet
!
end

Router#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-JS56I-M), Version 12.1(5)T10,  RELEASE SOFTWARE (fc2)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2001 by cisco Systems, Inc.
Compiled Wed 08-Aug-01 04:34 by ccai
Image text-base: 0x80008088, data-base: 0x8149F9B0

ROM: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)

Router uptime is 5 hours, 44 minutes
System returned to ROM by power-on
System image file is "flash:c2600-js56i-mz.121-5.T10.bin"

cisco 2621 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory.
Processor board ID JAD05100P78 (3678924050)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
SuperLAT software (copyright 1990 by Meridian Technology Corp).
TN3270 Emulation software.
2 FastEthernet/IEEE 802.3 interface(s)
1 Serial network interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

1 Reply 1

Paul Bedorf
Level 1
Level 1

I have just solved the issue, it turned out that my IOS was too old and did not support CCP. I downloaded the newer version ' c2600-ik9o3s3-mz.123-26.bin ' and now it works fine.

Review Cisco Networking for a $25 gift card