User`s guide
Chapter 51 IP Commands
IES-612-51 User’s Guide
318
51.1.1 IP Settings and Default Gateway Example
The following command sequence sets the IES-612-51 to have 192.168.1.3 as the IP address,
255.255.255.0 for the subnet mask and 192.168.1.233 for the default gateway.
The IES-612-51 leaves the factory with a default management IP address of 192.168.1.1 and a
subnet mask of 255.255.255.0, (ff:ff:ff:00 in hexadecimal notation), and the default gateway
set at 192.168.1.254. Make sure that you configure the IP parameters correctly before you
connect a IES-612-51 to the network, otherwise, you may interrupt services already running.
51.1.2 Route Show Command Example
This example displays the IES-612-51’s routing table.
51.1.3 ARP Show Command Example
Here is an example of the IES-612-51’s IP ARP table.
ip route set default
<gateway-ip> <metric>
Configures the default static IP forwarding route. H/H
ip route delete <dest-ip>[/
mask-bits]
Removes a static IP forwarding route. H/H
ip route show Displays the IES-612-51’s routing table. M/L
ip route flush Clears the routing table. H/~
ip arp show Displays the IES-612-51’s IP Address Resolution Protocol (ARP)
table. This is the list of IP addresses and matching MAC
addresses that the IES-612-51 has resolved.
M/L
ip arp flush Clears the IES-612-51’s IP Address Resolution Protocol table. H/H
statistics ip Shows the statistics for the CPU IP traffic. M/~
Table 128 General IP Commands
COMMAND DESCRIPTION P
ras> ip set 192.168.1.3/24
ras> ip gateway 192.168.1.233
ras> config save
ras> ip route show
index dest gateway metric name
----- ------------------ --------------- ------ ----------------------------
---
1 192.168.1.0/24 192.168.1.15 1
2 default 192.168.1.254 1
ras> ip arp show
ip mac address
--------------- -----------------
192.168.2.254 00:00:00:30:ac:00
192.168.15.254 00:00:00:30:ad:00