Cisco 67x Configuration Details
NOTES:
1. These commands are intended to configure Cisco 67x series modems to
connect to InfoWest's DSL router.
2. These commands can be used from either a telnet or console connection.
However, if the modem has never been previously configured, the telnet method
will not work, because the Cisco 67x modems refuse to allow telnet
connections unless the EXEC password has been set.
3. If you plan on using a console connection, you will need a machine with a
9-pin serial (RS-232) port, and a terminal program of some kind
(Hyperterminal works fine). The correct port settings are 38000 bps, 8 data
bits, no parity, and 1 stop bit.
4. If you plan on using a telnet connection, you will need a machine with an
Ethernet adapter, TCP/IP support (of course) and a telnet client. Basically
every operating system supports TCP/IP, but Mac OS 9 and earlier do NOT
have a telnet client built-in. You will also need to know the IP address of
the Cisco modem itself, which is normally 10.0.0.1 unless someone has
specifically changed it. For your machine to be able to connect to the Cisco
67x modem, it will need an IP address and subnet mask consistent with the
Cisco 67x's IP address. Therefore you would usually set your computer to
10.0.0.2 (or any other 10.0.0.X address that isn't taken already) with a
subnet mask of 255.255.255.0 . Setting up DNS or gateway settings on the
machine won't be necessary if you are just using it to configure the
Cisco.
5. Bridging mode can only be use if the customer has been given a static IP
address (or addresses) for their computer(s).
---------------------------------------------------
Commands for Cisco 678 modems (DMT)
---------------------------------------------------
## PPP MODE
set nvram erase
write
set ppp restart disabled
set interface wan0-0 disabled
set interface wan0-0 close
set interface wan0-0 vci 32
set interface wan0-0 vpi 0
set ppp wan0-0 ipcp 0.0.0.0
set ppp wan0-0 login USERNAME
set ppp wan0-0 password PASSWORD
set nat enabled
set dhcp server enabled
set dhcp server pool 0 dns 204.17.177.10
set dhcp server pool 0 sdns 204.17.177.20
set password exec USER-SELECTED-PASSWORD
set password enable USER-SELECTED-PASSWORD
set web disable
set web port 32000
set ppp restart enabled
set interface wan0-0 enabled
write
reboot
## BRIDGING MODE (DMT)
set nvram erase
write
set ppp restart disabled
set interface wan0-0 disabled
set interface wan0-0 close
set interface wan0-0 vci 32
set interface wan0-0 vpi 0
set bridging ppp disabled
set bridging rfc1483 enable
set interface wan0-0 enabled
write
reboot