Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1.  
  2. Building configuration...
  3.  
  4. Current configuration : 1215 bytes
  5. !
  6. version 15.1
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. service password-encryption
  10. !
  11. hostname Gateway-2900
  12. !
  13. !
  14. !
  15. !
  16. ip dhcp excluded-address 10.0.0.1
  17. !
  18. ip dhcp pool internal
  19. network 10.0.0.0 255.255.255.0
  20. default-router 10.0.0.1
  21. dns-server 8.8.8.8
  22. !
  23. !
  24. !
  25. ip cef
  26. no ipv6 cef
  27. !
  28. !
  29. !
  30. username faggot privilege 15 secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
  31. !
  32. !
  33. license udi pid CISCO2901/K9 sn FTX1524DGQR
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. ip ssh version 2
  44. no ip domain-lookup
  45. ip domain-name home.lab
  46. !
  47. !
  48. spanning-tree mode pvst
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. interface GigabitEthernet0/0
  56. description "Connection to Modem"
  57. ip address dhcp
  58. ip nat outside
  59. duplex auto
  60. speed auto
  61. !
  62. interface GigabitEthernet0/1
  63. description "Connection to internal network"
  64. ip address 10.0.0.1 255.255.255.0
  65. ip nat inside
  66. duplex auto
  67. speed auto
  68. !
  69. interface Vlan1
  70. no ip address
  71. shutdown
  72. !
  73. ip nat inside source list 1 interface GigabitEthernet0/0 overload
  74. ip classless
  75. ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
  76. !
  77. ip flow-export version 9
  78. !
  79. !
  80. access-list 1 permit 10.0.0.0 0.0.0.255
  81. !
  82. !
  83. !
  84. !
  85. !
  86. line con 0
  87. !
  88. line aux 0
  89. !
  90. line vty 0 4
  91. login local
  92. transport input ssh
  93. line vty 5 15
  94. login local
  95. transport input ssh
  96. !
  97. !
  98. !
  99. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement