This blog was originally started to better help me understand the technologies in the CCIE R&S blueprint; after completing the R&S track I have decided to transition the blog into a technology blog.

CCIE #29033

This blog will continue to include questions, troubleshooting scenarios, and references to existing and new technologies but will grow to include a variety of different platforms and technologies. Currently I have created over 185 questions/answers in regards to the CCIE R&S track!! Note: answers are in the comment field or within "Read More" section.

You can also follow me on twitter @FE80CC1E


Sunday, October 24, 2010

Question 151

What is being accomplished in the configuration below?

!
interface FastEthernet0/0
ip address 2.2.2.2
ip route-cache policy
ip policy route-map PBR
duplex auto
speed auto

access-list 100 permit tcp any any eq telnet
!
route-map PBR permit 10
match ip address 100
set ip precedence flash
!
route-map PBR permit 999
set ip precedence routine

1 comments:

networkdongle said...

using policy based routing to set Type of Service instead of using the MQC...

Post a Comment