protocols {
bgp {
group RTBH {
type external;
description RTBH;
import RTBH-IN;
export DENY-ALL;
peer-as 65501;
local-as 65500;
neighbor 192.168.2.66;
}
}
}
policy-options {
policy-statement RTBH-IN {
term RTBH-IN {
from protocol bgp;
then {
community add DONT-ANNOUNCE;
next-hop discard;
accept;
}
}
then reject;
}
policy-statement DENY-ALL {
then reject;
}
community DONT-ANNOUNCE members 65500:666;
}
-
Notifications
You must be signed in to change notification settings - Fork 0
icb-/mustachioed-batman
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published