- Changes must be specific to issue you’re troubleshooting (i.e. Make your changes as specific as possible)
- Do not remove any security related configuration. Only adjust or add configuration to correct issues.
Scenario:
R1 and R2 are connected via ASAv1, running in transparent mode. The two routers have (2) loopback interfaces, Loopback1 and Loopback2 addressed as 10.x.x.1/32 and 10.x.x.2/32 where X is the router number. Loopback1 should be learned via OSPF, and is used for BGP peering whereas Loopback2 is advertised by BGP. Neither OSPF or BGP peerings are successfully forming, troubleshoot and resolve so that both routers establish OSPF and BGP peerings. Ping both of R1’s loopback interfaces from both of R2’s loopback interfaces to confirm you’ve resolved the issue. Additionally, match the output below to both routers.
Super Complex Network Diagram |
Download Intitial Configs
R1 Output:
R1#show ip route | inc ^B|^O
O 10.2.2.1/32 [110/2] via 10.0.0.2, 00:09:48, GigabitEthernet1
B 10.2.2.2/32 [20/0] via 10.2.2.1, 00:08:54
!
R1#show bgp ipv4 unicast neighbors 10.2.2.1 | inc md5
Option Flags: nagle, path mtu capable, md5, Retrans timeout
R2 Output:
R2#show ip route | inc ^B|^O
O 10.1.1.1/32 [110/2] via 10.0.0.1, 00:11:47, GigabitEthernet1
B 10.1.1.2/32 [20/0] via 10.1.1.1, 00:10:52
!
R2#show bgp ipv4 unicast neighbors 10.1.1.1 | inc md5
Option Flags: nagle, path mtu capable, md5
Alright interwebs, have at and let me know what you think. Find the solution(s) here.