Re: [j-nsp] bgp route advertisements

2008-11-05 Thread Fernando de Aquilino Corrêa
Hello Mike, You should export routes from the direct protocol: policy-options { policy-statement EXPORT { from { protocol direct; route-filter 10.101.101.0/xx exact; } then accept; } } You should also apply your policy to the bgp neighbor

Re: [j-nsp] RSVP error: ignoring Recovery Label 0 unacceptable

2008-10-23 Thread Fernando de Aquilino Corrêa
Hello, If I'm not mistaken, the router receiving a label 0 advertisement will understand it is the penultimate hop and will pop the outmost label when sending packets downstream. It looks it's happening within a backup path, so it should not prevent the LSP from coming online. It sounds