Routing
IP routing
IX20 User Guide
218
where
value
is one of:
n
zone
: Matches the source IP address to the selected firewall zone. Set the zone:
a. Use the
?
to determine available zones:
(config network route policy 0)> src zone ?
Zone: Match the IP address to the specified firewall zone.
Format:
any
dynamic_routes
edge
external
internal
ipsec
loopback
setup
Default value: any
Current value: any
(config network route policy 0)> src zone
b. Set the zone. For example:
(config network route policy 0)> src zone external
(config network route policy 0)>
See
for more information about firewall zones.
n
interface
: Matches the source IP address to the selected interface's network address.
Set the interface:
a. Use the
?
to determine available interfaces:
(config network route policy 0)> src interface ?
Interface: The network interface.
Format:
/network/interface/defaultip
/network/interface/defaultlinklocal
/network/interface/eth1
/network/interface/eth2
/network/interface/loopback
Current value:
(config network route policy 0)> src interface
b. Set the interface. For example:
(config network route policy 0)> src interface
/network/interface/eth1
(config network route policy 0)>