cancel
Showing results for 
Search instead for 
Did you mean: 

BGP community

BGP community

Julian_Eble
New Contributor II
Hello,

Is possible to do such thing on Extreme?

set policy-options community 64001:ALL members 64001:*
set policy-options community ALL members *:*

Is there a document with all possibilities in a ACL?

Thanks!

1 REPLY 1

Balaji
Extreme Employee
Julian,

The syntax in EXOS for the above example would be.

entry et1 {
if {
community "65001:.*";
}
then{
permit;
}
}
entry et1 {
if {
community "*:*";
}
then{
permit;
}
}

i couldn't find a document that has these syntax included.

GTM-P2G8KFN