Guest User

Untitled

a guest
May 22nd, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. interfaces {
  2. ge-2/1/0 {
  3. per-unit-scheduler;
  4. vlan-tagging;
  5. unit 1048 {
  6. description "a";
  7. encapsulation vlan-vpls;
  8. vlan-id 1048;
  9. }
  10. unit 1049 {
  11. description "b";
  12. encapsulation vlan-vpls;
  13. vlan-id 1049;
  14. }
  15. unit 1051 {
  16. description "c";
  17. encapsulation vlan-vpls;
  18. vlan-id 1051;
  19. }
  20. unit 1052 {
  21. description "d";
  22. encapsulation vlan-vpls;
  23. vlan-id 1052;
  24. }
  25. unit 1053 {
  26. description "e";
  27. encapsulation vlan-vpls;
  28. vlan-id 1053;
  29. }
  30. unit 1056 {
  31. description "f";
  32. encapsulation vlan-vpls;
  33. vlan-id 1056;
  34. }
  35.  
  36. routing-instances {
  37. test-vpls {
  38. instance-type vpls;
  39. interface ge-2/1/0.1053;
  40. interface ge-2/1/0.1049;
  41. interface ge-2/1/0.1056;
  42. interface ge-2/1/0.1051;
  43. interface ge-2/1/0.1048;
  44. interface ge-2/1/0.1052;
  45. route-distinguisher 100:100;
  46. vrf-target target:11111:1;
  47. }
  48. }
Add Comment
Please, Sign In to add comment