Test on Understanding Cisco Route-Maps

Understanding Cisco Route-Maps: Configuration & Examples

Question 1 of 50%

A route-map statement is limited to configuring only one 'set' command.

Test: Route-maps

20 questions

Question 1: A route-map statement is limited to configuring only one 'set' command.

A. Ano

B. Ne

Explanation: The study materials state that "Multiple set commands can be configured in a single statement", indicating that more than one 'set' command can be used within a single route-map statement.

Question 2: When a route-map with a single permit statement matching an access-list (which has a single permit statement for 192.168.0.0/24) is applied to EIGRP, all learned EIGRP routes will be visible in the routing table.

A. Ano

B. Ne

Explanation: When a route-map with a single permit statement is used, and its match condition is an access-list with a single permit statement for 192.168.0.0/24, only the 192.168.0.0/24 network will be visible. Everything else is denied by the implicit deny any in the access-list, and because there is only one route-map statement, it hits the implicit deny any of the route-map for other networks.

Question 3: A route-map statement without any match conditions will match all traffic.

A. Ano

B. Ne

Explanation: An empty route-map statement (no match condition) matches everything. If there is no match condition, the statement matches everything.

Question 4: Route-maps process statements sequentially from top to bottom, stopping at the first match.

A. Ano

B. Ne

Explanation: Route-maps process their statements in sequential order, starting from the first statement. If a match occurs for a condition, the associated action is applied, and the route-map stops processing any further statements.

Question 5: When redistributing connected routes into EIGRP using a route-map, the study materials indicate that a physical Ethernet interface is typically the type of interface configured for redistribution.

A. Ano

B. Ne

Explanation: The study materials show an example of redistributing a new loopback interface (Loopback4) into EIGRP as a connected route using a route-map. It does not mention using a physical Ethernet interface for this specific redistribution example.