DES-7200 Configuration Guide Chapter 4 DHCP Configuration
4-23
SwitchA(dhcp-config)#netbios-node-type h-node
SwitchA(dhcp-config)#exit
Step 9: Configure the SVI interface of client.
! By default, all access clients belong to VLAN 1; configure the SVI of VLAN 1
as 192.168.1.1/24.
SwitchA(config)#interface vlan 1
SwitchA(config-if)#ip address 192.168.1.1 255.255.255.0
Step 10: Enable DHCP Server on Switch A.
SwitchA(dhcp-config)#exit
SwitchA(config)#service dhcp
4.8.1.5 Verification
Step 1: Display the configurations of Switch A.
SwitchA#show running-config
!
service dhcp
!
ip dhcp excluded-address 192.168.1.1 192.168.1.3
!
ip dhcp pool dynamic
netbios-node-type n-node
netbios-name-server 192.168.1.3
domain-name DES-7200.com
network 192.168.1.0 255.255.255.0
dns-server 192.168.1.2
default-router 192.168.1.1 255.255.255.0
!
ip dhcp pool static
client-name admin
client-identifier 0100.1320.4990.14
host 192.168.1.10 255.255.255.0
netbios-node-type n-node
netbios-name-server 192.168.1.3
domain-name DES-7200.com
dns-server 192.168.1.2
default-router 192.168.1.1 255.255.255.0
!
interface VLAN 1
no ip proxy-arp
ip address 192.168.1.1 255.255.255.0