A SERVICE OF

logo

GS-4012F/4024 User’s Guide
Chapter 41 Command Examples 272
Figure 164 show mac address-table Command Example
41.3 ping
Syntax:
ping <ip> < [in-band|out-of-band|vlan <vlan-id> ] [ size <0-
8024> ] [ -t ]>
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 165 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>
= The IP address of an Ethernet device.
[in-band|out-of-
band|vlan <vlan-id>
]
= Specifies the network interface or the VLAN ID to which the
Ethernet device belongs.
out-of-band refers the management port while in-band
means the other ports on the switch.
[ size <0-8024> ]
= Specifies the packet size to send.
[ -t ]
= Sends Ping packets to the Ethernet device indefinitely. Click
[CTRL]+ C to terminate the Ping process.
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#