Guest User

Untitled

a guest
Feb 2nd, 2021
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. protocol bgp RRxxxxx_2_124 {
  2. local as xxxxx;
  3. source address 10.200.2.125;
  4. #debug all;
  5. interpret communities yes;
  6. capabilities yes;
  7. rr cluster id 1.1.1.1;
  8. ipv4 {
  9. import all;
  10. export filter RRexport;
  11. };
  12.  
  13. vpn4 mpls {
  14. import all;
  15. export all;
  16. };
  17. neighbor 10.200.2.124 as xxxxx;
  18. }
  19.  
  20.  
  21.  
  22. template bgp rr_clients {
  23. local as xxxxx;
  24. neighbor as xxxxx;
  25. capabilities yes;
  26. rr client;
  27. multihop;
  28. ipv4 {
  29. import all;
  30. export filter rrclientsexport;
  31. };
  32. ipv6 {
  33. import all;
  34. export filter rrclientsexport6;
  35. };
  36.  
  37.  
  38. }
Advertisement
Add Comment
Please, Sign In to add comment