본문으로 바로가기

@R1,R2,R3,R4


line vty 0 4

 exec-timeout 0 0

 privilege level 15

 logging synchronous

 no login



@R1 ~ R3,pstn

wr, reload

 

17. digit Manipulation 번호 조작 설정

 

*본사대 본사/ 지사대 지사끼리 통신

 

 #sh dial-peer voice summary 

 

* /123/ /456/ 123을 456으로 바꿔라. 시작부분의 123! 끝부분이 아님

 

/123/ /6/

123789 -> 6789

 

/^02562/ // ---> 없애라

voip 번호 나갈때

 


 

 

 - HQ, SB, SC 간에 전화를 실시하여 Calling 번호가 내선 번호 4자리 인지, 아니면 E.164 번호인지 확인한다.

 - 확인 결과 : E.164 번호로 출력됨


 

@ R1

 

voice translation-rule 1

 rule 1 /^02562/ //

!

voice translation-profile A

 translate calling 1

!

dial-peer voice 102 voip

 translation-profile outgoing A

!

dial-peer voice 103 voip

 translation-profile outgoing A

 

@ R2

 

voice translation-rule 1

 rule 1 /^032440/ //

!

voice translation-profile A

 translate calling 1

!

dial-peer voice 201 voip

 translation-profile outgoing A

!

dial-peer voice 203 voip

 translation-profile outgoing A

 

@ R3

 

voice translation-rule 1

 rule 1 /^312747/ //

!

voice translation-profile A

 translate calling 1

!

dial-peer voice 301 voip

 translation-profile outgoing A

!

dial-peer voice 302 voip

 translation-profile outgoing A

 - HQ, SB, SC 간에 전화를 실시하여 Calling 번호가 내선 번호 4자리로 출력되는지 확인한다.



7. IP 망 장애시 PSTN 백업 망 구성(SRST : Survival Remote Site Telephony)

 

@ R1

 

dial-peer voice 1002 pots

 destination-pattern 2...

 port 0/2/0:15

 prefix 0324402

 translation-profile outgoing A

 preference 1

!

dial-peer voice 1003 pots

 destination-pattern 3...

 port 0/2/0:15

 prefix 00113127473

 translation-profile outgoing A

 preference 1

 

@ R2

 

dial-peer voice 2001 pots

 destination-pattern 1...

 port 0/2/0:15

 prefix 025621

 translation-profile outgoing A

 preference 1

!

dial-peer voice 2003 pots

 destination-pattern 3...

 port 0/2/0:15

 prefix 00113127473

 translation-profile outgoing A

 preference 1

 

@ R3

 

dial-peer voice 3001 pots

 destination-pattern 1...

 port 0/2/0:15

 prefix 01182025621

 translation-profile outgoing A

 preference 1

!

dial-peer voice 3002 pots

 destination-pattern 2...

 port 0/2/0:15

 prefix 011820324402

 translation-profile outgoing A

 preference 1

!


R3#terminal monitor 


R3#debug isdn q931

debug isdn q931 is              ON.


상대방 번호나 4자리로 보이는지 확인하기.

@ SW7

 

int range fa0/1 - 3

 shutdown

 

R1,R2,R3#terminal monitor

R1,R2,R3#debug isdn q931

 

 

 - HQ, SB, SC 간에 전화를 실시하고, ISDN 디버깅을 확인한다.

 

 

 - 확인이 완료되었다면, SW7 F0/1 ~ F0/3 포트를 복구한다.

 

@ SW7

 

int range fa0/1 - 3

 no shutdown



18. Toll bypass (TEHO 콜 구성)

 

 

@ R1

 

voice translation-rule 2

 rule 1 /^90011312/ /9/

!

voice translation-profile B

 translate called 2 

!                         

dial-peer voice 1103 voip 

 destination-pattern 90011312[2-9]......

 session target ipv4:13.13.3.3

 translation-profile outgoing B

 

 

@ R2

 

voice translation-rule 2

 rule 1 /^90011312/ /9/

!

voice translation-profile B

 translate called 2 

!                         

dial-peer voice 2203 voip 

 destination-pattern 90011312[2-9]......

 session target ipv4:13.13.3.3

 translation-profile outgoing B

 

@ R3

 

voice translation-rule 2

 rule 1 /^90118202/ /9/

 rule 2 /^901182032/ /9/

!

voice translation-profile B

 translate called 2 

!              

dial-peer voice 3301 voip

 destination-pattern 90118202[2-9]......

 session target ipv4:13.13.1.1

 translation-profile outgoing B

!

dial-peer voice 3302 voip

 destination-pattern 901182032[2-9]......

 session target ipv4:13.13.2.2

 translation-profile outgoing B