HOW TO CONFIGURE STATIC IP ADDRESS VIA DHCP (EXAMPLE – CISCO AP)

ip dhcp excluded-address 10.1.60.0 10.1.60.238
ip dhcp excluded-address 10.1.60.244 10.1.60.254

!
ip dhcp pool AP
network 10.1.60.0 255.255.255.0
default-router 10.1.60.253
option 43 ascii XXXX.XXXX.XXXX.XXX
dns-server XXX.XXX.XX.XXX XXX.XXX.XX.XXX
domain-name XXX
lease 30

!
ip dhcp pool STATIC_MAPPING_FOR_1141N-05
host 10.1.60.239 /24
hardware-address XXXX.XXXX.XXXX (MAC)

!
ip dhcp pool STATIC_MAPPING_FOR_1141N-04
host 10.1.60.240 /24
hardware-address XXXX.XXXX.XXXX

!
ip dhcp pool STATIC_MAPPING_FOR_1141N-03
host 10.1.60.241 /24
hardware-address XXXX.XXXX.XXXX

!
ip dhcp pool STATIC_MAPPING_FOR_1141N-02
host 10.1.60.242 /24
hardware-address XXXX.XXXX.XXXX

!
ip dhcp pool STATIC_MAPPING_FOR_1141N-01
host 10.1.60.243 /24
hardware-address XXXX.XXXX.XXXX

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s