Microsoft Server & D Link Core Switch together as DHCP Server D Link Switch as DHCP Relay



Microsoft Server & D Link Core Switch together as DHCP Server D Link Switch as DHCP Relay

Microsoft Server & D Link Core Switch together as DHCP Server D Link Switch as DHCP Relay

Task # 01 Create DHCP Pool on Windows Server for Vlan 101, 102, 103, 106, 107
Task # 02 Configure Vlan’s on Switch
Task # 03 Allocate Interface to desired Vlan like in table (Server Port, Corporate LAN PC)
Task # 04 Configure SVI for Vlan on Switch
Task # 05 Create DHCP Pool on Core Switch for Vlan 104, 105, 108
Task # 06 Configure Interface for AP Connection Tag/Untagg desired Vlan using Port Mode as (Hybrid & Trunk)
Task # 07 Configure Vlan & MSSID for Vlans in AP
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
VLAN 150 Management) Core Switch will release IP to DHCP client.
VLAN 101 Server Vlan) Microsoft Server will release IP to DHCP client.
VLAN 102 Corporate Vlan) Microsoft Server will release IP to DHCP client.
VLAN 103 Printer’s Vlan) Microsoft Server will release IP to DHCP client.
VLAN 104 Video Surveillance Vlan) Core Switch will release IP to DHCP client.
VLAN 105 Voice Vlan) Core Switch will release IP to DHCP client.
VLAN 106 Teacher’s Vlan) Microsoft Server will release IP to DHCP client.
VLAN 107 Student’s Vlan) Microsoft Server will release IP to DHCP client.
VLAN 108 Guest Vlan) Switch will release IP to DHCP client.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
D-Link Switch Configuration
!
vlan 101-108,150
exit
!
interface ethernet 1/0/1
switchport mode access
switchport access vlan 101
exit
interface ethernet 1/0/2
switchport mode access
switchport access vlan 102
exit
interface ethernet 1/0/13
switchport hybrid native vlan 150
switchport hybrid allowed vlan tagged 101-108
switchport hybrid allowed vlan untagged 1,150
exit
interface ethernet 1/0/15
switchport mode trunk
switchport trunk native vlan 150
switchport trunk allowed vlan 101-108,150
exit
!
interface Vlan101
ip address 101.1.1.254 255.255.255.0
exit
interface Vlan102
ip address 102.2.2.254 255.255.255.0
exit
interface Vlan103
ip address 103.3.3.254 255.255.255.0
exit
interface Vlan104
ip address 104.4.4.254 255.255.255.0
exit
interface Vlan105
ip address 105.5.5.254 255.255.255.0
exit
interface Vlan106
ip address 106.6.6.254 255.255.255.0
exit
interface Vlan107
ip address 107.7.7.254 255.255.255.0
exit
interface Vlan108
ip address 108.8.8.254 255.255.255.0
exit
interface Vlan150
ip address 150.1.1.254 255.255.255.0
exit
!
ip dhcp pool Pool-V101
relay source 101.1.1.0 255.255.255.0
relay destination 101.1.1.64
exit
ip dhcp pool Pool-V102
relay source 102.2.2.0 255.255.255.0
relay destination 101.1.1.64
exit
ip dhcp pool Pool-V103
relay source 103.3.3.0 255.255.255.0
relay destination 101.1.1.64
exit
ip dhcp pool Pool-V106
relay source 106.6.6.0 255.255.255.0
relay destination 101.1.1.64
exit
ip dhcp pool Pool-V107
relay source 107.7.7.0 255.255.255.0
relay destination 101.1.1.64
exit
!
ip dhcp pool Pool-V104
network 104.4.4.0/24
default-router 104.4.4.254
exit
ip dhcp pool Pool-V105
network 105.5.5.0/24
default-router 105.5.5.254
exit
ip dhcp pool Pool-V108
default-router 108.8.8.254
network 108.8.8.0/24
exit
ip dhcp pool Pool-V150
default-router 150.1.1.254
network 150.1.1.0/24
exit
ip dhcp excluded-address 104.4.4.251 104.4.4.254
ip dhcp excluded-address 105.5.5.251 105.5.5.254
ip dhcp excluded-address 108.8.8.201 108.8.8.254
!
service dhcp .

Comments are closed.