Kitz Forum

Broadband Related => Broadband Hardware => Topic started by: xreyuk on March 16, 2012, 12:26:33 AM

Title: Telnet command to find DSLAM/MSAN Vendor
Post by: xreyuk on March 16, 2012, 12:26:33 AM
Hey guys

I have a Netgear DGN2200 with the BusyBox shell, and was wondering if anyone knows what commands I can use to find out DSLAM vendor information?

Thanks.
Title: Re: Telnet command to find DSLAM/MSAN Vendor
Post by: burakkucat on March 16, 2012, 12:51:09 AM
Assuming you are at a shell prompt, try the following commands and see what they might return --

Quote
adsl info
adslcmd info
adslctl info


You may need to experiment to find the correct syntax. Hopefully one of the above three will be approximately correct and a help message will then be displayed.
Title: Re: Telnet command to find DSLAM/MSAN Vendor
Post by: roseway on March 16, 2012, 07:36:46 AM
Try

adslctl info --vendor
Title: Re: Telnet command to find DSLAM/MSAN Vendor
Post by: GunJack on March 20, 2012, 12:25:51 PM
i tried these commands on my d-link 2640B - no joy :(
Title: Re: Telnet command to find DSLAM/MSAN Vendor
Post by: roseway on March 20, 2012, 12:45:31 PM
As far as I know, the 2640B has a Broadcom BCM6348 chipset, so it should respond to the command

adsl info --vendor

(The adslctl version of this command in my previous message applies only to Netgear routers).
Title: Re: Telnet command to find DSLAM/MSAN Vendor
Post by: GunJack on March 20, 2012, 11:10:58 PM
Eric, it does indeed have a 6348 in it, but using the  vendor command I get "too many options" as the response.... I was just curious as to what TT are using :)
Title: Re: Telnet command to find DSLAM/MSAN Vendor
Post by: burakkucat on March 21, 2012, 12:23:45 AM
As a fellow TalkTalk LLU'd line user, I know that the DSLAM (to which I connect) is reported as Infineon chip-based.

Quote
DSL Line (Wire Pair):            Line 1 (inner pair)
Protocol:                              G.DMT2 Annex A
DSL Channel:                      Fast
DSLAM:                               Country: {0xB5} Vendor: {IFTN} Specific: {0xC671}
ATM PVC Info:                     0/38
ATM Encapsulation:             Routed VC-Mux

Also --

Quote
<snip> G.DMT2 Annex A    Infineon    229/103    N/A    -19.0    -8.9    24.7    0
Title: Re: Telnet command to find DSLAM/MSAN Vendor
Post by: roseway on March 21, 2012, 07:35:32 AM
Eric, it does indeed have a 6348 in it, but using the  vendor command I get "too many options" as the response.... I was just curious as to what TT are using :)

If you just type 'adsl' you should get a summary of the options for that command. Of course it may be that the firmware in the 2640B has a cut-down version of the Broadcom CLI command set, without the necessary vendor option. Here's what I get on my Billion 7800N:

Code: [Select]
> adsl info --vendor
adsl: ADSL driver and PHY status
Status: Showtime
Retrain Reason: 8000
Max:    Upstream rate = 1096 Kbps, Downstream rate = 9452 Kbps
Path:   0, Upstream rate = 1099 Kbps, Downstream rate = 7623 Kbps

ChipSet Vendor Id:      IFTN:0x71be
ChipSet VersionNumber:  0x71be
ChipSet SerialNumber:   
>

(Apologies to the OP for slightly straying from the original question.)
Title: Re: Telnet command to find DSLAM/MSAN Vendor
Post by: GunJack on March 21, 2012, 11:49:22 AM
nail on the head there Eric, the 2640B is only a cut-down command set, without, unfortunately, the vendor commands :( Oh well....

..and my apologies too to OP :)