Information Technology Reference
In-Depth Information
Static Redistribution and Community Application
Customers that do not speak BGP must also have the appropriate communities applied for
the peering filters and service levels to work correctly. The easiest method is to combine
route tags with route maps to ensure that the appropriate BGP communities are
assigned to each prefix when the static routes are redistributed into BGP. The route tags
and service levels are shown in Table 9-6.
Table 9-6 Service Levels and Associated Route Tags
Service Level
Route Tag
Gold
500
Silver
510
Bronze
520
The route tags are specifically matched to the BGP communities for each service level to
increase readability and maintain consistency. The redistribution route maps are shown in
Example 9-10.
Example 9-10 Static Redistribution Route Maps
route-map STATIC_TO_BGP permit 10
match tag 500
set community 100:3000 100:500
set origin igp
!
route-map STATIC_TO_BGP permit 20
match tag 510
set community 100:3000 100:510
set origin igp
!
route-map STATIC_TO_BGP permit 30
match tag 520
set community 100:3000 100:520
set origin igp
!
route-map STATIC_TO_BGP deny 40
!
The only prefixes allowed in the redistribution are those with a tag that specifically includes
them in a particular service level.
 
Search WWH ::




Custom Search