Differences between revisions 1 and 2
Revision 1 as of 2016-02-19 09:59:52
Size: 836
Editor: PieterSmit
Comment: Create template from cisco supportforum posting, with some modifications
Revision 2 as of 2016-02-19 10:09:49
Size: 1214
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
   * Ensure IOS is at right version > IOS 15.1(4)M4 depending on card.    * Ensure IOS on ISR G2 is at right version > IOS 15.1(4)M4 depending on card.
Line 17: Line 17:
encapsulation slip encapsulation slip !>>default encap changed from PPP in 3G to slip for 4G
Line 19: Line 19:
dialer string lte
dialer-group 1
dialer string lte !>> must match to the chat-script name
dialer-group 1 !>>dialer group number must match the dialer list number
Line 23: Line 23:
line 0/0/0
script dialer lte
line 0/0/0 !>> line associated with cellular 0/0/0
script dialer lte !>>> “lte” matches to dialer string and the chat-script name
Line 42: Line 42:
    #Check LTE Technology Selected = LTE
    #Current RSSI = -58 dBm (Must be > -90 dBm)
Line 43: Line 45:

#debug chat

Cisco 4G / LTE

  • Router 2911
    • Ensure IOS on ISR G2 is at right version > IOS 15.1(4)M4 depending on card.

      !
      chat-script lte "" "AT!CALL1" TIMEOUT 60 "OK"
      !
      controller Cellular 0/0
      !
      interface Cellular0/0/0
      ip address 166.143.163.112 255.255.255.254
      ip nat outside
      ip virtual-reassembly in
      encapsulation slip !>>default encap changed from PPP in 3G to slip for 4G
      dialer in-band
      dialer string lte  !>> must match to the chat-script name
      dialer-group 1     !>>dialer group number must match the dialer list number
      async mode interactive
      !
      line 0/0/0  !>> line associated with cellular 0/0/0
      script dialer lte !>>> “lte” matches to dialer string and the chat-script name
      modem InOut
      no exec
      !
  • Profile
    • cellular 0/3/0 lte profile create 1 clover
      Profile 1 already exists. Do you want to overwrite? [confirm]y
      Profile 1 will be overwritten with the following values:
      PDP type = IPv4
      APN = clover
      Are you sure? [confirm]y
      Profile 1 written to modem

* Debug

  • #sh cellular 0/0/0 all
        #Check LTE Technology Selected = LTE
        #Current RSSI = -58 dBm (Must be > -90 dBm)
    #sh dialer
    
    #debug chat

...

Cisco/Gsm4GLTE (last edited 2017-04-11 08:27:53 by PieterSmit)