Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
command
hello, how to run a single line command?
example: config sys interface | edit port1 | full show
Solved! Go to Solution.
Labels:
- Labels:
-
FortiGate
2 Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hermine,
You can try below command on the device and check:
show full-configuration system interface port1
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You cannot use more than 1 pipe, but for looking at the configs you really don't need to -
show sys int port1
show full system interface port1
show full system interface | grep -f port1
Yuri Slobodyanyuk
Yuri Slobodyanyuk
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hermine,
You can try below command on the device and check:
show full-configuration system interface port1
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You cannot use more than 1 pipe, but for looking at the configs you really don't need to -
show sys int port1
show full system interface port1
show full system interface | grep -f port1
Yuri Slobodyanyuk
Yuri Slobodyanyuk
