Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. hostname ciscoasa
  2. enable password 8Ry2YjIyt7RRXU24 encrypted
  3. names
  4. !
  5. interface Ethernet0/0
  6. nameif outside
  7. security-level 100
  8. ip address 1.1.1.1 255.255.255.0
  9. !
  10. interface Ethernet0/1
  11. nameif inside
  12. security-level 100
  13. ip address 10.0.0.2 255.255.255.252
  14. !
  15. interface Ethernet0/2
  16. shutdown
  17. no nameif
  18. no security-level
  19. no ip address
  20. !
  21. interface Ethernet0/3
  22. shutdown
  23. no nameif
  24. no security-level
  25. no ip address
  26. !
  27. interface Ethernet0/4
  28. shutdown
  29. no nameif
  30. no security-level
  31. no ip address
  32. !
  33. interface Ethernet0/5
  34. shutdown
  35. no nameif
  36. no security-level
  37. no ip address
  38. !
  39. passwd 2KFQnbNIdI.2KYOU encrypted
  40. ftp mode passive
  41. same-security-traffic permit inter-interface
  42. access-list 100 extended permit icmp any any echo-reply
  43. access-list 100 extended permit icmp any any time-exceeded
  44. access-list 100 extended permit icmp any any unreachable
  45. pager lines 24
  46. mtu outside 1500
  47. mtu inside 1500
  48. no failover
  49. icmp unreachable rate-limit 1 burst-size 1
  50. icmp permit any outside
  51. icmp permit any inside
  52. no asdm history enable
  53. arp timeout 14400
  54. global (outside) 1 1.1.1.254
  55. nat (inside) 1 0.0.0.0 0.0.0.0
  56. access-group 100 in interface outside
  57. timeout xlate 3:00:00
  58. timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
  59. timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
  60. timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
  61. timeout uauth 0:05:00 absolute
  62. dynamic-access-policy-record DfltAccessPolicy
  63. no snmp-server location
  64. no snmp-server contact
  65. snmp-server enable traps snmp authentication linkup linkdown coldstart
  66. no crypto isakmp nat-traversal
  67. telnet timeout 5
  68. ssh timeout 5
  69. console timeout 0
  70. threat-detection basic-threat
  71. threat-detection statistics access-list
  72. !
  73. !
  74. !
  75. policy-map global_policy
  76. !
  77. prompt hostname context
  78. Cryptochecksum:00000000000000000000000000000000
  79. : end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement