Policy Based Routing on Cisco Router config included
У вашего броузера проблема в совместимости с HTML5
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