Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protocol bgp RRxxxxx_2_124 {
- local as xxxxx;
- source address 10.200.2.125;
- #debug all;
- interpret communities yes;
- capabilities yes;
- rr cluster id 1.1.1.1;
- ipv4 {
- import all;
- export filter RRexport;
- };
- vpn4 mpls {
- import all;
- export all;
- };
- neighbor 10.200.2.124 as xxxxx;
- }
- template bgp rr_clients {
- local as xxxxx;
- neighbor as xxxxx;
- capabilities yes;
- rr client;
- multihop;
- ipv4 {
- import all;
- export filter rrclientsexport;
- };
- ipv6 {
- import all;
- export filter rrclientsexport6;
- };
- }
Advertisement
Add Comment
Please, Sign In to add comment