3G CDMA NIM/Cellular Interface
Example 3G CDMA NIM/Cellular Interface Configurations
61700801G1-29.1H
Copyright © 2010 ADTRAN, Inc.
39
For additional information about configuring schedules, probes, and tracks, refer to the ADTRAN
configuration guide,
Network Monitoring in AOS
,
available on the
AOS Documentation
CD shipped with
your unit or online at
http://kb.adtran.com
(article number 3007).
Sample CLI Configuration
The following is a sample CLI configuration that allows the cellular interface to automatically connect to
the Internet at midnight.
schedule MIDNIGHT
periodic daily 00:00 to 01:00
!
probe Ping1 icmp-echo
destination 10.1.1.1
period 60
tolerance consecutive fail 3 pass 2
no shutdown
!
track INBAND-3G
test if schedule MIDNIGHT
no shutdown
!
interface demand 1
idle-timeout 70
resource pool 3G
match-interesting ip list Interesting out
match-interesting ip reverse list Interesting in
connect-sequence 1 dial-string 5555000
connect-sequence attempts 0
connect-mode originate
ip address negotiated
ppp chap hostname netvanta
ppp chap password adtran
no shutdown
!
ip access-list extended Interesting
Configuring New Extended ACL “Interesting”
permit icmp any host 10.10.10.1 track INBAND-3G
permit ip any any
!
In AOS firmware release 17.09.00, the
match-interesting
command was changed to
require the
ip
keyword. If you are using firmware released prior to 17.09.00, enter the
match-interesting list
<name>
[in | out]
or the
match-interesting reverse list
<name>
[in | out]
commands (rather than the
match-interesting ip
commands) from the Demand
Interface Configuration mode to define interesting traffic.