1. Cisco Systems
Inc. (2021). IP Routing: BGP Configuration Guide
Cisco IOS XE Cupertino 17.6.x. In the "Implementing BGP Route Maps" section
the documentation states
"If the route does not match any of the match commands in a route map
it is filtered (denied) by the implicit deny that exists at the end of every route map. To permit routes that are not explicitly denied
you must configure a permit statement without any match commands at the end of the route map." This directly supports the addition of a permit sequence to allow other routes.
2. Cisco Systems
Inc. (2023). Cisco IOS IP Routing: BGP Command Reference. Under the route-map command description
the behavior is detailed: "If you end the route-map statements without a permit or deny action
and a packet does not match any of the match statements
the packet is not forwarded." This confirms the implicit deny behavior.
3. Cisco Systems
Inc. (2023). Cisco IOS IP Routing: BGP Command Reference. The documentation for the match ip address command explains its interaction with access lists. It clarifies that the route-map sequence action (permit or deny) is taken only if the prefix matches a permit entry in the specified access list. This invalidates option C
as a deny in the ACL would prevent a match.