Jump to content

hi guys well i'm learning cisco commands bases . well i understand how to go between mode but i'm afraid that's all what i understand . i saw many videos that don't really explain what the hell are they doing.  for exemple when i set a password for fast ethernet i need to write the password , then write login command , but why i don't need this when i write the password for the privilege mode why can't i tape the passwords directly in the privilege mode for the privilage mode it self , anyway guys i think that you understand that i don't really understand why the hell he is doing . any good video or document with better explanations and also why do i keep the same hostname even when i reload my router i'm really lost .

Link to comment
https://linustechtips.com/topic/672011-cisco-base-commands/
Share on other sites

Link to post
Share on other sites

That is the longest run-on sentence I have ever read.

 

I'm not quite sure what your are specifically asking because you brought up so many things with no punctuation. If you want to change interfaces and stuff you need to be in exec mode by doing "enable" and then "config t". If you want to password a line, you need to enter the line and then enter, for example, to password the console line:

 

enable

config t

line con 0

password abc123

login

exit 

 

Gaming - Ryzen 9800X3D | 64GB 6400mhz cl30 9070 XT

Homelab - many servers...constantly changing. 

3970X/256GB - 5950X/128GB ECC - 5600G/96GB - 3400GE/16GB - 3400GE/16GB

Link to comment
https://linustechtips.com/topic/672011-cisco-base-commands/#findComment-8661320
Share on other sites

Link to post
Share on other sites

1 minute ago, suchamoneypit said:

That is the longest run-on sentence I have ever read.

 

I  not quite sure what your are specifically asking because you brought up so many things with no punctuation. if you want to change interfaces and stuff you need to be in exec mode by doing "enable" and then "config t".

The longest grammatically correct sentence is contained in Absalom, Absalom! by William Faulkner. The sentence is composed of 1,292 words (In the 1951 Random House version).

Link to comment
https://linustechtips.com/topic/672011-cisco-base-commands/#findComment-8661325
Share on other sites

Link to post
Share on other sites

Basically I just use this when configuring the 2960 or 2951.

Command list:

enable

config t

hostname (whatever)

banner motd (whatever symbol)

no ip domain-lookup

line con 0

password (whatever)

login

exit

line VTY (0 4 if Router, 0 15 if switch)

password (whatever)

login

exit

service password encryption

int (g or fa)0/port

no shutdown

des nip

exit

(now in privileged EXEC)

copy run start(usually don't use this command if another person would have to use the router/switch for another lab)

show run to see if everything is right

 

At first, I didn't know how to do these commands until I'd just practice with configuring the switch/router.

 

Link to comment
https://linustechtips.com/topic/672011-cisco-base-commands/#findComment-8663516
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×