Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I find the next free Policy ID in CLI?
Hi!
Sometimes I want to add one or more policys via the cli:
config sytem firewall
edit x ?
To do that, I always have to look in the gui for next free policy ID
this comes close, but the output is everthing else than pretty:
config system Firewall
show | grep ' edit'
Is the are simple way to find the next free policy ID?
greetings
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
" edit 0" will always use the next free.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
" edit 0" will always use the next free.YES! that´s what I need thx