Advertisement
billyfence

Untitled

Apr 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. [edit]
  2. root@RR# show
  3. ## Last changed: 2018-04-10 08:31:51 UTC
  4. version 14.1R1.10;
  5. system {
  6. host-name RR;
  7. root-authentication {
  8. encrypted-password "$1$6G5j9I2/$90d9WxUxrBZh7SqluKsf6."; ## 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. em2 {
  25. description "RR to ABR";
  26. unit 0 {
  27. family inet {
  28. address 192.168.11.21/30;
  29. }
  30. }
  31. }
  32. lo0 {
  33. description Loopback;
  34. unit 0 {
  35. family inet {
  36. address 192.168.10.6/32;
  37. }
  38. }
  39. }
  40. }
  41. routing-options {
  42. router-id 192.168.10.6;
  43. autonomous-system 10;
  44. }
  45. protocols {
  46. bgp {
  47. group IBGP-PEERS {
  48. type internal;
  49. local-address 192.168.10.6;
  50. advertise-inactive;
  51. import ACCEPT;
  52. export DENY;
  53. cluster 192.168.10.6;
  54. neighbor 192.168.10.3;
  55. neighbor 192.168.10.1;
  56. neighbor 192.168.10.2;
  57. }
  58. }
  59. ospf {
  60. area 0.0.0.0 {
  61. interface em2.0 {
  62. interface-type p2p;
  63. }
  64. interface lo0.0 {
  65. passive;
  66. }
  67. }
  68. }
  69. }
  70. policy-options {
  71. policy-statement ACCEPT {
  72. term ALL {
  73. then accept;
  74. }
  75. }
  76. policy-statement DENY {
  77. term IGP {
  78. from protocol [ ospf direct ];
  79. then reject;
  80. }
  81. term Other {
  82. then accept;
  83. }
  84. }
  85. community INTERNAL members 10:1;
  86. }
  87.  
  88. [edit]
  89. root@RR#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement