0% found this document useful (0 votes)
17 views2 pages

Router

The document describes the configuration of a router and switch for a voice VLAN network. On the router, DHCP, telephony service, and ephone-dn settings are configured to assign IP phones to the network and associate phone numbers. On the switch, ports Fa0/1-24 are configured to tag voice VLAN 1 traffic. IP phones with addresses 192.168.1.2, 192.168.1.3, and 192.168.1.4 register with the router.

Uploaded by

Dasep Setiawan
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)
17 views2 pages

Router

The document describes the configuration of a router and switch for a voice VLAN network. On the router, DHCP, telephony service, and ephone-dn settings are configured to assign IP phones to the network and associate phone numbers. On the switch, ports Fa0/1-24 are configured to tag voice VLAN 1 traffic. IP phones with addresses 192.168.1.2, 192.168.1.3, and 192.168.1.4 register with the router.

Uploaded by

Dasep Setiawan
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/ 2

ROUTER

Continue with configuration dialog? [yes/no]: no

Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip dhcp pool voice
Router(dhcp-config)#network 192.168.1.0 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
Router(config)#ip dhcp excluded-address 192.168.1.1
Router(config)#int fastethernet 0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown

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

Router(config-if)#exit
Router(config)#telephony-service
Router(config-telephony)#max-ephones 3
Router(config-telephony)#max-dn 3
Router(config-telephony)#ip source-address 192.168.1.1 port 2000
Router(config-telephony)#auto assign 4 to 6
Router(config-telephony)#auto assign 1 to 5
Router(config-telephony)#exit
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)#ephone-dn 1
Router(config-ephone-dn)#number 111
Router(config-ephone-dn)#
%IPPHONE-6-REGISTER: ephone-3 IP:192.168.1.2 Socket:2 DeviceType:Phone has
registered.

Router(config-ephone-dn)#ephone-dn 2
Router(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed
state to up

Router(config-ephone-dn)#ephone-dn 2
Router(config-ephone-dn)#number 112
Router(config-ephone-dn)#
%IPPHONE-6-REGISTER: ephone-2 IP:192.168.1.3 Socket:2 DeviceType:Phone has
registered.

Router(config-ephone-dn)#ephone-dn 3
Router(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 3.1, changed
state to up

Router(config-ephone-dn)#ephone-dn 3
Router(config-ephone-dn)#number 113
Router(config-ephone-dn)#
%IPPHONE-6-REGISTER: ephone-1 IP:192.168.1.4 Socket:2 DeviceType:Phone has
registered.

SWITCH

Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#in range fa0/1-24
Switch(config-if-range)#switchport voice vlan 1
Switch(config-if-range)#exit
Switch(config)#

You might also like