 zincPremium join:2004-02-17 Kitchener, ON | SS5200 CLI In my futile quest in an attempt to work bridge and pppoe at once, I've figured out the SS5200 cli... (with the uncrippled firmware)
*** NOTE I take no responsibility if you screw up your modem.. though the reset button for 4 seconds should work if you screw up the settings.... blah, the board ate my formatting
telnet 192.168.254.254 login: admin1 (or bcadmin), it's the "other" admin acct pass: admin (or bcadmin)
commands: ? shows help do (see below) clear (clears parts of the system, type it to see what it can clear) show (shows info, type it to see what it can show) cfg (shows/changes config see below for example)
do -> dumpcfg [ shows the config in it's format ] defcfg [ reset to factory defaults ] dhcpc -> [ dhcp client ... should be obvious ] release renew ping ip numberoftimes length tracert ipaddr
etc. etc. many of the commands are fairly obvious e.g. do reboot
the syntax to show/change settings is shown by do dumpcfg cfg (shows all) cfg atm{vcc#0{2684 (shows atm->vcc0->2684) cfg atm{vcc#0{2684{ub=brg (sets vcc0 to be a 2684 bridge)
I only played with ub, it's options are: ppp, oef, igmf, macf, oeip, ipm, brg, ip, oe
brg = 2684 bridge mode (so you need raspppoe or some other pppoe client) oe = pure pppoe (pppoe terminates at modem) oeip = pppoe + 2684/ip (useless for sympatico folk since we cant use 2684/ip) oef = pppoe bridge (doesnt work?) ip = 2684/ip ppp, igmf, macf, ipm (shows it with everything on... broken?) |