noad
asked on
Privilege exec 15
OK,
Please correct me if I'm worng, as I understand it when I config privilege level 15 on the VTY lines I don't need to put a password? it will use the enable mode password that I set before, but instead of putting the user that is connecting via telnet into user mode it goes right into privilege mode?
Is that correct? All that needs to be done to place a telnet user strigth into previlege exec mode is to set (privilege exec 15) on the VTY lines?
Please correct me if I'm worng, as I understand it when I config privilege level 15 on the VTY lines I don't need to put a password? it will use the enable mode password that I set before, but instead of putting the user that is connecting via telnet into user mode it goes right into privilege mode?
Is that correct? All that needs to be done to place a telnet user strigth into previlege exec mode is to set (privilege exec 15) on the VTY lines?
ASKER
why the no login on the VTY lines?
It disables password checking.
ASKER
So how would it go?
R2>enable
R2#config t
R2(config)# config vty lines (0) or (15)???
R2(config-line)# no loging
R2(config-line)#^z
R2#wr
Would that be correct?
R2>enable
R2#config t
R2(config)# config vty lines (0) or (15)???
R2(config-line)# no loging
R2(config-line)#^z
R2#wr
Would that be correct?
no login
not "no loging"
not "no loging"
ASKER
ok,
just (no login)
at which line? 0 or 15?
just (no login)
at which line? 0 or 15?
this command means
with the command "line 0 15" you configure the range from line 0 till 15
so line 0 1 2 3 ..... 11 12 13 14 15
you have on a switch 16 telnet lines ... line 0 till 15
kind regards
Sirius
with the command "line 0 15" you configure the range from line 0 till 15
so line 0 1 2 3 ..... 11 12 13 14 15
you have on a switch 16 telnet lines ... line 0 till 15
kind regards
Sirius
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Also use the "no login" command on the vty lines.