Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

Course: Cisco Certified Network Associate

Subject: R&S [200 – 125]

CCNA - VOIP
Ser 0/1 Ser 0/1
R-1 1.1.1.1 1.1.1.2 R-2
IP CLOUD
FXS FXS

1/0/1
1/0/1

123 456

Assigning IP address on R-1 Assigning IP address on R-2


R-1> enable R-2> enable
R-1# configure terminal R-2# configure terminal
R-1 (config)# interface serial 0/1 R-2 (config)# interface serial 0/1
R-1 (config-if)# ip address 1.1.1.1 255.0.0.0 R-2 (config-if)# ip address 1.1.1.2 255.0.0.0
R-1(config-if)# no shutdown R-2(config-if)# no shutdown
R-1 (config-if)# clock rate 64000 R-2 (config-if)# exit
R-1 (config-if)# exit

Configuring Dial Peers on R-1


R-1 (config)# dial-peer voice 1 pots
R-1 (config-dialpeer)# destination-pattern 123
R-1 (config-dialpeer)# port 1/0/1
R-1 (config-dialpeer)# exit

R-1 (config)# dial-peer voice 2 voip


R-1 (config-dialpeer)# destination-pattern 456
R-1 (config-dialpeer)# session target ipv4:1.1.1.2

Configuring Dial Peers on R-2


R-2 (config)# dial-peer voice 1 pots
R-2 (config-dialpeer)# destination-pattern 456
R-2 (config-dialpeer)# port 1/0/1
R-2 (config-dialpeer)# exit

R-2 (config)# dial-peer voice 2 voip

Haroon Ahmad Malik | Corvit Systems. 1


Course: Cisco Certified Network Associate
Subject: R&S [200 – 125]

R-2 (config-dialpeer)# destination-pattern 123


R-2 (config-dialpeer)# session target ipv4:1.1.1.1

Haroon Ahmad Malik | Corvit Systems. 2

You might also like