cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
783
Views
1
Helpful
3
Replies

ASR9000 - Trying to add a second path out to the internet

DavidGIP
Level 1
Level 1

Hello. Currently running on an ASR9001, Cisco IOS XR Software, Version 6.5.3

We added a second path out to the internet and have established a BGP session with the second carrier. I am trying to get traffic to pass through the new connection. I can ping across the connection, just need to send my outbound traffic through it. I am not sure what exactly I am missing. 

router bgp 11111
address-family ipv4 unicast
network 10.0.0.0/20
network 11.0.0.0/22
!
neighbor 12.0.0.1
remote-as 22222
description iBGP
address-family ipv4 unicast
next-hop-self
soft-reconfiguration inbound always
!
!
neighbor 13.0.0.1
remote-as 00000
description Original IP Transit
address-family ipv4 unicast
route-policy RPL_WAN_IN1 in
route-policy RPL_WAN_OUT2 out
next-hop-self
soft-reconfiguration inbound always
!
!
neighbor 14.0.0.1
remote-as 44444
password encrypted 10425A0D08444305
description New IP Transit
address-family ipv4 unicast
route-policy RPL_WAN_IN1 in
route-policy RPL_WAN_OUT2 out
next-hop-self
soft-reconfiguration inbound always

3 Replies 3

Can I see 

Show ip bgp 

So I was able to see that we are passing traffic over the second connection, but not a lot of traffic. Per PRTG, we currently have 4705 Mbps passing through our original IP Transit connection. Our new connection currently has 7Mbps going through it. I am hoping to see if it can be split so traffic can go evenly through both paths. 

 

I am going through the configuration to see if there was a way to push traffic through our new connection. Since it was turned up, we have next to no traffic going across the new connection, while the traffic going across the old connection is unfazed. 

interface TenGigE0/0/2/0.530
ipv4 address xxx.xxx.xxx.xxx 255.255.255.252
flow ipv4 monitor SOLARWINDS-FMM sampler SOLARWINDS-SM ingress
flow ipv4 monitor SOLARWINDS-FMM sampler SOLARWINDS-SM egress
encapsulation dot1q 530
ipv4 access-group ACL-WAN-IN1 ingress
ipv4 access-group ACL-WAN-OUT1 egress

interface TenGigE0/0/0/0
description New IP Transit
ipv4 address yyy.yyy.yyy.yyy 255.255.255.248
ipv4 access-group ACL-WAN-IN1 ingress
ipv4 access-group ACL-WAN-OUT1 egress