Specifications

ping ipv6 interface
18-8 IPv6 Configuration
ping ipv6 interface
UsethiscommandtotestroutingnetworkconnectivitybysendingIPpingrequests.
Syntax
ping ipv6 interface {vlan vlan-id | tunnel tunnel-id | loopback loop-id}
{link-local-address ipv6-lladdr | ipv6-addr} [size num]
Parameters
Defaults
None.
Mode
Routerprivilegedexec:C3(su)>router#
Usage
UsethiscommandtopinganinterfacebyusingthelinklocaladdressortheglobalIPv6address
oftheinterface.Youcanusealoopback,tunnel,orlogicalinterfaceasthesource.Thesourceand
targetdevicesmusthavethepingutilityenabledandrunningontopofTCP/IP.
The
switchcanbepingedfromanyIPworkstationwithwhichtheswitchisconnectedthrough the
defaultVLAN(VLAN1),aslongasthereisaphysicalpathbetweentheswitchandthe
workstation.Theterminalinterfacesendsthreepingstothetargetstation.
Example
Thisexampleshowsoutputfromasuccessfulpingtolinklocaladdressfe80::211:88ff:fe55:4a7f.
C3(su)->router#ping ipv6 interface vlan 6 link-local-address
fe80::211:88ff:fe55:4a7f
Send count=3, Receive count=3 from fe80::211:88ff:fe55:4a7f
Average round trip time = 1.00 ms
vlanvlanid SpecifiesaVLANinterface asthesource.
tunneltunnelid Specifiesatunnelinterfaceasthesource.
loopbackloopid Specifiesaloopbackinterfaceasthesource.
linklocaladdress
ipv6lladdr
SpecifiesalinklocalIPv6addresstoping.
ipv6addr SpecifiestheglobalIPv6addressofthesystemtoping.
Entertheaddress
intheformdocumentedinRFC4291,withtheaddressspecifiedin
hexadecimalusing16bitvaluesbetweencolons.
sizenum (Optional)Specifiesthesizeofthedatagrampacket.Thevalueofnumcan
rangefrom48to2048bytes.