Re: bird 2 and vpn4 mpls

2018-08-08 Thread Chris Herdt
Thanks for the clarification! I confirmed that I see the specified protocols using `show protocol all`: With ipv4 and ipv6 tables added explicitly: ... [preceding lines] ... Local capabilities Multiprotocol AF announced: ipv4 vpn4-mpls ipv6 ... [following lines] ... With just

Re: bird 2 and vpn4 mpls

2018-08-08 Thread Ondrej Zajicek
On Mon, Aug 06, 2018 at 11:34:16AM -0500, Chris Herdt wrote: > Following the example at https://github.com/BIRD/bird/ > blob/v2.0.2/doc/bird.conf.example2, I set up a simple bird config (see > below). > > It is working, but I am not certain what the '---' in the table column of > the output of

Re: bird 2 and vpn4 mpls

2018-08-07 Thread Chris Herdt
I explicitly added the table name in this updated config, but it still shows '---' in the table column: # start config router id 127.0.0.1; vpn4 table vpntab4; protocol bgp peer1 { local as 65217; neighbor 100.66.8.129 as 65217; hold time 180; vpn4 mpls {

RE: bird 2 and vpn4 mpls

2018-08-07 Thread Arvin Gan
Hi Chris, From your config-file, table option is not assigned for protocol bgp peer1, but system will select the first table of given nettype. ‘---’ in the table column, that mean you don’t define table name, used the default one. table name Specify a table to which the channel is