You are on page 1of 4

Lab-3

Objective: Configuration for connecting Private-line automatic ringdown (PLAR) on VOIP gateways. Description: PLAR circuits have statically configured endpoints and do not require the user dialing to
connect calls. The connection plar command provides a mechanism to create a switched Voice over IP (VoIP) call without digit dialing. This is when a phone goes off-hook and a remote phone rings without digits being dialed.

Configuration: Commands
1. Router>en 2. Router# show voice dsp 3. Router#config t 4. Router<config>#voice-port 0/3/0 5. Router<config-voiceport>#dial-peer voice 1 pots 6. Router<config-dial-peer>#destinationpattern 6111 7. Router<config-dial-peer>#port 0/3/0

Purpose
Enables the router. Displays voice ports. Enters configuration mode. Select voice port to configure. Enters dial-peer configuration mode and defines a local dial peer that connects to a POTS interface. Matches dialed digits to a telephony device. Maps the dial peer to a specific logical interface.

8. Router<config-dial-peer># connection plar 6112

This command starts a PLAR switched VoIP call that uses digits (6112) to match a VoIP dial-peer when the voice-port 0/3/0 goes off-hook The interface doesnt shut down. Select voice port to configure. Enters dial-peer configuration mode and defines a local dial peer that connects to a POTS interface. Matches dialed digits to a telephony device. Maps the dial peer to a specific logical interface. This command starts a PLAR switched VoIP call that uses digits (6111) to match a VoIP dial-peer when the voice-port 0/3/1 goes off-hook The interface doesnt shut down.

9. Router<config-dial-peer>#no shutdown 10. Router<config>#voice-port 0/3/1 11. Router<config-voiceport>#dial-peer voice 2 pots 12. Router<config-dial-peer>#destinationpattern 6112 13. Router<config-dial-peer>#port 0/3/1 14. Router<config-dial-peer># connection plar 6111

15. Router<config-dial-peer>#no shutdown

ScreenShot:

Running Configuration:

You might also like