exam questions

Exam 301b All Questions

View all questions & answers for the 301b exam

Exam 301b topic 1 question 73 discussion

Actual exam question from F5's 301b
Question #: 73
Topic #: 1
[All 301b Questions]

Which iRule statement demotes a virtual server from CMP?

  • A. set ::foo 123
  • B. set static::foo 123
  • C. persist source_addr 1800
  • D. [ class match $HTTP_CONTENT contains my_data_class ]
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
GVKD
5 months ago
A - Correct Global Variables: Setting a regular global variable using set ::varname value is one of those operations that automatically demotes a virtual server from CMP. This is because CMP relies on consistent state across cores, and modifying global variables can introduce inconsistencies. Static Global Variables: In contrast, setting a static global variable using set static::varname value doesn't demote the virtual server. Static global variables are shared across all cores without impacting CMP, as their values remain consistent.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago