billyfence

Customer-B-Config

Apr 14th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. [edit]
  2. root@Customer-B# show
  3. ## Last changed: 2018-04-14 12:57:41 UTC
  4. version 14.1R1.10;
  5. system {
  6. host-name Customer-B;
  7. root-authentication {
  8. encrypted-password "$1$L1.WorTd$bJVAoVUBfKnaWvXcA/rBL1"; ## SECRET-DATA
  9. }
  10. syslog {
  11. user * {
  12. any emergency;
  13. }
  14. file messages {
  15. any notice;
  16. authorization info;
  17. }
  18. file interactive-commands {
  19. interactive-commands any;
  20. }
  21. }
  22. }
  23. interfaces {
  24. em3 {
  25. description "customer B to ISP-2";
  26. unit 0 {
  27. family inet {
  28. address 40.40.40.6/30;
  29. }
  30. }
  31. }
  32. lo0 {
  33. description CUSTOMER-B-LAN;
  34. unit 0 {
  35. family inet {
  36. address 172.16.20.1/24;
  37. }
  38. }
  39. }
  40. }
  41. routing-options {
  42. router-id 172.16.20.1;
  43. autonomous-system 400;
  44. }
  45. protocols {
  46. bgp {
  47. group EBGP-PEER {
  48. type external;
  49. export DIRECT-BGP;
  50. peer-as 200;
  51. neighbor 40.40.40.5;
  52. }
  53. }
  54. }
  55. policy-options {
  56. prefix-list DIRECT {
  57. 172.16.20.0/24;
  58. }
  59. policy-statement DIRECT-BGP {
  60. term 1 {
  61. from {
  62. protocol direct;
  63. prefix-list DIRECT;
  64. }
  65. then accept;
  66. }
  67. term OTHER {
  68. then reject;
  69. }
  70. }
  71. }
  72.  
  73. [edit]
  74. root@Customer-B#
Add Comment
Please, Sign In to add comment