1TIPC-BEARER(8)                       Linux                      TIPC-BEARER(8)
2
3
4

NAME

6       tipc-bearer - show or modify TIPC bearers
7
8

SYNOPSIS

10       tipc bearer add media udp name NAME remoteip REMOTEIP
11
12       tipc bearer enable [ domain DOMAIN ] [ priority PRIORITY ] media
13               { { eth | ib } device DEVICE } |
14               { udp name NAME localip LOCALIP [ localport LOCALPORT ] [
15               remoteip REMOTEIP ] [ remoteport REMOTEPORT ] }
16
17       tipc bearer disable media
18               { { eth | ib } device DEVICE } |
19               { udp name NAME }
20
21       tipc bearer set { priority PRIORITY | tolerance TOLERANCE | window WIN‐
22               DOW } media
23               { { eth | ib } device DEVICE } |
24               { udp name NAME }
25
26       tipc bearer get [ priority | tolerance | window ] media
27               { { eth | ib } device DEVICE } |
28               { udp name NAME [ localip | localport | remoteip | remoteport ]
29               }
30
31       tipc bearer list
32
33

OPTIONS

35       Options (flags) that can be passed anywhere in the command chain.
36
37       -h, --help
38              Show help about last valid command. For example tipc bearer
39              --help will show bearer help and tipc --help will show general
40              help. The position of the option in the string is irrelevant.
41

DESCRIPTION

43   Bearer identification
44       media MEDIA
45              Specifies the TIPC media type for a particular bearer to operate
46              on.  Different media types have different ways of identifying a
47              unique bearer.  For example, ib and eth identify a bearer with a
48              DEVICE while udp identify a bearer with a LOCALIP and a NAME
49
50              ib - Infiniband
51
52              eth - Ethernet
53
54              udp - User Datagram Protocol (UDP)
55
56
57
58       name NAME
59              Logical bearer identifier valid for bearers on udp media.
60
61
62       device DEVICE
63              Physical bearer device valid for bearers on eth and ib media.
64
65
66   Bearer properties
67       domain
68              The addressing domain (region) in which a bearer will establish
69              links and accept link establish requests.
70
71
72       priority
73              Default link priority inherited by all links subsequently estab‐
74              lished over a bearer. A single bearer can only host one link to
75              a particular node. This means the default link priority for a
76              bearer typically affects which bearer to use when communicating
77              with a particular node in an multi bearer setup. For more info
78              about link priority see tipc-link(8)
79
80
81       tolerance
82              Default link tolerance inherited by all links subsequently
83              established over a bearer. For more info about link tolerance
84              see tipc-link(8)
85
86
87       window
88              Default link window inherited by all links subsequently estab‐
89              lished over a bearer. For more info about the link window size
90              see tipc-link(8)
91
92
93   UDP bearer options
94       localip LOCALIP
95              Specify a local IP v4/v6 address for a udp bearer.
96
97
98       localport LOCALPORT
99              Specify the local port for a udp bearer. The default port 6118
100              is used if no port is specified.
101
102
103       remoteip REMOTEIP
104              Specify a remote IP for a udp bearer. If no remote IP is speci‐
105              fied a udp bearer runs in multicast mode and tries to auto-dis‐
106              cover its neighbours.  The multicast IP address is generated
107              based on the TIPC network ID. If a remote IP is specified the
108              udp bearer runs in point-to-point mode.
109
110              Multiple remoteip addresses can be added via the bearer add com‐
111              mand. Adding one or more unicast remoteip addresses to an exist‐
112              ing udp bearer puts the bearer in replicast mode where IP multi‐
113              cast is emulated by sending multiple unicast messages to each
114              configured remoteip.  When a peer sees a TIPC discovery message
115              from an unknown peer the peer address is automatically added to
116              the remoteip (replicast) list, thus only one side of a link
117              needs to be manually configured. A remoteip address cannot be
118              added to a multicast bearer.
119
120
121       remoteport REMOTEPORT
122              Specify the remote port for a udp bearer. The default port 6118
123              is used if no port is specified.
124
125

EXIT STATUS

127       Exit status is 0 if command was successful or a positive integer upon
128       failure.
129
130

SEE ALSO

132       tipc(8), tipc-link(8), tipc-media(8), tipc-nametable(8), tipc-node(8),
133       tipc-peer(8), tipc-socket(8)
134

REPORTING BUGS

136       Report any bugs to the Network Developers mailing list <net‐
137       dev@vger.kernel.org> where the development and maintenance is primarily
138       done.  You do not have to be subscribed to the list to send a message
139       there.
140
141

AUTHOR

143       Richard Alpe <richard.alpe@ericsson.com>
144
145
146
147iproute2                          02 Jun 2015                   TIPC-BEARER(8)
Impressum