1. Configuration Requirements
Define the policy routing for policy “aaa” to control all TCP packets received from Ethernet interface E3/0/0, sending them through serial interface serial1/0/0. For other packets, forwarding still follows the routing table lookup.
Node 5 means that Ethernet packets matching ACL 3101 will be forwarded to serial interface serial1/0/0;
Node 10 means that any packets matching ACL 3102 will not undergo policy routing processing;
Packets from Ethernet3/0/0 will attempt to match the if-match clauses of Node 5 and Node 10 in sequence. If a node with a permit statement is matched, the corresponding apply clause is executed; if a node with a deny statement is matched, policy routing processing is exited.
2. Network Diagram