Which option can the engineer use to implement this through RPL, where the BGP community set list is made by the name of lowpri-communities?

A network engineer wants to set the local preference to 100 for the specific BGP community sets of
100:1, 101:1, and 102:1. Which option can the engineer use to implement this through RPL, where
the BGP community set list is made by the name of lowpri-communities?

A network engineer wants to set the local preference to 100 for the specific BGP community sets of
100:1, 101:1, and 102:1. Which option can the engineer use to implement this through RPL, where
the BGP community set list is made by the name of lowpri-communities?

A.
route-policy ch-pref
if community matches lowpri-communities then
set local-preference 100
endif
end-policy

B.
route-policy ch-pref
if community eq lowpri-communities then
set local-preference 100
endif
end-policy

C.
route-policy ch-pref
if community matches-any lowpri-communities then
set local-preference 100
endif
end-policy

D.
route-policy ch-pref
if community neq lowpri-communities then
set local-preference 100
endif
end-policy



Leave a Reply 0

Your email address will not be published. Required fields are marked *