INS_RL1000GW_REV– 15 Jul 2016 PAGE 43
INSTALLATION AND OPERATION MANUAL
RL1000GW
TECH SUPPORT: 1.888.678.9427
Example
1. Create an IP interface with vlan 1 and static route (default gateway).
RL1000GW#
router interface create address-prefix 10.10.10.100/24 vlan 5 purpose application-host
physical-interface eth1
commit
commit ok
router interface show
+----+------+--------+-------------------+------+------------------+--------------+-----------
--+
| Id | VLAN | Name | IP/Subnet | Mtu | Purpose | Admin status |
Description |
+====+======+========+===================+======+==================+==============+=====
========+
| 1 | 5 | eth1.5 | 10.10.10.100/24 | 1500 | application host | enable |
|
+----+------+--------+-------------------+------+------------------+--------------+-----------
--+
[router/] static
router/static> enable
router/static# configure terminal
router/static(config)# ip route 0.0.0.0/0 172.17.212.100
router/static(config)# write
router/static(config)# exit
router/static# exit
commit
router route show
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.17.212.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1.100
0.0.0.0 172.17.212.100 0.0.0.0 UG 0 0 0 eth1.100
Completed OK