cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2081
Views
5
Helpful
6
Replies

IOS XR - Can not ping across 2 separate Bridge groups, something is missing. No route to host

RexSAE
Level 1
Level 1

I am trying to make this work, I have a 9k in the middle that should bridge this together but I cant ping through.  
10.1.1.1 --> Junos switch vlan 10 --> Asr9k {l2transport dot1q10 (bridge 10 with routed bvi) --> l2transport dot1q2000 (bridge 2000 with routed bvi) --> Edge switch 172.16.0.2

 

interface TenGigE0/0/0/1
mtu 9000
!
interface TenGigE0/0/0/1.2000 l2transport
encapsulation dot1q 1000 second-dot1q 2000
rewrite ingress tag pop 2 symmetric

!
interface TenGigE0/0/0/2
description CORE,
interface TenGigE0/0/0/2.10 l2transport
encapsulation dot1q 10
rewrite ingress tag pop 1 symmetric

bridge group 10
bridge-domain 10
interface TenGigE0/0/0/2.10
split-horizon group
!
routed interface BVI10
!
!
!
bridge group Edge
bridge-domain Edge
interface TenGigE0/0/0/1.2000
split-horizon group
!
routed interface BVI2000


sh ip route connect
Fri May 17 17:18:19.507 ETC

C 10.1.1.0/24 is directly connected, 02:09:55, BVI10
C 172.16.0.0/24 is directly connected, 3d20h, BVI2000

 

 

:May 17 17:05:24.286 ETC: ipv4_io[252]: ipv4_icmp_error_trigger: type: 3, code: 1
LC/0/0/CPU0:May 17 17:05:24.286 ETC: ipv4_io[252]: ipv4_icmp_error_trigger : interf addr is 10.1.1.125, if hdl 0x80002a0 idb exists: 1
LC/0/0/CPU0:May 17 17:05:24.286 ETC: ipv4_io[252]: ipv4_icmp_error_make : type : 3, code: 1
LC/0/0/CPU0:May 17 17:05:24.286 ETC: ipv4_io[252]: ipv4 icmp common sendnet: Sending pak(0xddc7b427) to netio, tid: 4
LC/0/0/CPU0:May 17 17:05:29.545 ETC: ipv4_io[252]: ipv4_icmp_error_trigger: type: 3, code: 1
LC/0/0/CPU0:May 17 17:05:29.545 ETC: ipv4_io[252]: ipv4_icmp_error_trigger : interf addr is 10.1.1.125, if hdl 0x80002a0 idb exists: 1
LC/0/0/CPU0:May 17 17:05:29.545 ETC: ipv4_io[252]: ipv4_icmp_error_make : type : 3, code: 1
LC/0/0/CPU0:May 17 17:05:29.545 ETC: ipv4_io[252]: ipv4 icmp common sendnet: Sending pak(0xddc7dfff) to netio, tid: 4

 

 

1 Accepted Solution

Accepted Solutions

That led me to solution, Dang.. Everything was setup correct on router.. Turns out the edge device did not have a return route. Added static and now all is good. I never looked at the interface counters, that was the key. Traffic was going out and not getting back in. 

View solution in original post

6 Replies 6

RexSAE
Level 1
Level 1

Ping from ASR both networks are available and working, Just can not source ping from one to other.. 


interface BVI10
ipv4 address 10.1.1.125 255.255.255.0
!
interface BVI2000
ipv4 address 172.16.0.1 255.255.255.0

Fri May 17 17:22:04.869 ETC
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms

 

Fri May 17 17:22:12.075 ETC
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 7/7/7 ms

 

#ping 172.16.0.2 source 10.1.1.125
Fri May 17 17:24:06.155 ETC
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

Does anyone have any ideas? I tried redistribute connected.. still no luck. 

Hi!

Are you sure that vlans are correctly configured in both Edge and the Junos Switch?

Best Regards.

HA

Vlans are set correct, Everything Pings.. I just cant Ping from source interfaces. Its almost like I can not use L2vpn bridge in a source ping. As matter of fact, I can ping the interface 172.16.0.1 from 10.x just cant get to 172.16.0.2 - 254. 

Is this a physical asr9k ? or a virtual asr9kv ?

when you ping can you check show interface counters (before and after) to see if packets are exiting the router

That led me to solution, Dang.. Everything was setup correct on router.. Turns out the edge device did not have a return route. Added static and now all is good. I never looked at the interface counters, that was the key. Traffic was going out and not getting back in. 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: