cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
850
Views
0
Helpful
1
Replies

Cisco 800 template with BGP

iano8888888
Level 1
Level 1

Has anyone got a template to use for a Cisco 800 router that will be configured with BGP on the WAN side and 192.168.10.0/30 on the LAN side.

LAN just needs to get out to the BGP network via NAT. 


Anything appreciated.


Regards,

1 Reply 1

Francesco Molino
VIP Alumni
VIP Alumni

Hi

 

It's quite difficult to give a template without knowing all details of what you're trying to achieve.

To do a simple BGP peering, the config will looks like:

router bgp xxxx --> your AS number (private AS any number between 64512 and 65534)

  bgp router-id x.x.x.x --> Usually it's a loopback address used as router-id

  neighbor x.x.x.x remote-as xxx --> Info given by your WAN provider (IP of the WAN router and their AS)

 

After that, lots more option but with this config you'll be able to build up a BGP peering and learn routes from your WAN provider.

 

If you're using VRFs, you have to configure the right address-family.

 

 


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
Review Cisco Networking for a $25 gift card