Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A question about MM710BP PRI cards that are fitted into G450 media gateways.

Status
Not open for further replies.

Richard_Harrow

Technical User
Aug 31, 2023
26
0
1
AE
So I've been kinda getting my hands dirty with Aura a lot lately and I have one question which is how does the CM know which gateway has which PRI card? So when I hit list con all on the CM(Release 10.1), I see MM710BP along with the channels of the card, but my question is, how does the system differentiate between a PRI card on two separate gateways? Like let's say, I want to have two trunk-groups, PRI-1 and PRI-2, how do I go about doing that? What is the exact configuration process? Could someone provide me some sort of detailed guide or something for my ease?
 
That's a tall order. Here's some of the basic steps but I strongly encourage you to A) Look at existing information in your PBX to get familiar and B) Head to Avaya Support and read up on the manuals.

Each board must be added to CM. add ds1 [board] for the DS1 Circuit Pack.

Code:
add ds1 001v3                                                   Page   1 of   2
                                DS1 CIRCUIT PACK

            Location: 001V3                           Name:
            Bit Rate: 1.544                    Line Coding: b8zs
   Line Compensation: 1                       Framing Mode: esf
      Signaling Mode: isdn-pri
             Connect: network
   TN-C7 Long Timers? n                   Country Protocol: 1
Interworking Message: PROGress            Protocol Version: d
Interface Companding: mulaw                            CRC? n
           Idle Code: 11111111
                              DCP/Analog Bearer Capability: 3.1kHz

                                           T303 Timer(sec): 4


      Slip Detection? y                 Near-end CSU Type: integrated

   Echo Cancellation? n

You'll need to work with your provider to determine all the settings.

Then you create a signaling group and trunk group for the circuit. While the signaling and trunk group numbers don't have to be the same, it's easier to read if you use the same number.

In the US, the D-Channel is 24 so you would enter "001v324" for this example.
Code:
add signaling-group 1                                           Page   1 of   5
                                SIGNALING GROUP

 Group Number: 1              Group Type: isdn-pri
                    Associated Signaling? y          Max number of NCA TSC: 0
                       Primary D-Channel: 001v324     Max number of CA TSC: 0
                                                   Trunk Group for NCA TSC:
       Trunk Group for Channel Selection: 5       X-Mobility/Wireless Type: NONE
      TSC Supplementary Service Protocol: a          Network Call Transfer? n

Code:
add trunk-group 1                                               Page   1 of  21
                                TRUNK GROUP

Group Number: 1                    Group Type: isdn          CDR Reports: y
  Group Name: OUTSIDE CALL                COR: 1        TN: 1        TAC:
   Direction: two-way        Outgoing Display? n         Carrier Medium: PRI/BRI
 Dial Access? n              Busy Threshold: 255  Night Service:
Queue Length: 0
Service Type: public-ntwrk          Auth Code? n            TestCall ITC: rest
                         Far End Test Line No:
TestCall BCC: 4

Starting on Page 5, you need to add the individual ports that will be part of this trunk. Typically in the US it will be ports 1 through 23:
Code:
add trunk-group 1                                               Page   5 of  21
                                 TRUNK GROUP
                                      Administered Members (min/max):    0/0
GROUP MEMBER ASSIGNMENTS                  Total Administered Members:    0

       Port    Code Sfx Name        Night           Sig Grp
  1: 001v301  MM710  B
  2: 001v302  MM710  B
  3: 001v303  MM710  B
  4:
  5:
  6:
  7:

This is really just the basics but I hope it helps.
 
This is the nomenclature for media gateways:
GGGVSPP

GGG = MG# from 001-250
V = Always V
S = slot# from 1-9 (note that 9 is a virtual slot reserved for the virtual announcement module)
PP = port on said slot from 01-24 (32 if you have your MM710B set for E1, 64 for slot 9 if virtual announcement module enabled)

Hope this helps.


We're all ignorant, just in different subjects.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top