billyfence

R2

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