Advertisement
billyfence

Untitled

Apr 13th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. root@R2# show
  2. ## Last changed: 2018-04-10 07:56:44 UTC
  3. version 14.1R1.10;
  4. system {
  5. host-name R2;
  6. root-authentication {
  7. encrypted-password "$1$ON/wLqtE$13D2m6xjE8khRYSBPqZdf0"; ## SECRET-DATA
  8. }
  9. syslog {
  10. user * {
  11. any emergency;
  12. }
  13. file messages {
  14. any notice;
  15. authorization info;
  16. }
  17. file interactive-commands {
  18. interactive-commands any;
  19. }
  20. }
  21. }
  22. interfaces {
  23. em5 {
  24. description "R2 to ABR";
  25. unit 0 {
  26. family inet {
  27. address 192.168.11.5/30;
  28. }
  29. }
  30. }
  31. lo0 {
  32. description Loopback;
  33. unit 0 {
  34. family inet {
  35. address 192.168.10.5/32;
  36. address 192.168.13.1/24;
  37. }
  38. }
  39. }
  40. }
  41. routing-options {
  42. router-id 192.168.10.5;
  43. }
  44. protocols {
  45. rip {
  46. group RIP-DOMAIN {
  47. export export-rip;
  48. neighbor em5.0;
  49. }
  50. }
  51. }
  52. policy-options {
  53. policy-statement export-rip {
  54. term 1 {
  55. from protocol [ rip direct ];
  56. }
  57. then accept;
  58. }
  59. }
  60.  
  61. [edit]
  62. root@R2#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement