Advertisement
Guest User

Untitled

a guest
Jul 11th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. ASA Version 9.1(5)19
  2. !
  3. hostname ciscoasa
  4. domain-name
  5. enable password 8Ry2YjIyt7RRXU24 encrypted
  6. names
  7. !
  8. interface Ethernet0/0
  9. nameif outside
  10. security-level 0
  11. ip address dhcp setroute
  12. !
  13. interface Ethernet0/1
  14. nameif Inside
  15. security-level 100
  16. ip address 192.168.3.1 255.255.255.0
  17. !
  18. interface Ethernet0/2
  19. shutdown
  20. no nameif
  21. no security-level
  22. no ip address
  23. !
  24. interface Ethernet0/3
  25. shutdown
  26. no nameif
  27. no security-level
  28. no ip address
  29. !
  30. interface Management0/0
  31. management-only
  32. nameif management
  33. security-level 100
  34. ip address 192.168.1.1 255.255.255.0
  35. !
  36. ftp mode passive
  37. clock timezone EST -5
  38. clock summer-time EDT recurring
  39. dns domain-lookup outside
  40. dns server-group DefaultDNS
  41. name-server 208.67.222.222
  42. name-server 208.67.220.220
  43. name-server 192.168.0.1
  44. same-security-traffic permit inter-interface
  45. same-security-traffic permit intra-interface
  46. object network obj-0.0.0.0
  47. subnet 0.0.0.0 0.0.0.0
  48. access-list inside_access_in extended permit ip 192.168.3.0 255.255.255.0 any
  49. pager lines 24
  50. logging enable
  51. logging asdm informational
  52. mtu management 1500
  53. mtu outside 1500
  54. mtu Inside 1500
  55. no failover
  56. icmp unreachable rate-limit 1 burst-size 1
  57. no asdm history enable
  58. arp timeout 14400
  59. no arp permit-nonconnected
  60. !
  61. object network obj-0.0.0.0
  62. nat (Inside,outside) dynamic interface
  63. route outside 0.0.0.0 0.0.0.0 192.168.0.1 1
  64. timeout xlate 3:00:00
  65. timeout pat-xlate 0:00:30
  66. timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
  67. timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
  68. timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
  69. timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
  70. timeout tcp-proxy-reassembly 0:01:00
  71. timeout floating-conn 0:00:00
  72. dynamic-access-policy-record DfltAccessPolicy
  73. user-identity default-domain LOCAL
  74. http server enable
  75. http 192.168.1.0 255.255.255.0 management
  76. no snmp-server location
  77. no snmp-server contact
  78. snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
  79. crypto ipsec security-association pmtu-aging infinite
  80. crypto ca trustpool policy
  81. telnet timeout 5
  82. no ssh stricthostkeycheck
  83. ssh timeout 5
  84. ssh key-exchange group dh-group1-sha1
  85. console timeout 0
  86. dhcp-client client-id interface outside
  87. dhcpd address 192.168.1.2-192.168.1.254 management
  88. dhcpd enable management
  89. !
  90. dhcpd address 192.168.3.2-192.168.3.254 Inside
  91. dhcpd auto_config outside interface Inside
  92. dhcpd enable Inside
  93. !
  94. threat-detection basic-threat
  95. threat-detection statistics access-list
  96. no threat-detection statistics tcp-intercept
  97. ntp authentication-key 1 md5 12
  98. ntp authenticate
  99. ntp trusted-key 1
  100. ntp server 129.6.15.28 key 1 source outside prefer
  101. webvpn
  102. anyconnect-essentials
  103. username admin password 7KKG/zg/Wo8c.YfN encrypted
  104. !
  105. class-map inspection_default
  106. match default-inspection-traffic
  107. !
  108. !
  109. policy-map type inspect dns preset_dns_map
  110. parameters
  111. message-length maximum client auto
  112. message-length maximum 512
  113. policy-map global_policy
  114. class inspection_default
  115. inspect dns preset_dns_map
  116. inspect ftp
  117. inspect h323 h225
  118. inspect h323 ras
  119. inspect rsh
  120. inspect rtsp
  121. inspect esmtp
  122. inspect sqlnet
  123. inspect skinny
  124. inspect sunrpc
  125. inspect xdmcp
  126. inspect sip
  127. inspect netbios
  128. inspect tftp
  129. inspect ip-options
  130. !
  131. service-policy global_policy global
  132. prompt hostname context
  133. Cryptochecksum:6e37736745bd85960779bcaf2d504305
  134. : end
  135.  
  136.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement