Nathan,

You already have "network X.X.X.X" statements for two networks.
If you can't redistribute then one option is to add explicit bgp network
statements.

Your BGP RID is the same as your peer's IP address, hopefully this is a
typo when obfuscating your IP addresses.

I'm surprised you aren't filtering your announcements with a route-map
and/or prefix-list. Might look and see what you're advertising to your
upstream (potentially a bunch of cruft without prefix-list/route-map
when using redistribution).

show ip bgp neighbors Z.Z.Z.Z advertised-routes

If you need route maps, they're nested under "policy".
set policy route-map <NAME>
set policy prefix-list <NAME>

set protocols bgp 53000 neighbor Z.Z.Z.Z route-map <NAME>
run clear ip bgp neighbors Z.Z.Z.Z soft out
run show ip bgp summary
run show ip bgp neighbors Z.Z.Z.Z advertised-routes

Syntax appears to be similar, but now that Brocade and VyOS are separate
Vyatta code-bases I wouldn't bet on it.
http://www.brocade.com/content/dam/common/documents/content-types/configuration-guide/vyatta-routingpolicies-3.5r3-v01.pdf

Hope that helps.
Regards,
Mike

On Sun, 2016-07-31 at 22:26 -0600, [email protected] wrote:
> I am rather green to BGP setups, and need to upgrade our edge router.
>  PResently we are using redistribute static routes to advertise our
> networks.  As I am sure you know, with 1.8 that is now deprecated.  I
> need assistance in how to configure our BGP session post 1.8 so that
> we can continue to work.  
> 
> set protocols bgp 53000 neighbor 71.10.13.42 description Plateau
> set protocols bgp 53000 neighbor 71.10.13.42 remote-as 21782
> set protocols bgp 53000 neighbor 71.10.13.42 soft-reconfiguration
> inbound
> set protocols bgp 53000 network 70.11.128.0/21
> set protocols bgp 53000 network 19.8.146.0/22
> set protocols bgp 53000 parameters log-neighbor-changes
> set protocols bgp 53000 parameters router-id 71.10.13.42
> set protocols bgp 53000 redistribute static
> 
> Will anyone tell me how i need to go about changing that over to a
> route map so we can upgrade our firmware?  All id's and ip's have been
> changed to keep the children safe. 
> _______________________________________________
> Ubnt_users mailing list
> [email protected]
> http://lists.wispa.org/mailman/listinfo/ubnt_users


_______________________________________________
Ubnt_users mailing list
[email protected]
http://lists.wispa.org/mailman/listinfo/ubnt_users

Reply via email to