Lab 11 - Private Line Automatic Ringdown
Lab 11 - Private Line Automatic Ringdown
net
The objective of this lab exercise is for you to learn and understand how to implement Private Line
Automatic Ringdown (PLAR) in Cisco IOS voice gateways
Topic Description:
Lab Difficulty:
Readiness Assessment:
When ready for your exam, you should be able to complete this lab in no more than 15 minutes
Lab Topology:
Configure the hostnames and IP addresses on R2 and R4 as illustrated in the diagram. Configure R4 to
provide clocking to R2. Configure the clock rate on R4 as 800Kbps
Task 2:
Configure POTS dial peers for the connected phones on R2 and R4 as illustrated in the diagram. Use any
dial peer numbers you w ant
Task 3:
Configure VoIP dial peers on R2 and R4 for the extensions at either location. Use any dial peer numbers
you want
Task 4:
Configure PLAR on R2 such that w hen the handset on phone 1111 is lifted a call is automatically placed
to extension 2222 on R4
Task 5:
R2(config)#hostname R2
R2(config)#interface Serial0/0
R2(config-if)#description .Connected To R4 Serial 0/1.
R2(config-if)#ip address 150.1.1.2 255.255.255.0
R4(config)#hostname R4
R4(config)#interface Serial0/1
R4(config-if)#description .Connected To R2 Serial 0/0
R4(config-if)#ip address 150.1.1.4 255.255.255.0
R4(config-if)#clock rate 800000
Verify connectivity by performing a simple ping betw een the two routers
R2#ping 150.1.1.4
R4#ping 150.1.1.2
Task 2:
Task 3:
Task 4:
R2(config)#voice-port 3/0/0
R2(config-voiceport)#connection plar 2222
R2(config-voiceport)#exit
Task 5:
To verify this configuration and PLAR operation, lift up the handset on extension 1111 while debugging
the voice Call Control API:
-[Truncated Output]-
In the output above, notice that the calling number is empty but the called number is present. This is
because the gatew ay starts dialing immediately, i.e. as soon as the handset is lifted.
R2#show running-config
Building configuration...
R4#show running-config
Building configuration...