Get Your CCNP Lab Kit Here!

CCNA Kits

Looking to learn how to build a CCNP Lab to help you pass your exam the FIRST time?  Then you are in the right place.  Click the picture above to go right to the CCNP Kits or click the link below to learn how to build an awesome home CCNP Lab!

How to Build a CCNP Lab!

Cisco CCNP ROUTE Route Maps

cisco-ccnp-route-map-1

Route-maps have may features in common with ACLs.  For example:

They are an ordered sequence of individual statements, each has a permit or deny result. Evaluation of ACL or route-maps consists of a list scan, in a predetermined order, and an evaluation of the criteria of each statement that matches. A list scan is aborted once the first statement match is found and an action associated with the statement match is performed.

These are some of the differences between route-maps and ACLs:

Route-maps frequently use ACLs as matching criteria.

The main result from the evaluation of an access list is a yes or no answer—an ACL either permits or denies input data. Applied to redistribution, an ACL determines if a particular route can (route matches ACLs permit statement) or can not (matches deny statement) be redistributed. Typical route-maps not only permit (some) redistributed routes but also modify information associated with the route, when it is redistributed into another protocol.

Route-maps are more flexible than ACLs and can verify routes based on criteria which ACLs can not verify. For example, a route-map can verify if the type of route is internal or if it has a specific tag.

Each ACL ends with an implicit deny statement, by design convention; there is no similar convention for route-maps. If the end of a route-map is reached during matching attempts, the result depends on the specific application of the route-map.

 

Cisco CCNP ROUTE Route Map Applications

cisco-ccnp-route-map-2

Route maps are commonly used for route redistribution, Policy Based Routing and BGP policy implementation.

Route filtering is almost always required when performing  route redistribution.

Policy based routing (PBR) is implemented utilizing route maps that can match things such as source and destination addresses, protocol types and end-user applications.

BGP primarily utilizes route maps to implement BGP policy.

 

Cisco CCNP ROUTE Route Map Operation

cisco-ccnp-route-map-3

A route map is processed in a top-down manner.  Once a match is found, the action is applied.  Sequence numbers are used for specific route map statements.  Each line has either a permit or deny statement.  Route maps stop processing when a match is found.  If the match is on a permit statement he router sets the metrics or other defined conditions and permits the redistribution of that route.  If the packer matched a deny statement the route is not redistributed.

 

Cisco CCNP ROUTE Route Map Operation (Cont.)

cisco-ccnp-route-map-4

The above slide explains route map operation and the difference between Logical OR and Logical AND within the route map operation.

Route maps may consist of multiple route map statements which are processed top-down, similar to an access-list.  Processing stops when the first match is found.


Cisco CCNP ROUTE Steps to Configure a Route Map

cisco-ccnp-route-map-5

There are two steps with implementing route maps.  First the route map needs to be defined (includes defining the conditions to match as well as action(s) to be taken when the condition is matched) then the route map needs to be applied to an interface.


Cisco CCNP ROUTE Configuring a Route Map

cisco-ccnp-route-map-6

The above example lists the commands required to configure a route map.

First you define the route map and specify either a permit or deny.   Next you define the match criteria.  Lastly you define what to do when a match is found.  Example is setting the interface for the next hop.

 

Cisco CCNP ROUTE Attaching a Route Map to an Interface

cisco-ccnp-route-map-7

Remember, route maps need to be attached to an interface with the ip policy route-map command.

Access lists (6 and 25 in the example on the slide) can be used within route maps.

 

Cisco CCNP ROUTE Steps to Configure Redistribution with Route Maps

cisco-ccnp-route-map-8

There are two steps to configure route redistribution when utilizing route maps.  First the route map needs to be defined then the route map needs to be applied with routing protocol configuration.

 

Cisco CCNP ROUTE Route Map Redistribution Commands

cisco-ccnp-route-map-9

The above example shows a route map being utilized when redistributing RIP routes into EIGRP.

Route maps are used in conjunction with match and set commands.

 

Cisco CCNP ROUTE Filtering Routing Updates

cisco-ccnp-route-map-10

Again, there are numerous ways to filter routes between routing protocols.  Example are distribute-lists, prefix-lists and route-maps.

Incoming prefix lists, incoming distribute lists and incoming route maps must permit the routes that are received from a neighbor before they are accepted into the IP routing table.

Outgoing routes must pass outgoing distribute lists, outgoing prefix lists and outgoing route maps before they with be transmitted to a neighbor.

 

Cisco CCNP ROUTE Passive Interface

cisco-ccnp-route-map-11

Passive interfaces work differently depending on the routing protocol being used.  They can be used to suppress updates on a specific interface or on all interfaces.

As a general rule, passive interfaces will disable sending of routing updates on an interface but the particular subnet will continue to be advertised to other interfaces and the interface will continue to receive and process updates from other routers.

Passive nterface rules vary by routing protocol (e.g. OSPF, EIGRP and RIP).

 

Cisco CCNP ROUTE Using the passive-interface Command

cisco-ccnp-route-map-12

The above example shows the use of the passive-interface command when using EIGRP as the routing protocol.

The configuration of R1 initially sets all interfaces to passive then enables interface s0/1 as not passive with the no passive-interface s0/1 command.

 

Cisco CCNP ROUTE Key Knowledge

cisco-ccnp-route-map-13

Key knowledge to know with regards to route filtering and route redistribution.

 

Cisco CCNP ROUTE Key Knowledge (Cont.)

cisco-ccnp-route-map-14

Continuation of key knowledge to know with regards to route filtering and route redistribution.