0% found this document useful (0 votes)
32 views1 page

Router Configuration Voip

The document outlines configuration steps for a router and switch to support VoIP telephony. It provides commands to configure interfaces, IP addresses, DHCP, telephony services, and digital signal processing for up to 5 phone lines on the router and configure 5 switch ports for voice VLAN access.

Uploaded by

Johnson
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)
32 views1 page

Router Configuration Voip

The document outlines configuration steps for a router and switch to support VoIP telephony. It provides commands to configure interfaces, IP addresses, DHCP, telephony services, and digital signal processing for up to 5 phone lines on the router and configure 5 switch ports for voice VLAN access.

Uploaded by

Johnson
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/ 1

ROUTER CONFIGURATION

(2811 router)

Router#enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastethernet 0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip dhcp pool voip
Router(dhcp-config)#network 192.168.10.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.10.1
Router(dhcp-config)#option 100
Router(dhcp-config)#option 150 ip 192.168.10.1
Router(dhcp-config)#exit
Router(config)#telephony-service
Router(config-telephony)#max-ephone 5
Router(config-telephony)#max-dn 5
Router(config-telephony)#ip source-address 192.168.10.1 port?
Router(config-telephony)#ip source-address 192.168.10.1 port 2001
Router(config-telephony)#auto assign 1 to 5
Router(config-telephony)#exit
Router(config)#telephony-service
Router(config-telephony)#telephony-service
Router(config-telephony)#ephone-dn 1
Router(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 1.1, changed state to up number 401
Router(config-ephone-dn)#ephone-dn 2
Router(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up number 402
Router(config-ephone-dn)#ephone-dn 3
Router(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up number 501
Router(config-ephone-dn)#ephone-dn 4
Router(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up number 502
Router(config-ephone-dn)#exit

SWITCH CONFIGURATION
Switch>
Switch>enable
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface range f0/1-5
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport voice vlan 1
Switch(config-if-range)#exit

You might also like