How do you set a static IP in the Anywhere USB 2 Plus? I don’t understand what syntax is acceptable.
Must match syntax: IPv4_address/netmask
I entered 10.242.47.7/255.255.255.128 and it keeps complaining about the syntax.
How do you set a static IP in the Anywhere USB 2 Plus? I don’t understand what syntax is acceptable.
Must match syntax: IPv4_address/netmask
I entered 10.242.47.7/255.255.255.128 and it keeps complaining about the syntax.
See User’s Guide
For example, to route traffic to the 192.168.47.0 network that uses a subnet mask of 255.255.255.0:
(config network route static 0)> dst 192.168.47.0/24
(config network route static 0)>
The any keyword can also be used to route packets to any destination with this static route.