0% found this document useful (0 votes)
50 views4 pages

Cube

This document configures a Cisco Unified Border Element (CUBE) for redundancy. It defines two interface tracks for monitoring links, sets up a redundancy group for failover, and configures voice interfaces, dial peers, and translations to route calls between an internal SIP network and the PSTN via two external interfaces. Changes for a second CUBE adjust the redundancy group priority and IP address on the third interface.

Uploaded by

swathyedayath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views4 pages

Cube

This document configures a Cisco Unified Border Element (CUBE) for redundancy. It defines two interface tracks for monitoring links, sets up a redundancy group for failover, and configures voice interfaces, dial peers, and translations to route calls between an internal SIP network and the PSTN via two external interfaces. Changes for a second CUBE adjust the redundancy group priority and IP address on the third interface.

Uploaded by

swathyedayath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

========= CUBE COMPLETE CONFIG ===================

!
track 1 interface GigabitEthernet1 line-protocol
!
track 2 interface GigabitEthernet2 line-protocol
!
!
!
redundancy
application redundancy
group 1
name CCIECOLLAB
priority 101
timers delay 30 reload 60
control GigabitEthernet3 protocol 1
data GigabitEthernet3
track 1 shutdown
track 2 shutdown
!
!
!
!
gateway
media-inactivity-criteria all
timer receive-rtcp 5
timer receive-rtp 1200
!
ip rtcp report interval 3000
!
!
interface GigabitEthernet1
redundancy rii 1
redundancy group 1 ip 142.102.64.150 exclusive
bfd interval 50 min_rx 50 multiplier 3
cdp enable
no shut
!
!
interface GigabitEthernet2
redundancy rii 2
redundancy group 1 ip 157.26.1.150 exclusive
bfd interval 50 min_rx 50 multiplier 3
cdp enable
no shut
!
!
interface GigabitEthernet3
ip address 10.1.1.1 255.255.255.0
cdp enable
no shut
!
!
voice service voip
mode border-element
allow-connections sip to sip
redundancy-group 1
sip
header-passing
midcall-signaling passthru
!
!
voice class uri BBPSTN sip
host ipv4:157.26.1.11
!
voice class uri HQSME sip
host ipv4:142.100.64.14
!
!
!
voice translation-rule 100
rule 1 /^\+\(1[2-9]..[2-9]......\)/ /\1/
rule 2 /^\+\([2-9]\)/ /011\1/
!
voice translation-rule 101
rule 1 /^\+1\([2-9]..[2-9]......\)/ /\1/
!
voice translation-rule 200
rule 1 /^\([2-9]..[2-9]......\)/ /+1\1/
!
!
voice translation-profile Add-Plus
translate calling 200
translate called 200
!
voice translation-profile Strip-Plus
translate calling 101
translate called 100
!
voice translation-profile Strip-Plus-Int
translate called 100
!
!
!
!
call treatment cause-code busy
call treatment on
call threshold global total-calls low 2 high 2
!
!
!
!
dial-peer voice 100 voip
description **To SME**
translation-profile outgoing Add-Plus
session protocol sipv2
session target ipv4:142.100.64.14
incoming uri via HQSME
codec g711u
voice-class sip bind control source-interface GigabitEthernet1
voice-class sip bind media source-interface GigabitEthernet1
voice-class sip audio forced
dtmf-relay rtp-nte
no vad
!
!
!
dial-peer voice 200 voip
description **To PSTN US Calls**
translation-profile outgoing Strip-Plus
destination-pattern +1T
session protocol sipv2
session target ipv4:157.26.1.11
destination dpg 200
incoming uri via BBPSTN
voice-class sip early-offer forced
voice-class sip bind control source-interface GigabitEthernet2
voice-class sip bind media source-interface GigabitEthernet2
dtmf-relay rtp-nte
codec g711u
no vad
!
dial-peer voice 201 voip
description **To PSTN INT Calls**
translation-profile outgoing Strip-Plus-Int
destination-pattern +T
session protocol sipv2
session target ipv4:157.26.1.11
voice-class sip early-offer forced
voice-class sip bind control source-interface GigabitEthernet2
voice-class sip bind media source-interface GigabitEthernet2
dtmf-relay rtp-nte
codec g711u
no vad
!
!
!
voice class dpg 200
dial-peer 100
!
!
dial-peer voice 200 voip
destination dpg 200
!
!
sip-ua
!
!

========= FOR CUBE-2 , Below Changes apply ======================

!
!
redundancy
application redundancy
group 1
name CCIECOLLAB
priority 100
timers delay 30 reload 60
control GigabitEthernet3 protocol 1
data GigabitEthernet3
track 1 shutdown
track 2 shutdown
!
!
!
interface GigabitEthernet3
ip address 10.1.1.2 255.255.255.0
negotiation auto
cdp enable
no shut
!
!

You might also like