<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body style="background-color: rgb(255, 255, 255); color: rgb(102, 0,
    0); font-family: MS Reference Sans Serif; font-size: 13px;"
    bgcolor="#FFFFFF" text="#660000">
    <div class="QCMcontainer" style="font-family:MS Reference Sans
      Serif;font-size:13px;">Joe, the 256 HDLC framers are on each CT3
      card, and you can't use the framers on one card to handle channels
      on another card. However, you can go past the HDLC channel limit
      by adding NextPort DSPs to handle the HDLC framing ("Tardis"), and
      then the DSPs do act as a global pool.<br>
      <br>
      Afaik, we never documented anything on this on CCO.  Below is a
      snippet of a config that uses RPM to switch HDLC calls to a
      "Tardis" DSP pool.<br>
      <br>
      Hth,<br>
      <br>
      Aaron<br>
      <br>
      ____<br>
      <br>
      <pre><font color="#000000" face="Andale Mono">Yes, you can use RPM to route your HDLC calls to NP resources. Basically 
you create a DNIS based customer profile and specify NP resource range for 
that number, such that the call will be routed to NP resources instead of 
default FreeDM resources. We use that in our Tardis testing and regression. 
Here is the configuration looks like. If you need some automated help then 
we have a ready-to-go scripts running for both AS5400 and AS5850.

===
resource-pool enable

resource-pool group resource tardis-ports
  range 1/0 - 1/323

resource-pool profile customer tardis-cust
  limit base-size all
  limit overflow-size 0
  resource tardis-ports digital
  dnis group tardis-dnis

dialer dnis group tardis-dnis
   number <... your DNIS number here...></font>

</pre>
      <hr size="2" width="100%"><br>
      <span style="color:#000000; font-family:Arial; font-size:12px;
        font-weight:normal" class="headerSpan">
        <div class="moz-cite-prefix">On 4/16/2014 11:04 AM, <a class="moz-txt-link-abbreviated" href="mailto:mays@win.net">mays@win.net</a>
          (Joseph Mays) wrote:<br>
        </div>
      </span>
      <blockquote style="border-left: 2px solid #009900 !important;
        border-right: 2px solid #009900 !important; padding: 0px 15px
        0px 15px; margin: 8px 2px;"
        cite="mid:6DFEF2118C994D809AF115C4A39CD9BA@Gantry" type="cite">
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-1">
        <div dir="ltr">
          <div style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR:
            #000000">
            <div>The standard CT3 card for an AS5400 only allows 256
              HDLC channels, or about 10.5 T1’s. Is there any other T3
              card available for an AS5400 that supports more HDLC
              channels, or any way to increase the number of HDLC
              channels supported? Also, if I have two CT3 cards in a
              unit, are the HDLC channels for each tied to their
              respective cards, or are they available system-wide? That
              is, would two cards required that I set up 10 T1’s on each
              card, or would they allow me to set up 20 T1’s on one card
              and no T1’s on the other?</div>
            <div> </div>
            <div>Joe Mays</div>
            <div> </div>
          </div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
cisco-nas mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cisco-nas@puck.nether.net">cisco-nas@puck.nether.net</a>
<a class="moz-txt-link-freetext" href="https://puck.nether.net/mailman/listinfo/cisco-nas">https://puck.nether.net/mailman/listinfo/cisco-nas</a></pre>
      </blockquote>
      <br>
    </div>
  </body>
</html>