cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
271
Views
0
Helpful
1
Replies

Adding another E1 to my AS5300

gviera
Level 1
Level 1

Hi,

Right now I am working with a Cisco AS5300. We are terminating traffic to several carriers but we are having problems because we have only one E1. I had asked to my telephony provider for another E1. My problem is that I want my AS5300 to use that E1 when the other one is full . I know that wth ds0-group command you can match the pots peer with the controller E1 you want, but how can I configure the AS5300 to choose the other E1 when the first one is full.

I am sending a piece of my actual sh run (controller and pots peers)

Please can somebody help me with this ??

!

fax interface-type vfc

mta receive maximum-recipients 0

!

!

controller E1 0

framing NO-CRC4

clock source line primary

ds0-group 0 timeslots 1-15,17-31 type r2-digital r2-compelled ani

cas-custom 0

country uruguay

release-ack

dnis-complete

!

controller E1 1

clock source line secondary 1

!

controller E1 2

clock source line secondary 2

!

controller E1 3

clock source line secondary 3

!

!

dial-peer voice 598 pots

destination-pattern 5982.......

direct-inward-dial

port 0:0

prefix 2

!

!

dial-peer voice 9 pots

destination-pattern 1035982.......

direct-inward-dial

port 0:0

prefix 2

!

THANKS !

1 Reply 1

asapun
Level 1
Level 1

It will hunt over to the next E1 by default, but you can also give higher preference to your prefered PRI. Use preference 1 under the pots dial-peers for the first PRI and lower preference for your ner PRI link preference 5.

Here's an example:

For your first propriatery port:

dial-peer voice 301 pots

preference 1

destination-pattern 5982.......

direct-inward-dial

port 3/0:23

prefix 2

For your new E1:

dial-peer voice 310 pots

preference 5

destination-pattern 5982.......

direct-inward-dial

port 3/1:23

prefix 2

Hope this helps,

Afrim S