本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
檢視 ONTAP 網路的路由資訊
您可以顯示SVM內的路由資訊。
步驟
視您要檢視的路由資訊類型而定、輸入適當的命令:
若要檢視有關…的資訊 |
輸入… |
靜態路由(每SVM) |
|
每個路由上的LIF(每個SVM) |
|
您可以透過指定來顯示每個航線的詳細資訊 -instance 參數。下列命令會顯示叢集1中SVM內的靜態路由:
network route show
Vserver Destination Gateway Metric
------------------- --------------- --------------- ------
Cluster
0.0.0.0/0 10.63.0.1 10
cluster-1
0.0.0.0/0 198.51.9.1 10
vs1
0.0.0.0/0 192.0.2.1 20
vs3
0.0.0.0/0 192.0.2.1 20
下列命令會顯示叢集1中所有SVM的靜態路由和邏輯介面(lifs)關聯:
network route show-lifs
Vserver: Cluster
Destination Gateway Logical Interfaces
---------------------- ---------------------- -------------------
0.0.0.0/0 10.63.0.1 -
Vserver: cluster-1
Destination Gateway Logical Interfaces
---------------------- ---------------------- -------------------
0.0.0.0/0 198.51.9.1 cluster_mgmt,
cluster-1_mgmt1,
Vserver: vs1
Destination Gateway Logical Interfaces
---------------------- ---------------------- -------------------
0.0.0.0/0 192.0.2.1 data1_1, data1_2
Vserver: vs3
Destination Gateway Logical Interfaces
---------------------- ---------------------- -------------------
0.0.0.0/0 192.0.2.1 data2_1, data2_2
深入瞭解 network route show`及 `network route show-lifs "指令參考資料ONTAP"。