On Thu, 21 Aug 2014 22:43:17 +0900 Toshiki Tsuboi <[email protected]> wrote:
> In case of locating some Ryu-BGPs in the same Topology for BGP/MPLS VPNs : > When same label has been assigned '100 (defalut label)' by each Ryu-BGP, it > is difficult to analyze for trouble shooting of RIB for vpnv4 . > Therefore, each Ryu-BGPs should assign different label for vpnv4 prefix > according to own label_range . > > bgpd> show rib all > Status codes: * valid, > best > Origin codes: i - IGP, e - EGP, ? - incomplete > Network Labels Next Hop Reason > Metric LocPrf Path > Family: rtfilter > *> 65001:65010:101 None 0.0.0.0 Only Path > ? > Family: vpnv6 > Family: vpnv4 > *> 65010:101:192.168.104.0/30 [100] 172.16.0.102 Only Path > 65002 ? > *> 65010:101:192.168.201.0/24 [43] 192.168.100.101 Only Path > 100 65010 65011 i > *> 65010:101:10.10.10.1/32 [38] 192.168.100.101 Only Path > 100 65010 65011 ? > *> 65010:101:192.168.103.0/30 [100] 0.0.0.0 Only Path > ? > *> 65010:101:192.168.101.0/30 [42] 192.168.100.101 Only Path > 100 65010 ? > *> 65010:101:192.168.102.0/30 [40] 192.168.100.101 Only Path > 100 65010 ? > *> 65010:101:10.10.10.2/32 [37] 192.168.100.101 Only Path > 100 65010 65012 ? > *> 65010:101:192.168.202.0/24 [44] 192.168.100.101 Only Path > 100 65010 65012 i > > Signed-off-by: Toshiki Tsuboi <[email protected]> > --- > ryu/services/protocols/bgp/bgpspeaker.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied, thanks! ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
