BGP Professional Lab 1

Morning Lazarus!
I have learned so much with this lab! The only incorrect result that I’ve noticed thus far is the mac and wildcard for this particular solution (3.4.10) and it could still be that I just misapplied the answer. I used deny ip 0.0.0.0 255.255.255.255 255.255.252.0 0.0.3.255 to catch and deny anything ge /22 and my output is this:

R9#  show ip route bgp 
!***OMITTED***
Gateway of last resort is not set
      12.0.0.0/16 is subnetted, 1 subnets
B        12.34.0.0 [20/0] via 5.5.5.5, 1d17h
      23.0.0.0/16 is subnetted, 1 subnets
B        23.45.0.0 [20/0] via 5.5.5.5, 1d17h
      66.0.0.0/17 is subnetted, 1 subnets
B        66.77.0.0 [20/0] via 5.5.5.5, 1d17h
      175.45.0.0/21 is subnetted, 1 subnets
B        175.45.200.0 [20/0] via 5.5.5.5, 1d17h
B     176.0.0.0/4 [20/0] via 5.5.5.5, 1d17h
B     195.225.0.0/19 [20/0] via 5.5.5.5, 1d17h
B     212.12.16.0/21 [20/0] via 5.5.5.5, 1d17h
B     221.25.0.0/19 [20/0] via 5.5.5.5, 1d17h

R9#show access-list 100
Extended IP access list 100
    10 deny ip any 255.255.252.0 0.0.3.255 (29 matches)
    20 permit ip any any (6 matches)
R9#

Thank you again so much for this and the other routing labs you guys have put together! I love working through these!