|
| 1 | +: Saved |
| 2 | + |
| 3 | +: |
| 4 | +ASA Version 9.7(1)24 |
| 5 | +! |
| 6 | +terminal width 511 |
| 7 | +hostname jcy-fw-01 |
| 8 | +enable password ntc123 encrypted |
| 9 | +xlate per-session deny tcp any4 any4 |
| 10 | +xlate per-session deny tcp any4 any6 |
| 11 | +xlate per-session deny tcp any6 any4 |
| 12 | +xlate per-session deny tcp any6 any6 |
| 13 | +xlate per-session deny udp any4 any4 eq domain |
| 14 | +xlate per-session deny udp any4 any6 eq domain |
| 15 | +xlate per-session deny udp any6 any4 eq domain |
| 16 | +xlate per-session deny udp any6 any6 eq domain |
| 17 | +passwd ntc123 encrypted |
| 18 | +names |
| 19 | + |
| 20 | +! |
| 21 | +interface Management0/0 |
| 22 | + management-only |
| 23 | + nameif Management |
| 24 | + security-level 100 |
| 25 | + ip address 10.1.1.10 255.255.255.0 |
| 26 | +! |
| 27 | +banner motd ******************************************************************** |
| 28 | +banner motd |
| 29 | +banner motd This is a test banner. |
| 30 | +banner motd |
| 31 | +banner motd ******************************************************************** |
| 32 | +pager lines 24 |
| 33 | +logging enable |
| 34 | +logging timestamp |
| 35 | +logging standby |
| 36 | +logging buffer-size 1048576 |
| 37 | +logging buffered informational |
| 38 | +logging trap informational |
| 39 | +logging asdm informational |
| 40 | +logging facility 21 |
| 41 | +logging queue 0 |
| 42 | +logging device-id hostname |
| 43 | +logging host Management 10.1.1.20 |
| 44 | +no logging message 10101010 |
| 45 | +mtu Management 1500 |
| 46 | +ip verify reverse-path interface Management |
| 47 | +no monitor-interface service-module |
| 48 | +icmp unreachable rate-limit 1 burst-size 1 |
| 49 | +icmp permit 10.0.0.0 255.0.0.0 Management |
| 50 | +no asdm history enable |
| 51 | +arp timeout 14400 |
| 52 | +route Management 0.0.0.0 0.0.0.0 10.1.1.1 1 |
| 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 sctp 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 | +timeout conn-holddown 0:00:15 |
| 62 | +timeout igp stale-route 0:01:10 |
| 63 | +aaa-server TACACS+ protocol tacacs+ |
| 64 | + reactivation-mode timed |
| 65 | + max-failed-attempts 5 |
| 66 | +aaa-server TACACS+ (Management) host 10.1.1.100 |
| 67 | + key 10101010 |
| 68 | +user-identity default-domain LOCAL |
| 69 | +aaa authentication serial console LOCAL |
| 70 | +aaa authentication ssh console TACACS+ LOCAL |
| 71 | +aaa authentication enable console TACACS+ LOCAL |
| 72 | +aaa authentication http console TACACS+ LOCAL |
| 73 | +aaa accounting command TACACS+ |
| 74 | +http server enable |
| 75 | +http 0.0.0.0 0.0.0.0 Management |
| 76 | +snmp-server host Management 10.1.1.50 community ***** version 2c |
| 77 | +no snmp-server contact |
| 78 | +snmp-server enable traps syslog |
| 79 | +sysopt noproxyarp Management |
| 80 | +crypto ipsec security-association pmtu-aging infinite |
| 81 | +telnet timeout 5 |
| 82 | +ssh stricthostkeycheck |
| 83 | +ssh 0.0.0.0 0.0.0.0 Management |
| 84 | +ssh timeout 60 |
| 85 | +ssh version 2 |
| 86 | +ssh key-exchange group dh-group1-sha1 |
| 87 | +no threat-detection statistics tcp-intercept |
| 88 | +dynamic-access-policy-record DfltAccessPolicy |
| 89 | +username ntc password ntc123 encrypted privilege 15 |
| 90 | +! |
| 91 | +class-map inspection_default |
| 92 | + match default-inspection-traffic |
| 93 | +! |
| 94 | +! |
| 95 | +policy-map type inspect dns preset_dns_map |
| 96 | + parameters |
| 97 | + message-length maximum client auto |
| 98 | + message-length maximum 512 |
| 99 | + no tcp-inspection |
| 100 | +policy-map global_policy |
| 101 | + class inspection_default |
| 102 | + inspect dns preset_dns_map |
| 103 | + inspect ftp |
| 104 | + inspect tftp |
| 105 | + inspect ip-options |
| 106 | +! |
| 107 | +service-policy global_policy global |
| 108 | +: end |
0 commit comments