Advertisement
Guest User

L-CPE Config

a guest
Sep 16th, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. ## Last commit: 2021-09-16 18:34:44 UTC by root
  2. version 17.4R1.16;
  3. system {
  4. host-name L-CPE;
  5. root-authentication {
  6. encrypted-password "$6$J05PmhHV$BZ3ZMkY2xQ3hMFHqsd161hSQ4dAYQb7bDmHWTY5Sg6EmthjodkFIy92/52aHHStnpUGwwyzN/neg3sUV96YmY."; ## SECRET-DATA
  7. }
  8. syslog {
  9. user * {
  10. any emergency;
  11. }
  12. file messages {
  13. any notice;
  14. authorization info;
  15. }
  16. file interactive-commands {
  17. interactive-commands any;
  18. }
  19. }
  20. extensions {
  21. providers {
  22. juniper {
  23. license-type juniper deployment-scope commercial;
  24. }
  25. chef {
  26. license-type juniper deployment-scope commercial;
  27. }
  28. }
  29. }
  30. }
  31. interfaces {
  32. xe-0/0/0 {
  33. unit 0 {
  34. family ethernet-switching {
  35. interface-mode trunk;
  36. vlan {
  37. members all;
  38. }
  39. }
  40. }
  41. }
  42. xe-0/0/1 {
  43. unit 0 {
  44. family ethernet-switching {
  45. vlan {
  46. members VL100;
  47. }
  48. }
  49. }
  50. }
  51. xe-0/0/2 {
  52. unit 0 {
  53. family ethernet-switching {
  54. vlan {
  55. members VL100;
  56. }
  57. }
  58. }
  59. }
  60. em1 {
  61. unit 0 {
  62. family inet {
  63. address 169.254.0.2/24;
  64. }
  65. }
  66. }
  67. }
  68. forwarding-options {
  69. storm-control-profiles default {
  70. all;
  71. }
  72. }
  73. protocols {
  74. lldp {
  75. interface all;
  76. }
  77. igmp-snooping {
  78. vlan default;
  79. }
  80. }
  81. vlans {
  82. VL100 {
  83. vlan-id 100;
  84. }
  85. VL200 {
  86. vlan-id 200;
  87. }
  88. default {
  89. vlan-id 1;
  90. }
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement