Sabtu, 08 Januari 2011

Lab 5.4.2.4 EIGRP Configuring Automatic and Manual Route Summarization and Discontiguous Subnets

Step 1: Connect the equipment
  1. Connect Router1 to Router2 and Router3 using serial cables.
  2. Connect Router2 to Router3 using serial cables.
  3. Connect a PC with a console cable to perform configurations on the routers.
Step 2: Perform basic configurations on the routers
  1. Establish a console session with Router1 and configure hostname, passwords, and interfaces as described in the table. Save the configuration.
  2. Establish a console session with Router2 and perform a similar configuration, using the addresses and other information from the table. Save the configuration.
  3. Establish a console session with Router3. Configure hostname, passwords, and interfaces according to the table. Save the configuration.
Step 3: Configure EIGRP routing with default commands
  1. On Gateway, configure EIGRP as the routing protocol with an autonomous system number of 100, and advertise the appropriate networks.
  2. On Branch1, configure EIGRP as the routing protocol with an autonomous system number of 100, and advertise the appropriate networks:
  3. Perform a similar configuration on Branch2, using EIGRP 100 and advertising the appropriate networks.
Step 4: Verify the routing configuration
  1. View the routing table on Gateway.
  2. Which subnets are not reported in this output? Jawaban: The subnets configured for the 172.16.0.0 and 172.17.0.0 networks are absent.
  3. Why are there two paths reported for the 10.0.0.8/30 route? Jawaban: Because no bandwidth commands have been configured, EIGRP has two equal-cost paths to report.
Step 5: Remove Automatic summarization
On each of the three routers, remove automatic summarization to force EIGRP to report all subnets. A sample command is given for Gateway.
Step 6: Verify the routing configuration
View the routing table again on Gateway.
Step 7: Configure manual summarization
On Branch2, configure manual summarization to force EIGRP to summarize only the 172.17.0.0 subnets.
Step 8: Reflection
  1. Although removing automatic summarization solved the issue of missing subnets, what possible problem could it cause? Jawaban : The routing table is very long, and that will slow down the lookup process.
  2. How could removing automatic summarization help in troubleshooting an EIGRP network? Jawaban : Checking the output against all possible subnets will reveal which subnet(s) are missing. Those are the connections and configurations that need to be checked.
How did the use of loopback interfaces make this lab easier to complete? Jawaban :Less equipment required, less time to set up and cable equipment.

Lab 5.4.1.4 Implementing EIGRP

Step 1: Connect the equipment 
  1. Connect Router1 to Router2 and Router3 using serial cables.
  2. Connect Router2 to Router3 using serial cables.
  3. Connect a PC with a console cable to perform configurations on the routers.
Step 2: Perform basic configurations on the routers
  1. Establish a console session with Router1 and configure hostname, passwords, and interfaces as described in the table. Save the configuration.
  2. Establish a console session with Router2 and perform a similar configuration, using the addresses and other information from the table. Save the configuration.
  3. Establish a console session with Router3. Configure hostname, passwords, and interfaces according to the table. Save the configuration.
Step 3: Configure EIGRP routing with default commands
  1. On Gateway, configure EIGRP as the routing protocol with an autonomous system number of 100, and advertise the appropriate networks.
Gateway(config)#router eigrp 100
Gateway(config-router)#network 10.0.0.0
Gateway(config-router)#network 10.0.0.4
Predict: How will EIGRP report these subnets in the routing table?
Step 4: Configure MD5 Authentication
  1. Create a keychain named discchain.
  2. Configure a key 1 that has a key string of san-fran.
  3. Enable the workgroup router to utilize EIGRP MD5 authentication with each of your EIGRP neighbors and to use the keychain icndchain.
Step 5: Reflection
  1. What is the importance of enabling authentication on the routing updates?
Step 1: Connect the equipment
  1. Connect Router1 to Router2 and Router3 using serial cables.
  2. Connect Router2 to Router3 using serial cables.
  3. Connect a PC with a console cable to perform configurations on the routers.
Step 2: Perform basic configurations on the routers
  1. Establish a console session with Router1 and configure hostname, passwords, and interfaces as described in the table. Save the configuration.
  2. Establish a console session with Router2 and perform a similar configuration, using the addresses and other information from the table. Save the configuration.
  3. Establish a console session with Router3. Configure hostname, passwords, and interfaces according to the table. Save the configuration.
