Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

ibtracert uses SMPs to trace the path from a source GID/LID to a destination GID/LID. Each hop along the path is displayed until the destination is reached or a hop does not respond. By using
the -m option, multicast path tracing can be performed between source and destination nodes.

In this example, we are using mlx5_1 device and lid 92 to reach two different lids, one (lid 265) over single switch hop and the other (lid 144) over 3 switches.

$ ibstat mlx5_1
CA 'mlx5_1'
        CA type: MT4123
        Number of ports: 1
        Firmware version: 20.26.4012
        Hardware version: 0
        Node GUID: 0x98039b0300855747
        System image GUID: 0x98039b0300855746
        Port 1:
                State: Active
                Physical state: LinkUp
                Rate: 100
                Base lid: 92
                LMC: 0
                SM lid: 1
                Capability mask: 0x2651e848
                Port GUID: 0x98039b0300855747
                Link layer: InfiniBand

$ sudo ibtracert 92 265
From ca {0x98039b0300855747} portnum 1 lid 92-92 "thor001 HCA-2"
[1] -> switch port {0xb8599f0300fcca4c}[33] lid 105-105 "MF0;thor-qm8700-3:MQM8700/U1"
[34] -> ca port {0x98039b030085576f}[1] lid 265-265 "thor002 HCA-2"
To ca {0x98039b030085576f} portnum 1 lid 265-265 "thor002 HCA-2"

$ sudo ibtracert 92 114
From ca {0x98039b0300855747} portnum 1 lid 92-92 "thor001 HCA-2"
[1] -> switch port {0xb8599f0300fcca4c}[33] lid 105-105 "MF0;thor-qm8700-3:MQM8700/U1"
[31] -> switch port {0xb8599f0300fcca6c}[16] lid 118-118 "MF0;thor-qm8700-4:MQM8700/U1"
[19] -> switch port {0xb8599f0300fccaac}[29] lid 136-136 "MF0;thor-qm8700-2:MQM8700/U1"
[35] -> ca port {0x98039b0300855757}[1] lid 114-114 "thor017 HCA-2"
To ca {0x98039b0300855757} portnum 1 lid 114-114 "thor017 HCA-2"
  • No labels