- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 06:50 PM
I need to know which interfaces have "portfast" and "trunk" keywords. How can I do that?
For example, g1/0/1 have both commands, g1/0/2 only have trunk, g1/0/3 only have portfast
I have tried "show run | in interface| trunk | portfast" and "show run | in interface| portfast| trunk" but didn't work. (Show in pictures)
Is there any way to achieve this?
Thanks for help.
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 09:50 PM - edited 09-22-2022 09:51 PM
Remove space, example : show run | in interface|trunk|portfast
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 08:14 PM
What, actually, do you want to see?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 09:50 PM - edited 09-22-2022 09:51 PM
Remove space, example : show run | in interface|trunk|portfast
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 09:58 PM
This is really help! Thx very much.
