Skip to content

Commit

Permalink
Update result_base.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
abdosi authored Oct 11, 2024
1 parent 787a22d commit 42c20fe
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
! template: bgpd/templates/voq_chassis/policies.conf.j2
!
bgp community-list standard DEVICE_INTERNAL_COMMUNITY permit 12345:556
bgp community-list standard DEVICE_INTERNAL_FALLBACK_COMMUNITY permit 8075:9307
bgp community-list standard NO_EXPORT permit no-export
!
route-map FROM_VOQ_CHASSIS_V4_PEER permit 1
Expand All @@ -12,6 +13,12 @@ route-map FROM_VOQ_CHASSIS_V4_PEER permit 1
route-map FROM_VOQ_CHASSIS_V4_PEER permit 2
match community NO_EXPORT
set local-preference 80
on-match next
!
route-map FROM_VOQ_CHASSIS_V4_PEER permit 3
match community DEVICE_INTERNAL_FALLBACK_COMMUNITY
set comm-list DEVICE_INTERNAL_FALLBACK_COMMUNITY delete
set tag 203
!
route-map FROM_VOQ_CHASSIS_V4_PEER permit 100
!
Expand All @@ -33,6 +40,12 @@ route-map FROM_VOQ_CHASSIS_V6_PEER permit 2
route-map FROM_VOQ_CHASSIS_V6_PEER permit 3
match community NO_EXPORT
set local-preference 80
on-match next
!
route-map FROM_VOQ_CHASSIS_V6_PEER permit 4
match community DEVICE_INTERNAL_FALLBACK_COMMUNITY
set comm-list DEVICE_INTERNAL_FALLBACK_COMMUNITY delete
set tag 203
!
route-map FROM_VOQ_CHASSIS_V6_PEER permit 100
!
Expand Down

0 comments on commit 42c20fe

Please sign in to comment.