TOPEX Bytton (HSPA+ / LTE)
ByttonLTE(full)_genericUsermanual_sw306FAS_revN.1.docx
Page: 182 / 290
For further details, click the “
Routes help
” link
to see the embedded help with
examples:
In the Routes web page you have the following columns:
No. Route IP Netmask Router Interface Metric
No - Number of the route.
Route - Type of the route:
Static - will add a static route.
Quagga - will send the route to Dynamic route Daemon.
IP - Ip that you like to add a route.
Netmask - Netmask for IP.
Ex:
route to IP: 10.10.10.1 netmask 255.255.255.255 will add a host route.
route to IP: 10.10.10.1 netmask 255.255.255.0 will fail to be add netmask / ip
conflict.
route to a network: 10.10.10.0 netmask 255.255.255.0
New EX:
Route add to host from 10.216.240.225 to 10.216.240.230
If a route to a network is needed you will set IP = Network IP not a Host IP.
For this example the corect connfig is:
IP=10.216.240.224
Netmask=255.255.255.248
Address: 10.216.240.225 00001010.11011000.11110000.11100 001
Netmask: 255.255.255.248 = 29 11111111.11111111.11111111.11111 000
Wildcard: 0.0.0.7 00000000.00000000.00000000.00000 111
=>
Network: 10.216.240.224/29 00001010.11011000.11110000.11100 000
HostMin: 10.216.240.225 00001010.11011000.11110000.11100 001
HostMax: 10.216.240.230 00001010.11011000.11110000.11100 110
Broadcast: 10.216.240.231 00001010.11011000.11110000.11100 111
Hosts/Net: 6 Class A, Private Internet
Router (or gateway) - Will send the route to the next router.
The specified Router must be reachable first.
If Router is off you need to set a interface.
Interface - Will add the route to interface.
Force the route to be associated with the specified device.
If interface is Router you need to set a Router IP.
Metric - set the metric field in the routing table.
Figure 5-115: Routes – Embedded help for defining static routes