cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2712
Views
5
Helpful
12
Replies

Two active LTE interfaces(Hot channels) for 899G-LTE

Hi dear Engineers

I'm trying to configure Cisco C899G-LTE  router for using two active 3g or LTE channels simultaneously.

I have tried already with EEM scripts to implement failover, it is works somehow, but I can't make two cellular interfaces to be up and operational at the same time.

Please provide me documentation or share with Your practice...

Also see attached cisco.com link where says that it is possible by using "PDN".

Thank You! 

LINK:  https://www.cisco.com/c/en/us/products/collateral/routers/800-series-routers/datasheet_c78-732744.html

1 Accepted Solution

Accepted Solutions

Hello,

 

with only one controller, unfortunately, you can only do a failover, you cannot have both connections active at the same time. If you want to configure this and need help, let me know...

View solution in original post

12 Replies 12

Hello,

 

here is a sample configuration ftoor dual active for the 829, try to adapt that for your 899...

 

version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service internal
!
hostname 829-DUAL-Modem
!
boot-start-marker
boot system flash:/ir800-universalk9-mz.SPA.156-3.M0a
boot-end-marker
!
no aaa new-model
ethernet lmi ce
service-module wlan-ap 0 bootimage autonomous
!
ignition off-timer 900
!
ignition undervoltage threshold 9
!
no ignition enable
!
no ip domain lookup
ip inspect WAAS flush-timeout 10
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
!
license udi pid IR829-2LTE-EA-BK9 sn FGL2032219N
!
redundancy
notification-timer 120000
!
controller Cellular 0
lte sim data-profile 3 attach-profile 1
lte modem link-recovery rssi onset-threshold -110
lte modem link-recovery monitor-timer 20
lte modem link-recovery wait-timer 10
lte modem link-recovery debounce-count 6
!
controller Cellular 1
lte sim data-profile 1 attach-profile 1
lte modem link-recovery rssi onset-threshold -110
lte modem link-recovery monitor-timer 20
lte modem link-recovery wait-timer 10
lte modem link-recovery debounce-count 6
!
interface GigabitEthernet0
no ip address
shutdown
!
interface GigabitEthernet1
no ip address
!
interface GigabitEthernet2
no ip address
!
interface GigabitEthernet3
no ip address
!
interface GigabitEthernet4
no ip address
!
interface Wlan-GigabitEthernet0
no ip address
!
interface GigabitEthernet5
no ip address
shutdown
duplex auto
speed auto
!
interface Cellular0/0
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation slip
load-interval 30
dialer in-band
dialer string lte
dialer-group 1
no peer default ip address
async mode interactive
routing dynamic
!
interface Cellular1/0
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation slip
load-interval 30
dialer in-band
dialer string lte
dialer-group 1
no peer default ip address
async mode interactive
routing dynamic
!
interface Cellular0/1
no ip address
encapsulation slip
!
interface Cellular1/1
no ip address
encapsulation slip
!
interface wlan-ap0
no ip address
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
!
interface Async0
no ip address
encapsulation scada
!
interface Async1
no ip address
encapsulation scada
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source route-map CELL_0 interface Cellular0/0 overload
ip nat inside source route-map CELL_1 interface Cellular1/0 overload
!
ip route 0.0.0.0 0.0.0.0 Cellular1/0
ip route 0.0.0.0 0.0.0.0 Cellular0/0
!
dialer-list 1 protocol ip permit
!
route-map CELL_0 permit 10
match ip address 1
match interface Cellular0/0
!
route-map CELL_1 permit 10
match ip address 1
match interface Cellular1/0

!

