Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

Privilege Levels

$
0
0

I was working on WB2 Lab5 and I came accross a section dealing with privilege levels.

They wanted to make level 2 able to see the following commands in the running configuration:

    Hostname
    Interfaces
    Interface encapsulations
    IP access-lists applied to interfaces

The books solution was to:

R6:
enable secret level 2 CISCO
privilege interface level 2 ip access-group
privilege interface all level 2 encapsulation
privilege configure level 2 hostname
privilege configure level 2 interface
privilege exec level 2 show run


Now this got me to thinking if there was a way to allow the user to see the all interface configured commands when doing a show running-configuration.  So far I've been unable to come up with a way to do it except to add all the possible interface commands and there are a lot of them.

Andy


Viewing all articles
Browse latest Browse all 10744

Trending Articles