ā09-26-2012 08:54 AM - edited ā03-07-2019 09:07 AM
Help!!!
I just bought a cisco 1941 router, I understand it came with the Cisco CP, but I don't know how to get to that part where I can use it.
Also, how can I connect to the router directly without using the HyperTerminal console, all I want to be able to do is configure the ISP IP address and my IP address so I can use it for internet browsing.
Please help.
Solved! Go to Solution.
ā10-02-2012 04:28 AM
Hi,
yes you don't have any default route. Can you post sh ip int br | exc una and sh ip route connected
Regards.
Alain
Don't forget to rate helpful posts.
ā10-02-2012 04:56 AM
I know the Gig0/1 is administrative down because I am using the connection at this moment on the old router.
ā10-02-2012 05:05 AM
Hi,
if you don't connect your WAN interface iy's gonna be difficult to troubleshoot.
Regards.
Alain
Don't forget to rate helpful posts.
ā10-02-2012 08:25 AM
All I wanted is the 10.10.10.0/24 be a local IP on the Gig0/0 Interface, while the 41.75.205.190/24 be the WAN IP on the Gig0/1 interface, with this I might need to configure the gateway too
Message was edited by: Seun Popoola
ā10-02-2012 09:55 AM
Hi,
if you configured your WAN interface to be addresses by DHCP then can you try this:
no ip route 0.0.0.0 0.0.0.0 g0/1
ip route 0.0.0.0 0.0.0.0 dhcp
then ping 8.8.8.8 again from router.
if still failing post output from sh ip route static again as well as sh ip int br and sh run interface g0/1
Regards.
Alain
Don't forget to rate helpful posts.
ā10-02-2012 09:47 AM
With the above shot, I guess the "gateway of Last resort" should be my router address (10.10.10.1) to the network which should be what exactly? I am absolutely lost here. please I need help.
ā10-02-2012 09:44 AM
With the above shot, I guess the "gateway of Last resort" should be my router address (10.10.10.1) to the network which should be what exactly? I am absolutely lost here. please I need help.
ā10-02-2012 09:57 AM
Hi,
these output looks more correct this time, have you read my previous post?
Regards.
Alain
Don't forget to rate helpful posts.
ā10-02-2012 10:04 AM
Hi,
I did, the WAN is not DHCP, I definitely have the IP address given by my ISP and I have the gateway address too, any change to this, because right now, I cannot access the internet with the router.
ā10-02-2012 10:21 AM
Hi,
then delete the ip route 0.0.0.0 0.0.0.0 G0/1
and replace by ip route 0.0.0.0 0.0.0.0 x.x.x.x where x.x.x.x is the gateway provided by ISP
Regards.
Alain
Don't forget to rate helpful posts.
ā10-02-2012 11:23 AM
sh ip route static output shows:
....
Gateway of last resort is 41.75.205.189 to network 0.0.0.0
S* 0.0.0.0/0 via 41.75.205.189
is directly connected, GigabitEthernet0/1
#sh ip int br
Output shows that all the interface are Up as last one too and the IP addresss for the GigabitEthernet0/1 is 41.75.205.190
#sh run int g0/1
Building Configuration---
Current configuration : 210 bytes
!
Interface GigabitEthernet0/1
description $ES_WAN$
ip address 41.75.205.190 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
duplex auto
no mop enabled
end
ā10-02-2012 11:35 AM
Hi,
S* 0.0.0.0/0 via 41.75.205.189
is directly connected, GigabitEthernet0/1
You didn't delete the default route pointing the exit interface, do this:
no ip route 0.0.0.0 0.0.0.0 Gig/0/1
Regards.
Alain
Don't forget to rate helpful posts.
ā10-02-2012 11:47 AM
Hi,
I deleted the 0.0.0.0 0.0.0.0 gig0/1 then performed the "sh ip route static again, then got the same message
S* 0.0.0.0/0 via 41.75.205.189
is directly connected, GigabitEthernet0/1
I'm feeling as if I'm actually distubing you, I'm really sorry, but I need to get this to work please
ā10-02-2012 12:11 PM
Hi,
unless behaviour has changed since IOS 15 that i'm not aware of, the output from your routingtable show that it is doing load sharing so it still considers the route to g0/1 as a valid path.
Can you do a sh run | s ip route to really get sure the route was deleted and also do a clear ip route *
then repost sh ip route output.
Regards.
Alain
Don't forget to rate helpful posts
ā10-03-2012 09:23 AM
Hi,
I really need to thank you for your effort thus far, you have been extremely helpful.
I manage to go through everything we have discussed here, and I added the RIP and EIGRP protocol, then did some NAT command too, and happy to tell you I can access the internet using the router now.
Thank you very much, I am doing some work on adding some firewall rules and blocking some URL like facebook, youtube.
Thank you.
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