06-28-2023 01:34 PM
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
06-28-2023 01:51 PM
Can I see
Show ip bgp
07-10-2023 06:43 AM
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.
07-31-2023 07:32 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide