05-05-2011 01:56 AM - edited 03-04-2019 12:16 PM
Hi,
There is a strange problem with :c880data-universalk9-mz.150-1.M4.bin IOS. I can't ping gateway IP address and
"sh ip route" does not show any routes.
interface FastEthernet4
ip address a.b.82.66 255.255.255.0
duplex auto
speed auto
yourname#sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, + - replicated route
Gateway of last resort is not set
yourname#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset down down
FastEthernet1 unassigned YES unset down down
FastEthernet2 unassigned YES unset down down
FastEthernet3 unassigned YES unset down down
FastEthernet4 a.b.82.66 YES NVRAM up up
Vlan1 10.10.10.1 YES NVRAM down down
Solved! Go to Solution.
05-05-2011 02:19 AM
Hi Guys,
Just add a "ip routing" command on it. If it still does not work, please post your current configuration,excluding sensitive information.
But you should ping a.b.82.65 without any problem if ISP allows you to do.
HTH,
Toshi
05-05-2011 02:19 AM
Hi Guys,
Just add a "ip routing" command on it. If it still does not work, please post your current configuration,excluding sensitive information.
But you should ping a.b.82.65 without any problem if ISP allows you to do.
HTH,
Toshi
05-05-2011 02:35 AM
Hi Toshi,
Computer pings gateway without problem with the same network configuration. Sth wrong with 880 isr.
"ip routing" doesn't appear in config after executing, maybe because it is a default.
Building configuration...
Current configuration : 3251 bytes
!
! Last configuration change at 09:23:32 UTC Thu May 5 2011 by admin
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
memory-size iomem 10
!
ip source-route
!
!
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool ccp-pool
import all
network 10.10.10.0 255.255.255.248
default-router 10.10.10.1
lease 0 2
!
!
ip cef
no ip domain lookup
ip domain name yourdomain.com
no ipv6 cef
!
!
license udi pid CISCO881-K9 sn FCZXXXXXXXX
!
!
username admin privilege 15 secret 5 XXXXXXXXXXXXXXXXXXXXXX
!
05-05-2011 02:40 AM
Hi,
Okay. Let me check things first.
1. PCs can ping 10.10.10.1(Gateway). Right?
2. Router can ping a.b.82.65. Right?
3. Do you want PCs to connect to the internet. Right? If so you need NAT configuration there.
You have to connect Lan interface on the router to bring interface-vlan1 up.
HTH,
Toshi
05-05-2011 02:49 AM
For the moment I want to be able to ping a.b.82.65 from router CLI. Router can't even ping it's fa4 interface IP adress.
I've configured several routers with 12.4 IOS before and never came across such a problem. Maybe there was a change in 15 IOS
and network features should be activated first?
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset down down
FastEthernet1 unassigned YES unset down down
FastEthernet2 unassigned YES unset down down
FastEthernet3 unassigned YES unset down down
FastEthernet4 a.b.82.66 YES NVRAM up up
Vlan1 10.10.10.1 YES NVRAM down down
yourname#ping a.b.82.66
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to a.b.82.66, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
05-05-2011 03:23 AM
Hi,
It's wired.
Please connect the lan interface and then ping 10.10.10.1 from the router itself. I just wanna know what's happing with your router. Just try shut/no shut on your Fa4 for testing.
HTH,
Toshi
05-05-2011 03:27 AM
Hi,
Got it working by deleting IP address, entering "ip routing" and configuring IP address after that.
Thank you Toshi.
05-05-2011 03:30 AM
Hi,
You tried it yourself . Okay I give you 5 as well.
Good Job!
Toshi
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