הגדרת שרת DHCP

Post date: Jan 13, 2014 12:02:53 PM

הגדרת שרת DHCP

1. יצירת שרתי DHCP במתגים עם vlan

א. יצירת מפול DHCP לרשת vlan_10

ב. יצירת מפול DHCP לרשת vlan_20

Router>

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#ip dhcp pool DINA

Router(dhcp-config)#

Router(dhcp-config)#network 192.168.0.0 255.255.255.224

Router(dhcp-config)#default-router 192.168.0.1

Router(dhcp-config)#dns-server 192.168.0.2

Router(dhcp-config)#exit

Router(config)#ip dhcp excluded-address 192.168.0.3 192.168.0.4

פקודת הצגה של הגדרות הנתב :

Router#show running-config