![Paradyne Hotwire 6211 Скачать руководство пользователя страница 40](http://html.mh-extra.com/html/paradyne/hotwire-6211/hotwire-6211_command-manual_753976040.webp)
6211-I1 ADSL2+ Router Command Line Interface User’s Guide
40
Examples
Add a route to the network 192.56.76.x via the br0 interface.
route add 192.56.76.0 255.255.255.0 br0
Add a route to gateway 10.6.33.129 for network 192.57.66.x.
route add 192.57.66.0 255.255.255.0 10.6.33.129
Output
The output of the kernel routing table is organized in the following columns:
Destination
The destination network or destination host.
Gateway
The gateway address or "*" if none is set.
Genmask
The netmask for the destination net, 255.255.255.255 for a host destination, and
0.0.0.0 for the default route.
Flags
Possible flags include:
U--route is up.
H--target is a host.
G--use gateway.
R--reinstate route for dynamic routing.
D--dynamically installed by daemon or redirect.
M--modified from routing daemon or redirect.
Files
/proc/net/route
/proc/net/rt_cache
save
Name
save Saves the current configuration to permanent storage on flash memory.
Synopsis
save
Description
The save command saves the current configuration to flash.
Examples
Save all current configuration to flash.
>save