cisco switch & routers
akosidar
Registered Users Posts: 2 ■□□□□□□□□□
in CCNA & CCENT
Hi All,
Need help on configuring a switch and router. Having problems with the command lines.
D.
Need help on configuring a switch and router. Having problems with the command lines.
- enable password
- console password
- MOTD set up
- how can I ensure no ip domain-lookup
D.
Comments
-
bwillford Member Posts: 64 ■■■□□□□□□□Take it you didnt look around much?
>enable
(takes you to privileged exec mode)
configure terminal
enable secret blahblahblah
line console 0
password bblahblah
login
exit
banner motd *blahblahblah*
no ip domain-lookup -
akosidar Registered Users Posts: 2 ■□□□□□□□□□Thank you so much!
Please don't get me wrong on this. I'am really trying hard to learn about all this.
Practice 1:
Given a network with 3 Routers plus 2 Switches that goes side by side and PC's on both ends using 200.2.5.0/24.
need to know..
how many collision domains?
how many broadcast domains (no VLANS)?
do I need to rob bits?
what is the new subnet mask?
what are the host ranges on each subnet?
what is the broadcast address?
Thanks,
D. -
oli356 Member Posts: 364Surely if you were trying to learn it you would be studying these BASIC networking fundamentals and not asking usLab:
Combination of GNS3 and Cisco equipment if required. -
Ltat42a Member Posts: 587 ■■■□□□□□□□how can I ensure no ip domain-lookup
At this prompt, type "end" (without the quotes), then press enter
Router> -
mgmguy1 Member Posts: 485 ■■■■□□□□□□Get Packet Tracker and do the commands. When I hit a router or switch I can do the following without having to think about it
Create a new hostname
enable secret
motd set up
no ip-domain lookup
service password-encryption command
line con 0 set up including exec-timeout command
line vty setup up including exec-timeout command
configuring an IP on an interface.
putting a description on interface.
These are simple commands you can pound out. Find some free labs and just follow the directions. You'll be a pro in no time."A lot of fellows nowadays have a B.A., M.D., or Ph.D. Unfortunately, they don't have a J.O.B."
Fats Domino -
goldenlight Member Posts: 378 ■■□□□□□□□□Google Danscourses. He has awesome videos that will help clear up any issues you are having.
Also using the ? mark after a command helps you learn the commands pretty easy“The Only way to do great work is to love what you do. If you haven't found it keep looking. Don't settle” - Steve Jobs -
Xyro Member Posts: 623Thank you so much!
Please don't get me wrong on this. I'am really trying hard to learn about all this.
Practice 1:
Given a network with 3 Routers plus 2 Switches that goes side by side and PC's on both ends using 200.2.5.0/24.
need to know..
how many collision domains?
how many broadcast domains (no VLANS)?
do I need to rob bits?
what is the new subnet mask?
what are the host ranges on each subnet?
what is the broadcast address?
Thanks,
D.
Yes, definitely a homework assignment lol.