Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. x142422@EDTNLABRR03-TEMP# show protocols bgp group RR-CLIENT-SPIRENT
  2. type internal;
  3. inactive: traceoptions {
  4. file bgp;
  5. flag update;
  6. flag normal;
  7. flag state;
  8. }
  9. local-address 1.1.1.1;
  10. family inet {
  11. unicast;
  12. }
  13. family inet-vpn {
  14. unicast;
  15. }
  16. family inet6 {
  17. labeled-unicast {
  18. explicit-null;
  19. }
  20. }
  21. family inet6-vpn {
  22. unicast;
  23. }
  24. family inet-mvpn {
  25. signaling;
  26. }
  27. cluster 1.1.1.1;
  28. allow [ 1.1.3.0/24 1.1.4.0/24 1.1.5.0/24 1.1.6.0/24 ];
  29.  
  30. [edit]
  31. x142422@EDTNLABRR03-TEMP# show protocols bgp group RR
  32. type internal;
  33. local-address 1.1.1.1;
  34. family inet {
  35. unicast;
  36. }
  37. family inet-vpn {
  38. unicast;
  39. }
  40. family inet6 {
  41. labeled-unicast {
  42. explicit-null;
  43. }
  44. }
  45. family inet6-vpn {
  46. unicast;
  47. }
  48. family inet-mvpn {
  49. signaling;
  50. }
  51. neighbor 1.1.7.1 {
  52. description EDMLABRR06;
  53. }
  54.  
  55. [edit]
  56. x142422@EDTNLABRR03-TEMP#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement