Advertisement
Guest User

L-PE Config

a guest
Sep 16th, 2021
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. ## Last commit: 2021-09-16 16:47:31 UTC by root
  2. version 17.4R1.16;
  3. system {
  4. host-name L-PE;
  5. root-authentication {
  6. encrypted-password "$6$uNyRYqvc$RboctIskRK3u.2lR1PIop.uZUArdaRKUVcJrBxyTIqNYYiGRHFTnpE8xgWYv71fZWvoCPqx93tIL9E9m3zqoW0"; ## 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. description isp;
  34. flexible-vlan-tagging;
  35. encapsulation extended-vlan-bridge;
  36. unit 2890 {
  37. vlan-id 2890;
  38. }
  39. }
  40. xe-0/0/1 {
  41. description cpe;
  42. flexible-vlan-tagging;
  43. encapsulation extended-vlan-bridge;
  44. unit 2890 {
  45. vlan-id-list 1-4094;
  46. input-vlan-map push;
  47. output-vlan-map pop;
  48. }
  49. }
  50. em1 {
  51. unit 0 {
  52. family inet {
  53. address 169.254.0.2/24;
  54. }
  55. }
  56. }
  57. }
  58. forwarding-options {
  59. storm-control-profiles default {
  60. all;
  61. }
  62. }
  63. protocols {
  64. lldp {
  65. interface all;
  66. }
  67. igmp-snooping {
  68. vlan default;
  69. }
  70. }
  71. vlans {
  72. default {
  73. vlan-id 1;
  74. }
  75. q-in-q {
  76. interface xe-0/0/0.2890;
  77. interface xe-0/0/1.2890;
  78. }
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement