Linux "tipc-nametable" Command Line Options and Examples
show TIPC nametable

The nametable shows TIPC publication information. Nametable format Type The 32-bit type field of the port name. The type field often indicates the class of service provided by a port.


Usage:

tipc nametable show






Command Line Options:

-h
Show help about last valid command. For example tipc nametable --help will show nametable help and tipc
tipc-nametable -h ...
--help
DESCRIPTIONThe nametable shows TIPC publication information.Nametable formatTypeThe 32-bit type field of the port name. The type field often indicates the class of service provided bya port.LowerThe lower bound of the 32-bit instance field of the port name. The instance field is often used as asa sub-class indicator.UpperThe upper bound of the 32-bit instance field of the port name. The instance field is often used as asa sub-class indicator. A difference in lower and upper means the socket is bound to the port namerange [lower,upper]Port IdentityThe unique socket (port) identifier within the TIPC cluster. The port identity consists of a node iden‐tity followed by a socket reference number.PublicationThe publication ID is a random number used internally to represent a publication.ScopeThe publication scope specifies the visibility of a bound port name. The scope can be specified tocomprise three different domains: node, cluster and zone. Applications residing within the specifiedscope can see and access the port using the displayed port name.EXIT STATUSExit status is 0 if command was successful or a positive integer upon failure.
tipc-nametable --help ...