Guest User

Cisco Router Config

a guest
May 3rd, 2015
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. rt_INTERNET#sh running-config
  2. Building configuration...
  3.  
  4. Current configuration : 6317 bytes
  5. !
  6. ! Last configuration change at 20:16:53 BR Sat May 2 2015 by admin
  7. ! NVRAM config last updated at 23:03:39 BR Sun Apr 26 2015 by admin
  8. !
  9. version 15.0
  10. service timestamps debug datetime msec
  11. service timestamps log datetime msec
  12. service password-encryption
  13. !
  14. hostname rt_INTERNET
  15. !
  16. boot-start-marker
  17. boot-end-marker
  18. !
  19. logging buffered 512000 emergencies
  20. !
  21. no aaa new-model
  22. clock timezone BR -3
  23. clock summer-time BRV recurring 3 Sun Oct 0:00 4 Sun Feb 0:00
  24. !
  25. no ipv6 cef
  26. ip source-route
  27. ip cef
  28. !
  29. !
  30. ip dhcp excluded-address 192.168.100.1 192.168.100.100
  31. ip dhcp excluded-address 192.168.100.201 192.168.100.254
  32. !
  33. ip dhcp pool homenetwork
  34. network 192.168.100.0 255.255.255.0
  35. default-router 192.168.100.254
  36. dns-server 201.46.240.46 201.46.240.41 192.168.100.1 192.168.100.2
  37. lease 7
  38. !
  39. !
  40. ip domain name homenetwork.home
  41. ip name-server 201.46.240.46
  42. ip name-server 201.46.240.41
  43. multilink bundle-name authenticated
  44. !
  45. !
  46. crypto pki trustpoint TP-self-signed-1940969749
  47. enrollment selfsigned
  48. subject-name cn=IOS-Self-Signed-Certificate-1940969749
  49. revocation-check none
  50. rsakeypair TP-self-signed-1940969749
  51. !
  52. !
  53.  
  54. license udi pid CISCO1905BR/K9 sn FSP1648AAWW
  55. license boot module c1900 technology-package datak9
  56. !
  57. !
  58. !
  59. ip ssh time-out 10
  60. ip ssh authentication-retries 2
  61. !
  62. !
  63. !
  64. !
  65. interface GigabitEthernet0/0
  66. description WAN-->MODEM_NET
  67. ip address dhcp
  68. ip access-group 102 in
  69. ip flow ingress
  70. ip flow egress
  71. ip nat outside
  72. ip virtual-reassembly
  73. load-interval 30
  74. duplex full
  75. speed 1000
  76. !
  77. interface GigabitEthernet0/1
  78. description LAN
  79. ip address 192.168.100.254 255.255.255.0
  80. ip flow ingress
  81. ip flow egress
  82. ip nat inside
  83. ip virtual-reassembly
  84. load-interval 30
  85. duplex full
  86. speed 1000
  87. !
  88. interface Serial0/0/0
  89. no ip address
  90. shutdown
  91. clock rate 2000000
  92. !
  93. ip forward-protocol nd
  94. !
  95. no ip http server
  96. no ip http secure-server
  97. ip flow-export source GigabitEthernet0/0
  98. ip flow-export version 9
  99. ip flow-export destination 192.168.100.110 9996
  100. !
  101. ip nat inside source list 101 interface GigabitEthernet0/0 overload
  102. ip nat inside source static tcp 192.168.100.121 8000 interface GigabitEthernet0/0 8000
  103. ip nat inside source static tcp 192.168.100.80 80 interface GigabitEthernet0/0 8001
  104. ip route 192.168.1.0 255.255.255.0 192.168.100.253
  105. ip route 0.0.0.0 0.0.0.0 dhcp
  106. !
  107. access-list 101 permit ip 192.168.100.0 0.0.0.255 any
  108. !
  109. !
  110. snmp-server community homelab RW
  111. snmp-server ifindex persist
  112. snmp-server location RACK01
  113. !
  114. control-plane
  115. !
  116. banner incoming ^C
  117. *******************************************************************************
  118. ACESSO INDEVIDO. SE VOCE NAO TEM ACESSO A ESSE EQUIPAMENTO DESCONECTE AGORA!!!
  119. *******************************************************************************
  120. _ _ ___ __ __ ___ _ _ ___
  121. | || | / _ \ | \/ | | __| | | /_\ | _ )
  122. | __ | | (_) | | |\/| | | _| | |__ / _ \ | _ \
  123. |_||_| \___/ |_| |_| |___| |____| /_/ \_\ |___/
  124.  
  125. HOMELAB - VALDECIR CARVALHO - ACESSO PRIOBIDO
  126. *******************************************************************************^C
  127. banner login ^C
  128. *******************************************************************************
  129. ACESSO INDEVIDO. SE VOCE NAO TEM ACESSO A ESSE EQUIPAMENTO DESCONECTE AGORA!!!
  130. *******************************************************************************
  131. _ _ ___ __ __ ___ _ _ ___
  132. | || | / _ \ | \/ | | __| | | /_\ | _ )
  133. | __ | | (_) | | |\/| | | _| | |__ / _ \ | _ \
  134. |_||_| \___/ |_| |_| |___| |____| /_/ \_\ |___/
  135.  
  136. HOMELAB - VALDECIR CARVALHO - ACESSO PRIOBIDO
  137. *******************************************************************************^C
  138. banner motd ^C
  139. *******************************************************************************
  140. ACESSO INDEVIDO. SE VOCE NAO TEM ACESSO A ESSE EQUIPAMENTO DESCONECTE AGORA!!!
  141. *******************************************************************************
  142. _ _ ___ __ __ ___ _ _ ___
  143. | || | / _ \ | \/ | | __| | | /_\ | _ )
  144. | __ | | (_) | | |\/| | | _| | |__ / _ \ | _ \
  145. |_||_| \___/ |_| |_| |___| |____| /_/ \_\ |___/
  146.  
  147. HOMELAB - VALDECIR CARVALHO - ACESSO PRIOBIDO
  148. *******************************************************************************^C
  149. !
  150. line con 0
  151. password 7
  152. line aux 0
  153. line vty 0 4
  154. privilege level 15
  155. password 7
  156. login local
  157. transport input telnet ssh
  158. line vty 5
  159. no login
  160. !
  161. scheduler allocate 20000 1000
  162. ntp source GigabitEthernet0/0
  163. end
Advertisement
Add Comment
Please, Sign In to add comment