Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ASA Version 9.0(3)
  2. !
  3. hostname ciscoasa
  4. enable password 8Ry2YjIyt7RRXU24 encrypted
  5. names
  6. !
  7. interface Ethernet0/0
  8. shutdown
  9. !
  10. interface Ethernet0/1
  11. shutdown
  12. !
  13. interface Ethernet0/2
  14. shutdown
  15. !
  16. interface Ethernet0/3
  17. shutdown
  18. !
  19. interface Ethernet0/4
  20. shutdown
  21. !
  22. interface Ethernet0/5
  23. shutdown
  24. !
  25. interface Ethernet0/6
  26. switchport access vlan 3
  27. !
  28. interface Ethernet0/7
  29. switchport access vlan 2
  30. !
  31. interface Vlan1
  32. shutdown
  33. no nameif
  34. no security-level
  35. no ip address
  36. !
  37. interface Vlan2
  38. no nameif
  39. no security-level
  40. ip address dhcp setroute
  41. !
  42. interface Vlan3
  43. no nameif
  44. no security-level
  45. ip address 192.168.1.2 255.255.255.0
  46. !
  47. ftp mode passive
  48. pager lines 24
  49. icmp unreachable rate-limit 1 burst-size 1
  50. no asdm history enable
  51. arp timeout 14400
  52. no arp permit-nonconnected
  53. timeout xlate 3:00:00
  54. timeout pat-xlate 0:00:30
  55. timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
  56. timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
  57. timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
  58. timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
  59. timeout tcp-proxy-reassembly 0:01:00
  60. timeout floating-conn 0:00:00
  61. dynamic-access-policy-record DfltAccessPolicy
  62. user-identity default-domain LOCAL
  63. http server enable
  64. no snmp-server location
  65. no snmp-server contact
  66. snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
  67. crypto ipsec security-association pmtu-aging infinite
  68. crypto ca trustpool policy
  69. telnet timeout 5
  70. ssh timeout 5
  71. console timeout 0
  72.  
  73. threat-detection basic-threat
  74. threat-detection statistics access-list
  75. no threat-detection statistics tcp-intercept
  76. !
  77. !
  78. prompt hostname context
  79. no call-home reporting anonymous
  80. call-home
  81. profile CiscoTAC-1
  82. no active
  83. destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
  84. destination address email callhome@cisco.com
  85. destination transport-method http
  86. subscribe-to-alert-group diagnostic
  87. subscribe-to-alert-group environment
  88. subscribe-to-alert-group inventory periodic monthly
  89. subscribe-to-alert-group configuration periodic monthly
  90. subscribe-to-alert-group telemetry periodic daily
  91. Cryptochecksum:52ec53d0972681193809f31c78518114
  92. : end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement