- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: announcing Routes via BGP
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
announcing Routes via BGP
need to announce one specific network to the BGP peer .
Firewall A is connected to Router B and Router C.
default route is pointing to Router C
Firewall A learns about x.x.x.x network via static route . the next hop is Router B.
need to announce the network x.x.x.x to the BGP peer Router C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello you have two ways of configuring BGP
Configuring BGP - Gaia Portal
Configuring BGP - Gaia Clish (bgp)
This configuration are part of the blade Advanced Routing .
You can check the full configuration with the Guide Advanced Routing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to export the static route in BGP. You can to do that with a routemap and export that static route to Router C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can you provide the required commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sure. From CLISH
Create export routemap:
set routemap export-bgp id 10 on
set routemap export-bgp id 10 allow
set routemap export-bgp id 10 match network 'x.x.x.x/xx network via static route' all
set routemap export-bgp id 10 match protocol static
Add routemap to bgp statement:
set bgp external/internal export-routemap export-bgp preference 1 on
save config
External/Internal depends on what you're using of course.
Hope this helps.
Cheerz.
Lesley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
How to advertise directly connected subnet? I mean a Vlan subnet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Redistribute the interface to BGP ?
set route-redistribution to bgp-as ASN from interface INTERFACENAME on
