Routing
IP routing
LR54 User Guide
387
3. Create the route policy:
a. Add a new routing policy:
(config)> add network route policy end
(config network route policy 0)>
b. Set the label that will be used to identify this route policy:
(config network route policy 0)> label "Route through cellular"
(config network route policy 0)>
c. Set the interface:
(config network route policy 0)> interface /network/interface/
(config network route policy 0)>
d. Configure the source address:
i. Set the source type to
zone
:
(config network route policy 0)> src type zone
(config network route policy 0)>
ii. Set the zone to
internal
:
(config network route policy 0)> src zone internal
(config network route policy 0)>
e. Configure the destination address:
i. Set the destination to use an IPv4 address:
(config network route policy 0)> dst type address
(config network route policy 0)>
ii. Set the IP address that will be the destination for outgoing traffic routed through the
WWAN interface. In the above example, this is 241.236.162.59.
(config network route policy 0)> dst address 241.236.162.59
(config network route policy 0)>
4. Save the configuration and apply the change:
(config)> save
Configuration saved.
>
5. Type
exit
to exit the Admin CLI.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
quit
to disconnect from the device.