TIPC-BEARER(8) | Linux | TIPC-BEARER(8) |
tipc-bearer - show or modify TIPC bearers
tipc bearer add media udp name NAME remoteip REMOTEIP
tipc bearer enable [ domain DOMAIN ] [
priority PRIORITY ] media
{ { eth | ib } device DEVICE } |
{ udp name NAME localip LOCALIP [
localport LOCALPORT ] [ remoteip REMOTEIP ] [
remoteport REMOTEPORT ] }
tipc bearer disable media
{ { eth | ib } device DEVICE } |
{ udp name NAME }
tipc bearer set { priority PRIORITY |
tolerance TOLERANCE | window WINDOW }
media
{ { eth | ib } device DEVICE } |
{ udp name NAME }
tipc bearer get [ priority | tolerance |
window ] media
{ { eth | ib } device DEVICE } |
{ udp name NAME [ localip | localport |
remoteip | remoteport ] }
tipc bearer list
Options (flags) that can be passed anywhere in the command chain.
ib - Infiniband
eth - Ethernet
udp - User Datagram Protocol (UDP)
Multiple remoteip addresses can be added via the bearer add command. Adding one or more unicast remoteip addresses to an existing udp bearer puts the bearer in replicast mode where IP multicast is emulated by sending multiple unicast messages to each configured remoteip. When a peer sees a TIPC discovery message from an unknown peer the peer address is automatically added to the remoteip (replicast) list, thus only one side of a link needs to be manually configured. A remoteip address cannot be added to a multicast bearer.
Exit status is 0 if command was successful or a positive integer upon failure.
tipc(8), tipc-link(8), tipc-media(8), tipc-nametable(8), tipc-node(8), tipc-peer(8), tipc-socket(8)
Report any bugs to the Network Developers mailing list <netdev@vger.kernel.org> where the development and maintenance is primarily done. You do not have to be subscribed to the list to send a message there.
Richard Alpe <richard.alpe@ericsson.com>
02 Jun 2015 | iproute2 |