01-27-2010 12:08 PM - edited 03-18-2019 11:02 AM
Hi,
I have a NM-CUE in a 2811 router, I need to upgrade software but I can't ping anything on lan, I can only ping router interface.
Here are some show outputs:
2811#sh interfaces service-Engine 1/0
Service-Engine1/0 is up, line protocol is up
Hardware is I82559FE, address is 001e.7a5f.80e8 (bia 001e.7a5f.80e8)
Interface is unnumbered. Using address of Vlan10 (10.0.8.10)
MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
2811#sh ip route
Codes: 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
Gateway of last resort is 10.0.8.20 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.8.0/24 is directly connected, Vlan10
S 10.0.8.11/32 is directly connected, Service-Engine1/0
S* 0.0.0.0/0 [1/0] via 10.0.8.20
Thanks
hasrat
01-27-2010 01:37 PM
Do you have a default gateway configured for the Service-Engine 1/0 interface? Such as:
interface Service-Engine1/0
service-module ip default-gateway 10.0.8.20
Can you post the rest of your configuration?
Hope this helps.
Brandon
01-27-2010 02:47 PM
here is the related config:
!
interface Service-Engine1/0
ip unnumbered Vlan10
no ip redirects
no ip unreachables
no ip proxy-arp
service-module ip address 10.0.8.11 255.255.255.0
service-module ip default-gateway 10.0.8.10
!
!
interface Vlan10
ip address 10.0.8.10 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.0.8.20
ip route 10.0.8.11 255.255.255.255 Service-Engine1/0
!
thanks
hasrat
01-28-2010 05:32 AM
Is the LAN address you're trying to ping on the same subnet (10.0.8.0/24)? Can you ping from the CME CLI to this address using VLAN10 as the source (ping source 10.0.8.10)?
Brandon
01-28-2010 07:28 AM
yes, here is the output:
2811#ping 10.0.8.20 source vlan 10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.8.20, timeout is 2 seconds:
Packet sent with a source address of 10.0.8.10
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
2811#
2811#ping 10.0.8.20 source 10.0.8.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.8.20, timeout is 2 seconds:
Packet sent with a source address of 10.0.8.10
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
2811#
01-28-2010 07:31 AM
But, you cannot ping 10.0.8.20 from the CUE CLI?
Brandon
01-28-2010 07:34 AM
no, or any other address on lan.
01-28-2010 07:53 AM
From 10.0.8.20, can you ping 10.0.8.11?
Brandon
01-28-2010 08:41 AM
I can't, I reset CUE to factory default, still can't ping, when I do sh ip route I see 127.0.0.0 assigned to Loopback, I don't see it in config, how to get rid of it.
se-10-0-8-11> sh ip route
DEST GATE MASK IFACE
10.0.8.0 0.0.0.0 255.255.255.0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 lo
0.0.0.0 10.0.8.10 0.0.0.0 eth1
se-10-0-8-11>
thanks
hasrat
01-28-2010 08:46 AM
This looks correct. Is there another device that is the gateway for the rest of your LAN. Does it have a route for 10.0.8.11 going to 10.0.8.10?
Brandon
01-28-2010 08:53 AM
no, it is sitting on my desk and .20 is my pc.
01-28-2010 08:55 AM
Does your PC have a gateway of .10 or something different?
01-28-2010 08:56 AM
it is .10 and I upgraded 2811 IOS, before attempting CUE
01-28-2010 09:01 AM
Try putting a static route on your PC to 10.0.8.11.
Brandon
01-28-2010 09:09 AM
I have tried that also, didn't help, how to see the loopback info ?
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