- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Re: CLI - adding multiple services
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CLI - adding multiple services
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???
- Tags:
- cli 80.10
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
service.1 https service.2 http service.3 ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
service.1 https service.2 http service.3 ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If i wanna add 20 service objects i would have to create 20 columns within the csv file. Is there any other way?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
rows, not columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yeah, it requires some tweaking on excel and its good to go.. can be a little messy if there are many objects to work with.
Thank you..
