home *** CD-ROM | disk | FTP | other *** search
/ zipcon.net / www.zipcon.net.tar / www.zipcon.net / pub / modems / c67xppp.txt < prev    next >
Text File  |  2004-04-16  |  5KB  |  128 lines

  1.   CHANGING A CISCO 675 and 678 into PPP MODE
  2.  
  3.     Note: The Cisco 675 is referred to, but the Cisco 678
  4.           should require identical configuration.
  5.  
  6. To change a Cisco 675 into PPP mode, connect up the management
  7. cable from the Cisco 675 to the computer.  The management cable
  8. is probably gray or blue, it has one side that looks like a
  9. network cable (like a fat phone line), that plugs into the MGMT
  10. port on the back of the Cisco 675, and the other side that is a
  11. 9 pin serial port, that plugs into the computer.
  12.  
  13. Once the cable is connected up, start up Hyper-terminal, usually
  14. in the Start menu, in Programs -> Accessories -> Communications
  15. -> Hyper-terminal.  This will open up the Hyper-terminal window.
  16. Double click on "Hypertrm.exe" or just "Hypertrm" to start the
  17. Hyper-terminal program.
  18.  
  19. When Hyper-terminal starts, it will ask for the name of the
  20. connection, call it Cisco675 and click "OK".  The next window
  21. should have a section "Connect using", choose Direct to Com1
  22. (or Com2, if the cable is plugged into Com2 on the PC.  You may
  23. have to try both Com1 and Com2 if you are not sure which you
  24. plugged the cable into).
  25.  
  26. Now the Port settings window will come up.  Adjust it so it
  27. looks like the following:
  28.  
  29. Bits per second:    9600    (for Cisco 675)
  30. Bits per second:    38400   (for Cisco 678)
  31. Data bits:        8
  32. Parity:            None
  33. Stop bits:        1
  34. Flow control:        None
  35.  
  36. You should now be connected to the Cisco 675 management (MGMT)
  37. port.  Press ENTER a few times and you should see a Password:
  38. or "cbos>" prompt.  If you don't, try unplugging the Cisco 675
  39. for 10 seconds and plugging it back in.  Then press ENTER a
  40. few times again.  If you still don't see a Password: prompt or
  41. a "cbos>" prompt, the wrong Com port may have been selected.
  42. In that case, go into the File menu in Hyper-terminal and choose
  43. Properties.  Change the "Connect using" box to the other Com
  44. port.  If you are using "Direct to Com1" now, change it to
  45. "Direct to Com2", or vice versa.
  46.  
  47. Now press ENTER a few times, if you still don't see a
  48. "Password:" prompt, power off the Cisco 675 for 10 seconds,
  49. then plug it back in.  You should now get a "Password:" or
  50. "cbos>" prompt.
  51.  
  52. Once you are at the Password: prompt, enter your Cisco 675
  53. password, or if you don't have one, press ENTER.  That should
  54. get you to a "cbos>" prompt.  Now type in "enable" and press
  55. ENTER.  It will now ask for a password again.  Enter your
  56. Cisco 675 enable password, or press ENTER if you don't have
  57. one.  You should now be at a "cbos#" prompt.
  58.  
  59. At the "cbos#" prompt, type in the following, pressing the
  60. ENTER key after each line:
  61.  
  62.     set nvram erase
  63.     write
  64.     reboot
  65.  
  66. After the Cisco 675 reboots, you'll should back at the main
  67. password prompt again.  Press ENTER a few times again if you
  68. don't see the "Password:" prompt.  Again, enter your Cisco 675
  69. password, of if you don't have one, press ENTER.  That should
  70. get you to a "cbos>" prompt.  Once again, type in "enable" and
  71. press ENTER.  It will now ask for a password again.  Enter your
  72. Cisco 675 enable password, or press ENTER if you don't have
  73. one.  You should now be back at a "cbos#" prompt.
  74.  
  75. At the "cbos#" prompt, type in the following, pressing the
  76. ENTER key after each line:
  77.  
  78.     set ppp wan0-0 ipcp 0.0.0.0
  79.     set ppp wan0-0 dns 0.0.0.0
  80.     set ppp wan0-0 login ppp
  81.     set ppp wan0-0 password ppp
  82.     set nat enable
  83.     set dhcp server enable
  84.     set password exec SECRET-PASSWORD
  85.         NOTE - VERY IMPORTANT
  86.             Write down the SECRET-PASSWORD you
  87.             use there is no way to recover it.
  88.     write
  89.     reboot
  90.  
  91. That should do it, your Cisco 675 should now be in PPP
  92. mode.  It should be up and running.  If you have a
  93. Cisco 678, there are a few more commands to type in:
  94.  
  95. If you have a Cisco 678, there
  96. are a few more commands to type in:
  97.  
  98.         show int wan0-0
  99.         set int wan0-0 disable
  100.         write
  101.         set int wan0-0 vpi 0            (CAP use: vpi 1)*
  102.         set int wan0-0 vci 32           (CAP use: vci 1)*
  103.         set int wan0-0 ena
  104.         write
  105.         reboot
  106.  
  107. *CAP is the older format for Qwest DSL, the new format is DMT.
  108.  Most DSL lines are DMT.  If your DSL was installed before
  109.  2002, please call Zipcon at 206-524-0612 and we'll find out
  110.  if your DSL line is CAP or DMT.
  111.  
  112. That completes the configuration for the Cisco 678.
  113.  
  114. When you exit Hyper-terminal, if you get a "You are currently
  115. connected.  Are you sure you want to disconnect now", choose
  116. Yes.  It may then ask "Do you want to save session Cisco675",
  117. choose Yes.  Now the next time you want to connect into the
  118. Cisco 675, just double click on the Cisco675 icon.
  119.  
  120.  
  121. Please let me know if you have questions or problems.  Thanks, Dan
  122.  
  123.  
  124. Daniel Pewzner  ------------------Zipcon, since 1995------------
  125. zip@zipcon.net        Need help? try http://www.zipcon.com/help
  126. voice: 206-524-0612   
  127. data:  206-576-7500  206-576-7501  206-219-9874 ----------------
  128.