查询sml_table_id_info线性表信息

命令功能

查询sml_table_id_info线性表信息。

命令格式

<tool name> table -i <device name> -s

入参说明

参数

参数说明

取值

<device name>

设备名称。

物理设备名,例如:hinic0、hinic1。

出参说明

项目

描述

result

sml_table_id_info线性表信息。

使用指南

无。

使用实例

查询指定设备线性表信息。
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
hinicadm3 table -i hinic0 -s
[0  ] TBL_ID_GLOBAL                       : node_id = 14(0xe )     inst_id = 1(0x1)
[1  ] TBL_ID_NIC_RSS_INDIRECT0            : node_id = 14(0xe )     inst_id = 2(0x2)
[2  ] TBL_ID_NIC_RSS_CONTEXT              : node_id = 14(0xe )     inst_id = 3(0x3)
[3  ] TBL_ID_NIC_ELB                      : node_id = 14(0xe )     inst_id = 4(0x4)
[4  ] TBL_ID_NIC_FDIR_CFG                 : node_id = 14(0xe )     inst_id = 5(0x5)
[5  ] TBL_ID_OVS_MAC_FILTER               : node_id = 14(0xe )     inst_id = 6(0x6)
[6  ] TBL_ID_OVS_ETHTYPE_FILTER           : node_id = 14(0xe )     inst_id = 7(0x7)
[7  ] TBL_ID_BOND_FWD                     : node_id = 14(0xe )     inst_id = 8(0x8)
[8  ] TBL_ID_OVS_CAR                      : node_id = 14(0xe )     inst_id = 9(0x9)
[9  ] TBL_ID_OVS_FM_PAIR_CTR              : node_id = 14(0xe )     inst_id = 10(0xa)
......