You are on page 1of 1

Activity 9 and Hands on Exam Voip

Router 1

en
conf t
hostname R1
ip dhcp pool VoIP
network 172.18.9.0 255.255.255.0
default-router 172.18.9.1
dns-server 8.8.8.8
option 150 ip 172.18.9.1
exit
ip dhcp excluded-address 172.18.9.1 172.18.9.10
int f0/0
ip add 172.18.9.1 255.255.255.0
no shut
exit
telephony-service
max-ephone 5
max-dn 5
ip source-address 172.18.9.1 port 2000
auto assign 4 to 6
auto assign 1 to 5
exit
ephone-dn 1
number 1111
ephone-dn 2
number 2222
end
write

SW1

en
conf t
int range f0/1-24
switchport mode access
switchport voice vlan 1
do write

You might also like