SIGNAMAX a.s.
Office: Vlarska 22, 627 00 Brno, CZ
T:+420 533 338 854 l F:+420 533 338 883 l www.signamax.eu
27
this Managed Switch. (Default IP address is
192.168.0.1)
For example:
SWH(ip)# address 192.110.1.2
Specify the subnet mask to the Switch IP address.
The default subnet mask values for the three Internet
address classes are as follows:
Class A: 255.0.0.0
Class B: 255.255.0.0
Class C: 255.255.255.0
For example:
SWH(ip)# address 192.110.1.2 255.255.255.0
Specify the IP address of a gateway or a router,
which is responsible for the delivery of the IP packets
sent by the Switch. This address is required when the
Switch and the network management station are on
different networks or subnets. The default value of
this parameter is 0.0.0.0, which means no gateway
exists and the network management station and
Switch are on the same network.
For example:
SWH(ip)# address 192.110.1.2 255.255.255.0
120.110.1.5
exit
Exit the current mode and return to Enable Mode.
show
Show permanent MAC address and currently-
configured IP address, subnet mask and gateway
address of this Managed Switch.
2.5.4 Ping command mode
Ping is used to test the connectivity of end devices and also can be used to self test the
network interface card. Enter the ping command in Enable mode. In this command, you
can add an optional packet size value and an optional value for the number of times that
packets are sent and received.
Prompt
Command & Parameter
Description
SWH#
ping <ip> [-s size (8-4000)bytes] [-r
repeat (1-99)times]
“Ping” function enables the user to test the
connectivity of the other end device.
<ip>: Enter the IP address that you would
like to ping.
[-s size (8-4000)bytes]: Enter the packet
size that would be sent (optional).
[-r repeat (1-99)times]: Enter the number of
times that ping packets are sent (optional).
For example:
SWH# ping 127.0.0.1 –s 50 –r 5