實驗 VLAN環境下DHCP的配置

2021-09-21 21:41:01 字數 2621 閱讀 6215

虛擬情景:

企業有多個部門,這些部門的主機都連線在一台多接**換機上,不同的部門分別被劃分在不同的vlan中,為了盡快部署,要求使用dhcp對這些屬於不同vlan的主機進行ip位址分配。

實驗拓撲如下:

配置步驟概述:

1.在交換機上建立vlan。在該實驗中我們建立了vlan 10,20,30。

2.在將換機上將連線不同部門的埠分配到所屬的vlan上。如上圖示。

3.將交換機與路由器相連的埠配置為trunk模式。預設的封裝模式為802.1q。

4.在路由器上的f0/0配置子介面,並將子介面封裝在特定的vlan中。

5.在使用者主機上啟用「自動獲取ip位址」

具體配置如下:

一、交換機上的配置:

switch#sh run

building configuration...

current configuration : 967 bytes

!

version 12.1

no service password-encryption

!

hostname switch

!

!

!

inte***ce fastethernet0/1

switchport access vlan 10

!inte***ce fastethernet0/2

switchport access vlan 20

!inte***ce fastethernet0/3

switchport access vlan 30!

...略

!inte***ce fastethernet0/24

switchport mode trunk

!inte***ce vlan1

no ip address

shutdown

!

line con 0

!

line vty 0 4

login

line vty 5 15

login

!

!

end

二、在路由器上的配置:

router#sh run

building configuration...

current configuration : 772 bytes

!

version 12.2

no service password-encryption

!

hostname router

!

!

!

!

!

ip ssh version 1

!

!

inte***ce fastethernet0/0

no ip address

duplex auto

speed auto

!

inte***ce fastethernet0/0.1

encapsulation dot1q 10

ip address 192.168.10.254 255.255.255.0

!inte***ce fastethernet0/0.2

encapsulation dot1q 20

ip address 192.168.20.254 255.255.255.0

!inte***ce fastethernet0/0.3

encapsulation dot1q 30

ip address 192.168.30.254 255.255.255.0

!ip classless

!

!

!

!

ip dhcp pool vlan10

network 192.168.10.0 255.255.255.0

default-router 192.168.10.254

ip dhcp pool vlan20

network 192.168.20.0 255.255.255.0

default-router 192.168.20.254

ip dhcp pool vlan30

network 192.168.30.0 255.255.255.0

default-router 192.168.30.254

!

line con 0

line vty 0 4

login

!

!

end

三、在主機上啟用「自動獲取ip」

好了,實驗結束了。希望能用得著。

跑實驗配環境(tensorflow)

conda create n tensorflow python 3.6然後啟用環境,source activate tensorflow都沒啥問題,啟用環境後,命令列的前面會有tensorflow的標誌,繼續跟著安裝的時候又出問題了,pip install ignore installed upg...

UltraEdit環境下,php簡單環境配置

1 語法高亮 選單 檢視 檢視方式 選中 php 2 自動補全 選單 高階 配置 自動完成 選中 自動顯示自動完成對話方塊 字元數選擇2 3為宜 3 php除錯 選單 高階 工具配置 插入 命令 選單項名稱 php除錯 命令列 選擇php cgi.exe所在目錄,並在最後 空格 f,如 e wamp...

win環境下py呼叫matlab的環境配置

我電腦安裝了多個版本的py 2.7,3.5,3.7 但其中只有3.5的支援呼叫matlab,所以這裡以3.5為例子。matlab的版本是2017a版的 先得找到matlab的安裝位址,這裡matlabroot的意思的matlab的安裝的那個檔案位址,不清楚的可以在matlab的命令欄裡直接輸入 ma...