Routing bridge

A routing bridge or RBridge, also known as a TRILL switch, is a network device that implements the TRILL protocol[1] and should not be confused with BRouters (Bridging Routers). RBridges are compatible with previous IEEE 802.1 customer bridges as well as IPv4 and IPv6 routers and end nodes. They are invisible to current IP routers and, like routers, RBridges terminate the bridge spanning tree protocol.

The RBridges in a campus share connectivity information amongst themselves using the IS-IS link-state protocol.[2] A link-state protocol is one in which connectivity is broadcast to all the RBridges, so that each RBridge knows about all the other RBridges, and the connectivity between them. This gives RBridges enough information to compute pair-wise optimal paths for unicast, and calculate distribution trees for delivery of frames either to destinations whose location is unknown or to multicast or broadcast groups. IS-IS was chosen as for this purpose because:

  • it runs directly over Layer 2, so it can be run without configuration (no IP addresses need to be assigned)
  • it is easy to extend by defining new TLV (type-length-value) data elements and sub-elements for carrying TRILL information.

To mitigate temporary loop issues, RBridges forward based on a header with a hop count. RBridges also specify the next hop RBridge as the frame destination when forwarding unicast frames across a shared-media link, which avoids spawning additional copies of frames during a temporary loop. A Reverse Path Forwarding Check and other checks are performed on multi-destination frames to further control potentially looping traffic.

References

[edit]
  1. ^ R. Perlman; D. Eastlake III; D. Dutt; S. Gai; A. Ghanwani (July 2011). Routing Bridges (RBridges): Base Protocol Specification. Internet Engineering Task Force (IETF). doi:10.17487/RFC6325. ISSN 2070-1721. RFC 6325. Proposed Standard. Updated by RFC 6327, 6439, 7172, 7177, 7179, 7180, 7357, 7455, 7780, 7783, 8139, 8249, 8361 and 8377.
  2. ^ D. Eastlake III; T. Senevirathne; A. Ghanwani; D. Dutt; A. Banerjee (May 2014). Transparent Interconnection of Lots of Links (TRILL) Use of IS-IS. Internet Engineering Task Force (IETF). doi:10.17487/RFC7176. ISSN 2070-1721. RFC 7176. Proposed Standard. Obsoletes RFC 6326.
[edit]