Static NAT(Twice NAT) on inside and outside (on both sides) Configuration |
Dynalconf HOME |
Static NAT(Twice NAT) on inside and outside (on both sides) Configuration
Source Host | Destination Host | Ping Destination IP Address |
---|---|---|
HOST1 | HOST2 | 192.168.100.102 |
HOST1 | HOST3 | 192.168.100.103 |
HOST1 | HOST4 | 192.168.100.104 |
HOST2 | HOST1 | 192.168.200.101 |
HOST3 | HOST1 | 192.168.200.101 |
HOST4 | HOST1 | 192.168.200.101 |
inside -> outside | outside -> inside |
---|---|
1.If IPSec then check input access list 2.decryption - for CET (Cisco Encryption Technology) or IPSec 3.check input access list 4.check input rate limits 5.input accounting 6.redirect to web cache 7.policy routing 8.routing 9.NAT inside to outside (local to global translation) 10.crypto (check map and mark for encryption) 11.check output access list 12.inspect (Context-based Access Control (CBAC)) 13.TCP intercept 14.encryption 15.Queueing |
1.If IPSec then check input access list 2.decryption - for CET or IPSec 3.check input access list 4.check input rate limits 5.input accounting 6.redirect to web cache 7.NAT outside to inside (global to local translation) 8.policy routing 9.routing 10.crypto (check map and mark for encryption) 11.check output access list 12.inspect CBAC 13.TCP intercept 14.encryption 15.Queueing |
1. Dynagen .net file 2. R1 3. R2 4. R3 5. HOST1 6. HOST2 7. HOST3 8. HOST4
R1 : sh ip route sh ip nat translations 1. R1
Dynalconf HOME |