...
Code Block |
---|
admin@XorPlus# set protocols bgp ipv4-unicast neighbor 2.2.2.2 ipv4-unicast send-community both admin@XorPlus# commit |
...
Code Block |
---|
admin@XorPlus# set protocols bgp ipv4-unicast neighbor 2.2.2.2 ipv4-unicast in route-map map1 admin@XorPlus# commit |
...
An expanded BGP community list takes a regular expression (BGP Regular Expressions) of communities and matches the listed communities.
When the neighbor receives the prefix, it examines the community value and takes action accordingly, such as permitting or denying the community member in the routing policy.
Here is an example of a standard community list filter:
...