您好,登錄后才能下訂單哦!
實驗拓撲圖
實驗之前,先設置路由器R1,開啟DHCP功能
R1#configure terminal
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#ip dhcp pool DHCPServer
R1(dhcp-config)#network 192.168.1.0 255.255.255.0
R1(dhcp-config)#default-router 192.168.1.1
R1(dhcp-config)#dns-server 114.114.114.114
R1(dhcp-config)#exit
R1(config)#ip dhcp excluded-address 192.168.1.1
在GN3中配置添加的PC機的IP地址命令
1、手動設置IP
PC-1> ip 192.168.1.2/24 192.168.1.1 #配置IP和子網掩碼
PC-1> ip 192.168.1.2 255.255.255.0 192.168.1.1 #功能同上
PC-1> ip dns 114.114.114.114 #配置DNS
PC-1> show ip #查看IP配置信息
NAME : PC-1[1]
IP/MASK : 192.168.1.2/24
GATEWAY : 192.168.1.1
DNS : 114.114.114.114
MAC : 00:50:79:66:68:00
LPORT : 10008
RHOST:PORT : 127.0.0.1:10009
MTU: : 1500
PC-1> save #保存配置設置
2、DHCP自動獲取IP
PC-2> dhcp #啟用DHCP自動獲取
DDORA IP 192.168.1.3/24 GW 192.168.1.1 //開啟后自動獲取到的IP信息
PC-2> show ip #查看IP配置信息
NAME : PC-2[1]
IP/MASK : 192.168.1.3/24
GATEWAY : 192.168.1.1
DNS : 114.114.114.114
DHCP SERVER : 192.168.1.1
DHCP LEASE : 86390, 86400/43200/75600
MAC : 00:50:79:66:68:01
LPORT : 10010
RHOST:PORT : 127.0.0.1:10011
MTU: : 1500
PC-2> save #保存配置設置
測試結果如下圖:
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。