You are on page 1of 1

===============================================================

DHCP (Dynamic Host Configuration Protocol):


===============================================================

TAAS:
conf t
ip dhcp pool PC
network 172.16.x.x 255.255.x.x
default-router 172.16.x.x
exit

BABA:
conf t
ip dhcp pool IP_PHONE
network 172.16.x.x 255.255.x.x
default-router 172.16.x.x
option 150 ip 172.16.x.x
do wr

=====
END
=====

You might also like