07-05-2022 06:29 AM
Hi all,
I'm troubleshooting a setup between two routers R1 and R2. Both are using ip unnumbered with ISIS to distribute their loopback address.
BGP and MPLS are configured to distribute their connected loopback and subinterface into VRF quarantaine.
I see that the routes are installed in the VRF table, but they're not pingable.
Suggestions?
Solved! Go to Solution.
07-05-2022 07:59 AM
Hi @Rob85 ,
Just remove the "medium p2p" from GI1 on both sides. It should fix it.
Regards,
07-05-2022 07:52 AM
interface GigabitEthernet1
no shutdown
ip unnumbered Loopback0<<- use IP instead of unnumbered Loopback, note that delete remove LOOPBACK0 or change the config of BGP are config are right except this point.
ip router isis
negotiation auto
medium p2p
mpls ip
no mop enabled
no mop sysid
07-05-2022 07:59 AM
Hi @Rob85 ,
Just remove the "medium p2p" from GI1 on both sides. It should fix it.
Regards,
07-05-2022 08:05 AM
You're correct. Good catch.. it slipt into my "getting ISIS with ip unnumbered to work" config snip.
With this setup you can connect all sort of routers in various topologies. Now I need to tweak on the BGP settings, but the general contruct is working now. Thanks!
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