0% found this document useful (0 votes)
42 views3 pages

Voice Over Internet Protocolo (VOIP)

The document provides instructions to configure a router and switch to support Voice over Internet Protocol (VoIP) in 4 steps. It includes configuring an IP range and DHCP on the router, setting up the telephony service, assigning directory numbers to IP phones, and configuring the switch ports to support VoIP.

Uploaded by

Ariel Roxas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views3 pages

Voice Over Internet Protocolo (VOIP)

The document provides instructions to configure a router and switch to support Voice over Internet Protocol (VoIP) in 4 steps. It includes configuring an IP range and DHCP on the router, setting up the telephony service, assigning directory numbers to IP phones, and configuring the switch ports to support VoIP.

Uploaded by

Ariel Roxas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

NAME: Lagarto, Giandro SECTION: SBIT-2F

Gahisan, Maria Faith


PROFESSOR: Mr. Jesus Calma DATE: September 17, 2019

VOICE OVER INTERNET PROTOCOLO


(VOIP)
CONFIGURE ROUTER:

STEP 1: Give IP range to the router.


Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int f0/0
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,
changed state to up

STEP 2: Configure DHCP in router.


Router(config-if)#ip dhcp pool voice
Router(dhcp-config)#network 192.168.1.1 255.255.255.0
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#option 150 ip 192.168.1.1
Router(dhcp-config)#exit

STEP 3: Configure Telephony service in router.


Router(config)#telephony-service
Router(config-telephony)#max-dn 25
Router(config-telephony)#max-ephones 5
Router(config-telephony)#ip source-address 192.168.1.1 port 2000
Router(config-telephony)#exit

STEP 4: Configure Directory number for IP phones with auto


assign telephony service.
Router(config)#telephony-service
Router(config-telephony)#auto assign 1 to 5
Router(config-telephony)#ex
Router(config)#ephone-dn 1
Router(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN
1.1, changed state to up
Router(config-ephone-dn)#number 1111
Router(config-ephone-dn)#ex
Router(config)#ephone-dn 2
Router(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN
2.1, changed state to up
Router(config-ephone-dn)#number 2222
Router(config-ephone-dn)#ex
CONFIGURE SWITCH:

STEP 1:
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface range fastEthernet 0/1 – fastEthernet
0/4
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport voice vlan 1
Switch(config-if-range)#exit

OUTPUT:

You might also like