0% found this document useful (0 votes)
217 views2 pages

Konfigurasi Static & Dynamic NAT Di Router Cisco

The document discusses configuring static and dynamic NAT on a Cisco router. It provides the configuration commands to establish static NAT mappings for two internal addresses, configure a dynamic NAT address pool with an access list, and set the inside and outside interfaces. It also lists commands to verify the NAT configuration is working properly.

Uploaded by

Maliki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
217 views2 pages

Konfigurasi Static & Dynamic NAT Di Router Cisco

The document discusses configuring static and dynamic NAT on a Cisco router. It provides the configuration commands to establish static NAT mappings for two internal addresses, configure a dynamic NAT address pool with an access list, and set the inside and outside interfaces. It also lists commands to verify the NAT configuration is working properly.

Uploaded by

Maliki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Konfigurasi Static & Dynamic NAT di Router Cisco

Konfigurasi di Router:
Static NAT:
(config)# ip nat inside source static 10.0.0.2 202.10.10.2
(config)# ip nat inside source static 10.0.0.3 202.10.10.3

Dynamic NAT:
(config)# access-list 10 permit 10.0.1.0 0.0.0.255
(config)# ip nat pool MyPool 202.10.10.4 202.10.10.7 netmask 255.255.255.0
(config)# ip nat inside source list 10 pool MyPool

Setting up inside & outside interface:


(config)# int f0/0
(config-if)# ip nat inside

(config-if)# int f0/1


(config-if)# ip nat inside
(config-if)# int s0/0
(config-if)# ip nat outside
(config-if)# end

Verifikasi konfigurasi NAT:


# show ip nat translation
# debug ip nat

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy