Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

Re: prevent transit AS

$
0
0
[edit policy-options]
as-path AS1 "1 .*";
policy-statement block_as1 {
    term as1 {
        from {
            protocol bgp;
            as-path AS1;
        }
        then reject;
    }
}

[edit protocols bgp group as3]
type external;
peer-as 3;
export block_as1;

Viewing all articles
Browse latest Browse all 8688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>