Secure WebMail
Home Services Support Billing Resources Contact Us
Cisco 675 / 678 Router Programming for Static IP Using Radius
back
Please connect the blue programming cable that came with your 675 / 678 router to your COM port on your computer and to the router. To program these instructions you must be logged into the cisco in ENABLE mode to get CBOS # prompt.
<--- This line is a comment line. -->
<--- There are more below. They do not need to be typed. -->
<--- If router was shipped in RFC1483 bridging -->
<--- mode it must be switched to PPP -->
cbos# set nvram erase
cbos# write
cbos# reboot
cbos# set rfc1483 disabled
cbos# write
cbos# reboot
When you have done these steps correctly you should log back into the Cisco and enter ENABLE mode to get CBOS # prompt. Type sh run as follows:
cbos# sh run
<--- You should not see RFC1483 enabled -->
<--- Next 5 lines cisco 678 only first line -->
<--- may need typed 2-3 times to fully close -->
cbos# set int wan0-0 close
cbos# set int wan0-0 vpi 0 <--- cisco 678 only -->
cbos# set int wan0-0 vci 32 <--- cisco 678 only -->
cbos# set int wan0-0 open <--- cisco 678 only -->
cbos# write
<--- Basic Static IP Programming Requirements for 675 / 678 -->
cbos# set ppp wan0-0 ipcp 0.0.0.0
cbos# set ppp wan0-0 dns 0.0.0.0
cbos# set ppp restart enabled
cbos# set web disabled
cbos# set web port 61534
cbos# set nat disabled
cbos# set dhcp server disabled
cbos# set ppp wan0-0 login (login name)
cbos# set ppp wan0-0 password (login password)
cbos# write
cbos# reboot
© 1996 - 2008 ~ Net-Venture, Inc. ~ All Rights Reserved. Terms and prices subject to change without notice.