ipv6 ioam timestamp
!
access-list 1 permit 192.168.1.0
!
control-plane
!
line con 0
stopbits 1
line 1 2
stopbits 1
line 3
script dialer lte
no exec
transport preferred lat pad telnet rlogin lapb-ta mop udptn v120 ssh
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
rxspeed 150000000
txspeed 50000000
line 4
no activation-character
no exec
transport preferred none
transport input all
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
line 8
script dialer lte
no exec
transport preferred lat pad telnet rlogin lapb-ta mop udptn v120 ssh
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
rxspeed 150000000
txspeed 50000000
line 9
script dialer lte
no exec
transport preferred lat pad telnet rlogin lapb-ta mop udptn v120 ssh
transport input all
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
rxspeed 236800
txspeed 118000
line 15
no exec
transport preferred lat pad telnet rlogin lapb-ta mop udptn v120 ssh
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
rxspeed 236800
txspeed 118000
line 1/3 1/6
transport preferred none
transport output none
stopbits 1
line vty 0 4
login
transport input none
!

Hello,

just happen to search for answer and found this config in reply:

In one of the forum, someone indicated that for Cisco IR829 it uses both Antenna Main/AUX to receive traffic, but use only main to upload traffic. My question is do we need to do any configuration to interface Cellular0/1? does it need to be shutdown? or leave it in its default configuration (no shut) to receive traffic in AUX Antenna (or Diversity Antenna)? I have some intermittent drops in our Mobile Vehicle with IR829 using one of the main LTE carrier in LA on Video Streaming. We only have one Antenna on the roof of the Vehicle. If we purchase another Antenna, would we connect to AUX 0, and not need any configuration to the interface Cellular0/1 for the main cellular LTE Carrier's traffic?

!
interface Cellular0/0 
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation slip
load-interval 30
dialer in-band
dialer string lte
dialer-group 1
no peer default ip address
async mode interactive
routing dynamic
!
interface Cellular1/0
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation slip
load-interval 30
dialer in-band
dialer string lte
dialer-group 1
no peer default ip address
async mode interactive
routing dynamic
!

### Main LTE Cellular Carrier #### Does this map to AUX Antenna for main modem?

interface Cellular0/1
no ip address
encapsulation slip
!
interface Cellular1/1
no ip address
encapsulation slip
!

 

Hello dear Georg, thank you for Your responce. But in my device I have  just one controller and two cell interfaces, Please see bolded part of  configuration . 

 

 

<<<<<<<<<<<<  RUNNING-CONFIG  >>>>>>>>>>.>

Router#sh running-config
Building configuration...

Current configuration : 2918 bytes
!
! Last configuration change at 17:18:03 UTC Fri May 25 2018 by administrator
!
version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!

!
!
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
!
!
!
!
!
license udi pid C899G-LTE-GA-K9 sn FCZ2215112E
!
!
!
redundancy
!
!
!
!
!
controller Cellular 0
lte modem link-recovery rssi onset-threshold -110
lte modem link-recovery monitor-timer 20
lte modem link-recovery wait-timer 10
lte modem link-recovery debounce-count 6
!
!
!

!
!
interface Cellular0
no ip address
encapsulation slip
dialer in-band
dialer string lte
!
interface Cellular1
no ip address
encapsulation slip
!
interface GigabitEthernet0
no ip address
!
interface GigabitEthernet1
no ip address
!
interface GigabitEthernet2
no ip address
!
interface GigabitEthernet3
no ip address
!
interface GigabitEthernet4
no ip address
!
interface GigabitEthernet5
no ip address
!
interface GigabitEthernet6
no ip address
!
interface GigabitEthernet7
no ip address
!
interface GigabitEthernet8
duplex auto
speed auto
!
interface GigabitEthernet9
duplex auto
speed auto
!
interface Vlan1
no ip address
!
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
!
!
ipv6 ioam timestamp
!
!
control-plane
!
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
vstack
!
line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
stopbits 1
line 3
script dialer lte
no exec
line 8
no exec
line vty 0 4
login local
transport input all
line vty 5 15
login local
transport input all
!
scheduler allocate 20000 1000
!
end

Hello,

 

with only one controller, unfortunately, you can only do a failover, you cannot have both connections active at the same time. If you want to configure this and need help, let me know...

Thank You very much for information and for help. I have already successfully configured filover feature, I'll contact You if any questions appear

