| 1 | = Configuration Cisco ASA 5510 = |
| 2 | |
| 3 | {{{ |
| 4 | ASA Version 7.0(6) |
| 5 | ! |
| 6 | hostname ciscoasa |
| 7 | domain-name AS1 |
| 8 | enable password 2KFQnbNIdI.2KYOU encrypted |
| 9 | names |
| 10 | dns-guard |
| 11 | ! |
| 12 | interface Ethernet0/0 |
| 13 | nameif outside |
| 14 | security-level 0 |
| 15 | ip address 10.10.0.2 255.255.255.0 |
| 16 | ipv6 address 2001:db8:8001:2000::2/64 |
| 17 | ipv6 enable |
| 18 | ! |
| 19 | interface Ethernet0/1 |
| 20 | nameif inside |
| 21 | security-level 100 |
| 22 | ip address 10.10.1.254 255.255.255.0 |
| 23 | ipv6 address 2001:db8:8001:1::ffff/64 |
| 24 | ipv6 enable |
| 25 | ! |
| 26 | interface Ethernet0/2 |
| 27 | nameif DMZ |
| 28 | security-level 50 |
| 29 | ip address 10.10.2.254 255.255.255.0 |
| 30 | ipv6 address 2001:db8:8001:2::ffff/64 |
| 31 | ipv6 enable |
| 32 | ! |
| 33 | interface Management0/0 |
| 34 | nameif management |
| 35 | security-level 100 |
| 36 | ip address 10.10.130.10 255.255.255.0 |
| 37 | management-only |
| 38 | ! |
| 39 | passwd 2KFQnbNIdI.2KYOU encrypted |
| 40 | ftp mode passive |
| 41 | clock timezone CEST 1 |
| 42 | clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00 |
| 43 | object-group protocol all |
| 44 | protocol-object 22 |
| 45 | protocol-object 23 |
| 46 | protocol-object 80 |
| 47 | protocol-object ip |
| 48 | protocol-object icmp |
| 49 | protocol-object igmp |
| 50 | protocol-object ipinip |
| 51 | protocol-object tcp |
| 52 | protocol-object udp |
| 53 | protocol-object esp |
| 54 | protocol-object ah |
| 55 | protocol-object icmp6 |
| 56 | protocol-object ospf |
| 57 | protocol-object pim |
| 58 | access-list tcp_permit extended permit tcp any any |
| 59 | access-list udp_permit extended permit udp any any |
| 60 | access-list icmp_permit extended permit icmp any any |
| 61 | access-list http_permit extended permit 80 any any |
| 62 | access-list telnet extended permit 23 any any |
| 63 | access-list all extended permit object-group all any any |
| 64 | pager lines 24 |
| 65 | logging asdm informational |
| 66 | mtu outside 1500 |
| 67 | mtu inside 1500 |
| 68 | mtu DMZ 1500 |
| 69 | mtu management 1500 |
| 70 | icmp permit any outside |
| 71 | icmp permit any inside |
| 72 | icmp permit any DMZ |
| 73 | icmp permit any management |
| 74 | asdm image disk0:/asdm506.bin |
| 75 | no asdm history enable |
| 76 | arp timeout 14400 |
| 77 | access-group all in interface outside |
| 78 | access-group all out interface outside |
| 79 | access-group all in interface inside |
| 80 | access-group all out interface inside |
| 81 | access-group all in interface DMZ |
| 82 | access-group all out interface DMZ |
| 83 | rip outside default version 2 |
| 84 | route outside 10.20.0.0 255.255.0.0 10.10.0.1 1 |
| 85 | route outside 10.30.0.0 255.255.0.0 10.10.0.1 1 |
| 86 | route outside 10.40.0.0 255.255.0.0 10.10.0.1 1 |
| 87 | timeout xlate 3:00:00 |
| 88 | timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02 |
| 89 | timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 |
| 90 | timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00 |
| 91 | timeout uauth 0:05:00 absolute |
| 92 | username david password z0WkhcbGz1/5UmkS encrypted privilege 15 |
| 93 | http server enable |
| 94 | http 10.10.130.0 255.255.255.0 management |
| 95 | no snmp-server location |
| 96 | no snmp-server contact |
| 97 | snmp-server enable traps snmp authentication linkup linkdown coldstart |
| 98 | telnet 10.10.130.0 255.255.255.0 management |
| 99 | telnet timeout 5 |
| 100 | ssh scopy enable |
| 101 | ssh 10.10.130.0 255.255.255.0 management |
| 102 | ssh 10.10.130.2 255.255.255.255 management |
| 103 | ssh timeout 5 |
| 104 | ssh version 2 |
| 105 | console timeout 0 |
| 106 | tftp-server management 10.10.2.1 ciscoASA5510 |
| 107 | }}} |