That said, I don’t know how to interpret that use of ‘from’. If you only want to print certain elements I am under the impression you should be using ‘where’:
/queue simple print where burst-limit="5120k/5120k"
Oh, I see. I just needed to escape the values of burst-limit because the “/” is a special character. I’ll tell you what the ultimate goal is here: to change the bust limits of queues that meet certain conditions. In other words, “if the queue’s burst-limit is 5120k/5120k, set it to 10240k/10240k.”
Thanks, fewi. I’m not well trained in programming logic, so learning the CLI can be especially difficult. I’ve written a few scripts with conditional statements, but anything C-like really starts to screw with me. I’ve been trying to figure it out by trial and error, picking up bits of information here or there, but I was limited by a poor foundational understanding.