  d_l Barsoom Premium,MVM join:2002-12-08 Reno, NV
| reply to Doctor Olds Re: Difference between 4100 and 5100
Thanks. The CLI commands for Efficient business routers are NOT the same as those for the "intuitive" CLI of the 4100. 
Mostly it is intuitive! I've managed to figure out a few commands (for example, I changed one of the sntp servers and the timezone for the modem), but there are some I'd prefer to avoid until I know more about them. I stumbled into some reset configuration things that I probably shouldn't have tried.
I think I might be able to change the modem's IP and possibly its one DHCP address, but that may screw up the modem too. 
The one thing that I haven't discovered is how to permanently change the login and password for telnet access. The modem may already have an existing login of "lanadmin", but the password is hidden. |
|
  Doctor Olds I Need A Remedy For What's Ailing Me. Premium,VIP join:2001-04-19 1970 442 W30 clubs: | Read this whole thread for a possible FTP/Telnet fix.
»Need help with telnet access on 5200
Regards,
Doctor Olds |
|
  odinb
join:2001-11-26 Frisco, TX | reply to d_l d_l what does the SBC 4100 return on the "cfg dsl{mode" command? |
|
  d_l Barsoom Premium,MVM join:2002-12-08 Reno, NV | This is extracted out of a cfg dump:
dsl mode = mult [mult,ansi,dmt,lite,dsl2,auto,ds2p,red2,emt,] |
|
  odinb
join:2001-11-26 Frisco, TX 1 edit | Seems the SBC 4100 is pretty much the same as the SBC5100B, but in a new box. They seem to support the same DSL standards...
Thanks! |
|
  Doctor Olds I Need A Remedy For What's Ailing Me. Premium,VIP join:2001-04-19 1970 442 W30 clubs:
| Great detective work everyone. Did the command work to leave open FTP/Telnet after the SBC units are configured or not?
telnet 192.168.254.254 (user=efnu password=efnp) cfg upro{usr{per=0xffffffff cfg save do reboot Read »Need help with telnet access on 5200 for more info.
Regards,
Doctor Olds
-- Whats the point of owning a supercar if you cant scare yourself stupid from time to time? |
|
  d_l Barsoom Premium,MVM join:2002-12-08 Reno, NV
| reply to odinb FWIW, here is the MIB for the 4100 that I walked out. I don't use SNMP that much so I don't know if this has anything of use in it. The MACs for my modem and router have been obfuscated  |
|
  d_l Barsoom Premium,MVM join:2002-12-08 Reno, NV
1 edit | reply to odinb OK! These are the commands to "permanently" assign a logon/password to the AT&T 4100 after you have entered it with a temporary login/password from the SpeedStream 5200 FTP program.
cfg upro#0{usr{un="logon" cfg upro#0{usr{pw="password" cfg upro#0{usr{per=0xffffffff cfg save do reboot
I can't say if any other upro# will work because I didn't try. The modem responds to the cfg save with a note that the settings are written to NVRAM.
Alternately the commands can be written as cfg upro#0{usr{un="logon",pw="password",per=0xffffffff cfg save do reboot
If you don't like the settings you've changed, a hard reset apparently erases them all and restores the standard AT&T settings as does the command: do defcfg
A command that you don't want to use is "do mfgdef" which makes the modem inaccessible on the 192.168.0.1 IP and (I'm guessing here) may restore an alternate configuration?
What info can you get out at the CLI that isn't available in the GUI? Well, "show dsl log" gives the following info:
17 seconds into current interval of 900 seconds
Time TxCrcErr TxFecErr RxCrcErr RxFecErr Los Sef LosSec SefSec ErrSec RxBlk TxBlk SNR Atten 00:30:02 0 0 3 0 0 0 0 0 0 53181 53181 23.5 30.5 00:15:02 2 34 2 0 0 0 0 0 0 51982 51982 23.5 30.5
Last hour 2 34 5 0 0 0 0 0 0 106164 106165 - - xsh> Edit: ... and there is a problem. Once you make a PPPoE connection even when using "PPP on computer" mode, you then are locked out of telnet access which requires a hard reset which loses the "permanent" login/password and all other configuration changes. ... uhh! |
|
  Doctor Olds I Need A Remedy For What's Ailing Me. Premium,VIP join:2001-04-19 1970 442 W30 clubs:
2 edits | Strange as it works different on the Retail Firmware units and the 3 hidden upro# (User Profiles) are only available in Telnet or by Serial connections.
These are the three (3) hidden User Profiles in the 5x00/4x00 series.
upro#0 upro#1 upro#2
Then in the Retail Firmware units it shows the unhidden User Profiles that start at #3 internally, but show up as #0 to #5 on the Web Interface for a total of 8 User Profiles.
Regards,
Doctor Olds -- Whats the point of owning a supercar if you cant scare yourself stupid from time to time? |
|
 buggage Premium join:2002-11-28
| Actually, unless I missed something, that's exactly the way it works on retail devices as well.
The hidden profiles can also be set so they show on the user profile page. Of course you do have to enable them to show from a Telnet session. The following is true for all profiles.
cfg upro#0{nl=[y/n] Profile won't/will appear in the login menu. cfg upro#0{ne=[y/n] Profile won't/will appear in profile wizard page.
In later firmware there are actually up to 5 hidden profiles upro#0-4. |
|
  Doctor Olds I Need A Remedy For What's Ailing Me. Premium,VIP join:2001-04-19 1970 442 W30 clubs: | OK. Thanks for clarification as usual.  |
|