- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2018 11:29 PM - edited 02-21-2020 10:47 AM
Hello,,
I would like to allow entry level admins to be able to configure all switch access interfaces/ports. What is the command? I've tried different commands but to no avail. Below are what I have tried so far but do not work. Any assistance is appreciated. Thanks.
permit configure interface all
permit configure interface GigabitEthernet all
permit configure interface .*
permit configure interface GigabitEthernet .*
Richard
Solved! Go to Solution.
- Labels:
-
Other NAC
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 12:16 AM
Hi there,
The columns are grant, command, argument. So you will want something like:
permit configure terminal permit interface GigabitEthernet.*
cheers,
Seb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018 03:14 AM
Hi Richard,
It should be:
Permit shutdown Permit no shutdown
Leave out the .*
cheers,
Seb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 12:16 AM
Hi there,
The columns are grant, command, argument. So you will want something like:
permit configure terminal permit interface GigabitEthernet.*
cheers,
Seb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 01:38 AM
Hi Seb,
Thank you for responding and explaining. I will give it a try and let you know.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 09:13 AM
Hi Seb,
That worked. Thank you again.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 05:03 PM
Hi Seb,
I have another question. How can I grant shutdown and no shutdown commands.
I've tried different ways but could not get it to work. For example
permit shutdown .*
permit no shutdown .*
permit interface GigabitEthernet.* shutdown
permit interface GigabitEthernet.* no shutdown
Appreciate your help. Thanks.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018 03:14 AM
Hi Richard,
It should be:
Permit shutdown Permit no shutdown
Leave out the .*
cheers,
Seb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018 08:45 AM
Hi Seb,
Thank you for the quick reply. I think I'm understanding the process now.
Richard
