Difference between revisions of "DHCP Cisco IOS"
From Teknologisk videncenter
m (DHCP flyttet til IOS DHCP) |
(→DHCP Server) |
||
Line 3: | Line 3: | ||
== DHCP Server == | == DHCP Server == | ||
− | DHCP Server example: | + | DHCP Server example med faste options: |
<pre> | <pre> | ||
! | ! |
Revision as of 23:50, 2 February 2009
Computer Networking articles. Contains articles not suitable for specific categories like Category:Cisco, Category:CCNA, Category:CCNP or Category:IOS
The information in this article is targeted to Cisco CCNA and CCNP curriculum, and not meant as in-depth information on all IOS |
Contents
DHCP Server
DHCP Server example med faste options:
! ip dhcp excluded-address 192.168.22.1 192.168.22.99 ip dhcp excluded-address 192.168.22.200 192.168.22.255 ! ip dhcp pool STUDENTS network 192.168.22.0 255.255.255.0 domain-name tekkom.dk default-router 192.168.22.1 dns-server 192.168.22.223 !