Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

顯示路由資訊

貢獻者

您可以顯示SVM內的路由資訊。

步驟

視您要檢視的路由資訊類型而定、輸入適當的命令:

若要檢視有關…​的資訊

輸入…​

靜態路由(每SVM)

network route show

每個路由上的LIF(每個SVM)

network route show-lifs

您可以透過指定來顯示每個航線的詳細資訊 -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