Guest User

Untitled

a guest
Nov 27th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. interface Tunnel0
  2. ip address 192.168.8.1 255.255.255.0
  3. keepalive 10 3
  4. tunnel source 10.1.99.50
  5. tunnel destination 10.1.95.50
  6. !
  7. interface FastEthernet0/0
  8. no ip address
  9. duplex auto
  10. speed auto
  11. !
  12. interface FastEthernet0/0.10
  13. description Managment
  14. encapsulation dot1Q 10
  15. ip address 10.1.0.17 255.255.255.0
  16. no snmp trap link-status
  17. !
  18. interface FastEthernet0/0.77
  19. description -=Lan=-
  20. encapsulation dot1Q 77
  21. ip address 10.1.77.50 255.255.255.0
  22. no snmp trap link-status
  23. !
  24. interface FastEthernet0/1
  25. no ip address
  26. duplex auto
  27. speed auto
  28. !
  29. interface FastEthernet0/1.999
  30. description -=ISP1=-
  31. encapsulation dot1Q 999
  32. ip address 10.1.99.50 255.255.255.0
  33. no snmp trap link-status
  34. !
  35. router ospf 1
  36. log-adjacency-changes
  37. network 10.1.77.0 0.0.0.255 area 0
  38. network 192.168.8.0 0.0.0.3 area 0
  39. !
  40. ip classless
  41. ip route 0.0.0.0 0.0.0.0 10.1.99.254
  42. ip route 10.1.76.0 255.255.255.0 Tunnel0
  43. !
  44. no ip http server
  45. no ip http secure-server
  46. !
  47. ip access-list extended ACL_NAT
  48. permit ip any any
  49. permit ip any 10.1.0.0 0.0.0.255
  50. !
  51. !
  52. !
  53. control-plane
  54. !
  55. !
  56. !
  57. line con 0
  58. line aux 0
  59. line vty 0 4
  60. privilege level 15
  61. login authentication local
  62. transport input ssh
  63. !
  64. scheduler allocate 20000 1000
Advertisement
Add Comment
Please, Sign In to add comment