Advertisement
Guest User

mpls-lab-core-east

a guest
Oct 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # oct/22/2019 00:24:32 by RouterOS 6.43.16
  2. # software id =
  3. #
  4. #
  5. #
  6. /interface bridge
  7. add name=loopback protocol-mode=none
  8. /interface ethernet
  9. set [ find default-name=ether1 ] disable-running-check=no name=mgmt
  10. set [ find default-name=ether2 ] disable-running-check=no name=mpls-core-east
  11. set [ find default-name=ether3 ] disable-running-check=no name=mpls-core-midship
  12. set [ find default-name=ether1 ] disable-running-check=no name=mpls-rr-east
  13. /interface wireless security-profiles
  14. set [ find default=yes ] supplicant-identity=MikroTik
  15. /ip address
  16. add address=10.13.14.10/30 interface=mpls-core-midship network=10.13.14.8
  17. add address=10.13.13.4 interface=loopback network=10.13.13.4
  18. add address=10.13.14.13/30 interface=mpls-core-east network=10.13.14.12
  19. add address=10.14.15.6/30 interface=mpls-rr-east network=10.14.15.4
  20. /ip dhcp-client
  21. add dhcp-options=hostname,clientid disabled=no interface=mgmt
  22. /mpls ldp
  23. set enabled=yes transport-address=10.13.13.4
  24. /mpls ldp interface
  25. add interface=mpls-core-midship
  26. add interface=mpls-core-east
  27. /routing ospf network
  28. add area=backbone network=10.13.14.8/30
  29. add area=backbone network=10.13.13.4/32
  30. add area=backbone network=10.13.14.12/30
  31. add area=backbone network=10.14.15.4/30
  32. /system identity
  33. set name=CHR-MPLS-Core-East
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement