| Given the following configuration: interfaceTokenRingl ipaddress192.168.15.254255.255.255.0 ippolicyroute-mapEx1 ! access-list1permit192.168.0.00.0.255.255 access-list101permithost192.168.10.5anyeqtelnet ! route-mapEx1permit5 matchipaddress1 setipnext-hop192.168.16.254 ! route-mapEx1permit10 matchipaddress101 setipnext-hop192.168.17.254 The intention is to policy route all packets whose source address prefix is 192.168.255.255. The exception is that packets originating from the Telnet port of host 192.168.10.5 should be forwarded to 192.168.17.254. There are two errors in this configuration that are preventing the policy route from working correctly. What are they? |