> how would i go about making it so users cant telnet out.... but priveleged
> people still can ?
To do that, just do the folowing:
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#privilege exec level 15 telnet
Router(config)#^Z
Router#disable
Router>telnet 192.168.0.2
^
% Invalid input detected at '^' marker.
Router>
Cheers,
John Swartz
Boson Software
http://www.boson.com
"Justin Marcus" <justin@xxxxxxxxxx> wrote in message
news:Pine.BSF.4.10.10004271849370.26813-100000@xxxxxxxxxxxxxxxxxxxx
> speaking of user levels etc....
> how would i go about making it so users cant telnet out.... but priveleged
> people still can ?
> i know i could use acl's but then nobody would be able to telnet out at
> all
>
> thanks :)
>
>
>
> On Wed, 26 Apr 2000, John Swartz wrote:
>
> > by default to privilege levels are defined.
> >
> > 1 -> user mode
> > 15 -> enable (privilege) mode
> >
> > commands can be assigned to different modes, and then users granted that
> > privilege level.
> >
> >
> > example
> > Router#conf t
> > Enter configuration commands, one per line. End with CNTL/Z.
> > Router(config)#privilege ?
> > configure Global configuration mode
> > exec Exec mode
> > interface Interface configuration mode
> > interface-dlci Frame Relay dlci configuration mode
> > ipx-router IPX router configuration mode
> > line Line configuration mode
> > map-class Map class configuration mode
> > map-list Map list configuration mode
> > null-interface Null interface configuration mode
> > route-map Route map config mode
> > router Router configuration mode
> > rtr RTR Entry Configuration
> >
> > Router(config)#privilege exec level 7 show startup-config
> > Router(config)# username john priv 7
> >
> > Now John can execute the 'show startup-config' command.
> >
> >
> > --
> >
> > Cheers,
> >
> > John Swartz
> > Boson Software
> > http://www.boson.com
> > <AABAN34@xxxxxxx> wrote in message news:a4.38b987d.263905f4@xxxxxxxxxx
> > >
> > > username brian privilege 7 password cisco
> > >
> > > Can someone tell me how this privilege thing works???
> > >
> > > Brian
> > > Email Address aaban34@xxxxxxx
> > >
> > > ___________________________________
> > > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > > Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > > ---
> >
> >
> > ___________________________________
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Posting Guidelines: http://www.groupstudy.com/list/guide.html
> >
>
> ___________________________________
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Posting Guidelines: http://www.groupstudy.com/list/guide.html
> ---
___________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com
Posting Guidelines: http://www.groupstudy.com/list/guide.html