Could you share with me if we can operate two cellular interfaces at the same time on cisco 898  LTE router . i have two cellular interfaces but only one controller .

Hello,

 

the short answer is: with only one controller, you cannot operate both cellular interfaces at the same time. Failover is the best you can achieve.

 

I think the IR829 has two controllers...

Thanks a lot . I have router cisco 898EAG-LTE , and it have two cellular interfaces (cellular 0 & cellular 1) 

Is there any way to configure the two cellular interface to work at the same time however as mentioned above only only controller cellular 0 is configured  on my router and no controller cellular 1 is available  so what is the use for the second cellular interface ?

 

Also what can we do if  fail-over doesn’t  operate automatically between the two sims at cellular 0

 

 

Hello,

 

one controller means only one SIM can be active. How do you have your failover configured ? Best to post the full running config of your 899 router...

Hello ,

 

Kindly find the below configuration for my Cisco 898 router

 

I need your support to know the use of cellular 1 or how can i active it if i have only controller cellular 0 

and for fail-over the router have 2 SIMS , if the first one is down , the second will be active automatically

but sometimes fail-over need to be done manually by activate the second slot  so i need to know the use of cellular 1 

Thanks again

 

multilink bundle-name authenticated
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
chat-script hspa-R7 "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
chat-script gsm "" "AT!SCACT=1,1 " TIMEOUT 60 "OK"
!
controller Cellular 0
lte modem link-recovery rssi onset-threshold -110
lte modem link-recovery monitor-timer 20
lte modem link-recovery wait-timer 10
lte modem link-recovery debounce-count 6
!
track 10 ip sla 10 reachability

interface Cellular0
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip verify unicast reverse-path
encapsulation slip
dialer in-band
dialer string lte
dialer string hspa-R7
dialer string gsm
dialer-group 1
async mode interactive
exit
!
interface Cellular1
no ip address
encapsulation slip
exit


!
ip sla 10
icmp-echo 10.252.7.98 source-interface Loopback0
ip sla schedule 10 life forever start-time now
no logging trap
logging source-interface Loopback0
logging host 10.40.0.26
logging host 10.40.0.151
dialer-list 1 protocol ip list 1
!
access-list 1 permit any
!
line 3
exec-timeout 0 0
script startup modem
script dialer lte
script reset ping
script activation tmobile5
modem InOut
no exec
speed 384000

Hello ,

 

Kindly find the below configuration for my Cisco 898 router

 

I need your support to know the use of cellular 1 or how can i active it if i have only controller cellular 0 

and for fail-over the router have 2 SIMS , if the first one is down , the second will be active automatically

but sometimes fail-over need to be done manually by activate the second slot  so i need to know the use of cellular 1 

Thanks again

 

multilink bundle-name authenticated
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
chat-script hspa-R7 "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
chat-script gsm "" "AT!SCACT=1,1 " TIMEOUT 60 "OK"
!
controller Cellular 0
lte modem link-recovery rssi onset-threshold -110
lte modem link-recovery monitor-timer 20
lte modem link-recovery wait-timer 10
lte modem link-recovery debounce-count 6
!
track 10 ip sla 10 reachability

interface Cellular0
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip verify unicast reverse-path
encapsulation slip
dialer in-band
dialer string lte
dialer string hspa-R7
dialer string gsm
dialer-group 1
async mode interactive
exit
!
interface Cellular1
no ip address
encapsulation slip
exit



dialer-list 1 protocol ip list 1
!
access-list 1 permit any
!
line 3
exec-timeout 0 0
script startup modem
script dialer lte
script reset ping
script activation tmobile5
modem InOut
no exec
speed 384000

Thanks a lot . I have router cisco 898EAG-LTE , and it have two cellular interfaces however we can only configure one cellular interface so what is the use for the second cellular interface ?
Is there any way to operate the two cellular interfaces however only controller cellular 0 is configured on my router
Also what can we do if failover doesn’t operate automatically between the two sims
Review Cisco Networking products for a $25 gift card