Guest User

ISP

a guest
Dec 17th, 2021
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. !
  2. version 15.1
  3. no service timestamps log datetime msec
  4. no service timestamps debug datetime msec
  5. no service password-encryption
  6. !
  7. hostname ISP
  8. !
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. ip cef
  17. no ipv6 cef
  18. !
  19. !
  20. !
  21. !
  22. license udi pid CISCO2911/K9 sn FTX15249700-
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. spanning-tree mode pvst
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. interface Loopback1
  42. ip address 8.8.8.8 255.255.255.255
  43. !
  44. interface GigabitEthernet0/0
  45. ip address 200.0.0.1 255.255.255.0
  46. ip nat outside
  47. duplex auto
  48. speed auto
  49. !
  50. interface GigabitEthernet0/1
  51. ip address 200.0.1.1 255.255.255.0
  52. ip nat outside
  53. duplex auto
  54. speed auto
  55. !
  56. interface GigabitEthernet0/2
  57. no ip address
  58. ip nat inside
  59. duplex auto
  60. speed auto
  61. !
  62. interface Vlan1
  63. no ip address
  64. shutdown
  65. !
  66. ip nat inside source static 8.8.8.1 207.222.3.128
  67. ip nat inside source static 8.8.8.8 207.222.3.128
  68. ip classless
  69. !
  70. ip flow-export version 9
  71. !
  72. !
  73. !
  74. no cdp run
  75. !
  76. !
  77. !
  78. !
  79. !
  80. !
  81. line con 0
  82. !
  83. line aux 0
  84. !
  85. line vty 0 4
  86. login
  87. !
  88. !
  89. !
  90. end
  91.  
  92.  
Advertisement
Add Comment
Please, Sign In to add comment