Options

CCNA Routing and Switching

air_wizardoair_wizardo Registered Users Posts: 2 ■□□□□□□□□□
I need help with basic configuration on devices (switches, routers, and PC's) On CISCO packet tracer. I attached a scheme. Any suggestion?

Comments

  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    Tell us what you are having trouble with and we can point you in the right direction.
    An expert is a man who has made all the mistakes which can be made.
  • Options
    oli356oli356 Member Posts: 364
    Basic configuration - to different people that will mean different things..

    Hostname? IP address on all ports? Telnet/SSH vty lines setup? Banners? Users? Routing protocols?
    "basic" is too vague of a term.
    Lab:
    Combination of GNS3 and Cisco equipment if required.
  • Options
    krjaykrjay Member Posts: 290
    I suggest you email your professor and tell him to give us more specific instructions. Or give us what has been omitted from the the numbered list
    2014 Certification Goals: 70-410 [ ] CCNA:S [ ] Linux+ [ ]
  • Options
    air_wizardoair_wizardo Registered Users Posts: 2 ■□□□□□□□□□
    Thank you all for your quick response.
    I didn't really understand what "Basic configuration" is. I have attached the scheme with the rest of the numbered list

  • Options
    theodoxatheodoxa Member Posts: 1,340 ■■■■□□□□□□
    For me, basic is:

    hostname R1
    user admin pass password
    ip domain-name domain.com
    crypto key gen rsa
    line con 0
    logging synch
    line vty 0 15
    trans in ssh
    login local
    line aux 0
    login local
    (START FOR EACH INTERFACE)
    int INTERFACE
    ip add IP_ADDRESS SUBNET_MASK
    (For Serial DCE) clock rate 56000
    no shut
    (END FOR EACH INTERFACE)
    do wr

    But, as stated, "basic" means different things to different people. When I was in the Network Academy, the basic config. we did included a motd banner, console password (no user account), and enable secret. Personally, I don't put a password on the console or an enable password/secret to save few keystrokes. I always put a username and password on the vty (SSH).
    R&S: CCENT CCNA CCNP CCIE [ ]
    Security: CCNA [ ]
    Virtualization: VCA-DCV [ ]
Sign In or Register to comment.