
carlsonj at workingcode
Jun 14, 2012, 11:59 AM
Post #3 of 3
(235 views)
Permalink
|
Syed Muhammad Mohsin Kazmi wrote: > Hi, > I have successfully ported trilld for Linux. But forwarding tables > are not generated by "trill_create_nickfwdtable". I have attached the > running state of trilld and wireshark capture. The topology that i used > is very basic. Two virtual machines attached to rbridge1 and one virtual > machine to rbridge2. > > I don't know what is the problem. It's been quite a few years since I worked on this stuff, but if I recall correctly, you won't see any forwarding entries calculated in a network that's this simple, because every node can reach every other node through the shared network. I believe you need something like this: <linkA>--RB1--<linkB>--RB2--<linkC>--RB3--<linkD> RB1 will become the appointed forwarder for linkA, RB3 for linkD, and they'll negotiate for linkB and linkC. Then RB1 should calculate forwarding entries for at least RB3 and RB3 will calculate for RB1. -- James Carlson 42.703N 71.076W <carlsonj [at] workingcode> _______________________________________________ Quagga-dev mailing list Quagga-dev [at] lists http://lists.quagga.net/mailman/listinfo/quagga-dev
|