Lab 1 - Dial Peers and H.323 Gateways
Lab 1 - Dial Peers and H.323 Gateways
net
The objective of this lab exercise is for you to learn and understand how to implement dial peers on
Cisco IOS H.323 gateways
Topic Description:
A dial-peer is associated with each call leg in a VoIP call. The matching process for a dial peer will vary
depending on whether it is an inbound dial peer, i.e. it is matching incoming calls, or an outbound dial
peer, i.e. it is matching outgoing calls.
Lab Difficulty:
Readiness Assessment:
When ready for your exam, you should be able to complete this lab in less than 10 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 on R2 using the information in the diagram. You are permitted to use any dial
peer numbers that you want to use
Task 3:
Configure POTS dial peers on R4 using the information in the diagram. You are permitted to use any dial
peer numbers that you want to use
Task 4:
Configure a single VoIP dial peer on R2 to the R4 extension range. You are permitted to use any dial
peer numbers that you want to use. Be as specific as possible
Task 5:
Configure a single VoIP dial peer on R4 to the R2 extension range. You are permitted to use any dial
peer numbers that you want to use. Be as specific as possible
Task 6:
Verify your configuration by placing calls betw een the extensions on R2 and R4 and using the
appropriate Cisco IOS voice gateway show commands to verify call success
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:
Task 5:
Task 6:
The first task is to verify that the extensions match the configured VoIP destination patterns:
Next, place calls betw een the routers and verify success. If you do not have physical access to the
telephones, use the csim start [number] command. In the follow ing, the tw o calls are placed from the
extensions on R2 to the extensions on R4:
R2#show running-config
Building configuration...