Router DHCP Configuration ------------------------------------- (config)# ip dhcp excluded-address 192.168.1.1 192.168.1.10 (config)# ip dhcp pool LAN_POOL (dhcp-config)# network 192.168.1.0 255.255.255.0 (dhcp-config)# default-router 192.168.1.1 (dhcp-config)# dns-server 192.168.1.3 Έλεγχος # show ip dhcp binding # show ip dhcp pool [name] Ρύθμιση dhcp σε router -------------------------------------------- Διευθύνσεις που εξαιρούνται από τις διαθέσιμες (config)# ip dhcp excluded-address [first-address last-address] Ονομασία Pool διαθέσιμων διευθύνσεων (config)# ip dhcp pool [name] Εύρος διαθέσιμων διευθύνσεων (dhcp-config)# network [subnet-ID mask] Ορισμός διεύθυνσης default gateway (dhcp-config)# default-router [ip-address] Ορισμός διεύθυνσης DNS Server (dhcp-config)# dns-server [address1 address2...] Τροποποίηση lease time (Προαιρετικό για αλλαγή του προεπιλεγμένου 24h) (dhcp-config)# lease [days hours minutes] Έλεγχος # show ip dhcp binding # show ip dhcp pool [name]