Up next

Policy Based Routing on Cisco Router config included

9 Views· 20 Aug 2019
ITCOURSES
ITCOURSES
5 subscribers
0

Lecture [Policy Based Routing]

AIM: How to apply policy based routing to bypass the Route install in the routing table and also how to use ACL to see counters for specific incoming packets

BASIC CONFIG and STEP:

!steps create acl to select source and destination

!where u will apply the PBR // on R1 and interface on which packets are received by the source IP address

R1(config)#ip access-list extended s1
R1(config-ext-nacl)#permit icmp host 1.1.1.1 host 8.8.8.8

R1(config)#route-map r1 permit 10
R1(config-route-map)#match ip address s1
R1(config-route-map)#set ip next-hop 23.1.1.2

R1(config)#interface x/x
R1(config-if)#ip policy route-map r1

pc1#ping 4.4.4.4

Show more
100% online learning from the world's best universities, organisations and Instructors

 0 Comments sort   Sort By


Up next