User manual
Configuring the ADTRAN Router ADTRAN Routers with CradlePoint CBA750B
18 Copyright © 2014 ADTRAN, Inc. 6AOSSG0011-42A
interface eth 0/1
description Secondary wireless WAN
ip address dhcp 10
ip access-policy Public2
no shutdown
no lldp send-and-receive
!
interface gigabit-eth 0/1
description Primary WAN
ip address <primary WAN Public IP and subnet mask>
ip access-policy Public
no shutdown
no lldp send-and-receive
!
interface gigabit-eth 0/2
ip address 10.10.10.1 255.255.255.0
ip access-policy Private
no shutdown
!
route-map LOCAL permit 20
match ip address PRIMARYPROBE
set ip next-hop <primary WAN gateway IP>
set interface null 0
!
route-map CPACCESS permit 10
match ip address CPADMIN
set interface eth 0/1 null 0
!
ip access-list extended AdminAccess
remark Admin Access
permit tcp any any eq https log
permit tcp any any eq ssh log
permit icmp any any log
permit tcp any any eq www log
!
ip access-list extended CPADMIN
remark Management to Cradlepoint
permit tcp any host 192.168.0.1 eq www
!
ip access-list extended NAT1
remark NAT all to primary WAN
permit ip any any
!
ip access-list extended NAT2
remark NAT all to secondary wireless WAN
permit ip any any
!
ip access-list extended PRIMARYPROBE
remark Probe to primary WAN