====== Cisco 678 DSL Gateway Router ====== ===== General Configuration ===== ==== Cable Connections ==== ^Router Port Label ^Original Cable Color ^Connection Type ^Connected Equipment ^ |Mgmt |Blue (special) |Serial |Serial Port on PC | |Enet |Yellow (ethernet) |Crossover |NIC in PC | |Wall |Purple (phone cord) |DSL |DSL/Phone Jack on Wall | |Phone |Clear/Silver (phone cord) |Analog Telephone (POTS) |Phone | :!: Note: Cisco 675 has DSL filter built-in for Phone jack. Cisco 678 does not - use an external filter on the Phone port when connecting telephone equipment. ==== Programming ==== === Console (Mgmt) Port === 1) With the Cisco Router powered up and plugged into a serial port on the PC, start a HyperTerminal session with these settings: Name: Cisco Connect using: Com1 or Com2 (Blue cable) Bits Per Second: 38400 Data bits: 8 Parity: None Stop: 1 Flow Control: None Click Ok 2) Hit . You should get a response from the router. 3) At the Password prompt: hit . 4) Go into Enable Mode: 'enable' :!: Enter is implied at the end of each line and when a password is requested prior to a password being set. :!: There are two levels of passwords: Exec and Enable. The Enable mode allows you to change settings. :!: After the password has been set the password must be entered when requested. Also, after the password has been set, the unit can be configured with a Telnet session. :!: The default IP address is 10.0.0.1. ==== HTTP (Browser) Configuration ==== User: enable Password: ===== Static IP Configuration ===== :!: All things in '''' must be changed for each different site. :!: Warning: this device must be disconnected from the phone line before this configuration is installed. Once the final reboot command is given, it may be reconnected. Erase current configuration and reboot: cbos# enable cbos# set nvram erase cbos# write cbos# reboot Configure with static IP address: cbos# enable cbos# set ppp wan0-0 login cbos# set ppp wan0-0 pass cbos# set int eth0 address cbos# set int eth0 netmask cbos# set snmp enabled cbos# set syslog disabled cbos# set syslog remote cbos# set prompt (8 char) cbos# set password exec cbos# set password enable cbos# set web port 77 cbos# set web disabled cbos# set tftp disabled cbos# write cbos# reboot For Qwest customers with Cisco 678 routers, there is a choice of CAP or DMT. All customers who connected prior to 1-April-2001 (including simple change of ISP), have to know whether they are CAP or DMT. The 678 can be loaded with either AP or DMT firmware (but you must select one). To find your firmware version, do a "show version" when logged in to the 678. ==== For CAP ==== cbos# set inter wan0-0 close cbos# set inter wan0-0 vci 1 cbos# set inter wan0-0 vpi 1 cbos# set inter wan0-0 open ==== For DMT (all newer connections) ==== cbos# set inter wan0-0 close cbos# set inter wan0-0 vpi 0 cbos# set inter wan0-0 vci 32 cbos# set inter wan0-0 open :!: Note: For static routers, DHCP service is generally disabled, although there is no reason why the DSL router cannot be a DHCP server. In the configuration above, DHCP is not turned on, which means that it is off by default. ===== Another Programming Example for Static IP Addresses ===== :!: All things in must be changed per installation. :!: Warning: this device must be disconnected from the phone line before this configuration is installed. Once the final reboot command is given, it may be re-connected to Qwest/US West. cbos# enable cbos# set nvram erase cbos# write cbos# reboot ... cbos# enable cbos# set ppp wan0-0 login cbos# set ppp wan0-0 pass cbos# set int eth0 address cbos# set int eth0 netmask cbos# set snmp enabled cbos# set syslog disabled cbos# set syslog remote cbos# set prompt (8 char) cbos# set password exec cbos# set password enable cbos# set web port 77 cbos# set web disabled cbos# set tftp disabled cbos# write cbos# reboot For customers with Cisco 678 routers, there is a choice of CAP or DMT. All customers who connected prior to 1-April-2001 (including simple change of ISP), have to know whether they are CAP or DMT. The 678 can be loaded with either CAP or DMT firmware (but you must select one). To find your firmware version, do a "show version" when logged in to the 678. ==== For CAP (older circuits) ==== cbos# set inter wan0-0 close cbos# set inter wan0-0 vci 1 cbos# set inter wan0-0 vpi 1 cbos# set inter wan0-0 open ==== For DMT (newer circuits - use this if in doubt) ==== cbos# set inter wan0-0 close cbos# set inter wan0-0 vpi 0 cbos# set inter wan0-0 vci 32 cbos# set inter wan0-0 open :!: Note: For static routers, DHCP service is generally disabled, although there is no reason why the DSL router cannot be a DHCP server. In the configuration above, DHCP is not turned on, which means that it is off by default. ===== DHCP Server Configuration Commands ===== cbos# set dhcp server pool 0 dns cbos# set dhcp server pool 0 sdns cbos# set dhcp server ip cbos# set dhcp server size cbos# set dhcp server wins cbos# set dhcp server swins cbos# set dhcp server enable ===== NAT Configuration Commands ===== cbos# set nat outside ip cbos# set nat entry add cbos# set nat entry delete cbos# set nat enable cbos# set nat disable ===== Show Configuration and Status ===== cbos# show interface wan0 cbos# show config ===== Set Factory Defaults ===== Enter RMON mode: - Establish serial communication - Recycle the power to the router - Immediately hit at the "Hello!" message - Erase the configuration and reboot es 6 rb ===== Update the Firmware ===== - Download the latest firmware - Establish serial communications with HyperTerminal - Log in and enable - Start the firmware update (receive) on the router - Send .bin firmware file via xmodem protocol set download code