User Guide

9 IP Commands
163 / 260
3EC 16982 AFAA TCZZA Ed. 01
ip load
Load saved (or default) IP configuration.
Execute ip flush prior to ip load.
SYNTAX:
ip load [defaults = <yes|no>]
[defaults] Load factory defaults (yes) or saved configuration (no).
Not specifying this parameter loads the saved configuration
OPTIONAL
EXAMPLE:
=>ip rtlist
Destination Source Gateway Intf Mtrc
192.16.11.0/24 192.16.11.0/24 192.16.11.140eth0 0
172.16.1.1/32 0.0.0.0/0 172.16.1.1 cip0 0
192.16.11.140/32 0.0.0.0/0 192.16.11.140eth0 0
127.0.0.1/32 0.0.0.0/0 127.0.0.1 loop 0
172.16.1.0/24 0.0.0.0/0 172.16.1.1 cip0 0
192.16.11.0/24 0.0.0.0/0 192.16.11.140eth0 0
=>ip save
=>ip flush
=>ip rtlist
Destination Source Gateway Intf Mtrc
172.16.1.1/32 0.0.0.0/0 172.16.1.1 cip0 0
127.0.0.1/32 0.0.0.0/0 127.0.0.1 loop 0
172.16.1.0/24 0.0.0.0/0 172.16.1.1 cip0 0
=>ip load defaults=yes
=>ip rtlist
Destination Source Gateway Intf Mtrc
10.0.0.0/8 10.0.0.0/8 10.0.0.138 eth0 0
255.255.255.255/32 0.0.0.0/0 10.0.0.138 eth0 0
10.0.0.138/32 0.0.0.0/0 10.0.0.138 eth0 0
172.16.1.1/32 0.0.0.0/0 172.16.1.1 cip0 0
127.0.0.1/32 0.0.0.0/0 127.0.0.1 loop 0
172.16.1.0/24 0.0.0.0/0 172.16.1.1 cip0 0
10.0.0.0/8 0.0.0.0/0 10.0.0.138 eth0 0
0.0.0.0/0 0.0.0.0/0 10.0.0.138 eth0 0
=>ip load
=>ip rtlist
Destination Source Gateway Intf Mtrc
192.16.11.0/24 192.16.11.0/24 192.16.11.140eth0 0
172.16.1.1/32 0.0.0.0/0 172.16.1.1 cip0 0
192.16.11.140/32 0.0.0.0/0 192.16.11.140eth0 0
127.0.0.1/32 0.0.0.0/0 127.0.0.1 loop 0
172.16.1.0/24 0.0.0.0/0 172.16.1.1 cip0 0
192.16.11.0/24 0.0.0.0/0 192.16.11.140eth0 0
=>
RELATED COMMANDS:
ip flush Flush complete IP configuration.
ip save Save current IP configuration.