差分

ナビゲーションに移動 検索に移動
編集の要約なし
133行目: 133行目:     
どのコマンドで正常性が確認できるか洗い出すこと。
 
どのコマンドで正常性が確認できるか洗い出すこと。
 +
 +
= 疎通確認 =
 +
{| class="wikitable"
 +
|+ping / traceroute
 +
!host
 +
!IPv4
 +
!IPv6
 +
!備考
 +
|-
 +
|CPE
 +
|'''ping 203.0.113.88'''
 +
Type escape sequence to abort.
 +
 +
Sending 5, 100-byte ICMP Echos to 203.0.113.88, timeout is 2 seconds:
 +
 +
<nowiki>!!!!!</nowiki>
 +
 +
Success rate is 100 percent (5/5), round-trip min/avg/max = 2/2/3 ms
 +
 +
 +
'''traceroute 203.0.113.88'''
 +
 +
Type escape sequence to abort.
 +
 +
Tracing the route to 203.0.113.88
 +
 +
VRF info: (vrf in name/id, vrf out name/id)
 +
 +
  1 198.51.100.1 1 msec 2 msec 2 msec
 +
 +
  2 192.0.2.1 2 msec 3 msec 2 msec
 +
 +
  3 203.0.113.1 5 msec *  4 msec
 +
|'''ping 2001:DB8:203:88::88'''
 +
Type escape sequence to abort.
 +
 +
Sending 5, 100-byte ICMP Echos to 2001:DB8:203:88::88, timeout is 2 seconds:
 +
 +
<nowiki>!!!!!</nowiki>
 +
 +
Success rate is 100 percent (5/5), round-trip min/avg/max = 2/2/3 ms
 +
 +
 +
'''traceroute 2001:DB8:203:88::88'''
 +
 +
Type escape sequence to abort.
 +
 +
Tracing the route to 2001:DB8:203:88::88
 +
 +
  1 2001:DB8:198::1 3 msec 2 msec 2 msec
 +
 +
  2 2001:DB8:192::1 3 msec 3 msec 2 msec
 +
 +
  3 2001:DB8:203::1 4 msec 4 msec 4 msec
 +
|
 +
|}
    
= サンプルコンフィグ =
 
= サンプルコンフィグ =

案内メニュー