F5 Related Exams
303 Exam
Here are the core domains:
Architecture, Design, and Deployment
Policy Creation and Tuning
Traffic Inspection and Mitigation
ASM Configuration
Logging and Reporting
Troubleshooting and Optimization
Integration with Other F5 Modules
Yes, candidates must first pass the F5 101 Application Delivery Fundamentals exam before attempting the 303 certification.
What does the following iRule do?
when CLIENT_ACCEPTED {
if { [matchclass [IP::client_addr] equals WebClient1-Whitelist1] }{
#log local0. "Valid client IP: [IP::client_addr] - forwarding traffic"
#Pool WebClient1
} else {
log local0. "Invalid client IP: [IP::client_addr] - discarding"
discard
}
}
-- Exhibit –

-- Exhibit --
Refer to the exhibit.
An LTM Specialist configures a virtual server that balances HTTP connections to a pool of three application servers. Approximately one out of every three connections to the virtual server fails.
Which two actions will resolve the problem? (Choose two.)
An LTM Specialist needs to create a virtual server to pass TCP traffic to three pool members.
Which two virtual server types should be used to meet the requirements? (Choose two)