HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

peerindex — Inspect MRT TABLE_DUMPV2 Peer Index Table. Can read files compressed with `gzip`, `bzip2`, and `xz`.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpeerindextable_dumpv2peerindexcliinspectmrt

Problem

How to use the peerindex command: Inspect MRT TABLE_DUMPV2 Peer Index Table. Can read files compressed with gzip, bzip2, and xz. More information: <https://codeberg.org/1414codeforge/ubgpsuite>.

Solution

peerindex — Inspect MRT TABLE_DUMPV2 Peer Index Table. Can read files compressed with gzip, bzip2, and xz. More information: <https://codeberg.org/1414codeforge/ubgpsuite>.

List all peers:
peerindex {{master6.mrt}}


Display all peers that have provided routing information:
peerindex {{[-r|--only-refs]}} {{master6.mrt}}

Code Snippets

List all peers

peerindex {{master6.mrt}}

Display all peers that have provided routing information

peerindex {{[-r|--only-refs]}} {{master6.mrt}}

Context

tldr-pages: common/peerindex

Revisions (0)

No revisions yet.