nv show interface
|
|
nv show interface [interface-id] Displays details of a single InfiniBand interface.
|
|
|
Syntax Description |
interface-id |
Name of the InfiniBand interface to display |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<id>/nvue_v1/interface/{interface-id} |
|
|
Related Commands |
set interface
|
|
|
Notes |
The data presented here is for an InfiniBand interface. If the id of a different type of interface is provided, the output will be different. |
|
nv show interface link
|
|
nv show interface <interface-id> link {state | counters | phy-diag | phy-detail} Displays link information of a single InfiniBand interface. |
|
|
Syntax Description
|
interface-id |
Name of the InfiniBand interface to display. |
|
state |
Show only the data relating to state. |
|
|
counters |
Show only the data relating to counters. |
|
|
phy-diag |
Show PHY diagnostics and FSM states, part of AMBER |
|
|
phy-detail |
Show PHY statistics and BER measurements, part of AMBER |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<id>/nvue_v1/interface/{interface-id}/link
|
|
|
Related Commands |
set interface link |
|
|
Notes |
|
|
nv set interface link state
|
|
nv set interface <interface-id> link state {value}
Sets the administrative link state of a given InfiniBand interface.
|
|
|
Syntax Description |
interface-id |
Name of the interface whose link state to set. |
|
Value |
New value for the link state: {up, down} |
|
|
Default |
up |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<id>/nvue_v1/interface/{interface-id}/link/state |
|
|
Related Commands |
show interface
|
|
|
Notes |
|
|
nv set interface link mtu
|
|
nv set interface <interface-id> link mtu {value}
Sets the mtu of a given InfiniBand interface.
|
|
|
Syntax Description |
interface-id |
Name of the interface whose link mtu to set |
|
value |
New value for the MTU: 256, 512 ,1024, 2048, 4096 |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<id>/nvue_v1/interface/{interface-id}/link |
|
|
Related Commands |
set interface link
|
|
|
Notes |
|
|
nv set interface link op-vls
|
|
nv set interface <interface-id> link op-vls {value}
Sets the op-vls of a given InfiniBand interface.
|
|
|
Syntax Description |
interface-id |
Name of the interface whose link op-vls to set |
|
value |
New value for the op-vls: VL0, VL0-VL1, VL0-VL3, VL0-VL7 |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<id>/nvue_v1/interface/{interface-id}/link |
|
|
Related Commands |
set interface link
|
|
|
Notes |
|
|
nv set interface link lanes
|
|
nv set interface <interface-id> link lanes {value}
Sets the lanes of a given InfiniBand interface.
|
|
|
Syntax Description |
interface-id |
Name of the interface whose link lanes to set |
|
value |
New value for the lanes:
|
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<id>/nvue_v1/interface/{interface-id}/link |
|
|
Related Commands |
set interface link
|
|
|
Notes |
|
|
nv set interface link ib-speed
|
|
nv set interface <interface-id> link ib-speed {value}
Sets the ib-speed of a given InfiniBand interface.
|
|
|
Syntax Description |
interface-id |
Name of the interface whose link ib-speed to set. |
|
value |
New value for the ib-speed:
|
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<id>/nvue_v1/interface/{interface-id}/link |
|
|
Related Commands |
set interface link
|
|
|
Notes |
|
|
nv set interface link auto-negotiate
|
|
nv set interface <interface-id> link auto-negotiate {value}
Sets the auto-negotiate of a given InfiniBand interface.
|
|
|
Syntax Description |
interface-id |
Name of the interface whose link auto-negotiate to set. |
|
value |
New value for the auto-negotiate: {on, off} |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<id>/nvue_v1/interface/{interface-id}/link |
|
|
Related Commands |
set interface link
|
|
|
Notes |
|
|
nv set interface description
|
|
nv set interface <interface-id> description {value}
Sets the description of a given InfiniBand interface.
|
|
|
Syntax Description |
interface-id |
Name of the interface whose description to set. |
|
Value |
New value for the description. |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
PATCH https://<id>/nvue_v1/interface/{interface-id} |
|
|
Related Commands |
nv show interface |
|
|
Notes |
|
|
nv action clear interface link counters
|
|
nv action clear interface <interface-id> link counters Clears the interface counters for the user running the command. |
|
|
Syntax Description |
interface-id |
Name of the interface whose link stats to clear. or range of interfaces (e.g. sw1-2p1-2 → sw1p1,sw1p2,sw2p1,sw2p2) |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<id>/nvue_v1/interface/{interface-id}/link/counters |
|
|
Related Commands |
nv show interface <id> link counters |
|
|
Notes |
|
|
nv action clear interface counters
|
|
nv action clear interface counters Clears all InfiniBand interfaces counters for the user running the command. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<id>/nvue_v1/interface |
|
|
Related Commands |
|
|
|
Notes |
|
|
Last updated: