User manual

Configuring the ADTRAN Router ADTRAN Routers with CradlePoint CBA750B
6 Copyright © 2014 ADTRAN, Inc. 6AOSSG0011-42A
4. Enter Enable mode by entering enable at the prompt as follows:
>enable
5. Enter your Enable mode password at the prompt.
6. Enter the unit’s Global Configuration mode as follows:
#configure terminal
(config)#
Step 2: Configure Policy-Based Routing for Accessing the CradlePoint CBA750B
Configure policy-based routing to access the CBA750B for configuration from a PC on the LAN. Using
policy-based routing enables access to the CBA750B even when multiple WAN connections are used for
failover applications. Access is also available even if the DHCP server has not resolved the public wireless
IP address for the interface.
In the configuration example below, a route map is configured to match the HTTP traffic to the
CBA750B's default IP address 192.168.0.1. Matching traffic is routed to the Ethernet connection to the
CBA750B. In the example, the ip access list extended command is used to create an extended IPv4 ACL
named CPADMIN and enter the Extended IPv4 ACL Configuration mode. Then, the permit command is
used to permit TCP packets to port 80 of the default IP address of the CradlePoint CBA750B. After
creating an ACL, the route-map command is used to create a route map named CPACCESS. The match
ip address command is used to match traffic based on the CPADMIN ACL, and the set interface
command is used to route matching traffic to the Ethernet port connected to the CBA750B.
To configure an ACL to specify the types of traffic permitted to the CBA750B’s default IP address and
configure a route map to route the permitted traffic to the CBA750B, enter the following commands at the
specified command prompts:
(config)#ip access-list extended CPADMIN
(config-ext-nacl)#permit tcp any host 192.168.0.1 eq www
(config)#route-map CPACCESS permit 10
(config-route-map)#match ip address CPADMIN
(config-route-map)#set interface eth 0/2 null 0
Step 3: Configure the LAN Interface
Configure the LAN interface on the AOS router to provide connections for PCs and other data
communications devices that will access the Internet over the wireless WAN. The NetVanta 3448, for
example, provides eight Ethernet switch ports that may be used for the LAN connections.
The default Enable mode password is password. If your product no longer has the
default Enable password, contact your system administrator for the appropriate
password.