Advertisement
Guest User

wizzler

a guest
Mar 20th, 2009
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. flf-ro01#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 3789 bytes
  5. !
  6. version 12.4
  7. no service pad
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. no service password-encryption
  11. !
  12. hostname flf-ro01
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. no logging buffered
  18. !
  19. no aaa new-model
  20. clock timezone PCTime 1
  21. !
  22. crypto pki trustpoint TP-self-signed-3926101799
  23. enrollment selfsigned
  24. subject-name cn=IOS-Self-Signed-Certificate-3926101799
  25. revocation-check none
  26. rsakeypair TP-self-signed-3926101799
  27. !
  28. !
  29. crypto pki certificate chain TP-self-signed-3926101799
  30. certificate self-signed 01
  31. 3082024A 308201B3 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
  32. 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  33. 69666963 6174652D 33393236 31303137 3939301E 170D3032 30333031 30303035
  34. 34395A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  35. 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 39323631
  36. 30313739 3930819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  37. 8100C187 B32EFEFA EC8E8C30 3089416A 6B7F3E02 DCCB5672 33D66271 D9E90695
  38. E8617185 44C350A3 E72D89EC 77B61616 3AD2C9D4 8D3CB1EB C452070D 08E71F90
  39. 7CE06940 04DAE52D 5D7B3E0C 0AFF67A7 009EFDAB 71C318D7 A733AB6D D8DC3EA2
  40. 982C1333 9939BB4D 1AECC713 891AF15B B4B07A34 E08453E9 DAC5CEE8 D05B7A00
  41. 48DB0203 010001A3 72307030 0F060355 1D130101 FF040530 030101FF 301D0603
  42. 551D1104 16301482 12666C66 2D726F30 312E666C 6166662E 6F726730 1F060355
  43. 1D230418 30168014 25D122ED 3293B6DE 2821D4A8 E9713F4C 7FF63FCC 301D0603
  44. 551D0E04 16041425 D122ED32 93B6DE28 21D4A8E9 713F4C7F F63FCC30 0D06092A
  45. 864886F7 0D010104 05000381 810078C9 5BEF3090 9648888B 3D422C21 A793B42D
  46. D12D4FD4 23990928 117CD3DA 5351BD10 8A2392B3 C2B273AC AC1A2606 89466541
  47. F5AF81CA 1EFF40AF BA2F538F 81926321 0F8BDBBA 0F09B8B9 FBB6FFA0 D6DDC9B3
  48. 8B24C96F C78487C9 6C052928 1DCC5FBB 2F6029E5 7176D031 1C802E22 82A963EC
  49. EF59B021 5977DAD9 25D1E5C5 6E70
  50. quit
  51. dot11 syslog
  52. ip cef
  53. !
  54. !
  55. no ip dhcp use vrf connected
  56. ip dhcp excluded-address 192.168.0.1
  57. !
  58. ip dhcp pool sdm-pool
  59. import all
  60. network 192.168.0.0 255.255.255.0
  61. default-router 192.168.0.1
  62. lease 0 2
  63. !
  64. !
  65. no ip domain lookup
  66. ip domain name flaff.org
  67. !
  68. multilink bundle-name authenticated
  69. !
  70. !
  71. username admin privilege 15 secret 5 <password>
  72. !
  73. !
  74. crypto isakmp policy 1
  75. authentication pre-share
  76. lifetime 28800
  77. crypto isakmp key <my pre-shared key> address 213.100.24.75
  78. !
  79. !
  80. crypto ipsec transform-set rtpset esp-des esp-md5-hmac
  81. !
  82. crypto map rtp 1 ipsec-isakmp
  83. set peer 213.100.24.75
  84. set transform-set rtpset
  85. match address 115
  86. !
  87. archive
  88. log config
  89. hidekeys
  90. !
  91. !
  92. !
  93. !
  94. !
  95. interface FastEthernet0
  96. !
  97. interface FastEthernet1
  98. !
  99. interface FastEthernet2
  100. !
  101. interface FastEthernet3
  102. !
  103. interface FastEthernet4
  104. description $ES_WAN$
  105. ip address dhcp client-id FastEthernet4
  106. ip nat outside
  107. ip virtual-reassembly
  108. duplex auto
  109. speed auto
  110. crypto map rtp
  111. !
  112. interface Vlan1
  113. description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
  114. ip address 192.168.0.1 255.255.255.0
  115. ip nat inside
  116. ip virtual-reassembly
  117. ip tcp adjust-mss 1452
  118. !
  119. ip forward-protocol nd
  120. !
  121. !
  122. ip http server
  123. ip http access-class 1
  124. ip http authentication local
  125. ip http secure-server
  126. ip http timeout-policy idle 60 life 86400 requests 10000
  127. ip nat inside source list 2 interface FastEthernet4 overload
  128. !
  129. access-list 1 permit any
  130. access-list 2 remark SDM_ACL Category=2
  131. access-list 2 permit 192.168.0.0 0.0.0.255
  132. access-list 115 permit ip 192.168.0.0 0.0.0.255 10.0.0.0 0.0.0.255
  133. access-list 115 permit ip 10.0.0.0 0.0.0.255 192.168.0.0 0.0.0.255
  134. snmp-server community public RO
  135. no cdp run
  136. !
  137. !
  138. !
  139. !
  140. control-plane
  141. !
  142. !
  143. line con 0
  144. login local
  145. no modem enable
  146. line aux 0
  147. line vty 0 4
  148. access-class 1 in
  149. privilege level 15
  150. login local
  151. transport input telnet ssh
  152. !
  153. scheduler max-task-time 5000
  154. end
  155.  
  156.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement