DHCP中繼 單臂路由實驗

2022-07-11 03:03:07 字數 4313 閱讀 3752

使各vlan中的pc能自動獲取ip位址;

配置單臂路由和ospf全網互通。

1、配置ip位址略

l3-sw1(config-if)#no switchport   # 在三層交換機配置ip位址需要在介面關閉二層埠
2、在sw1 - 3 上建立vlan並劃分給各個埠,並在相應的埠設定trunk埠
sw1(config)#vlan 10

sw1(config-vlan)#vlan 20

sw1(config-vlan)#int f0/1

sw1(config-if)#switchport access vlan 10

sw1(config-if)#int f0/2

sw1(config-if)#switchport access vlan 20

sw1(config-if)#int f0/3

sw1(config-if)#switchport mode trunk

sw2(config)#vlan 30

sw2(config-if)#int range f0/1 - f0/2

sw2(config-if)#switchport access vlan 30

sw2(config-if)#int range f0/3 - f0/4

sw2(config-if-range)#switchport mode trunk

sw3(config)#vlan 40

sw3(config-vlan)#int range f0/1 - f0/2

sw3(config-if-range)#switchport access vlan 40

sw3(config-if-range)#int f0/3

sw3(config-if)#switchport mode trunk

3、先讓左邊的pc獲取ip位址
l3-sw1(config)#vlan 10

l3-sw1(config-vlan)#vlan 20

l3-sw1(config-vlan)#int vlan 10

l3-sw1(config-if)#ip add 192.168.10.254 255.255.255.0

l3-sw1(config-if)#int vlan 20

l3-sw1(config-if)#ip add 192.168.20.254 255.255.255.0

l3-sw1(config)#ip dhcp pool vlan10 # 建立乙個名為vlan10的位址池

l3-sw1(dhcp-config)#network 192.168.10.0 255.255.255.0 # 設定網段

l3-sw1(dhcp-config)#default-router 192.168.10.254 # 設定閘道器

l3-sw1(dhcp-config)#exit

l3-sw1(config)#ip dhcp excluded-address 192.168.10.254 # 設定排除的位址

l3-sw1(config)#ip dhcp pool vlan20

l3-sw1(dhcp-config)#network 192.168.20.0 255.255.255.0

l3-sw1(dhcp-config)#default-router 192.168.20.254

l3-sw1(dhcp-config)#exit

l3-sw1(config)#ip dhcp excluded-address 192.168.10.254

l3-sw1(config)#int f0/1

l3-sw1(config-if)#switchport trunk encapsulation dot1q # 二層埠封裝802.1q協議(dot1q)

l3-sw1(config-if)#switchport mode trunk

l3-sw1(config)#ip routing # 開啟路由功能

檢視pc0和pc1獲取到的ip位址

4、在r2上開啟子介面

r2(config)#int f0/0.1   # 進入子介面

r2(config-subif)#encapsulation dot1q 30 # 封裝802.1q協議

r2(config-subif)#ip add 192.168.30.254 255.255.255.0

r2(config-subif)#int f0/0.2

r2(config-subif)#encapsulation dot1q 40

r2(config-subif)#ip add 192.168.40.254 255.255.255.0

5、 配置ospf
l3-sw1(config)#router ospf 1

l3-sw1(config-router)#network 192.168.10.0 0.0.0.255 area 0

l3-sw1(config-router)#network 192.168.20.0 0.0.0.255 area 0

l3-sw1(config-router)#network 172.16.100.0 0.0.0.255 area 0

router(config)#router ospf 1

router(config-router)#network 172.16.100.0 0.0.0.255 area 0

router(config-router)#network 172.16.200.0 0.0.0.255 area 0

r2(config)#router ospf 1

r2(config-router)#network 172.16.200.0 0.0.0.255 area 0

r2(config-router)#net 192.168.30.0 0.0.0.255 area 0

r2(config-router)#net 192.168.40.0 0.0.0.255 area 0

6、 在三層交換機上新增vlan30、40的位址池
l3-sw1(config)#ip dhcp pool vlan30

l3-sw1(dhcp-config)#network 192.168.30.0 255.255.255.0

l3-sw1(dhcp-config)#default-router 192.168.30.254

l3-sw1(dhcp-config)#exit

l3-sw1(config)#ip dhcp excluded-address 192.168.30.254

l3-sw1(config)#ip dhcp pool vlan40

l3-sw1(dhcp-config)#network 192.168.40.0 255.255.255.0

l3-sw1(dhcp-config)#default-router 192.168.40.254

l3-sw1(dhcp-config)#exit

l3-sw1(config)#ip dhcp excluded-address 192.168.40.254

7、配置dhcp中繼
r2(config)#int f0/0.1

r2(config-subif)#ip helper-address 172.16.100.1 # 請求dhcp伺服器的ip位址

r2(config-subif)#int f0/0.2

r2(config-subif)#ip helper-address 172.16.100.1

右邊的pc已經獲取到了ip位址

不同vlan之間也能正常通訊

如果dhcp客戶機與dhcp伺服器在同乙個物理網段,則客戶機可以正確地獲得動態分配的ip位址。如果不在同乙個物理網段,則需要dhcp relay agent(中繼**)。

單臂路由和DHCP中繼實驗

實驗拓撲圖 實驗圖一 一路由器為dhcp伺服器 trunk switchport mode trunk int range f0 3 5 vtp vtp domain v vlan vlan 10 vlan 20 vlan 30 vlan 40 vlan 50 no vlan 50 vlan 60 ...

單臂路由與DHCP中繼

1.valn 間通訊方法 路由 2.乙個三層介面可以識別且只能使別乙個標籤 3.單臂路由可以節約路由介面 4.單臂路由核心就是 在路由器的乙個介面下面分出多個子介面,每乙個介面對應乙個vlan,每乙個子介面代表每一段vlan的閘道器 5.每乙個子介面的mac位址都是它們父介面的mac位址 6.路由器...

單臂路由實驗

1.按圖配置pc的ip位址和閘道器位址 2.在s1交換機上建立vlan10和vlan20,分別把介面加入到vlan,並設定串列埠型別允許vlan10和20通過 3.在r1路由器上配置子介面 4.驗證網路是否連通 1.按要求配置pc的ip位址和閘道器 略 2.在s1交換機上建立vlan10和20,分別...