Step 3: Configure EIGRP routing with default commands
  1. On Gateway, configure EIGRP as the routing protocol with an autonomous system number of 100, and advertise the appropriate networks.
Gateway(config)#router eigrp 100
Gateway(config-router)#network 10.0.0.0
Gateway(config-router)#network 10.0.0.4
Predict: How will EIGRP report these subnets in the routing table?
Step 4: Configure MD5 Authentication
  1. Create a keychain named discchain.
  2. Configure a key 1 that has a key string of san-fran.
  3. Enable the workgroup router to utilize EIGRP MD5 authentication with each of your EIGRP neighbors and to use the keychain icndchain.
Step 5: Reflection
What is the importance of enabling authentication on the routing updates?

Lab 5.2.3 Configuring RIPv2 with VLSM, and Default Route Propagation

Step 1: Connect the equipment.
a. Connect Router3 to Router1 and Router2 with serial cables.
b. Connect Router1’s Fa0/0 interface with a straight-through cable to Switch1’s Fa0/1 interface.
c. Connect Router2’s Fa0/0 interface with a straight-through cable to Switch2’s Fa0/1 interface
d. Connect PC1 to Switch1 and PC2 to Switch 2 with straight-through cables.
e. Connect PC3 to Router3’s Fa0/0 interface with a crossover cable.
f. Connect a PC with a console cable to perform configurations on the routers and switches.

Step 2: Perform basic configurations on the routers.
a. Establish a console session with Router1 and configure hostname, passwords, and interfaces as
described in the table. Save the configuration.
b. Establish a console session with Router2 and perform a similar configuration, using the addresses
and other information from the table. Save the configuration.
c. Establish a console session with Router3. Configure hostname, passwords, and interfaces according
to the table. Note that both serials are DCE on this router. Save the configuration.

Step 3: Perform basic configurations on the switches.
a. Establish a console session with Switch1 and configure hostname and passwords according to the
table. Save the configuration.
b. Perform a similar configuration on Switch2, configuring the hostname and passwords as described for
S1. Save the configuration.

Step 4: Configure the hosts with the proper IP address, subnet mask, and default gateway.
a. Configure each host with the proper IP address, subnet mask, and default gateway. Host1 should be
assigned 172.16.1.2/24 and Host 2 should be assigned 172.16.2.2 /24. Host3, which is used to
simulate Internet access, should be assigned 209.165.201.2/24. All three PCs use their attached
router’s Fa0/0 interface as the default gateway.
b. Each workstation should be able to ping the attached router. If the ping was not successful,
troubleshoot as necessary. Check and verify that the workstation has been assigned a specific IP
address and default gateway.

Step 5: Configure RIP v2 routing
a. On R1, configure RIP version 2 as the routing protocol and advertise the appropriate networks:
R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#network 172.16.1.0
R1(config-router)#network 172.16.3.0
Predict: how will RIP report these subnets in the routing table? As a 172.16.0.0 summary route, as well as individual subnets of the 172.16.0.0 network.
b. From the network commands, which interfaces are participating in RIP routing? _____________
Fa0/0, S0/0/0.
c. Perform a similar configuration on R2, setting the version, advertising the appropriate networks, and
turning off auto-summarization
d. On R3, perform a similar configuration. Do not advertise the 209.165.201.0/24 network.

Step 6: Configure and redistribute a default route for Internet access.
a. From the R3 router to the host simulating the Internet, create a static route to network 0.0.0.0 0.0.0.0,
using the ip route command. This will forward any unknown-destination address traffic to the PC
simulating the Internet by setting a Gateway of Last Resort on the R3 router.
R3(config)#ip route 0.0.0.0 0.0.0.0 209.165.201.2
b. R3 will advertise this route to the other routers if this command is added to its RIP configuration:
R3(config)#router rip
R3(config-router)#default-information originate

Step 7: Verify the routing configuration.
a. View the routing table on R3:
R3#show ip route
<<output omitted>>
Gateway of last resort is 209.165.201.2 to network 0.0.0.0
172.16.0.0/30 is subnetted, 4 subnets
R 172.16.1.0 [120/1] via 172.16.3.1, 00:00:17, Serial0/0/0
R 172.16.2.0 [120/1] via 172.16.3.5, 00:00:12, Serial0/0/1
C 172.16.3.0 is directly connected, Serial0/0/0
C 172.16.3.4 is directly connected, Serial0/0/1
C 209.165.201.0/24 is directly connected, FastEthernet0/0
S* 0.0.0.0/0 [1/0] via 209.165.201.2
How can you tell from the routing table that the subnetted network shared by R1, R2 and R3 has a
pathway for Internet traffic? Jawaban : There is a Gateway of Last Resort, and the default route shows up in the table.
b. View the routing tables on R2 and R1.
How is the pathway for Internet traffic provided in their routing tables? Jawaban : There is a Gateway of Last Resort leading to R3, and the default route shows up as a distributed RIP
route.

Step 8: Verify connectivity.
a. Simulate sending traffic to the Internet by pinging from the host PCs to 209.165.201.2.
Were the pings successful? Jawaban : Ya.
b. Verify that hosts within the subnetted network can reach each other by pinging between Host1 and
Host2.
Were the pings successful? Jawaban : Ya.

Step 9: Reflection.
a. How did R1 and R2 learn the pathway to the Internet for this network? Jawaban : From RIP routing updates received from the router where the route was configured (R3).

Lab 5.1.2.4 Designing and Creating a Redundant Network

Step 1: Determine the minimum number of links to meet the requirements
  1. Identify the two links to meet requirement 1.
  2. Determine the cost of those two links.
  3. Identify the required links to meet requirement 2, 3, and 4.
  4. Determine if the design is within budget.

Step 2: Implement the design
  1. Using Packet Tracer, create the network including the redundant links specified in Step 1.

Step 3: Verify the design
  1. Do three paths between the east and west coast operations exist?
  2. Does each site have at least two links?
  3. Does each site on the east coast have two paths to the west coast?
  4. Does each site on the west coast have two paths to the east coast?
  5. Will one device failure affect multiple sites?

Reflection
  1. What network topology was implemented before adding redundancy? Jawaban :Extended Star
  2. What network topology is now implemented after adding redundancy? Jawaban :Partial Mesh
  3. What is an advantage to using the topology implemented after adding redundancy?Jawaban : redundancy minimizes the impact that the failure of a single piece of equipment has on the operation of the network.
  4. What is a disadvantage to using the topology implemented after redundancy was added? Jawaban : the increased cost of providing redundant links and equipment. Smaller companies may not be able to afford the cost.
Why would a company, such as the one in this case, suddenly decide to implement the type of topology used in step b? Jawaban : In this case, the company lost 16 hours of production and $600,000 to the company. No company wants to lose sales or time that causes a loss in profit to their company.

Lab 4.4.4.3 Configure and Verify PAT

Langkah 1: Hubungkan peralatan
  1. Sambungkan Router 1 interface Serial 0/0/0 ke Router 2 interface Serial 0/0/0 menggunakan kabel serial.
  2. Sambungkan Router 1 Fa0 / 0 antarmuka ke Fa0 1 Switch / 1 interface dengan menggunakan lurus-melalui kabel.
  3. Hubungkan PC dengan kabel konsol untuk melakukan konfigurasi pada router dan switch.
  4. Hubungkan kedua host untuk Fa0 port / 2 dan Fa0 / 3 di saklar lurus-melalui kabel.
Langkah 2: Lakukan konfigurasi dasar pada Router 2
  1. Hubungkan sebuah PC ke port konsol dari Router 2 untuk melakukan konfigurasi dengan menggunakan emulasi terminal program.
  2. Konfigurasi Router 2 dengan nama host, interface, konsol, Telnet, dan password diistimewakan menurut untuk diagram tabel. Simpan konfigurasi.
Langkah 3: Konfigurasi router gateway
Lakukan konfigurasi dasar pada Router 1 sebagai router Gateway dengan nama host, interface, konsol, Telnet, dan password istimewa sesuai dengan diagram tabel. Simpan konfigurasi.
Langkah 4: Konfigurasi Switch 1
Mengkonfigurasi Switch 1 dengan nama host, konsol, Telnet, dan password istimewa menurut tabel
diagram.
Langkah 5: Konfigurasi host dengan alamat IP yang tepat, subnet mask, dan gateway default
Mengkonfigurasi setiap host dengan alamat IP yang tepat, subnet mask, dan gateway default. Kedua tuan rumah harus menerima alamat IP dalam jaringan 10.10.10.0/24. Default gateway harus interface FastEthernet
Alamat IP router Gateway.
Langkah 6: Pastikan bahwa jaringan berfungsi
Dari host dilampirkan, ping interface FastEthernet dari router default gateway.
Apakah ping dari Host 1 sukses?
Jawaban : Ya
Apakah ping dari Host 2 berhasil?
Jawaban : Ya
Jika jawabannya tidak untuk pertanyaan baik, memecahkan masalah konfigurasi router dan host untuk menemukan kesalahan. Ping lagi sampai mereka berdua sukses. Memprediksi: Jika Anda mencoba untuk melakukan ping alamat loopback IP pada ISP, akan ping sukses?
Jawaban :  No Gateway tidak memiliki rute ke loopback dalam tabel routing.
Langkah 7: Membuat rute default
  1. Dari Gateway router ke router ISP, membuat rute statis ke jaringan 0.0.0.0 0.0.0.0, menggunakan
    perintah ip route. Ini akan meneruskan trafik alamat tujuan tidak dikenal ke ISP dengan menetapkan
Gateway Resort Terakhir pada router Gateway.
Gateway (config) # ip route 0.0.0.0 0.0.0.0 209.165.201.34
Langkah 8: Membuat rute statis
  1. Buat sebuah rute statis dari ISP ke jaringan pribadi yang melekat pada router Gateway. Gunakan ip perintah rute untuk membuat rute statis. ISP (config) # ip route 10.10.10.0 255.255.255.0 209.165.201.33 Apakah static route di routing table?
  2. Sekarang kedua rute statis dan default berada di tempat, ping dari Host 1 ke alamat loopbac pada ISP. Apakah ping sukses? ______ Ya Jika ping tidak berhasil, memecahkan masalah router dan konfigurasi host dan tes ulang.
Langkah 9: Menentukan kolam dapat digunakan alamat IP publik
Untuk menentukan alamat kolam renang umum, gunakan perintah ip nat pool.
Gateway (config) # ip nat pool public_access 209.165.201.33 209.165.201.33 netmask 255.255.255.252
Langkah 10: Tentukan sebuah daftar akses yang akan cocok dengan alamat IP privat dalam
Untuk menentukan daftar akses untuk mencocokkan alamat pribadi dalam, gunakan perintah access-list. Gateway (config) # access-list 1 izin 10.10.10.0 0.0.0.255
Langkah 11: Tentukan terjemahan NAT dari daftar dalam ke luar kolam
Untuk menentukan terjemahan NAT, gunakan perintah ip nat di dalam sumber.
Langkah 12: Tentukan interface
Antarmuka aktif pada kebutuhan router yang akan ditentukan sebagai antarmuka dalam maupun luar sehubungan dengan NAT. Untuk melakukan ini, gunakan bagian dalam nat ip atau ip nat perintah luar.
Langkah 13: Hasilkan lalu lintas dari Gateway ke ISP
Dari Host 1 PC, ping 172.16.1.1. Buka beberapa jendela DOS pada setiap workstation dan Telnet ke 172.16.1.1 alamat.
Langkah 14: Pastikan bahwa NAT / PAT bekerja
  1. Untuk melihat jenis statistik NAT ip nat perintah menunjukkan statistik di EXEC yang diistimewakan modus prompt pada router Gateway.
    menunjukkan statistik ip nat
Berapa banyak aktif terjemahan telah terjadi?
Jawaban : 2
Berapa banyak alamat di dalam kolam?
Jawaban : 1
Berapa banyak alamat telah dialokasikan sejauh ini?
Jawaban : 1
Jika berhasil, melihat terjemahan NAT pada router Gateway, menggunakan perintah show ip
nat terjemahan.
Gateway # Terjemahan ip nat menunjukkan
Pro Inside global Inside local Outside local Outside global
icmp 209.165.201.33:2 10.10.10.10:2 172.16.1.1:2 172.16.1.1:2
icmp 209.165.201.33:3 10.10.10.10:3 172.16.1.1:3 172.16.1.1:3
icmp 209.165.201.33:4 10.10.10.10:4 172.16.1.1:4 172.16.1.1:4
icmp 209.165.201.33:5 10.10.10.10:5 172.16.1.1:5 172.16.1.1:5
icmp 209.165.201.33:6 10.10.10.10:6 172.16.1.1:6 172.16.1.1:6
Bagaimana Anda bisa tahu bahwa PAT adalah menggunakan alamat IP tunggal untuk semua terjemahan?
Jawaban : Alamat global di dalam tetap sama, terlepas dari alamat lokal di dalamnya.
Langkah 15: Mengatur konfigurasi Gateway untuk menggunakan pendekatan alternatif PAT
  1. Hapus tabel terjemahan NAT.
  2. Menghapus perintah yang menciptakan kolam NAT.
  3. Menghapus perintah yang terkait kolam renang dengan ACL Anda.
  4. Masukkan perintah yang asosiasi source list dengan antarmuka luar.
    Gateway (config) # ip nat di dalam source list 1 interface serial 0/0/0 overload
  5. Pastikan bahwa pendekatan alternatif bekerja dengan menghasilkan lalu lintas dari host untuk loopback, dan maka dengan menggunakan statistik menunjukkan ip nat dan terjemahan menunjukkan perintah ip nat. Hasilnya harus sama dengan yang dicapai dengan menggunakan kolam NAT.
