Guest User

Untitled

a guest
Jan 17th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Gateway of last resort is 68.119.44.1 to network 0.0.0.0
  2.  
  3. S* 0.0.0.0/0 [254/0] via 68.119.44.1
  4. 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
  5. C 10.0.0.0/24 is directly connected, GigabitEthernet0/0
  6. L 10.0.0.1/32 is directly connected, GigabitEthernet0/0
  7. 68.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
  8. S 68.114.38.242/32 [254/0] via 68.119.44.1, GigabitEthernet0/1
  9. C 68.119.44.0/22 is directly connected, GigabitEthernet0/1
  10. L 68.119.44.240/32 is directly connected, GigabitEthernet0/1
  11. R 192.168.1.0/24 [120/1] via 10.0.0.2, 00:00:01, GigabitEthernet0/0
  12. crib#
  13. crib#show run
  14. Building configuration...
  15.  
  16. Current configuration : 1347 bytes
  17. !
  18. ! Last configuration change at 01:39:03 UTC Fri Jan 18 2019 by jigga
  19. !
  20. version 15.0
  21. service timestamps debug datetime msec
  22. service timestamps log datetime msec
  23. no service password-encryption
  24. !
  25. hostname crib
  26. !
  27. boot-start-marker
  28. boot-end-marker
  29. !
  30. enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  31. !
  32. aaa new-model
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. aaa session-id common
  41. !
  42. no ipv6 cef
  43. ip source-route
  44. ip cef
  45. !
  46. !
  47. !
  48. !
  49. no ip domain lookup
  50. ip domain name xxxxxxxxxx
  51. multilink bundle-name authenticated
  52. !
  53. crypto pki token default removal timeout 0
  54. !
  55. !
  56. license udi pid CISCO1921/K9 sn xxxxxxxx
  57. !
  58. !
  59. username grover privilege 15 secret 5 xxxxxxxxxxxx
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. interface GigabitEthernet0/0
  67. ip address 10.0.0.1 255.255.255.0
  68. ip nat inside
  69. ip virtual-reassembly
  70. duplex auto
  71. speed auto
  72. !
  73. interface GigabitEthernet0/1
  74. ip address dhcp
  75. ip nat outside
  76. ip virtual-reassembly
  77. duplex auto
  78. speed auto
  79. !
  80. interface Serial0/0/0
  81. no ip address
  82. shutdown
  83. no clock rate 2000000
  84. !
  85. router rip
  86. version 2
  87. network 10.0.0.0
  88. network 68.0.0.0
  89. no auto-summary
  90. !
  91. ip forward-protocol nd
  92. !
  93. no ip http server
  94. no ip http secure-server
  95. !
  96. ip nat inside source list 1 interface GigabitEthernet0/1 overload
  97. !
  98. access-list 1 permit 10.0.0.0 0.255.255.255
  99. !
  100. !
  101. !
  102. control-plane
  103. !
  104. !
  105. line con 0
  106. line aux 0
  107. line vty 0 4
  108. transport input ssh
  109. !
  110. scheduler allocate 20000 1000
  111. end
Add Comment
Please, Sign In to add comment