D-Link DXS-3600 Series Cli Reference Manual page 675

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
This example shows how to ping the host with IPv6 address 2001:238:f8a:77:7c10:41c0:6ddd:ecab.
Switch# ping 2001:238:f8a:77:7c10:41c0:6ddd:ecab
PING 2001:238:f8a:77:7c10:41c0:6ddd:ecab (2001:238:f8a:77:7c10:41c0:6ddd:ecab):56 (104)
data bytes
64 bytes from 2001:238:f8a:77:7c10:41c0:6ddd:ecab, icmp6_seq=1 ttl=128 time=1.84 ms
64 bytes from 2001:238:f8a:77:7c10:41c0:6ddd:ecab, icmp6_seq=2 ttl=128 time=1.77 ms
64 bytes from 2001:238:f8a:77:7c10:41c0:6ddd:ecab, icmp6_seq=3 ttl=128 time=1.64 ms
64 bytes from 2001:238:f8a:77:7c10:41c0:6ddd:ecab, icmp6_seq=4 ttl=128 time=1.68 ms
64 bytes from 2001:238:f8a:77:7c10:41c0:6ddd:ecab, icmp6_seq=5 ttl=128 time=1.67 ms
--- 2001:238:f8a:77:7c10:41c0:6ddd:ecab ping statistics ---
packets transmitted = 5, received = 5, packet loss = 0 (0%)
round trip times min/avg/max/mdev = 1.648/1.726/1.840/0.076 ms
Switch#
53-2 ping access-class
This command is used to specify an access list to restrict the access via ping. Use the no form of the
command to remove the access list check.
ping access-class IP-ACL
no ping access-class
Parameters
IP-ACL
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command specifies an access list to restrict the access via ping.
Example
This example shows how a standard IP access list is created and is specified as the access list to restrict
access via ping. Only the host 226.1.1.1 is allowed to ping the switch.
Switch# configure terminal
Switch(config)# ip access-list ping-filter
Switch(config-ip-acl)# permit 226.1.1.1 0.0.0.0
Switch(config-ip-acl)# exit
Switch(config)# ping access-class ping-filter
Specifies a standard IP access list. The source address field of the
permit or deny entry defines the valid or invalid host.
670

Advertisement

Table of Contents
loading

Table of Contents