098-00028-000 Revision F – May, 2012 TimeProvider 5000 User’s Guide 161
Chapter 3
TimeProvider 5000 CLI Command Set
set ip (imc|ioc1-1|ioc1-2|exp[0-9] port<1-16>} address
<addr_value> netmask <mask_value> gateway <gateway value>
Example 1:
To restart the IMC module Ethernet interface:
tp5000> set ip imc restart
Example 2:
To Enable the IP interface for Port 2 of the active card:
tp5000> set ip ioc1-2 enable
Example 3:
To set the IP address for the IMC module to 192.168.2.11, the mask to
255.255.255.0, and the gateway 192.168.2.1:
tp5000> set ip imc address 192.168.2.11 mask 255.255.255.0
gateway 192.168.2.1
tp5000> set ip imc restart
Example 4:
To set the IP address for Port 2 on the IOC card to 192.168.2.3, the mask to
255.255.255.0, and the gateway 192.168.2.1:
tp5000> set ip ioc1-2 address 192.168.2.3 mask 255.255.255.0
gateway 192.168.2.1
tp5000> set ip ioc1-2 restart
Example 5:
To set the IP address for Port 2 on expansion shelf 4 (id: exp3) to 192.168.2.3, the
mask to 255.255.255.0, and no gateway:
tp5000> set ip exp3 port 2 address 192.168.2.3 mask 255.255.255.0
gateway 0.0.0.0
tp5000> set ip exp3 port 2 restart
Note: In order for the configuration change to take affect, the
interface must be restarted with the "set ip {imc|ioc1-1|ioc1-2|exp[0-9]
port<1-16>} restart" command.