Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Lab 2
  2. ==========
  3.  
  4. PE1 and PE2
  5. -----------
  6. configure terminal
  7. mpls traffic-eng tunnels
  8. router ospf 1
  9. mpls traffic-eng area 0
  10. mpls traffic-eng router-id loopback0
  11. exit
  12. interface f0/1
  13. mpls traffic-eng tunnels
  14. ip rsvp bandwidth 5000
  15. end
  16.  
  17. P1, and P2
  18. ----------
  19. configure terminal
  20. mpls traffic-eng tunnels
  21. router ospf 1
  22. mpls traffic-eng area 0
  23. mpls traffic-eng router-id loopback0
  24. exit
  25. interface f0/0
  26. mpls traffic-eng tunnels
  27. ip rsvp bandwidth 5000
  28. interface f0/1
  29. mpls traffic-eng tunnels
  30. ip rsvp bandwidth 5000
  31. interface f1/0
  32. mpls traffic-eng tunnels
  33. ip rsvp bandwidth 5000
  34. end
  35.  
  36. P3
  37. --
  38. configure terminal
  39. mpls traffic-eng tunnels
  40. router ospf 1
  41. mpls traffic-eng area 0
  42. mpls traffic-eng router-id loopback0
  43. exit
  44. interface f0/0
  45. mpls traffic-eng tunnels
  46. ip rsvp bandwidth 5000
  47. interface f0/1
  48. mpls traffic-eng tunnels
  49. ip rsvp bandwidth 5000
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement