From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/buttons.html | 110 ++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/content.html | 394 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/index.html | 29 ++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/media.html | 21 ++ 4 files changed, 554 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/buttons.html new file mode 100644 index 0000000..9e67060 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/buttons.html @@ -0,0 +1,110 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/content.html new file mode 100644 index 0000000..a81a8e8 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/content.html @@ -0,0 +1,394 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 1.1 + Scaling Networks with NAT and + PAT 
  + 1.1.4 + Configuring NAT and PAT 
+ + + + + + +
+ + Static Translation
+ To configure static inside source address translation, perform the + tasks in Figures + and + .

+ + Figure + shows the + use of static NAT translation. The router will translate packets from + host 10.1.1.2 to a source address of 192.168.1.2.

+

+ + Dynamic Translation
+ To configure dynamic inside source address translation, perform the + tasks in Figure + .

+

+ + The access list must + permit only those addresses that are to be translated. Remember that + there is an implicit “deny all” at the end of each access list. An + access list that is too permissive can lead to unpredictable results. + Cisco advises against configuring access lists referenced by NAT + commands with the + + permit any + command. Using + permit any + can result in NAT consuming too many router resources, which can cause + network problems.

+

+ + Figure + translates + all source addresses passing access list 1, which have source address + from 10.1.0.0/24, to an address from the pool named nat-pool1. The + pool contains addresses from 179.9.8.80/24 to 179.9.8.95/24. + +

+
+

+ + Note: NAT will not + translate the host 10.1.1.2, as it is not permitted for translation + by the access list.

+
+

+ + Overloading
+ Overloading is configured in two ways depending on how public IP + addresses have been allocated. An ISP can allocate a network only one + public IP address, and this is typically assigned to the outside + interface which connects to the ISP. Figure + shows how + to configure overloading in this situation.

+

+ + Another way of configuring overload is if + the ISP has given one or more public IP addresses for use as a NAT + pool. This pool can be overloaded as shown in the configuration in + Figure + + + .

+

+ + Figure + + + + shows an example configuration of PAT.

+

+ + + + + +
+ + + + + +
+ + +
+ + + + + +
+ + + + + +
  +

+ + + + + Lab Activity

+
+

Lab Exercise: Configuring NAT

+
+

In this lab, a router will be + configured to use network address translation (NAT).

+

+
+
+ + +     + + + + +
+ + + + + +
+ + +
+ + + + + +
+ + + + + +
  + + + + Lab Activity

Lab Exercise: Configuring PAT

+

In this lab, a router will be configured to use Port Address + Translation (PAT).

+
+

+
+
+ + +     + + + + +
+ + + + + +
+ + +
+ + + + + +
+ + + + + +
  + + + + Lab Activity

Lab Exercise: Configuring static NAT Addresses

+
+

+ In this lab, a router will be + configured to use network address translation (NAT) to convert + internal IP addresses, typically private addresses, into outside + public addresses.

+

+
+
+ + +     + + + + + +
+ + +
+ + + + + +
+ + + + + +
  +

+ + + + Lab Activity

+
+

e-Lab Activity: Configuring NAT

+
+

In this lab, the student will configure + NAT.

+

+
+     + + + + + +
+ + +
+ + + + + +
+ + + + + +
  +

+ + + + Lab Activity

+
+

e-Lab Activity: Configuring PAT

+
+ +

In this lab, the students will configure a router to use Port + Address Translation (PAT) to convert internal IP addresses, + typically private addresses, into an outside public address

+ +

+
+     + + + + + +
+ + +
+ + + + + +
+ + + + + +
  +

+ + + + Lab Activity

+
+

e-Lab Activity: Configuring Static NAT Addresses

+

In this lab, the student will configure + a router to use network address translation (NAT) to convert + internal IP addresses, typically private addresses, into outside + public addresses.

+

+
+     + + + + + + +
+ + + + + +
+ +
+ + + + + +
+ + + + + +
  +

+ + Web Links

+
+ +

Configuring Network Address Translation: Getting Started

+ + http://www.cisco.com/en/US/tech/tk648/ tk361/technologies_tech_ note09186a0080094e77.shtml

+ +

+

+
+
+

+       + +

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/index.html @@ -0,0 +1,29 @@ + + + + +Cisco Global Learning Network + + + + + + + + + + + + + + + + <body> + + <p>This page uses frames, but your browser doesn't support them.</p> + + </body> + + + + diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/media.html new file mode 100644 index 0000000..c870f71 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_1_4/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3