User manual

30
add framed_route user <
name
>
gateway
[ip_address]
ip_route
[ip_address]
metric
[number]
Adds a framed (static) network to the user profile for dialup connections. This
method of creating a static route does not run RIP to learn routes, so you must
specify IP route and gateway addresses. See
add ip route
command
.
Parameters Description
<user name> User name specified for the framed network.
gateway IP address of the gateway used to reach this remote
network.
ip_route IP address of the remote network
metric Integer representing how far away the route is, in
“hops” from other routers. Values are 1 through 15.
add init_script <
script_name
>
command <
“command string”
>
Creates a modem initialization string, and adds it to the Init script Table. Use
list init_scripts
to view current Init script Table entries. After you use the
set
serial
command to assign an initialization script to a switched interface, that
string will be sent to the serial line driver whenever a connection terminates, to
ready the modem for the next connection.
Parameters Description
<script_name > Designation of the init script, up to 7 ASCII characters.
command Modem initialization string must be entered with double
quotes, and be less than 56 characters. The string must
end with the characters \\r\\n, which is interpreted by the
system as carriage return, newline.