A network administrator is deploying security controls on a Layer 3 switch interface connecting a workstation VLAN () to an internal Voice over IP (VoIP) server (). The policy requires allowing standard SIP call signaling and RTP media streams while restricting all other communication from the workstation subnet to the VoIP server. Which of the following statements correctly describe the requirements for this Access Control List (ACL) deployment? (Select TWO.)
- Permit statements for SIP signaling (TCP/UDP port 5060) and RTP media traffic (UDP ports) must be evaluated before the ACL's final implicit deny statement.Answer
- BAn explicit 'deny all' statement must be manually inserted as the first line of the ACL to initiate interface packet inspection.
- Because stateless ACLs do not track session state, return traffic for dynamically assigned RTP media stream UDP ports must be explicitly permitted or handled by stateful firewall inspection.Answer
- DStandard IPv4 ACLs placed inbound on the workstation VLAN interface should be used to filter traffic based on Layer 4 transport protocols and destination UDP port ranges.
Answer
The correct requirements are that explicit permit statements for SIP signaling and RTP media traffic must precede the implicit deny rule, and that return traffic for stateless UDP connections must be explicitly permitted or managed by a stateful inspection engine.
Extended ACLs evaluate rules in sequential top-down order until a match is found. Specific permit rules for SIP signaling and RTP media streams must be listed above the implicit deny all statement to allow traffic to pass. Furthermore, because UDP protocols like RTP do not establish TCP connection states, a stateless router ACL requires explicit return rules or a stateful firewall to allow return media traffic.
Step-by-Step Solution
Key Concept
Extended ACL Rule Processing and Stateful vs Stateless Traffic Filtering