cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1873
Views
0
Helpful
1
Replies

881 router 4G configuration

mi980
Level 1
Level 1

Hi,

 

I am new to routing area and trying to configure cisco 881 with NBN link as primary and 4G connection as secondary

 

 

While I am waiting on getting the new WAN line, is it possible to configure the device with 4G connectivity and fail-over automatically to the new WAN line once it is provisioned. As this site is far, trying to avoid another visit

 

Regards,

Mani

1 Reply 1

Hello @mi980

For 4G config here an example:

! Attach configured profiles to cellular 0
controller Cellular 0
 lte sim data-profile 1 attach-profile 1 slot 0
!
!
!
! Cellular 0 configuration.
interface Cellular0
 ip address negotiated
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 dialer in-band
 dialer string lte
 dialer-group 1
 async mode interactive
!
!


 For failover you can find one solution here:

https://supportforums.cisco.com/t5/wan-routing-and-switching/wan-failover-over-4g-wireless/td-p/1806672

 

-If I helped you somehow, please, rate it as useful.-