Product specifications
Chapter 6: Connection Management Efficient Networks
®
Router family
Command Line Interface Guide
Page 6-10 Efficient Networks
®
# Specify the primary phone number to be used when dialing out. This
# phone number begins with 9 (to get an outside line), a comma (for
# a 2-second pause), and finally the seven-digit local number.
remote setphone async 1 9,5554218 backup
# Specify the bit rate for the preceding phone number.
# The bit rate can be 38400, 57600, 115200, or 230400.
remote setspeed 115200 async 1 backup
# Specify the alternative phone number to be used and its bit rate.
remote setphone async 2 9,5554219 backup
remote setspeed 115200 async 2 backup
# Specify the name and password provided by the ISP.
remote setoursysname GWBush backup
remote setourpasswd Dubya backup
# Turn off authentication.
remote disauthen backup
# Turn on Network Address Translation.
remote setiptranslate on backup
# Add a default route for the backup entry
remote addiproute 0.0.0.0 0.0.0.0 1 backup
save
ISDN Phone Numbers
If you use an ISDN Terminal Adapter (TA) instead of a V.90 modem, the remote profile
for the Dial Backup should:
• specify an asynchronous interface (remote setprefer async) and,
• if the two B channels require different phone numbers, specify both phone
numbers on one remote setphone command. The two phone numbers are
separated by an & character. For example, the following command specifies
the two phone numbers 555-2000 and 555-4000:
-> remote setphone async 1 5552000&5554000 backup