Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Static Routes: Adding an IPv4 Static Route to the IP Routing Table
10-2
Adding an IPv4 Static Route to the IP Routing Table
To add an IPv4 static route to the IP routing table:
1. At the main prompt, add an IPv4 static route with destination address
128.14.0.0, subnet mask length 16 and gateway address 10.40.2.18:
config ip route 128.14.0.0/16 10.40.2.18
2. (optional) Verify that the IPv4 static route has been added properly:
show ip route
The command response similar to the following displays:
3. Save the configuration.
In this scenario, you will add an IPv4 static route to the
IP routing table.
(Dub)>show ip route
Destination Gateway Interface Flags
10.40.0.0/16 0.0.0.0 bridge switch Up
127.0.0.0/8 0.0.0.0 * Reject Up
127.0.0.1/32 0.0.0.0 lo Host Up
128.14.0.0/16 10.40.2.18 bridge switch Up
(Dub)>