billyfence

R1

Apr 17th, 2018
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. [edit]
  2. root@R1# show
  3. ## Last changed: 2018-04-14 12:41:34 UTC
  4. version 14.1R1.10;
  5. system {
  6. host-name R1;
  7. root-authentication {
  8. encrypted-password "$1$5mtVIadD$ClQSVbgULrYuY/BjgWsni."; ## 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. em4 {
  25. description "R1 to ABR";
  26. unit 0 {
  27. family inet {
  28. address 192.168.11.1/30;
  29. }
  30. }
  31. }
  32. lo0 {
  33. description Loopback;
  34. unit 0 {
  35. family inet {
  36. address 192.168.10.4/32;
  37. address 192.168.12.1/24;
  38. }
  39. }
  40. }
  41. }
  42. routing-options {
  43. router-id 192.168.10.4;
  44. }
  45. protocols {
  46. ospf {
  47. area 0.0.0.1 {
  48. stub;
  49. interface em4.0 {
  50. interface-type p2p;
  51. }
  52. interface lo0.0 {
  53. passive;
  54. }
  55. }
  56. }
  57. }
  58.  
  59. [edit]
  60. root@R1#
Add Comment
Please, Sign In to add comment