Langkah 16: Refleksi
Apa keuntungan tidak PAT memberikan?
Jawaban : PAT meminimalkan jumlah ruang alamat publik yang diperlukan untuk menyediakan akses Internet, dan bahwa PAT, seperti NAT, berfungsi untuk “menyembunyikan” jaringan pribadi dari dunia luar.

Lab 4.4.3.4 Configure and Verify Dynamic NAT

Langkah 1: Hubungkan peralatan
  1. Sambungkan Router 1 interface Serial 0/0/0 ke Router 2 interface Serial 0/0/0 menggunakan kabel serial.
  2. Sambungkan Router 1 Fa0 / 0 interface ke Switch 1 Fa0 / 1 interface dengan menggunakan lurus-melalui kabel.
  3. Hubungkan PC dengan kabel konsol untuk melakukan konfigurasi pada router dan switch.
  4. Hubungkan kedua host untuk Fa0 / 2 dan Fa0 / 3 di saklar lurus-melalui kabel.

Langkah 2: Lakukan konfigurasi dasar pada Router 2
  1. Hubungkan sebuah PC ke port konsol dari Router 2 untuk melakukan konfigurasi dengan menggunakan emulasi terminal program.
  2. Konfigurasi Router 2 dengan nama host, interface, konsol, Telnet, dan password diistimewakan menurut untuk diagram tabel. Simpan konfigurasi.

Langkah 3: Konfigurasi router gateway
Lakukan konfigurasi dasar pada Router 1 sebagai router Gateway dengan nama host, interface, konsol, Telnet, dan password istimewa sesuai dengan diagram tabel. Simpan konfigurasi.

Langkah 4: Konfigurasi Switch 1
Mengkonfigurasi Switch 1 dengan nama host, konsol, Telnet, dan password istimewa menurut tabel diagram.

Langkah 5: Konfigurasi host dengan alamat IP yang tepat, subnet mask, dan gateway default
  1. Mengkonfigurasi setiap host dengan alamat IP yang tepat, subnet mask, dan gateway default. Host 1 harus ditugaskan 10.10.10.2 / 24 dan Host 2 harus diserahkan 10.10.10.3 / 24. Default gateway harus menjadi 10.10.10.1.
  2. Setiap workstation dapat melakukan ping router terpasang. Jika ping tidak berhasil,
    memecahkan masalah diperlukan. Periksa dan pastikan bahwa workstation yang telah diberi IP tertentu alamat dan gateway default.

Langkah 6: Pastikan bahwa jaringan berfungsi
Dari host dilampirkan, ping interface FastEthernet dari router default gateway.
Apakah ping dari Host 1 sukses? Ya
Apakah ping dari Host 2 berhasil? Ya
Jika jawabannya tidak untuk pertanyaan baik, memecahkan masalah konfigurasi router dan host untuk menemukan kesalahan.
Ping lagi sampai mereka berdua sukses.

Langkah 7: Buat sebuah rute statis
Buat sebuah rute statis dari ISP ke router Gateway. Alamat 209.165.200.224/27 telah dialokasikan untuk luar akses internet perusahaan. Gunakan perintah ip route untuk membuat rute statis.
ISP (config) # ip route 209.165.200.224 255.255.255.224 209.165.201.33
Apakah static route di routing table?

Langkah 8: Membuat rute default
  1. Dari Gateway router ke router ISP, membuat rute statis ke jaringan 0.0.0.0 0.0.0.0, menggunakan perintah ip route. Ini akan meneruskan trafik alamat tujuan tidak dikenal ke ISP dengan menetapkan Gateway Resort Terakhir pada router Gateway.

