Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1.  
  2. ciscoasa#
  3. ciscoasa#
  4. ciscoasa#
  5. ciscoasa# sh run
  6. : Saved
  7. :
  8. : Serial Number: FCH20487VZ8
  9. : Hardware: ASA5525, 8192 MB RAM, CPU Lynnfield 2394 MHz, 1 CPU (4 cores)
  10. :
  11. ASA Version 9.2(2)4
  12. !
  13. hostname ciscoasa
  14. enable password 2KFQnbNIdI.2KYOU encrypted
  15. xlate per-session deny tcp any4 any4
  16. xlate per-session deny tcp any4 any6
  17. xlate per-session deny tcp any6 any4
  18. xlate per-session deny tcp any6 any6
  19. xlate per-session deny udp any4 any4 eq domain
  20. xlate per-session deny udp any4 any6 eq domain
  21. xlate per-session deny udp any6 any4 eq domain
  22. xlate per-session deny udp any6 any6 eq domain
  23. names
  24. !
  25. interface GigabitEthernet0/0
  26. shutdown
  27. no nameif
  28. no security-level
  29. no ip address
  30. !
  31. interface GigabitEthernet0/1
  32. shutdown
  33. no nameif
  34. no security-level
  35. no ip address
  36. !
  37. interface GigabitEthernet0/2
  38. shutdown
  39. no nameif
  40. no security-level
  41. no ip address
  42. !
  43. interface GigabitEthernet0/3
  44. shutdown
  45. no nameif
  46. no security-level
  47. no ip address
  48. !
  49. interface GigabitEthernet0/4
  50. shutdown
  51. no nameif
  52. no security-level
  53. no ip address
  54. !
  55. interface GigabitEthernet0/5
  56. shutdown
  57. no nameif
  58. no security-level
  59. no ip address
  60. !
  61. interface GigabitEthernet0/6
  62. shutdown
  63. no nameif
  64. no security-level
  65. no ip address
  66. !
  67. interface GigabitEthernet0/7
  68. shutdown
  69. no nameif
  70. no security-level
  71. no ip address
  72. !
  73. interface Management0/0
  74. management-only
  75. nameif management
  76. security-level 100
  77. ip address 192.168.2.1 255.255.255.0
  78. !
  79. ftp mode passive
  80. pager lines 24
  81. logging enable
  82. mtu management 1500
  83. no failover
  84. icmp unreachable rate-limit 1 burst-size 1
  85. asdm image disk0:/asdm-752-153.bin
  86. no asdm history enable
  87. arp timeout 14400
  88. no arp permit-nonconnected
  89. timeout xlate 3:00:00
  90. timeout pat-xlate 0:00:30
  91. timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
  92. timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
  93. timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
  94. timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
  95. timeout tcp-proxy-reassembly 0:01:00
  96. timeout floating-conn 0:00:00
  97. dynamic-access-policy-record DfltAccessPolicy
  98. user-identity default-domain LOCAL
  99. aaa authentication http console LOCAL
  100. aaa authentication ssh console LOCAL
  101. http server enable
  102. http 192.168.2.0 255.255.255.0 management
  103. no snmp-server location
  104. no snmp-server contact
  105. crypto ipsec security-association pmtu-aging infinite
  106. crypto ca trustpool policy
  107. telnet timeout 5
  108. ssh stricthostkeycheck
  109. ssh 0.0.0.0 0.0.0.0 management
  110. ssh timeout 5
  111. ssh version 2
  112. ssh key-exchange group dh-group1-sha1
  113. console timeout 0
  114. management-access management
  115. threat-detection basic-threat
  116. threat-detection statistics access-list
  117. no threat-detection statistics tcp-intercept
  118. username ADMIN password XrSTHPC5dRv3lK14 encrypted privilege 15
  119. username admin password f3UhLvUj1QsXsuK7 encrypted
  120. !
  121. class-map inspection_default
  122. match default-inspection-traffic
  123. !
  124. !
  125. policy-map type inspect dns preset_dns_map
  126. parameters
  127. message-length maximum client auto
  128. message-length maximum 512
  129. policy-map global_policy
  130. class inspection_default
  131. inspect dns preset_dns_map
  132. inspect ftp
  133. inspect h323 h225
  134. inspect h323 ras
  135. inspect ip-options
  136. inspect netbios
  137. inspect rsh
  138. inspect rtsp
  139. inspect skinny
  140. inspect esmtp
  141. inspect sqlnet
  142. inspect sunrpc
  143. inspect tftp
  144. inspect sip
  145. inspect xdmcp
  146. !
  147. service-policy global_policy global
  148. prompt hostname context
  149. no call-home reporting anonymous
  150. call-home
  151. profile CiscoTAC-1
  152. no active
  153. destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
  154. destination address email callhome@cisco.com
  155. destination transport-method http
  156. subscribe-to-alert-group diagnostic
  157. subscribe-to-alert-group environment
  158. subscribe-to-alert-group inventory periodic monthly 3
  159. subscribe-to-alert-group configuration periodic monthly 3
  160. subscribe-to-alert-group telemetry periodic daily
  161. Cryptochecksum:94ab47b30b98eba96d2caa3348d3c59d
  162. : end
  163. ciscoasa#
  164. ciscoasa#
  165. ciscoasa#
  166. ciscoasa# wr
  167. Building configuration...
  168. Cryptochecksum: 94ab47b3 0b98eba9 6d2caa33 48d3c59d
  169.  
  170. 3931 bytes copied in 0.670 secs
  171. [OK]
  172. ciscoasa#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement