Wired Intelligent Edge

 View Only
last person joined: 2 days ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution

Aruba-CX route maps - viewing tags applied

This thread has been viewed 5 times
  • 1.  Aruba-CX route maps - viewing tags applied

    Posted Jun 08, 2023 01:20 AM

    Is there a way to view tags applied by route maps?  I want to check filters between ospf/bgp redistribution is working correctly.

    I'm using redistribution from bgp to ospf and from ospf to bgp and wanting to prevent re-redistribution.  The route maps I'm testing look like this:

    route-map BGP-to-OSPF deny seq 10
         match tag 4444
    route-map BGP-to-OSPF permit seq 20
         set tag 6666

    route-map OSPF-to-BGP deny seq 10
         match tag 6666
    route-map OSPF-to-BGP permit seq 20
         set tag 4444