01-21-2014 02:46 AM - edited 03-07-2019 05:42 PM
Hello anyone,
I'm trying to add a new admin user on router 1841.
I usually use SDM to access router but I didn't find any command line there.
I've tried through terminal, but it tells me:
router#username ***** privilege 15 secret 0 *******
^
% Invalid input detected at '^' marker.
What to do?
thanks in advance!
01-21-2014 05:45 AM
Hi Edi,
You can't configure that in Privilege-exec mode. You need to enter into global configuration prompt and then use the below command. Here i'm configuring racha as a user with privilege level 15.
Don't forget to rate the helpful posts.
Regards,
Chandu
01-21-2014 06:59 AM
Please Chandu
again some help
how to enter to global configuration prompt?
Should I write all the command you show above?
01-21-2014 07:03 AM
Hi Edi,
from the router prompt
config term ( you again abrieviate)
router#config t
router(config)#
Now you can add your config lines
Regards,
Alex.
Please rate useful posts.
01-21-2014 07:28 AM
thanks guys
what about changing the Internet IP
let's say from 95.107.1.1 to 95.161.1.1 (just for exmple)
what command to use?
01-21-2014 09:12 AM
Hi,
You would first have to ask the ISP to get a new IP if it was a static one.
Regards
Alain
Don't forget to rate helpful posts.
01-22-2014 05:21 AM
yes sure, I'll have the static IP soon
but what's the command to configure it?
thanks!
01-22-2014 05:49 AM
The commands would be like this
config t
interface fastethernet0/0
ip address 95.161.1.1 255.255.255.240
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide