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

ASR1001-X BGP Configuration

gasparmenendez
Level 3
Level 3

Hi folks, I'm in a big hurry rigt now. I have a link to ISP-A (4Gbps), using static routes and advertising my own public ip block (170.X.X.0/22). Gateway for the ISP-A is 208.X.X.181. Yesterday ISP-A had an accident (fiber cut) and will be several days out of service. I have a second ISP (ISP-B-2Gbps) that I'm not using cause it is advertising my address block (170.X.X.0/22) through BGP and I don't know much about BGP. In fact I was about to start study BGP to use it with both ISPs but right now I very desperate since my ISP-A is down and I have no internet service. By the other hand I have ISP-B up and working with BGP but I need to establish a BGP session with it and I don't know how. Can anybody please help me???? I'm using an ASR1001-X and ISP-B sent me these: PASSBGP : m******m0
AS: 26XX25.

Thanks!

1 Reply 1

Francesco Molino
VIP Alumni
VIP Alumni
Hi Gaspar,

You need to create your BGP process as follow:
router bgp 26XX25
router-id xxx.xxx.xxx.xxx
neighbor xxx.xxx.xxx.xxx remote-as 26XX25
neighbor xxx.xxx.xxx.xxx password m******m0

However, you pinged me over hangout for a private chat and we saw that this password isn't the right one as you're getting a MD5 hash issue coming from your ISP router.

I recommended you to validate with your ISP this password.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question