DHCP
- Go to the router cli
- enable it
- configure terminal it
- ip dhcp pool anyname //this is to create dhcp pool name can be any
- network start_ip_address subnet_mask // from what ip address you want to configure
- default-router gateway_ip_address // this is to provide default gateway
To exclude the ip address to assign use: ip dhcp excluded-address ip_address
Comments
Post a Comment