Router Instrucciones

download Router Instrucciones

of 8

Transcript of Router Instrucciones

  • 7/30/2019 Router Instrucciones

    1/8

    All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 8

    Task 1: Configure Cisco Router Global Configuration Settings

    Step 1. Physically connect devices. Connect the console or rollover cable to the console port on the R1-ISP and R2-Central .With 2 different computers, one per network. Ensure that power has been applied to the host computer, switch and router.

    Step 2. Connect host computer to router through PT Terminal. Start the PT Terminal program by clicking on Host1 | Desktop Tab | Terminal Leave all values at default when you click terminal.

    Step 3. Configure global configuration hostname setting. What two commands may be used to leave the privileged exec mode?What shortcut command can be used to enter the privileged exec mode?Examine the different configuration modes that can be entered with the commandconfigure?Write down the list of configuration modes and description. From the privileged exec mode,enter global configuration mode:router# configure terminalrouter(config)#

    What three commands may be used to leave the global configuration mode and return to theprivileged exec mode?What shortcut command can be used to enter the global configuration mode?Set the device hostname to R1-ISP :router(config)# hostname R1-ISPR1-ISP(config)#

    Do the same with router 2

    Step 4. Configure a MOTD banner. The MOTD banner is displayed on all connections before the login prompt. Use theterminating character on a blank line to end the MOTD entry: R1-ISP (config)# banner motd %Enter TEXT message.End with the character '%' *** Unauthorized access is prohibited and

    will be prosecuted. *** %R1-ISP (config)#

    Task 2: Configure Cisco router password access Access passwords are set for the privileged exec mode and user entry point such asconsole, aux, and virtual lines. The privileged exec mode password is the most criticalpassword, since it controls access to the configuration mode. Step 1: Configure the enable and privileged exec password.

  • 7/30/2019 Router Instrucciones

    2/8

    R1-ISP (config)# enable password ciscoR1-ISP (config)# enable secret classR1-ISP (config)#

    Do the same for 2 routers

  • 7/30/2019 Router Instrucciones

    3/8

    CCNA Exploration

    Network Fundamentals:Configuring and Testing Your Network 11.6.1: Skills Integration Challenge-Configuring and Testing the Lab Network

    All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 8

    Step 2: Configure the console password.

  • 7/30/2019 Router Instrucciones

    4/8

    CCNA Exploration

    Network Fundamentals:Configuring and Testing Your Network 11.6.1: Skills Integration Challenge-Configuring and Testing the Lab Network

    All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 8

    Set the console access password to cisco. The console password controls console access tothe router. R1-ISP (config)# line console 0R1-ISP (config-line)# password ciscoR1-ISP (config-line)# login

    Do the same for 2 routers

    Step 3: Configure the virtual line password.

    Set the virtual line access password to cisco. The virtual line password controls Telnetaccess to the router. In early Cisco IOS versions, only five virtual lines could be set, 0through 4. In newer Cisco IOS versions, the number has been expanded. Unless a telnetpassword is set, access on that virtual line is blocked. R1-ISP (config-line)# line vty 0 4R1-ISP (config-line)# password ciscoR1-ISP (config-line)# login R1-ISP (config-line)# exit

    Do the same for 2 routers

    Task 3: Configure Cisco Router Interfaces

    Step 1: Configure the routers fa0/0 interface with the last usableaddress in the second subnet.

    R1-ISP (config)# interface fa0/0R1-ISP (config-if)# description Connection to Host1 with crossovercableR1-ISP (config-if)# ip address address mask R1-ISP (config-if)# no shutdownR1-ISP (config-if)# end R1-ISP #

    SHOW RUNNING-CONFIG

    SH RUN

  • 7/30/2019 Router Instrucciones

    5/8

    CCNA Exploration

    Network Fundamentals:Configuring and Testing Your Network 11.6.1: Skills Integration Challenge-Configuring and Testing the Lab Network

    All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 8

    Do the same for 2 routers and for each interfaces.

    Step 3: Configure the host computer.

    Configure the host computer for LAN connectivity. Recall that the LAN configuration windowis accessed by clicking the PC going to the Desktop tab and then clicking IP configurations.Fill in the following fields:

    Step 4: Verify network connectivity. Use the ping command to verify network connectivity with the router. If ping replies are notsuccessful troubleshoot the connection. You can use ping and tracert command from a pc or a router.

    Task 4: Save the Router Configuration File Cisco IOS refers to RAM configuration storage as running-configuration, and NVRAMconfiguration storage as startup-configuration. For configurations to survive rebooting or power restarts, the RAM configuration must be copied into non-volatile RAM (NVRAM). Thisdoes not occur automatically, NVRAM must be manually updated after any changes aremade.

    Step 1: Compare router RAM and NVRAM configurations. Use the Cisco IOS show command to view RAM and NVRAM configurations. Write down one possible shortcut command that will display the contents of NVRAM. Displaythe contents of NVRAM. If the output of NVRAM is missing, it is because there is no savedconfiguration.: R1-ISP # show startup-configR1-ISP #show running-config

    Step 2: Save RAM configuration to NVRAM. For a configuration to be used the next time the router is powered on or reloaded, it must be

    manually saved in NVRAM. Save the RAM configuration to NVRAM: R1-ISP # copy running-config startup-configDestination filename [startup-config]? Building configuration... [OK]R1-ISP #

  • 7/30/2019 Router Instrucciones

    6/8

    CCNA Exploration

    Network Fundamentals:Configuring and Testing Your Network 11.6.1: Skills Integration Challenge-Configuring and Testing the Lab Network

    All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 8

    Press RETURN to get started!

    Router>enable

    Router#config

    Configuring from terminal, memory, or network [terminal]?

    Enter configuration commands, one per line. End with CNTL/Z.

    Router(config)# hostname R1-Central

    R1-Central(config)# banner motd %

    Enter TEXT message. End with the character '%'.

    esta es una practica de los comandos basicos de router %

    R1-Central(config)#enable password cisco

    R1-Central(config)#enable secret class

    R1-Central(config)#lline console 0

    ^

  • 7/30/2019 Router Instrucciones

    7/8

    CCNA Exploration

    Network Fundamentals:Configuring and Testing Your Network 11.6.1: Skills Integration Challenge-Configuring and Testing the Lab Network

    All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 8

    % Invalid input detected at '^' marker.

    R1-Central(config)#line console 0

    R1-Central(config-line)#password cisco

    R1-Central(config-line)#login

    R1-Central(config-line)#line vty 0 4

    R1-Central(config-line)#password cisco

    R1-Central(config-line)#login

    R1-Central(config-line)#end

    R1-Central#

    %SYS-5-CONFIG_I: Configured from console by console

    R1-Central#

    R1-Central#config

    Configuring from terminal, memory, or network [terminal]?

    Enter configuration commands, one per line. End with CNTL/Z.

    R1-Central(config)#interface f0/0

    R1-Central(config-if)#description connection de un host por cable cruzado

    R1-Central(config-if)#ip address 192.168.1.1 255.255.255.0

    R1-Central(config-if)#no shutdown

    %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

    R1-Central(config-if)#interface s0/0

    %Invalid interface type and number

    R1-Central(config)#interface s0/0/0

  • 7/30/2019 Router Instrucciones

    8/8

    CCNA Exploration

    Network Fundamentals:Configuring and Testing Your Network 11.6.1: Skills Integration Challenge-Configuring and Testing the Lab Network

    All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 8

    R1-Central(config-if)#no shutdown

    %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down

    R1-Central(config-if)#

    R1-Central(config-if)#description connection de un host a un router por cable serial

    R1-Central(config-if)#ip address 10.10.0.1 255.255.0.0

    R1-Central(config-if)#no shutdown

    R1-Central(config-if)#end

    R1-Central#

    %SYS-5-CONFIG_I: Configured from console by console

    shutdown run

    ^

    % Invalid input detected at '^' marker.

    R1-Central#end

    Translating "end"...domain server (255.255.255.255)

    % Unknown command or computer name, or unable to find computer address