Yamaha 10G SWR2310-28GT/18GT/10G Command Reference - Page 212

IPv6 ping

Page 212 highlights

212 | Command Reference | Layer 3 functions [Example] Shows the IPv6 packet forwarding settings. SWR2310>show ipv6 forwarding IPv6 forwarding is on 7.10 IPv6 ping 7.10.1 IPv6 ping [Syntax] ping6 host [repeat count] [size datalen] [timeout timeout] [Keyword] repeat : Specifies the number of times to execute size : Specifies the length of the ICMPv6 payload (byte units) timeout : Specifies the time to wait for a reply after transmitting the specified number of Echo requests [Parameter] host count : Host name, or target IPv6 address (X:X::X:X) Target to which ICMPv6 Echo is sent If you specify an IPv6 link local address, you must also specify the output interface (fe80::X%vlanN format) : Number of times to execute (if omitted: 5) Setting value continuous Description Execute the specified number of times Execute repeatedly until Ctrl+C is entered datalen timeout : Length of ICMP payload (if omitted: 56) : Time to wait for a reply (if omitted: 2) Ignored if count is specified as "continuous" [Input mode] privileged EXEC mode [Description] Send ICMPv6 Echo to the specified host, and wait for ICMPv6 Echo Reply. When it is received, indicate this. Show simple statistical information when the command ends. [Note] This command cannot be used if the stack function is enabled. [Example] Ping fe80::2a0:deff:fe11:2233. SWR2310#ping6 fe80::2a0:deff:fe11:2233%vlan1 PING fe80::2a0:deff:fe11:2233%vlan1 (fe80::2a0:deff:fe11:2233%vlan1): 56 data bytes 64 bytes from fe80::2a0:deff:fe11:2233: seq=0 ttl=64 time=2.681 ms 64 bytes from fe80::2a0:deff:fe11:2233: seq=1 ttl=64 time=4.760 ms 64 bytes from fe80::2a0:deff:fe11:2233: seq=2 ttl=64 time=10.045 ms 64 bytes from fe80::2a0:deff:fe11:2233: seq=3 ttl=64 time=10.078 ms 64 bytes from fe80::2a0:deff:fe11:2233: seq=4 ttl=64 time=10.210 ms --- fe80::2a0:deff:fe11:2233%vlan1 ping statistics --5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 2.681/7.554/10.210 ms

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278

[Example]
Shows the IPv6 packet forwarding settings.
SWR2310>show ipv6 forwarding
IPv6 forwarding is on
7.10 IPv6 ping
7.10.1 IPv6 ping
[Syntax]
ping6
host
[
repeat
count
] [
size
datalen
] [
timeout
timeout
]
[Keyword]
repeat
:
Specifies the number of times to execute
size
:
Specifies the length of the ICMPv6 payload (byte units)
timeout
:
Specifies the time to wait for a reply after transmitting the specified number of Echo requests
[Parameter]
host
:
Host name, or target IPv6 address (X:X::X:X)
Target to which ICMPv6 Echo is sent
If you specify an IPv6 link local address, you must also specify the output interface (fe80::X%vlanN
format)
count
:
Number of times to execute (if omitted: 5)
Setting value
Description
<1-2147483647>
Execute the specified number of times
continuous
Execute repeatedly until Ctrl+C is entered
datalen
:
<36-18024>
Length of ICMP payload (if omitted: 56)
timeout
:
<1-65535>
Time to wait for a reply (if omitted: 2)
Ignored if count is specified as "continuous"
[Input mode]
privileged EXEC mode
[Description]
Send ICMPv6 Echo to the specified host, and wait for ICMPv6 Echo Reply.
When it is received, indicate this. Show simple statistical information when the command ends.
[Note]
This command cannot be used if the stack function is enabled.
[Example]
Ping fe80::2a0:deff:fe11:2233.
SWR2310#ping6 fe80::2a0:deff:fe11:2233%vlan1
PING fe80::2a0:deff:fe11:2233%vlan1 (fe80::2a0:deff:fe11:2233%vlan1): 56 data bytes
64 bytes from fe80::2a0:deff:fe11:2233: seq=0 ttl=64 time=2.681 ms
64 bytes from fe80::2a0:deff:fe11:2233: seq=1 ttl=64 time=4.760 ms
64 bytes from fe80::2a0:deff:fe11:2233: seq=2 ttl=64 time=10.045 ms
64 bytes from fe80::2a0:deff:fe11:2233: seq=3 ttl=64 time=10.078 ms
64 bytes from fe80::2a0:deff:fe11:2233: seq=4 ttl=64 time=10.210 ms
--- fe80::2a0:deff:fe11:2233%vlan1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 2.681/7.554/10.210 ms
212
| Command Reference | Layer 3 functions