If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:showdsldstat

From BoxMatrix


BoxMatrix >> Shell-Commands >> showdsldstat @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

AVM-Command

Goto:   Examples  -  Source  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

showdsldstat is a supportdata helper showing internet connections, PVCs or VLANs.
The name comes from dsld, the routing daemon, which is used for all kinds of internet access technologies, not only DSL.

fw 7.29 help:

root@fritz2:/var/mod/root# showdsldstat -?

usage: showdsldstat [options]

options:
  -?                 - print this help
  -s                 - show only sync groups. (NOTSET)
  -v                 - show only vpn connections. (NOTSET)
  -g                 - show only global info. (NOTSET)
  -m                 - show only mcast info. (NOTSET)
  -a                 - same as -svgm. (NOTSET)
  -i INTEGER         - show only interface with number. (8)
  -D STRING          - switch debug logs on. (FUNC)

Examples

7330 fw 7.29 (DSL-Router mode, separate VoIP PVC):

root@fritz1:/var/mod/root# showdsldstat

time: 2022-04-20 01:38:58
0: sync_dsl: DSL (showtime) 
 syncsspeed         14741000    1149000  14.74Mbit/s   1.15Mbit/s
 maxspeed L2        13247000    1032000  13.25Mbit/s   1.03Mbit/s
 actual                   80        248      80bit/s     248bit/s
                                               0.00%        0.02%
running (voip=1,tr069=0,tv=0,ntp=0,ipv6=0,ipv4=0,vpn=0)
Active Provider: -
PPPoE Forward: disabled
voip_backup: not active

0: name internet (attached, active internet)
0: sync_group: sync_dsl
0: pvc 1/32/UBR/0/0 PPPoE/32/dsl dc:39:6f:XX:XX:XX stay online 1 (prop: default internet)
0: IPv6: off
0: IPv6: error 3/0x3/0 2022-04-19 05:51:15  (disconnect prevention)
0: IPv4: native
0: IPv4: connected since 2022-04-19 05:51:15 (setup time 0 secs) (connect cnt 24)
0: IPv4: next disconnect 2022-04-20 05:49:48 (in 15050 secs)
0: IPv4: ip 84.59.XX.XX peer 84.XX.XX.1 mtu 1492
0: IPv4: masqaddr 84.59.XX.XX
0: IPv4: dns 176.95.XX.XX 176.95.XX.XX
0: route 84.59.XX.XX/32 protocol iface
0: route 176.95.XX.XX/32 protocol dns
0: route 176.95.XX.XX/32 protocol dns
0: acname ffmcbrXXX
0: RX bytes:2622644192 pkt error:0 discard:0 filtered:6071 dropped:338
0: RX pkts:1849542 unicast:1849542 multicast:0 broadcast:0
0: TX bytes:107510332 pkt error:0 discard:0 filtered:0 dropped:0
0: TX pkts:1132652 unicast:1132651 multicast:0 broadcast:1

1: name voip (attached)
1: sync_group: sync_dsl
1: pvc 1/35/CBR/603/0 PPPoE/32/dsl dc:39:6f:XX:XX:XX stay online 1 (voip)
1: IPv6: off
1: IPv6: error 3/0x3/0 2022-04-19 05:49:30  (disconnect prevention)
1: IPv4: native
1: IPv4: connected since 2022-04-19 05:49:30 (setup time 0 secs) (connect cnt 24)
1: IPv4: next disconnect 2022-04-20 05:48:17 (in 14959 secs)
1: IPv4: ip 92.218.XX.XX peer 92.218.0.1 mtu 1492
1: IPv4: masqaddr 92.218.XX.XX
1: IPv4: dns 176.95.XX.XX 176.95.XX.XX
1: route 92.218.XX.XX/32 protocol iface
1: acname ofbvbrXXX
1: RX bytes:24249425 pkt error:0 discard:0 filtered:5223 dropped:250
1: RX pkts:118555 unicast:118555 multicast:0 broadcast:0
1: TX bytes:47824832 pkt error:0 discard:0 filtered:0 dropped:0
1: TX pkts:234847 unicast:234846 multicast:0 broadcast:1

Source

The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.39 source files:

$ strings /bin/showdsldstat | grep -e '\.c$' -e '\.cpp$'

<empty>  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-16 07:14 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Depends on lib ld.so 40 7.08 - 7.90 Dynamic linker / loader Linux
Depends on lib libar7cfg.so 4 7.90 TFFS-Configuration API to ar7.cfg and many more. AVM
Depends on lib libavmauth.so 76 6.51 - 7.90 Fritzbox authentification helpers AVM
Depends on lib libavmcipher.so 4 7.90 AES / DES / Rijndael encryption / decryption. AVM
Depends on lib libavmcsock.so 141 4.28 - 7.90 Networking, I/O and helper functions AVM
Depends on lib libavmfbstate.so 56 7.39 - 7.90 IPC fritzbox state notification AVM
Depends on lib libavmhmac.so 123 4.61 - 7.90 HMAC / SHA / MD5 hashing. AVM
Depends on lib libavmwdt.so 8 7.59 - 7.90 AVM-Watchdogs management API AVM
Depends on lib libboxenv.so 4 7.90 API to the rc.conf enhanced Config-Environment AVM
Depends on lib libboxlib.so 141 4.28 - 7.90 Box status, logging and statistics functions AVM
Depends on lib libboxnotify.so 1 6.35 boxnotifyd client API (old) AVM
Depends on lib libc.so 141 4.28 - 7.90 Standard C library Linux
Depends on lib libcore.so 8 7.59 - 7.90 Collects the MAC addresses of the device it's running on AVM
Depends on lib libcrypto.so 56 7.39 - 7.90 OpenSSL general crypto and X.509 library Linux
Depends on lib libdl.so 129 4.28 - 7.90 Dynamic linking library Linux
Depends on lib libdputil.so 74 6.35 - 7.90 DataPipe / packet utilities AVM
Depends on lib libewnwjson.so 4 7.90 JSON helper functions AVM
Depends on lib libewnwled.so 30 5.51 - 6.36 LED event helper functions AVM
Depends on lib libewnwlinux.so 107 4.80 - 7.90 Linux networking functions AVM
Depends on lib libewnwnet.so 94 5.51 - 7.90 Internet helper functions AVM
Depends on lib libfbconf.so 8 7.59 - 7.90 TODO AVM
Depends on lib libgcc_s.so 80 4.28 - 6.110 GCC low-level runtime library Linux
Depends on lib libjuisclient.so 4 7.90 Update-Search - second generation - JUIS AVM
Depends on lib liblocalize.so 4 7.90 Charset conversion helper functions AVM
Depends on lib libm.so 1 7.90 C math library Linux
Depends on lib liboauth2.so 4 7.90 OAuth v2.0 authentificator Linux
Depends on lib libpthread.so 129 4.28 - 7.90 POSIX threading library Linux
Depends on lib librt.so 70 6.35 - 7.90 POSIX realtime extensions library Linux
Depends on lib libslab.so 39 4.28 - 5.09 Slab allocator or empty dummy library Linux
Depends on lib libslab_c++.so 4 7.90 C++ slab allocator AVM
Depends on lib libsvctl.so 61 7.19 - 7.90 supervisor notification library AVM
Depends on lib libtiinterpreter.so 56 7.39 - 7.90 Preprocessor for SSI-Files by TI. AVM
Depends on lib libwdt.so 138 4.28 - 7.80 AVM-Watchdogs management API AVM
Depends on lib libwebkpiclient.so 50 7.39 - 7.90 KPI sensor for system parts which use HTTP / HTTPS AVM
Depends on lib libwebsrv.so 94 5.51 - 7.90 HTTP / HTTPS webserver and tools. AVM
Depends on lib libyajl.so 4 7.90 Event-driven JSON parser Linux
Depends on lib libz.so 72 6.83 - 7.90 Zlib compressor / decompressor Linux
37 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-16 05:03 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box 2110 4.52 /sbin 14.1k
FRITZ!Box 2170 4.31 - 4.53 /sbin 10.0k - 14.1k
FRITZ!Box SL WLAN 4.33 - 4.34 /sbin 10.0k
FRITZ!Box WLAN 3020 4.33 - 4.34 /sbin 10.0k
FRITZ!Box WLAN 3030 4.33 - 4.34 /sbin 10.0k
FRITZ!Box WLAN 3130 4.34 /sbin 10.0k
FRITZ!Box WLAN 3131 4.31 - 4.52 /sbin 10.0k - 14.1k
FRITZ!Box WLAN 3170 4.31 - 4.53 /sbin 10.0k - 14.1k
FRITZ!Box WLAN 3270 4.57 - 5.54 /sbin 10.2k - 34.7k
FRITZ!Box WLAN 3270 v3 4.77 - 5.54 /sbin 11.6k - 34.7k
FRITZ!Box WLAN 3270 IT 5.23 - 5.52 /sbin 32.2k - 34.7k
FRITZ!Box 3272 5.50 - 6.89 /bin, /sbin 34.7k - 44.2k
FRITZ!Box WLAN 3370 5.01 - 6.56 /sbin 24.1k - 44.1k
FRITZ!Box 3390 5.50 - 6.56 /sbin 34.7k - 44.1k
FRITZ!Box 3490 (main) 6.20 - 7.30 /bin, /sbin 42.0k - 64.0k
FRITZ!Box 4020 7.39 /bin, /sbin 40.6k - 60.0k
FRITZ!Box 4040 6.52 - 7.57 /bin, /sbin 35.3k - 58.7k
FRITZ!Box 4050 7.57 /bin 58.6k
FRITZ!Box 4060 7.26 - 7.57 /bin 58.5k - 58.7k
FRITZ!Box Fon 4.30 - 4.49 /sbin 10.0k - 14.1k
FRITZ!Box Fon 5010 4.43 /sbin 10.0k
FRITZ!Box Fon 5050 4.30 - 4.31 /sbin 10.0k
FRITZ!Box Fon 5113 4.82 - 4.83 /sbin 12.0k
FRITZ!Box Fon 5124 4.47 - 4.77 /sbin 11.0k - 14.1k
FRITZ!Box Fon 5140 4.37 - 4.41 /sbin 10.0k
VoIP Gateway 5188 4.28 - 4.81 /sbin 10.0k - 14.2k
FRITZ!Box 5490 (main) 6.51 - 7.29 /bin, /sbin 42.0k - 64.0k
FRITZ!Box 5491 (main) 7.01 - 7.29 /bin 60.0k - 64.0k
FRITZ!Box 5530 Fiber (main) 7.21 - 7.80 /bin 58.7k - 68.0k
FRITZ!Box 5590 Fiber (arm) 7.27 - 7.90 /bin 58.5k - 62.6k
FRITZ!Box 5690 Pro (arm) 7.59 /bin 58.6k
FRITZ!Box 6320 Cable v1 6.03 - 6.04 /sbin 35.2k
FRITZ!Box 6320 Cable v2 6.21 /sbin 35.2k
FRITZ!Box 6340 Cable 5.24 /sbin 27.3k
FRITZ!Box 6360 Cable 4.85 - 6.51 /sbin 12.2k - 36.0k
FRITZ!Box 6430 Cable (arm) 6.84 - 7.57 /bin 35.3k - 58.8k
FRITZ!Box 6430 Cable (atom) 6.84 - 7.29 /bin 35.3k - 50.5k
FRITZ!Box 6490 Cable (arm) 6.20 - 7.57 /bin, /sbin 35.2k - 58.8k
FRITZ!Box 6490 Cable (atom) 6.83 - 7.51 /bin 35.3k - 50.5k
FRITZ!Box 6590 Cable (arm) 6.83 - 7.57 /bin 35.3k - 58.8k
FRITZ!Box 6590 Cable (atom) 6.83 - 7.51 /bin 35.3k - 50.5k
FRITZ!Box 6591 Cable (arm) 7.04 - 7.57 /bin 47.6k - 62.7k
FRITZ!Box 6591 Cable (atom) 7.04 - 7.57 /bin 47.6k - 62.7k
FRITZ!Box 6660 Cable (arm) 7.14 - 7.57 /bin 47.2k - 62.7k
FRITZ!Box 6660 Cable (atom) 7.14 - 7.57 /bin 47.2k - 62.7k
FRITZ!Box 6670 Cable (arm) 7.57 - 7.62 /bin 58.8k
FRITZ!Box 6670 Cable (atom) 7.61 - 7.62 /bin 58.8k
FRITZ!Box 6690 Cable (arm) 7.28 - 7.57 /bin 50.6k - 62.7k
FRITZ!Box 6690 Cable (atom) 7.28 - 7.57 /bin 50.6k - 62.7k
FRITZ!Box 6810 LTE 6.35 /sbin 33.1k - 44.1k
FRITZ!Box 6820 LTE v1 6.40 - 7.51 /bin, /sbin 44.2k - 64.1k
FRITZ!Box 6820 LTE v2 6.40 - 7.51 /bin, /sbin 44.2k - 64.1k
FRITZ!Box 6820 LTE v3 7.19 - 7.57 /bin 64.0k - 64.1k
FRITZ!Box 6840 LTE 5.08 - 7.39 /bin, /sbin 30.8k - 58.7k
FRITZ!Box 6842 LTE /sbin 34.7k - 44.1k
FRITZ!Box 6850 LTE 7.21 - 7.58 /bin 58.6k - 63.9k
FRITZ!Box 6850 5G 7.24 - 7.51 /bin 58.6k - 58.7k
FRITZ!Box 6890 LTE 6.84 - 7.51 /bin 44.0k - 63.9k
FRITZ!Box 6890 LTE v1 6.84 - 7.51 /bin 44.0k - 63.9k
FRITZ!Box 6890 LTE v2 6.84 - 7.51 /bin 44.0k - 63.9k
FRITZ!Box Fon WLAN 4.33 - 4.49 /sbin 10.0k - 14.1k
FRITZ!Box Fon WLAN 7050 4.30 - 4.50 /sbin 10.0k - 14.1k
FRITZ!Box Fon WLAN 7112 4.76 - 4.88 /sbin 11.2k - 22.4k
FRITZ!Box Fon WLAN 7113 4.40 - 4.86 /sbin 10.0k - 14.2k
FRITZ!Box Fon WLAN 7113 DE 4.40 - 4.77 /sbin 10.0k - 14.2k
FRITZ!Box Fon WLAN 7113 INT 4.82 - 4.86 /sbin 12.0k - 12.1k
FRITZ!Box Fon WLAN 7140 4.30 - 4.77 /sbin 10.0k - 14.2k
FRITZ!Box Fon WLAN 7141 4.30 - 4.77 /sbin 10.0k - 14.2k
FRITZ!Fon 7150 4.30 - 4.77 /sbin 10.0k - 14.2k
FRITZ!Box Fon WLAN 7170 4.28 - 4.99 /sbin 10.0k - 22.4k
FRITZ!Box Fon WLAN 7170 v1 4.28 - 4.99 /sbin 10.0k - 22.4k
FRITZ!Box Fon WLAN 7170 v2 4.28 - 4.99 /sbin 10.0k - 22.4k
FRITZ!Box Fon WLAN 7240 4.65 - 6.06 /sbin 10.6k - 40.7k
FRITZ!Box Fon WLAN 7270 v1 4.44 - 4.99 /sbin 10.3k - 19.1k
FRITZ!Box Fon WLAN 7270 v2 4.67 - 6.06 /sbin 11.0k - 40.7k
FRITZ!Box Fon WLAN 7270 v3 4.76 - 6.06 /sbin 11.2k - 40.7k
FRITZ!Box 7272 5.55 - 7.39 /bin, /sbin 40.2k - 58.7k
FRITZ!Box 7312 5.23 - 6.56 /sbin 31.7k - 44.2k
FRITZ!Box Fon WLAN 7320 4.85 - 6.35 /sbin 24.0k - 44.1k
FRITZ!Box 7330 5.06 - 6.56 /sbin 31.0k - 44.2k
FRITZ!Box 7330 SL 5.08 - 6.56 /sbin 31.0k - 44.2k
FRITZ!Box Fon WLAN 7340 4.83 - 5.05 /sbin 11.6k - 44.1k
FRITZ!Box Fon WLAN 7360 SL 5.04 - 6.34 /sbin 28.4k - 44.1k
FRITZ!Box Fon WLAN 7360 v1 5.06 - 6.36 /sbin 30.8k - 44.1k
FRITZ!Box Fon WLAN 7360 v2 5.22 - 6.88 /bin, /sbin 31.5k - 44.1k
FRITZ!Box 7362 SL 5.53 - 7.14 /bin, /sbin 34.7k - 63.9k
FRITZ!Box 7369 6.30 - 6.32 /sbin 44.1k
FRITZ!Box Fon WLAN 7390 4.81 - 5.22 /bin, /sbin 11.6k - 44.6k
FRITZ!Box 7412 6.21 - 6.88 /bin, /sbin 42.0k - 44.1k
FRITZ!Box 7430 6.26 - 7.39 /bin, /sbin 42.0k - 64.0k
FRITZ!Box 7490 (main) 5.57 - 7.57 /bin, /sbin 40.2k - 64.0k
FRITZ!Box 7510 7.30 - 7.57 /bin 58.5k - 58.6k
FRITZ!Box 7520 6.98 - 7.51 /bin 51.3k - 58.7k
FRITZ!Box 7520 v2 (arm) 7.30 - 7.57 /bin 58.6k - 58.7k
FRITZ!Box 7530 6.98 - 7.56 /bin 51.3k - 58.7k
FRITZ!Box 7530 AX 7.20 - 7.90 /bin 58.7k - 62.8k
FRITZ!Box 7560 6.51 - 7.39 /bin, /sbin 44.0k - 63.9k
FRITZ!Box Fon WLAN 7570 vDSL 4.70 - 4.94 /sbin 11.0k - 21.6k
FRITZ!Box 7580 6.53 - 7.30 /bin, /sbin 44.0k - 63.9k
FRITZ!Box 7581 6.54 - 7.16 /bin 35.3k - 58.7k
FRITZ!Box 7582 6.83 - 7.17 /bin 35.3k - 62.7k
FRITZ!Box 7583 7.01 - 7.57 /bin 59.9k - 63.9k
FRITZ!Box 7583 VDSL 7.19 - 7.31 /bin 63.9k
FRITZ!Box 7590 6.83 - 7.90 /bin 44.0k - 68.0k
FRITZ!Box 7590 AX 7.19 - 7.90 /bin 58.7k - 68.0k
FRITZ!Box 7690 7.59 /bin 58.6k
FRITZ!Smart Gateway 7.39 - 7.59 /bin 54.5k
FRITZ!WLAN Repeater 300E 6.00 - 6.34 /sbin 40.2k - 40.5k
FRITZ!WLAN Repeater 310 A 6.00 - 7.16 /bin, /sbin 40.2k - 59.9k
FRITZ!WLAN Repeater 310 B 6.30 - 7.16 /bin, /sbin 40.0k - 59.9k
FRITZ!WLAN Repeater 450E 6.00 - 7.15 /bin, /sbin 40.2k - 59.9k
FRITZ!Repeater 600 7.11 - 7.58 /bin 55.9k - 60.0k
FRITZ!Repeater 600 v2 7.19 - 7.58 /bin 55.9k - 60.0k
FRITZ!WLAN Repeater 1160 6.51 - 7.15 /bin, /sbin 40.5k - 59.9k
FRITZ!Repeater 1200 7.11 - 7.58 /bin 54.6k - 58.7k
FRITZ!Repeater 1200 AX 7.27 - 7.57 /bin 54.5k - 58.5k
FRITZ!WLAN Repeater 1750E 6.12 - 7.39 /bin, /sbin 40.4k - 64.0k
FRITZ!Repeater 2400 7.12 - 7.58 /bin 55.9k - 60.0k
FRITZ!Repeater 3000 6.98 - 7.58 /bin 48.4k - 58.7k
FRITZ!Repeater 3000 AX 7.39 - 7.57 /bin 54.5k - 58.7k
FRITZ!Repeater 6000 7.19 - 7.57 /bin 54.5k - 58.5k
FRITZ!WLAN Repeater DVB-C 6.12 - 7.03 /bin, /sbin 40.4k - 57.4k
FRITZ!Powerline 540E 5.58 - 7.15 /bin, /sbin 40.2k - 59.9k
FRITZ!Powerline 546E 5.53 - 7.15 /bin, /sbin 36.5k - 59.9k
FRITZ!Powerline 1240 AX 7.51 - 7.57 /bin 54.5k
FRITZ!Powerline 1240E 6.33 - 7.16 /bin, /sbin 40.0k - 59.9k
FRITZ!Powerline 1260E 6.90 - 7.57 /bin 32.4k - 58.7k
FRITZ!Powerline 1260 7.27 - 7.57 /bin 54.6k - 58.6k
congstar DSL-Box 4.44 - 4.81 /sbin 10.0k - 14.2k
congstar komplett Box 4.68 - 4.81 /sbin 11.1k - 11.8k
Speedport W 503V 4.68 - 4.81 /sbin 11.1k - 11.8k
Speedport W 503V MK 4.79 /sbin 11.6k
Speedport W 701V 4.44 - 4.81 /sbin 10.0k - 14.2k
Speedport W 721V 4.74 - 4.75 /sbin 11.2k
Speedport W 722V 4.76 - 4.79 /sbin 11.2k - 11.3k
Speedport W 900V 4.57 /sbin 14.2k
Speedport W 920V 4.78 - 4.79 /sbin 11.6k
Eumex 300 IP 4.44 /sbin 14.1k
Alice IAD 5130 4.65 - 4.71 /sbin 14.2k
Alice IAD WLAN 3331 4.90 /sbin 11.6k
Alice IAD 7570 vDSL 4.86 - 5.09 /sbin 11.5k - 11.6k
141 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-16 07:14 GMT.

Firmware Symbol
4.28 - 7.90 main
4.85 - 4.92 timeval2msec
4.31 - 5.09 traffic_class2str
3 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.