Langkah 9: Menentukan kolam dapat digunakan alamat IP publik
Untuk menentukan alamat kolam renang umum, gunakan perintah ip nat pool.
Gateway (config) # ip nat pool public_access 209.165.200.242
209.165.200.254 netmask 255.255.255.224

Langkah 10: Tentukan sebuah daftar akses yang akan cocok dengan alamat IP privat dalam
Untuk menentukan daftar akses untuk mencocokkan alamat pribadi dalam, gunakan perintah
access-list.
Gateway (config) # access-list 1 izin 10.10.10.0 0.0.0.255

Langkah 11: Tentukan terjemahan NAT dari daftar dalam ke luar kolam
Untuk menentukan terjemahan NAT, gunakan perintah ip nat di dalam sumber.
Gateway (config) # ip nat di dalam daftar sumber 1 public_access renang

Langkah 12: Tentukan interface
Antarmuka aktif pada kebutuhan router yang akan ditentukan sebagai antarmuka dalam maupun
luar sehubungan dengan

Langkah 13: Menguji konfigurasi
Dari Host 1 PC, ping 172.16.1.1. Buka jendela beberapa perintah prompt pada setiap workstation dan telnet ke alamat 172.16.1.1 di jendela masing-masing. Jika berhasil, melihat terjemahan NAT pada router Gateway,

Langkah 14: Pastikan statistik NAT
Untuk melihat jenis statistik NAT ip nat statistik menunjukkan perintah pada privileged EXEC mode prompt.
Berapa banyak aktif terjemahan telah terjadi? 2
Berapa banyak alamat di dalam kolam? 14
Berapa banyak alamat telah dialokasikan sejauh ini? 2

Langkah 15: Refleksi
Mengapa NAT digunakan dalam jaringan?
Jawaban : setiap kali ada tidak cukup alamat IP atau untuk menyembunyikan alamat dari dunia luar.

Lab 4.4.3.3 Configure and Verify Static NAT

Langkah 1: Hubungkan peralatan 
  1. Sambungkan Router 1 interface Serial 0/0/0 ke Router 2 interface Serial 0/0/0 menggunakan kabel serial.
  2. Sambungkan Router 1 Fa0 / 0 interface ke Switch 1 Fa0 / 1 interface dengan menggunakan lurus-melalui kabel.
  3. Hubungkan PC dengan kabel konsol untuk melakukan konfigurasi pada router dan switch.
  4. Hubungkan kedua host untuk Fa0 / 2 dan Fa0 / 3 di saklar lurus-melalui kabel.
Langkah 2: Lakukan konfigurasi dasar pada Router 2
  1. Hubungkan sebuah PC ke port konsol dari Router 2 untuk melakukan konfigurasi dengan menggunakan emulasi terminal program.
  2. Konfigurasi Router 2 dengan nama host, interface, konsol, Telnet, dan password diistimewakan menurut untuk diagram tabel. Simpan konfigurasi.
Langkah 3: Konfigurasi router gateway
Lakukan konfigurasi dasar pada Router 1 sebagai router Gateway dengan nama host, interface, konsol, Telnet, dan password istimewa sesuai dengan diagram tabel. Simpan konfigurasi.
Langkah 4: Konfigurasi Switch 1
Mengkonfigurasi Switch 1 dengan nama host, konsol, Telnet, dan password istimewa menurut tabel diagram.
Langkah 5: Konfigurasi host dengan alamat IP yang tepat, subnet mask, dan gateway default
  1. Mengkonfigurasi setiap host dengan alamat IP yang tepat, subnet mask, dan gateway default. Host 1 harus 10.10.10.2/24 ditugaskan dan Host 2 harus ditugaskan 10.10.10.3/24. Default gateway harus 10.10.10.1.
  2. Setiap workstation dapat melakukan ping router terpasang. Jika ping tidak berhasil, memecahkan masalah diperlukan. Periksa dan pastikan bahwa workstation yang telah diberi IP tertentu alamat dan gateway default.
