One of the many great things about Shortest Path Bridging is how well it supports multicast traffic in the network. In fact, multicast is fundamental to the operation of the technology itself! Let’s see how it works in more detail!
A little housekeeping before we move forward
- a virtual layer 2 network = L2VSN (Layer 2 Virtual Service Network)
- a virtual layer 3 network = L3VSN (Layer 3 Virtual Service Network)
Let’s see how this works
- The multicast mechanism built into SPB and used to support traffic like broadcast and unknown within L2VSNs.
- The mechanism to support IP multicast (what we normally associate with multicast; e.g. distribution of TV or video to a group of users/subscribers etc.). This is not part of the standard and is unique to Extreme Networks. And it’s a very, very powerful feature.
Figure 1: A simple SPB network with a L2VSN (note that I have labeled the core nodes as well: BCB1, BCB2, BCB3, and BCB4).
Figure 2: Shortest path tree for I-SID 200 rooted in BEB1.
Figure 3: Shortest path tree for I-SID 200 rooted in BEB2.
Figure 4: Construction of group (multicast) MAC address (as put on the wire).
- We need to know when a multicast source starts sending multicast traffic to the network. And we need a mechanism to inform potential subscribers about the presence of this multicast stream.
- Additionally, we need a way to register when client signals that he/she wants to subscribe to this multicast stream.
spbm 1 multicast enable
exit
interface vlan 10
ip igmp snooping
ip igmp snoop-querier
exit
interface vlan 20
ip igmp snooping
ip igmp snoop-querier
exit
mvpn enable
exit
interface vlan 100
ip spb-multicast enable
exit
interface vlan 200
ip spb-multicast enable
exit
Figure 5: Multicast tree being a subset of the unicast shortest path tree.
How to operate, administrate and manage an SPB network?
How to operate, administrate and manage an SPB network?
Any network is only as good as how easy it is to use, which more often than not means it’s well handled. Now that we’ve covered, among other things, how to build virtual networks and deliver more complex services, let’s take a look at how an SPB network is managed!
Read More