Advertisement
Guest User

Untitled

a guest
Aug 10th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. srv-vpn34# sh run
  2.  
  3. Current configuration:
  4. !
  5. hostname srv-vpn34
  6. password Kennwort1
  7. !
  8. !
  9. !
  10. interface eth0
  11. !
  12. interface lo
  13. !
  14. interface tun-s2s-vpn01
  15. ip ospf cost 100
  16. ip ospf hello-interval 1
  17. ip ospf dead-interval 3
  18. !
  19. interface tun-s2s-vpn02
  20. ip ospf cost 100
  21. ip ospf hello-interval 1
  22. ip ospf dead-interval 3
  23. !
  24. interface tun-s2s-vpn03
  25. ip ospf cost 100
  26. ip ospf hello-interval 1
  27. ip ospf dead-interval 3
  28. !
  29. interface tun-s2s-vpn04
  30. ip ospf cost 100
  31. ip ospf hello-interval 1
  32. ip ospf dead-interval 3
  33. !
  34. interface tun-s2s-vpn05
  35. ip ospf cost 100
  36. ip ospf hello-interval 1
  37. ip ospf dead-interval 3
  38. !
  39. interface wlan0
  40. !
  41. router ospf
  42. ! Important: ensure reference bandwidth is consistent across all routers
  43. auto-cost reference-bandwidth 10000
  44. passive-interface default
  45. no passive-interface tun-s2s-vpn01
  46. no passive-interface tun-s2s-vpn02
  47. no passive-interface tun-s2s-vpn03
  48. no passive-interface tun-s2s-vpn04
  49. no passive-interface tun-s2s-vpn05
  50. network 10.255.240.68/31 area 0.0.0.0
  51. network 10.255.241.68/31 area 0.0.0.0
  52. network 10.255.242.68/31 area 0.0.0.0
  53. network 10.255.243.68/31 area 0.0.0.0
  54. network 10.255.244.68/31 area 0.0.0.0
  55. !
  56. line vty
  57. !
  58. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement