Sat Jun 24 16:35:54 UTC 2006

Cisco 760 Configuration

It's finally there. Sorry for the delay. If you want to connect to the Internet, follow these steps:

  • Use a serial modem cable to connect to the Cisco 760. The serial line settings should be "9600,N,8,1".
  • Reset the Cisco 760 by typing "set default".
  • Now you should be ready to set it up:
set system your_hostname
set switch net3
set multidestination on
set ppp multilink on
set 2 auto off 
cd lan
set ip address 192.168.0.1
set ip netmask 255.255.255.0
set ip routing on
set ip rip update periodic
cd
set user your_ISP_user 
set ip routing on
set ip framing none
set encapsulation ppp
set ip route destination 0.0.0.0 gateway 0.0.0.0
set number 0123456789
set bridging off
set ppp secret host
your_password
your_password
set timeout 60
dropped automatically
cd
set ppp authentication incoming chap
set ppp authentication outgoing chap
set ppp secret client
your_password
your_password

This should work. If you want to use both ISDN channels, type "set 2 auto off". Please note that "set switch net3" only works for Europe. I don't know the appropriate command for other ISDN infrastructures. Customize the other settings to your leisure.


Posted by Canmore | Permanent link | File under: Musings