DuraMAR 2150 – User’s Manual
5.
nat enable
6.
enable
7.
exit
8.
exit
Please note that the
exit
command must be issued twice.
An example of a Router Mode configuration follows:
Version: 1.0.0 - $Rev: 317 $
!
hostname HSDPA-rt
interface eth0
ip address 172.16.10.1 255.255.255.252
enable
!
interface hsdpa0
ip address negotiated
enable
apn web.omnitel.it
mode auto
defaultroute
nat enable
The CISCO 3200 ISR must be configured accordingly as in the example below:
!
interface FastEthernet0/0
ip address 10.200.1.24 255.255.0.0
duplex auto
speed auto
!
..........
..........
!
interface FastEthernet1/3
!
interface Vlan1
ip address 172.16.10.2 255.255.255.252
!
!
ip route 0.0.0.0 0.0.0.0 172.16.10.1
Note that the FastEthernet 1/3 interface is a switched interface so the IP address must be assigned to a
VLAN interface and can’t be directly assigned to the Ethernet interface as for
fa0/0
(which is a fully routed
interface).
Bridge Mode
In
Bridge Mode
the system will pass the carrier-assigned public IP address of HSDPA interface back to the
CISCO 3200 ISR allowing the latter to use this address as it was directly assigned to its Ethernet interface.
The steps required to configure the interface for Bridge Mode are:
1.
configure
2.
interface
if-name
3.
apn
network_name
4.
pppbridge
if-name
dynamic | static
5.
enable
6.
exit
7.
exit
Bridge Mode can be
dynamic
or
static
.
20