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_2_5/buttons.html | 109 +++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/content.html | 131 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/index.html | 29 +++++ Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/media.html | 21 ++++ 4 files changed, 290 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/buttons.html new file mode 100644 index 0000000..f17fb5f --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/buttons.html @@ -0,0 +1,109 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/content.html new file mode 100644 index 0000000..f2e0f8d --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/content.html @@ -0,0 +1,131 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + + +
+ + 1.2 + DHCP 
  + 1.2.5 + Configuring DHCP 
+ + + + + + +
+ Like NAT, a DHCP server requires that the + administrator define a pool of addresses. The + ip dhcp pool command + defines which addresses will be assigned to hosts.

The first command, + ip dhcp pool, + creates a pool with the specified name and puts the router in a + specialized DHCP configuration mode. In this mode, use the + network statement to define the range of addresses to be + leased. If specific addresses on the network are to be excluded, + return to global configuration mode.

+

The + ip dhcp excluded-address command configures the router to exclude + an individual address or range of addresses when assigning addresses + to clients. The + ip dhcp excluded-address command may be used to + reserve addresses that are statically assigned to key hosts, for + instance, the interface address on the router. +

+

Typically, a DHCP server will be configured to assign much more than + an IP address. Other IP configuration values such as the default + gateway can be set from the DHCP configuration mode. Using the + + + default-router command sets the default gateway. The address of the + DNS server, + dns-server, and WINS server, + netbios-name-server, can also + be configured here. The IOS DHCP server can configure clients with + virtually any TCP/IP information.

+

A list of the key IOS DHCP server commands entered in the DHCP pool + configuration mode are shown in Figure + .

+

The DHCP service is enabled by default on versions of Cisco IOS that + support it. To disable the service, use the + no service dhcp command. + Use the + service dhcp global configuration command to re-enable the DHCP server process.

+

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

+ + Web Links

+
+ +

Configuring DHCP

+ + http://www.cisco.com/en/US/products/sw/ + iosswrel/ps1835/ products_configuration_guide_ chapter09186a00800ca75c.html

+ +

+

+
+
+

+       +

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/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_2_5/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/media.html new file mode 100644 index 0000000..ee551e7 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch1/1_2_5/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3