Skip to main content

Speedtouch commands

show timeservers

sntp list

show dns servers

dns server route list
dns server route add dns=1.1.1.1 metric=5

add route

ip rtadd
dst=0.0.0.0
dstmask=255.255.255.255
label=
gateway=192.168.1.254
intf=
srcintf
metric=0

ip rtadd

Add a route to the routing table. SYNTAX:

ip rtadd
 dst = 
 [dstmsk = <ip-mask(dotted or cidr)>]
 [label = ]
 [gateway = ]
 [intf = ]
 [srcintf = ]
 [metric = <number{0-255}>]