well, i have to inform with the ISP for the exact model but it is Cisco equipment, and couse of security reasons they only allow authenticated connections, i build the setup couple times before with cisco and it works fine but couse the cisco equipment is to large for the setup we try to use RUT instead, underneeth e similar setup on Cisco
!
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
!
!
controller Cellular 0
lte sim data-profile 1 attach-profile 1 slot 0
lte modem link-recovery disable
!
!
interface Tunnel5
ip address 172.29.254.253 255.255.255.252
tunnel source Dialer5
tunnel destination 172.31.255.20
!
!
interface Cellular0
description ICCID: XX
ip address negotiated
ip mtu 1492
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer pool-member 5
async mode interactive
!
!
interface Vlan1
description <BGP-VLAN>
ip address 172.20.4.1 255.255.255.0 secondary
ip address 172.20.4.254 255.255.255.0
ip virtual-reassembly in
ip tcp adjust-mss 1452
no autostate
!
interface Dialer5
ip address negotiated
ip mtu 1492
ip virtual-reassembly in
encapsulation slip
dialer pool 5
dialer idle-timeout 0
dialer string lte
dialer persistent
!
router bgp 65241
bgp log-neighbor-changes
neighbor 172.29.254.254 remote-as 26481
neighbor 172.29.254.254 description 4G GRE tunnel
neighbor 172.29.254.254 password 7 06620A2FA8080A145E2E01
!
address-family ipv4
network 172.20.4.0 mask 255.255.255.0
neighbor 172.29.254.254 activate
neighbor 172.29.254.254 weight 40
neighbor 172.29.254.254 soft-reconfiguration inbound
neighbor 172.29.254.254 prefix-list ANNOUNCE out
exit-address-family
!
!
!
ip route 172.29.254.254 255.255.255.255 Tunnel5
ip route 172.31.255.20 255.255.255.255 Dialer5
!
!
ip prefix-list ANNOUNCE description OUBOUND SUBNET
ip prefix-list ANNOUNCE seq 1 permit 172.20.4.0/24 le 32
ip prefix-list ANNOUNCE seq 1000 deny 0.0.0.0/0 le 32
!
!
dialer-list 5 protocol ip permit
!
!
!