Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. CALIFORNIA(config)# show run
  2. : Saved
  3. :
  4. ASA Version 8.4(2)
  5. !
  6. hostname CALIFORNIA
  7. enable password 8Ry2YjIyt7RRXU24 encrypted
  8. passwd 2KFQnbNIdI.2KYOU encrypted
  9. names
  10. !
  11. interface GigabitEthernet0
  12. nameif outside
  13. security-level 0
  14. ip address 200.1.1.2 255.255.255.0
  15. !
  16. interface GigabitEthernet1
  17. nameif inside
  18. security-level 100
  19. ip address 192.168.2.1 255.255.255.252
  20. !
  21. interface GigabitEthernet2
  22. shutdown
  23. no nameif
  24. no security-level
  25. no ip address
  26. !
  27. interface GigabitEthernet3
  28. shutdown
  29. no nameif
  30. no security-level
  31. no ip address
  32. !
  33. interface GigabitEthernet4
  34. shutdown
  35. no nameif
  36. no security-level
  37. no ip address
  38. !
  39. ftp mode passive
  40. object network ANY_NET
  41. subnet 0.0.0.0 0.0.0.0
  42. object network INTERNAL_USERS
  43. subnet 172.20.1.0 255.255.255.0
  44. description List of IP addresses for LAN
  45. object network REMOTE_LAN
  46. subnet 10.10.10.0 255.255.255.0
  47. access-list FLA_VPN_TRAFFIC extended permit ip 172.20.1.0 255.255.255.0 10.10.10.0 255.255.255.0
  48. pager lines 24
  49. mtu outside 1500
  50. mtu inside 1500
  51. no failover
  52. icmp unreachable rate-limit 1 burst-size 1
  53. no asdm history enable
  54. arp timeout 14400
  55. nat (inside,outside) source static INTERNAL_USERS INTERNAL_USERS destination static REMOTE_LAN REMOTE_LAN
  56. nat (inside,outside) source dynamic any interface
  57. !
  58. router ospf 1
  59. network 192.168.2.0 255.255.255.252 area 0
  60. log-adj-changes
  61. default-information originate
  62. !
  63. route outside 0.0.0.0 0.0.0.0 200.1.1.1 1
  64. timeout xlate 3:00:00
  65. timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
  66. timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
  67. timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
  68. timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
  69. timeout tcp-proxy-reassembly 0:01:00
  70. timeout floating-conn 0:00:00
  71. dynamic-access-policy-record DfltAccessPolicy
  72. user-identity default-domain LOCAL
  73. no snmp-server location
  74. no snmp-server contact
  75. snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
  76. crypto ipsec ikev1 transform-set FLA_TRANSFORM_SET esp-3des esp-md5-hmac
  77. crypto map FLA_CRYPTO_MAP 5 match address FLA_VPN_TRAFFIC
  78. crypto map FLA_CRYPTO_MAP 5 set peer 42.42.42.2
  79. crypto map FLA_CRYPTO_MAP 5 set ikev1 transform-set FLA_TRANSFORM_SET
  80. crypto map FLA_CRYPTO_MAP interface outside
  81. crypto ikev1 enable outside
  82. crypto ikev1 policy 1
  83. authentication pre-share
  84. encryption 3des
  85. hash md5
  86. group 2
  87. lifetime 86400
  88. telnet timeout 5
  89. ssh timeout 5
  90. console timeout 0
  91. threat-detection basic-threat
  92. threat-detection statistics access-list
  93. no threat-detection statistics tcp-intercept
  94. tunnel-group 42.42.42.2 type ipsec-l2l
  95. tunnel-group 42.42.42.2 ipsec-attributes
  96. ikev1 pre-shared-key *****
  97. !
  98. class-map inspection_default
  99. match default-inspection-traffic
  100. !
  101. !
  102. policy-map GLOBAL_POLICY
  103. class inspection_default
  104. inspect ftp
  105. inspect h323 h225
  106. inspect h323 ras
  107. inspect rsh
  108. inspect rtsp
  109. inspect esmtp
  110. inspect sqlnet
  111. inspect skinny
  112. inspect sunrpc
  113. inspect xdmcp
  114. inspect sip
  115. inspect netbios
  116. inspect tftp
  117. inspect ip-options
  118. inspect icmp
  119. !
  120. service-policy GLOBAL_POLICY global
  121. prompt hostname context
  122. no call-home reporting anonymous
  123. call-home
  124. profile CiscoTAC-1
  125. no active
  126. destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
  127. destination address email callhome@cisco.com
  128. destination transport-method http
  129. subscribe-to-alert-group diagnostic
  130. subscribe-to-alert-group environment
  131. subscribe-to-alert-group inventory periodic monthly
  132. subscribe-to-alert-group configuration periodic monthly
  133. subscribe-to-alert-group telemetry periodic daily
  134. crashinfo save disable
  135. Cryptochecksum:81821da91ffb39b7b6dfaa7816602b85
  136. : end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement