コンフィグレーションガイド Vol.3


8.14.2 最大経路数の確認

VRFのフォワーディングテーブルに登録されている現在の経路数と,収容可能な最大経路数をshow ip vrfコマンドで表示します。

図8‒26 show ip vrfコマンドの実行結果
> show ip vrf 2
Date 20XX/12/20 12:00:00 UTC
VRF              Routes        ARP
2                270/1000      7/50               …1
>
  1. 分子が現在の経路数,分母が最大経路数を表します。

図8‒27 show ip vrf detailコマンドの実行結果
> show ip vrf 2 detail
Date 20XX/12/20 12:00:00 UTC
VRF 2
  Maximum routes: 1000, Warn threshold: 80%, Current routes: 270     …1
  Maximum ARP entries: 50, Current ARP entries: 7
  Import inter-vrf: -
Interface
Name           Local              Remote          Status
VLAN0010       192.168.10.1/24    192.168.10.255  Up
loopback2      2.2.2.2/32         2.2.2.2         Up
loopback2      127.0.0.1/8        127.0.0.1       Up
>
  1. 最大経路数,警告メッセージ出力の閾値,現在の経路数の順に表示します。