08-07-2024 03:55 PM
Hi Guys,
I would need help to convert Route-map and prefix list config to EXOS.
Below is EOS config.
ip access-list standard bgp-to-ospf
permit any
exit
ip access-list standard A_Route
permit host 0.0.0.0
exit
!
route-map redistribution bgp-to-ospf permit 10
match ip address bgp-to-ospf
set tag 65280
set metric-type type-2
set metric increment 50
exit
route-map redistribution ospf-to-bgp deny 10
match tag 65280
exit
route-map redistribution ospf-to-bgp permit 100
match ip address A_Route
exit
route-map bgp BGP-OUT:V3500-eRIC permit 50
match prefix-list BGP-OUT:V3500-eRIC
match prefix-list BGP-OUT:V3500-eRIC
set community 65531:500 set-specific
exit