|
| 1 | +:orphan: |
| 2 | + |
| 3 | +.. _scion_fabrid: |
| 4 | + |
| 5 | +scion fabrid |
| 6 | +------------ |
| 7 | + |
| 8 | +Display FABRID policy information |
| 9 | + |
| 10 | +Synopsis |
| 11 | +~~~~~~~~ |
| 12 | + |
| 13 | + |
| 14 | +'fabrid' lists available policies at a remote AS, or shows the |
| 15 | +description of a specific policy. |
| 16 | + |
| 17 | +:: |
| 18 | + |
| 19 | + scion fabrid [flags] |
| 20 | + |
| 21 | +Examples |
| 22 | +~~~~~~~~ |
| 23 | + |
| 24 | +:: |
| 25 | + |
| 26 | + scion showpaths 1-ff00:0:110 --extended |
| 27 | + scion showpaths 1-ff00:0:110 --local 127.0.0.55 --json |
| 28 | + scion showpaths 1-ff00:0:111 --sequence="0-0#2 0*" # outgoing IfID=2 |
| 29 | + scion showpaths 1-ff00:0:111 --sequence="0* 0-0#41" # incoming IfID=41 at dstIA |
| 30 | + scion showpaths 1-ff00:0:111 --sequence="0* 1-ff00:0:112 0*" # 1-ff00:0:112 on the path |
| 31 | + scion showpaths 1-ff00:0:110 --no-probe |
| 32 | + |
| 33 | +Options |
| 34 | +~~~~~~~ |
| 35 | + |
| 36 | +:: |
| 37 | + |
| 38 | + --epic Enable EPIC. |
| 39 | + -e, --extended Show extended path meta data information |
| 40 | + --format string Specify the output format (human|json|yaml) (default "human") |
| 41 | + -h, --help help for fabrid |
| 42 | + --isd-as isd-as The local ISD-AS to use. (default 0-0) |
| 43 | + -l, --local ip Local IP address to listen on. (default invalid IP) |
| 44 | + --log.level string Console logging level verbosity (debug|info|error) |
| 45 | + -m, --maxpaths int Maximum number of paths that are displayed (default 10) |
| 46 | + --no-color disable colored output |
| 47 | + --no-probe Do not probe the paths and print the health status |
| 48 | + -r, --refresh Set refresh flag for SCION Daemon path request |
| 49 | + --sciond string SCION Daemon address. (default "127.0.0.1:30255") |
| 50 | + --sequence string Space separated list of hop predicates |
| 51 | + --timeout duration Timeout (default 5s) |
| 52 | + --tracing.agent string Tracing agent address |
| 53 | + |
| 54 | +SEE ALSO |
| 55 | +~~~~~~~~ |
| 56 | + |
| 57 | +* :ref:`scion <scion>` - SCION networking utilities. |
| 58 | + |
0 commit comments