Langkah 6: Pastikan bahwa jaringan berfungsi
Dari host dilampirkan, ping interface FastEthernet dari router default gateway.
Apakah ping dari Host 1 sukses?
Jawaban : Ya
Apakah ping dari Host 2 berhasil?
Jawaban : Ya
Jika jawabannya tidak untuk pertanyaan baik, memecahkan masalah konfigurasi router dan host untuk menemukan kesalahan.
Ping lagi sampai mereka berdua sukses.
Langkah 7: Buat sebuah rute statis
Buat sebuah rute statis dari ISP ke router Gateway. Alamat 209.165.200.224/27 telah dialokasikan untuk luar akses internet perusahaan. Gunakan perintah ip route untuk membuat rute statis.
ISP (config) # ip route 209.165.200.224 255.255.255.224 209.165.201.33
Langkah 8: Membuat rute default
  1. Dari Gateway router ke router ISP, membuat rute statis ke jaringan 0.0.0.0 0.0.0.0, menggunakan
    perintah ip route. Ini akan meneruskan trafik alamat tujuan tidak dikenal ke ISP dengan menetapkan
Gateway Resort Terakhir pada router Gateway.
Gateway (config) # ip route 0.0.0.0 0.0.0.0 209.165.201.34
Apakah static route di routing table?
b.    Cobalah untuk ping dari salah satu workstation ke alamat ISP serial interface IP.
Apakah ping sukses? Jawban: Tidak
Mengapa?
Jawaban : Tidak ada rute kembali ke jaringan 10.10.10.0.
Langkah 9: Menentukan kolam dapat digunakan alamat IP publik
Untuk menentukan alamat kolam renang umum, gunakan perintah ip nat pool.
Gateway (config) # ip nat pool public_access 209.165.200.242
209.165.200.253 netmask 255.255.255.224
Langkah 10: Tentukan sebuah daftar akses yang akan cocok dengan alamat IP privat dalam
Untuk menentukan daftar akses untuk mencocokkan alamat pribadi dalam, gunakan perintah access-list.
Gateway (config) # access-list 1 izin 10.10.10.0 0.0.0.255
Langkah 11: Tentukan terjemahan NAT dari daftar dalam ke luar kolam
Untuk menentukan terjemahan NAT, gunakan perintah ip nat di dalam sumber.
Gateway (config) # ip nat di dalam daftar sumber 1 public_access renang

Langkah 12: Tentukan interface
Antarmuka aktif pada kebutuhan router yang akan ditentukan sebagai antarmuka dalam maupun luar sehubungan dengan NAT. Untuk melakukan ini, gunakan bagian dalam nat ip atau ip nat perintah luar.
Gateway (config) # interface FastEthernet 0 / 0
Gateway (config-if) # ip nat dalam
Gateway (config-if) # interface serial 0/0/0
Gateway (config-if) # ip nat luar
Langkah 13: Konfigurasi Pemetaan Statis
  1. Host 1, 10.10.10.2/24, akan ditunjuk sebagai server WWW publik. Karena itu, diperlukan permanen pemetaan alamat IP publik. Pemetaan ini didefinisikan menggunakan pemetaan NAT statis.
  2. Untuk mengatur suatu pemetaan IP statis NAT, gunakan perintah ip nat dalam sumber statis di privileged EXEC mode prompt.
Gateway (config) # ip nat statis di dalam sumber 10.10.10.2 209.165.200.224
209.165.200.224 peta ini secara permanen ke alamat di dalam 10.10.10.2.
Langkah 14: Menguji konfigurasi
  1. Dari workstation 10.10.10.2, pastikan bahwa hal itu dapat ping 172.16.1.1.
Apakah ping sukses? Ya
Mengapa?
NAT dikonfigurasi dengan benar dan bekerja.
  1. Dari router ISP, ping host dengan terjemahan NAT statis dengan mengetikkan ping 10.10.10.2.
Apakah ping sukses? No
Mengapa?
Tidak ada rute ke 10.10.10.2.
  1. Dari router ISP, ping 209.165.200.224. Jika berhasil, melihat terjemahan NAT pada Gateway router, menggunakan terjemahan perintah show ip nat.
Apa terjemahan dari alamat host di dalam lokal?
Langkah 15: Pastikan statistik NAT
Untuk melihat statistik NAT, ketik perintah ip nat menunjukkan statistik pada privileged EXEC mode prompt.
Langkah 16: Refleksi
Mengapa NAT digunakan dalam jaringan?
Jawaban : setiap kali ada tidak cukup alamat IP atau untuk menyembunyikan alamat dari dunia luar.