ステップ 2 |
show interfaces tunnel number [accounting] 2 台のルータがトンネルのエンドポイントとして設定されます。 デバイス A では、IPv4 アドレスが 10.0.0.1、IPv6 プレフィックスが 2001:0DB8:1111:2222::1/64 のトンネル インターフェイス 0 に対する送信元として、ギガビット イーサネット インターフェイス 0/0/0 が設定されています。 デバイス B では、IPv4 アドレスが 10.0.0.2、IPv6 プレフィックスが 2001:0DB8:1111:2222::2/64 のトンネル インターフェイス 1 に対する送信元として、ギガビット イーサネット インターフェイス 0/0/0 が設定されています。 トンネル送信元およびトンネル宛先のアドレスが設定されていることを確認するには、show interfaces tunnel コマンドをデバイス A で使用します。
例:
Device A# show interfaces tunnel 0
Tunnel0 is up, line protocol is up
Hardware is Tunnel
MTU 1514 bytes, BW 9 Kbit, DLY 500000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation TUNNEL, loopback not set
Keepalive not set
Tunnel source 10.0.0.1 (GigabitEthernet0/0/0), destination 10.0.0.2, fastswitch TTL 255
Tunnel protocol/transport GRE/IP, key disabled, sequencing disabled
Tunnel TTL 255
Checksumming of packets disabled, fast tunneling enabled
Last input 00:00:14, output 00:00:04, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/0 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
4 packets input, 352 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
8 packets output, 704 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
|
ステップ 4 |
show ip route [address [mask]] リモート エンドポイント アドレスへのルートが存在することを確認するには、show ip route コマンドを次のように使用します。
例:
DeviceA# show ip route 10.0.0.2
Routing entry for 10.0.0.0/24
Known via "connected", distance 0, metric 0 (connected, via interface)
Routing Descriptor Blocks:
* directly connected, via GigabitEthernet0/0/0
Route metric is 0, traffic share count is 1
|
ステップ 5 |
ping [protocol] destination リモート エンドポイント アドレスに到着できることを確認するには、ping コマンドをデバイス A で使用します。
(注) |
フィルタリングが原因で、ping コマンドを使用してリモート エンドポイント アドレスに到着できない場合がありますが、トンネル トラフィックは依然としてその宛先に到着している場合があります。 |
例:
DeviceA# ping 10.0.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/21/28 ms
リモート IPv6 トンネル エンドポイントが到着可能であることを確認するには、デバイス A で ping コマンドを再び使用します。 この手順の前半のフィルタリングに関する説明も、この例に適用されます。
例:
DeviceA# ping 2001:0DB8:1111:2222::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/20/20 ms
これらの手順は、トンネルのもう一方のエンドポイントで繰り返すことができます。 |