1
2ethextractlink(8) EFSFFCLIRG (Man Page) ethextractlink(8)
3
4
5
7 ethextractlink
8
9
10
11 Produces a CSV file listing all or some of the links in the fabric.
12 ethextractlink is a front end to the ethreport tool. The output from
13 this tool can be imported into a spreadsheet or parsed by other
14 scripts.
15
17 ethextractlink [ethreport options]
18
20 --help
21
22 Produces full help text.
23
24
25 ethreport options
26
27 The following options are passed to ethreport. This subset is
28 considered typical and useful for this command. By design,
29 the tool ignores -o/--output report option.
30
31
32
33
34 -X/--infile snapshot_input
35 Generates a report using the data in the snap‐
36 shot_input file. snapshot_input must have been gen‐
37 erated during a previous -o snapshot run. '-' may
38 be used as the snapshot_input to specify stdin.
39
40
41
42
43
44 -T/--topology topology_input
45 Uses topology_input file to augment and verify fab‐
46 ric information. When used, various reports can be
47 augmented with information not available electroni‐
48 cally. '-' may be used to specify stdin.
49
50
51
52
53
54 -E/--eth config_file
55 Specifies the Intel Ethernet configuration file.
56 Default is /etc/eth-tools/mgt_config.xml file.
57
58
59
60
61
62 -p plane Name of the enabled plane defined in Mgt config
63 file, default is the first enabled plane.
64
65
66
68 # List all the links in the fabric:
69
70 ethextractlink
71
72
73
74 # List all the links to a switch named "coresw1":
75
76 ethextractlink -F "node:coresw1"
77
78
79
80 # List all the links to end-nodes:
81
82 ethextractlink -F "nodetype:NIC"
83
84
85
86Copyright(C) 2020-2021 Intel Corporation ethextractlink(8)