<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ISDN PRI unique problem in Other Network Architecture Subjects</title>
    <link>https://community.cisco.com/t5/other-network-architecture-subjects/isdn-pri-unique-problem/m-p/368847#M131005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This behaviour is normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The convention is that the subscriber starts at the top of the range, i.e. channel 30, and works downwards.  For outgoing calls it will always use the highest available channel number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exchange, on the other hand, starts at the lowest channel, and works upwards.  It always takes the lowest available channel number.  You will always see the incoming calls on low channel numbers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way, the probability of a call collision is reduced to the absolute minium, and then can only happen on the last available channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X.25 normally works in the same way: DTE starts at the top channel, and DCE starts at the bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you feel this is a problem?  There must be a clue in the way you have tried to pin down the channel groups.  Normally you let all the channels in a single pool, and the dialer uses whichever on it wants.  For outgoing calls it just picks a channel, starting at 30, and uses it.  For incoming calls, the channel gets bound to the dialer by the CHAP remote name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That leaves us with the command I don't understand, the &lt;B&gt;ip unnumbered Serial1/1:3&lt;/B&gt;.  What are you trying to achieve there?  Is S1/1 a fractional E1 or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin Dorrell&lt;/P&gt;&lt;P&gt;Luxembourg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Oct 2004 15:34:46 GMT</pubDate>
    <dc:creator>Kevin Dorrell</dc:creator>
    <dc:date>2004-10-16T15:34:46Z</dc:date>
    <item>
      <title>ISDN PRI unique problem</title>
      <link>https://community.cisco.com/t5/other-network-architecture-subjects/isdn-pri-unique-problem/m-p/368846#M131004</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is with an ISDN PRI. Whenever I fire an ISDN line to any remote site.....It always connects to the remote site using the 30th channel instead of taking random channel. I didn't find any prob with config.......have anyone faced this kind of problem???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The essential part of config is as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;controller E1 1/0&lt;/P&gt;&lt;P&gt; framing NO-CRC4&lt;/P&gt;&lt;P&gt; channel-group 0 timeslots 31&lt;/P&gt;&lt;P&gt; channel-group 1 timeslots 1&lt;/P&gt;&lt;P&gt; channel-group 2 timeslots 2&lt;/P&gt;&lt;P&gt; channel-group 3 timeslots 3&lt;/P&gt;&lt;P&gt; channel-group 4 timeslots 4&lt;/P&gt;&lt;P&gt; channel-group 5 timeslots 5&lt;/P&gt;&lt;P&gt; channel-group 6 timeslots 6&lt;/P&gt;&lt;P&gt; channel-group 7 timeslots 7&lt;/P&gt;&lt;P&gt; channel-group 8 timeslots 8&lt;/P&gt;&lt;P&gt; channel-group 9 timeslots 9&lt;/P&gt;&lt;P&gt; channel-group 10 timeslots 10&lt;/P&gt;&lt;P&gt; channel-group 11 timeslots 11&lt;/P&gt;&lt;P&gt; channel-group 12 timeslots 12&lt;/P&gt;&lt;P&gt; channel-group 13 timeslots 13&lt;/P&gt;&lt;P&gt; channel-group 14 timeslots 14&lt;/P&gt;&lt;P&gt; channel-group 15 timeslots 15&lt;/P&gt;&lt;P&gt; channel-group 16 timeslots 16&lt;/P&gt;&lt;P&gt; channel-group 17 timeslots 17&lt;/P&gt;&lt;P&gt; channel-group 18 timeslots 18&lt;/P&gt;&lt;P&gt; channel-group 19 timeslots 19&lt;/P&gt;&lt;P&gt; channel-group 20 timeslots 20&lt;/P&gt;&lt;P&gt; channel-group 21 timeslots 21&lt;/P&gt;&lt;P&gt; channel-group 22 timeslots 22&lt;/P&gt;&lt;P&gt; channel-group 23 timeslots 23&lt;/P&gt;&lt;P&gt; channel-group 24 timeslots 24&lt;/P&gt;&lt;P&gt; channel-group 25 timeslots 25&lt;/P&gt;&lt;P&gt; channel-group 26 timeslots 26&lt;/P&gt;&lt;P&gt; channel-group 27 timeslots 27&lt;/P&gt;&lt;P&gt; channel-group 28 timeslots 28&lt;/P&gt;&lt;P&gt; channel-group 29 timeslots 29&lt;/P&gt;&lt;P&gt; channel-group 30 timeslots 30&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial1/0:15&lt;/P&gt;&lt;P&gt; description "isdn pri no. is XXXX8905"&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; dialer pool-member 1&lt;/P&gt;&lt;P&gt; isdn switch-type primary-net5&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt; ppp authentication chap&lt;/P&gt;&lt;P&gt; ppp multilink&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dialer11&lt;/P&gt;&lt;P&gt; description ISDN BACKUP&lt;/P&gt;&lt;P&gt; ip unnumbered Serial1/1:3&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; dialer pool 1&lt;/P&gt;&lt;P&gt; dialer remote-name core2&lt;/P&gt;&lt;P&gt; dialer idle-timeout 1800&lt;/P&gt;&lt;P&gt; dialer string XXXXXXXX&lt;/P&gt;&lt;P&gt; dialer-group 1&lt;/P&gt;&lt;P&gt; ppp authentication chap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;omitted&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dialer-list 1 protocol ip permit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 03:19:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/other-network-architecture-subjects/isdn-pri-unique-problem/m-p/368846#M131004</guid>
      <dc:creator>nbhandarkar</dc:creator>
      <dc:date>2019-03-03T03:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: ISDN PRI unique problem</title>
      <link>https://community.cisco.com/t5/other-network-architecture-subjects/isdn-pri-unique-problem/m-p/368847#M131005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This behaviour is normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The convention is that the subscriber starts at the top of the range, i.e. channel 30, and works downwards.  For outgoing calls it will always use the highest available channel number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exchange, on the other hand, starts at the lowest channel, and works upwards.  It always takes the lowest available channel number.  You will always see the incoming calls on low channel numbers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way, the probability of a call collision is reduced to the absolute minium, and then can only happen on the last available channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X.25 normally works in the same way: DTE starts at the top channel, and DCE starts at the bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you feel this is a problem?  There must be a clue in the way you have tried to pin down the channel groups.  Normally you let all the channels in a single pool, and the dialer uses whichever on it wants.  For outgoing calls it just picks a channel, starting at 30, and uses it.  For incoming calls, the channel gets bound to the dialer by the CHAP remote name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That leaves us with the command I don't understand, the &lt;B&gt;ip unnumbered Serial1/1:3&lt;/B&gt;.  What are you trying to achieve there?  Is S1/1 a fractional E1 or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin Dorrell&lt;/P&gt;&lt;P&gt;Luxembourg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Oct 2004 15:34:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/other-network-architecture-subjects/isdn-pri-unique-problem/m-p/368847#M131005</guid>
      <dc:creator>Kevin Dorrell</dc:creator>
      <dc:date>2004-10-16T15:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: ISDN PRI unique problem</title>
      <link>https://community.cisco.com/t5/other-network-architecture-subjects/isdn-pri-unique-problem/m-p/368848#M131006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you do this BOLD typing... ???&lt;/P&gt;&lt;P&gt;UNDERLINED ????&lt;/P&gt;&lt;P&gt;ITALIC ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Marinos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2004 04:55:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/other-network-architecture-subjects/isdn-pri-unique-problem/m-p/368848#M131006</guid>
      <dc:creator>marinos_g</dc:creator>
      <dc:date>2004-10-18T04:55:44Z</dc:date>
    </item>
  </channel>
</rss>

