I'm trying to move an older gateway 75.10 to an established R80.10 instance. I've stood up a virtual eval just to test my CLI commands, and I'm having trouble understanding what the CLI wants when I want to add multiple services to a rule.
The CLI reference says "string" or "List: string" as options... what exactly do I put on the command line for "List: string"???
Here's what I have for a one liner:
add-access-rule layer "Policy1 Network" position 1 action "Drop" Source "Any" Destination "Any" vpn "Any" service "bootp"
What I want is to add 3 total services to that line... can someone show me what exactly that looks like???