Yesterday, 05:56 PM
Please review, I think the correct option isĀ
access-list 1 deny host 192.168.1.1
access-list 1 permit any
route-map CCNP permit 10
match ip address 1
set ip precedence critical
interface g0/0/0
ip address 192.168.1.4 255.255.255.0
ip policy route-map CCNP
As the above will mark all traffic with "Critical IP Precedence" except for the 192.168.1.1
access-list 1 deny host 192.168.1.1
access-list 1 permit any
route-map CCNP permit 10
match ip address 1
set ip precedence critical
interface g0/0/0
ip address 192.168.1.4 255.255.255.0
ip policy route-map CCNP
As the above will mark all traffic with "Critical IP Precedence" except for the 192.168.1.1