SP900 无此场景。
混杂场景tx流量不混杂内转开关。
<tool name> tx_promisc_skip -i <device> -p <port>
<tool name> tx_promisc_skip -i <device> -p <port> -e <enable>
参数 |
参数说明 |
取值 |
---|---|---|
<device name> |
设备名称。 |
物理设备名,例如:hinic0、hinic1。 |
request |
请求类型,查询或更改tx方向跳混杂功能使能状态。 |
|
<port> |
待操作的port id。 |
- |
<enable> |
待设置的使能状态。 |
|
项目 |
描述 |
---|---|
result |
命令执行结果。 |
“-p”参数必须设置。
查询tx方向跳混杂状态。
1 2 | hinicadm3 tx_promisc_skip -i hinic0 -p 0 Now port 0 tx promisc skip state: disable. |
开启tx方向跳混杂功能。
1 2 | hinicadm3 tx_promisc_skip -i hinic0 -p 0 -e 1 Set port 0 tx promisc skip state to enablement succeeded. |