1
2ethextractlink(8)            EFSFFCLIRG (Man Page)           ethextractlink(8)
3
4
5

NAME

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

Syntax

17       ethextractlink [ethreport  options]
18

Options

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

Examples

61       # List all the links in the fabric:
62
63       ethextractlink
64
65
66
67       # List all the links to a switch named "coresw1":
68
69       ethextractlink -F "node:coresw1"
70
71
72
73       # List all the links to end-nodes:
74
75       ethextractlink -F "nodetype:NIC"
76
77
78
79Copyright(C) 2020              Intel Corporation             ethextractlink(8)
Impressum