Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a simple topology in LAB to test this:
R1 <-------> R2 <--------> R3
R1 is configured with few /32 loopbacks:
Loopback1 11.11.11.11Loopback2 11.11.12.11Loopback3 11.11.13.11
these are aggr...
I'm reading IPv4 standard. There are 3 types of options that IPv4 header can carry: timestamp, special routing and security. I'm wondering if there's any use these days for security options since what I understand, it was meant for DoD purposes prima...
Post the updated config of both A & B routers, please. And "show ip route" output of relevant prefixes.And I thought you were trying to reach 192.168.1.64/27 network, not 10.0.155.233.
You're missing default-metric in EIGRP config. EIGRP does not redistribute BGP routes on R2. You need to set it in either of 3 ways:
redistribute command with route-map
redistribute command with default-metric
"standalone" default-metric EIGRP comma...
Unfortunately no. I used ACL on real HW with IOS 15 and changing the ACL doesn't change the status of suppressed route in BGP table.I guess next time I would rework the config and use unsuppress-map on BGP neighbor instead. That works just fine.Thank...
Well, I tried ACL instead exactly as you did but still no change:
R2#sh run | s router bgprouter bgp 2 no synchronization bgp log-neighbor-changes aggregate-address 11.11.0.0 255.255.0.0 summary-only suppress-map SupressMap neighbor 10.0.0.1 remot...