# 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 = `<ip-address>  
` [dstmsk = <ip-mask(dotted or cidr)>]`  
` [label = `<string>`]`  
` [gateway = `<ip-address>`]`  
` [intf = `<string>`]`  
` [srcintf = `<string>`]`  
` [metric = <number{0-255}>]`</string></string></ip-address></string></ip-address>