A SERVICE OF

logo

ES-4024A User’s Guide
232 Chapter 38 Command Examples
Where
<sort> = Specifies the sorting criteria (MAC, VID or port).
This command displays the MAC address(es) stored in the switch. The following example
shows the static MAC address table.
Figure 140 show mac address-table Command Example
38.3 ping
Syntax:
ping <ip|host-name>
where
This command sends Ping packets to an Ethernet device. The following example sends Ping
requests to and displays the replies from an Ethernet device with an IP address of
192.168.1.100.
Figure 141 ping Command Example
ras# show mac address-table static
Vid Mac Port Status
1 01:a0:c5:aa:aa:aa 1 Permanent
2 00:50:ba:ad:4f:81 1 Permanent
1 00:a0:c5:fe:ea:71 CPU Permanent
2 00:a0:c5:fe:ea:71 CPU Permanent
ras#
<ip|hostname> =
The IP address or hostname of an Ethernet device.
ras# ping 192.168.1.100
sent rcvd rate rtt avg mdev max min reply from
1 1 100 0 0 0 0 0 192.168.1.100
2 2 100 0 0 0 0 0 192.168.1.100
3 3 100 0 0 0 0 0 192.168.1.100
ras#