F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 92
Which iRule statement demotes a virtual server from CMP?
Answer options
- A. set ::foo 123
- B. set static::foo 123
- C. persist source_addr 1800
- D. [ class match $HTTP_CONTENT contains my_data_class ]
Correct answer: A
Explanation
The command 'set ::foo 123' effectively demotes the virtual server in CMP by modifying its properties. The other options either set static variables, manage session persistence, or match classes in HTTP content, but none of these actions would affect the server's CMP status.