<?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 Will try and let you know my in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884220#M174127</link>
    <description>&lt;P&gt;Will try and let you know my feedback. but I have a question regarding the config for the controller. I can't find gsm option as my old 3G router. Is the current config under the controller should work fine with 3G sim card?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;controller Cellular 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lte modem link-recovery rssi onset-threshold -110&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lte modem link-recovery monitor-timer 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lte modem link-recovery wait-timer 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lte modem link-recovery debounce-count 6&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2016 21:41:06 GMT</pubDate>
    <dc:creator>mohdtaamneh</dc:creator>
    <dc:date>2016-03-07T21:41:06Z</dc:date>
    <item>
      <title>3G cellular interface not working</title>
      <link>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884216#M174123</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I need your help in find the root cause for the following behavior.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am trying to configure a cellular interface on &amp;nbsp;cisco&amp;nbsp;C881G-4G-GA-K9 router as 3G. But the interface not operational. its showing up/up&amp;nbsp;(spoofing) and not getting IP address from SP as suppose to do.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Router#sho int cellular 0&lt;BR /&gt;Cellular0 is up (spoofing), line protocol is up (&lt;STRONG&gt;spoofing&lt;/STRONG&gt;)&lt;BR /&gt; Hardware is 4G WWAN Modem - Global (Europe &amp;amp; Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U&lt;BR /&gt; Internet address will be assigned dynamically by the network&lt;BR /&gt; MTU 1500 bytes, BW 9 Kbit/sec, DLY 100000 usec, &lt;BR /&gt; reliability 255/255, txload 1/255, rxload 1/255&lt;BR /&gt; Encapsulation SLIP, loopback not set&lt;BR /&gt; Keepalive not supported &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Configuration on the port as follow:&lt;/P&gt;
&lt;P&gt;interface Cellular0&lt;BR /&gt; ip address negotiated&lt;BR /&gt; ip nat outside&lt;BR /&gt; ip virtual-reassembly in&lt;BR /&gt; encapsulation slip&lt;BR /&gt; dialer in-band&lt;BR /&gt; dialer idle-timeout 0&lt;BR /&gt; dialer string gsm&lt;BR /&gt; dialer string GSM&lt;BR /&gt; dialer-group 1&lt;BR /&gt; async mode interactive&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;controller Cellular 0&lt;BR /&gt; lte modem link-recovery rssi onset-threshold -110&lt;BR /&gt; lte modem link-recovery monitor-timer 20&lt;BR /&gt; lte modem link-recovery wait-timer 10&lt;BR /&gt; lte modem link-recovery debounce-count 6&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;I tried the same 3G sim card on cisco&amp;nbsp;C881G+7-k9 router and its work fine and link come up. Also, the cellular interface getting IP address and I can reach outside.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Any special configuration need to be added on the controller/ cellular interface?&lt;/P&gt;
&lt;P&gt;Attached is a debug output collected from the router.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Mohammad Taamneh&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 11:44:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884216#M174123</guid>
      <dc:creator>mohdtaamneh</dc:creator>
      <dc:date>2021-07-05T11:44:01Z</dc:date>
    </item>
    <item>
      <title>You haven't shown enough</title>
      <link>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884217#M174124</link>
      <description>&lt;P&gt;You haven't shown enough config. &amp;nbsp;Basically you need to ...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Configre an APN.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;cellular 0 lte profile create 1 &amp;lt;apn&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Use a dialer string like this. &amp;nbsp;You currently have two defined on your Cellular0 interface. &amp;nbsp;Get rid of one, and make sure what you add below exactly matches.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;chat-script GSM&amp;nbsp;"" "AT!CALL" TIMEOUT 20 "OK"&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You also need a dialer-list.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;dialer-list 1 protocol ip permit&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And a route via the cellular interface. &amp;nbsp;If you still can't get it working please post you whole config.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 20:41:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884217#M174124</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-03-07T20:41:13Z</dc:date>
    </item>
    <item>
      <title>attached is the complete</title>
      <link>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884218#M174125</link>
      <description>&lt;P&gt;attached is the complete config&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 21:26:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884218#M174125</guid>
      <dc:creator>mohdtaamneh</dc:creator>
      <dc:date>2016-03-07T21:26:03Z</dc:date>
    </item>
    <item>
      <title>Did the modifications work</title>
      <link>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884219#M174126</link>
      <description>&lt;P&gt;Did the modifications work that I supplied?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 21:27:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884219#M174126</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-03-07T21:27:36Z</dc:date>
    </item>
    <item>
      <title>Will try and let you know my</title>
      <link>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884220#M174127</link>
      <description>&lt;P&gt;Will try and let you know my feedback. but I have a question regarding the config for the controller. I can't find gsm option as my old 3G router. Is the current config under the controller should work fine with 3G sim card?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;controller Cellular 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lte modem link-recovery rssi onset-threshold -110&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lte modem link-recovery monitor-timer 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lte modem link-recovery wait-timer 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lte modem link-recovery debounce-count 6&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 21:41:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884220#M174127</guid>
      <dc:creator>mohdtaamneh</dc:creator>
      <dc:date>2016-03-07T21:41:06Z</dc:date>
    </item>
    <item>
      <title>3G and 4G routers do not have</title>
      <link>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884221#M174128</link>
      <description>&lt;P&gt;3G and 4G routers do not have the same cellular configuration. &amp;nbsp;Similar, but not the same.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The "Controller" config should be fine.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 21:44:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/3g-cellular-interface-not-working/m-p/2884221#M174128</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-03-07T21:44:39Z</dc:date>
    </item>
  </channel>
</rss>

