09-16-2024 11:08 PM
Hii
i create topology with juniper and cisco .
VPNv4 established b/w PE's
Client get routes from each other But unable to reach or ping ,
if anybody help me to s
Solved! Go to Solution.
09-17-2024 03:28 AM
Hello @Gagandeep_Singh_1997 ,
your juniper devices configuration look like incomplete.
However, to be able to ping from a CE connected to a LAN interface you need table vrf under appropriate context.
[edit routing-instances routing-instance] user@host# set instance-type vrf user@host# set interface interface-name user@host# set route-distinguisher route-distinguisher-id user@host# set provider-tunnel rsvp-te static-lsp vpn1-p2mp user@host# set vrf-target vrf-target-community user@host# set vrf-table-label
see
I remember my fist tests with Juniper routers I had this issue.
The command sets a single MPLS label for all the VRF prefixes and it is required by Junos to be able to perform a second lookup.
Hope to help
Giuseppe
09-16-2024 11:17 PM
Did you use source IP in ping test ?
MHM
09-16-2024 11:36 PM - edited 09-16-2024 11:37 PM
yes sir , i try with both sources but client jun3 not able to reach jun4 networks but in routing table they both get routes through BGP
09-16-2024 11:41 PM
address-family ipv4 neighbor 1.1.1.1 activate neighbor 1.1.1.1 next-hop-self no auto-summary no synchronization exit-address-family
Above not need in cisco bgp.
Also check mpls since route is in rib and there is no reachability then check mpls label
MHM
09-17-2024 03:28 AM
Hello @Gagandeep_Singh_1997 ,
your juniper devices configuration look like incomplete.
However, to be able to ping from a CE connected to a LAN interface you need table vrf under appropriate context.
[edit routing-instances routing-instance] user@host# set instance-type vrf user@host# set interface interface-name user@host# set route-distinguisher route-distinguisher-id user@host# set provider-tunnel rsvp-te static-lsp vpn1-p2mp user@host# set vrf-target vrf-target-community user@host# set vrf-table-label
see
I remember my fist tests with Juniper routers I had this issue.
The command sets a single MPLS label for all the VRF prefixes and it is required by Junos to be able to perform a second lookup.
Hope to help
Giuseppe
09-17-2024 05:18 AM
Thanks sir , i miss following command in juniper PE
set vrf-table-label
09-17-2024 08:27 AM
Hello @Gagandeep_Singh_1997 ,
yes it is needed under the routing instance see the example I have provided before.
Hope to help
Giuseppe
routing
09-16-2024 11:53 PM
Hello
@Gagandeep_Singh_1997 wrote:Client get routes from each other But unable to reach or ping ,
if anybody help me to s
Ypu wouldn't want to ping the mpls cloud tbh, that is"hidden" but if ping is failing between the two bgo domain 100/200 but you have the routes, it sounds like you are not advertised the connection between the ce/pe rtrs
1) Advertised the PC/CE subnet in bgp vrf on the PE rtrs
2) Redistribute connected command in bgp vrf on the PE rtr
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