Windows 95/98/NT/2000 DSL Technical
Support
| Here are instructions for setting your Cisco to Routed mode. |
Setting up in
Routed-RFC1483 Mode for a Single Workstation
Cbos# enable
Password: xxxxx
Cbos# set nvram erase
Cbos# write
Cbos# reboot
Cbos# enable
Password: xxxxx
Cbos# set rfc1483 enabled
Cbos# set interface eth0 address 209.32.1xx.xxx mask 255.255.255.2xx [eth0 address is the
gateway]
Cbos# write
Cbos# reboot
..if you have a Cisco 677..
cbos# set interface wan0 trellis-coding disabled
..if you have a Cisco 677/678 and your line is the newer (installed after 4/1/2001) DMT style..
Cbos# set int wan0-0 disable
Cbos# write
Cbos# set int wan0-0 vpi 0
Cbos# set int wan0-0 vci 32
Cbos# set int wan0-0 enable
Cbos# write
Cbos# set int wan0 retrain
..if you have a Cisco 678 but your line is the older CAP style..
Cbos# set int wan0-0 vpi 1
Cbos# set int wan0-0 vci 1
Options: (Enable to DHCP Server)
Cbos# enable
Password: xxxxx
Cbos# set dhcp server enabled
Cbos# set dhcp server pool 0 ip (first ip of pool)
Cbos# set dhcp server pool 0 netmask 255.255.255.2xx
Cbos# set dhcp server pool 0 size (# of addresses)
Cbos# set dhcp server pool 0 gateway (ip of 675 router)
Cbos# set dhcp server pool 0 dns 199.199.195.5
Cbos# write
Cbos# reboot
|