How to enable the DHCP relay with external DHCP server
Command as below: (Skip --> VLAN creation, IP address assignment)
VLAN 1: 192.168.10.x/24
VLAN 2: 192.168.20.x/24
VLAN 3: 192.168.30.x/24
DHCP Server (3 DHCP Scope) IP: 192.168.10.1 @ VLAN 1
Console(config-if)#int vlan 2
Console(config-if)#ip dhcp relay server 192.168.10.1
Console(config-if)#int vlan 3
Console(config-if)#ip dhcp relay server 192.168.10.1
Console(config-if)#exit
Console(config)#exit
Console#ip dhcp restart relay
Always remember to issue --> ip dhcp restart relay
Lemon
Monday, August 25, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.