DES-7200 Configuration Guide Chapter 5 DHCP Relay Configuration
5-15
!
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.2.1
!
ip dhcp pool vlan10
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
!
ip dhcp pool vlan20
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
!
interface GigabitEthernet 0/1
no switchport
no ip proxy-arp
ip address 10.1.1.2 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 10.1.1.3
!
! Configurations of Switch B
SwitchB#show running-config
!
vlan 10
!
vlan 20
!
service dhcp
ip helper-address 10.1.1.2
!
interface GigabitEthernet 0/1
no switchport
no ip proxy-arp
ip address 10.1.1.3 255.255.255.0
!
interface GigabitEthernet 0/2
switchport mode trunk
!
interface GigabitEthernet 0/3
switchport mode trunk
!
interface VLAN 10
no ip proxy-arp