cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
914
Views
0
Helpful
2
Replies

Basic Routing not work in ASR 1002

Hi

A have a problem here. I have 2 subnet directly connected to a ASR 1002. This is the configuration

!

interface GigabitEthernet0/0/0

ip address 193.145.14.114 255.255.255.252

negotiation auto

!

interface GigabitEthernet0/0/1

no ip address

shutdown

negotiation auto

!

interface GigabitEthernet0/0/2

no ip address

shutdown

negotiation auto

!

interface GigabitEthernet0/0/3

no ip address

shutdown

negotiation auto

!

interface GigabitEthernet0/1/0

description fibra a REDMADRID

no ip address

shutdown

negotiation auto

!

interface GigabitEthernet0/1/1

description cable a IMDEA

ip address 193.147.107.3 255.255.254.0

media-type rj45

negotiation auto

!        

interface GigabitEthernet0

description interface interna

vrf forwarding Mgmt-intf

ip address 10.0.0.1 255.255.255.252

negotiation auto

!

no ip forward-protocol nd

!

no ip http server

ip http secure-server

ip route 0.0.0.0 0.0.0.0 193.145.14.113

The interface gi0/0/0 is connected directly to 193.147.14.113/30 in another router. And the Gi0/1/1 is connected to my internal infraestructure.

From my router I can ping 193.145.14.113

So. I configure my pc with default-gateway 193.147.107.3 (ASR).

From my PC

I can ping 193.147.107.3 (gi 0/1/1)

I can ping 193.145.14.114 (gi 0/0/0)

But I can not ping  193.145.14.113 (the other point connected to gi0/0/0)

Why???? It is a IP inside of a subnet directly connected to the ASR. Why the ASR is not doing routing?

ip routing is enable

Thank you

Best regards

1 Accepted Solution

Accepted Solutions

Raju Sekharan
Cisco Employee
Cisco Employee

Hi

Does the router with IP address 193.145.14.113, has return route for the subnet 193.147.107.0/23?

Thanks

Raju

View solution in original post

2 Replies 2

Raju Sekharan
Cisco Employee
Cisco Employee

Hi

Does the router with IP address 193.145.14.113, has return route for the subnet 193.147.107.0/23?

Thanks

Raju

Exactly that was the problem

The costumer's promised me that another point can reach the 193.147.107.0/23 and he insisted me it is not the problem.

Finally He's shown me the router configuration.

it didn't have any route to 193.147.107.0

So, I added a static route and now  the comunication works fine.

Never trust the costumer says.

Sorry about that

Thank you.