R1> en R1# erase startup-config R1# reload R1> en R1# configure terminal R1(config)# hostname R1 R1(config)# no ip domain-lookup R1(config)# enable secret.

Slides:



Advertisements
Similar presentations
Configuring a Router Harold Hernandez, MS, CCNI. 3.1 Configuring a Router Name a router Set passwords Examine show commands Configure a serial interface.
Advertisements

Configuración de un Router. Elementos Preliminares Modos del router Password de acceso Información de direccionamiento IP.
 WAN uses Serial ports  Ethernet Ports:  Straight through  Cross over.
CCNA2-1 Chapter 1 Introduction to Routing and Packet Forwarding CLI Configuration and Addressing.
IPV6 Lab RIP Last Update Copyright Kenneth M. Chipps Ph.D
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Network Layer Introduction to Networks.
Cisco Router. Overview Understanding and configuring the Cisco Internetwork Operating System (IOS) Connecting to a router Bringing up a router Logging.
1 CCNA 2 v3.1 Module 3. 2 CCNA 2 Module 3 Configuring a Router.
Introduction to the Cisco IOS
C ISCO W ORKSHOPS Ya Bao T714/T718. Tasks Construct a network on Cisco devices (team work) Cisco Package Tracer simulation (individual work)
Chapter 1 Introduction to Routing and Packet Forwarding
Summer Classes Router - Initial Configuration By Roshan Chaudhary Lecturer Islington College.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Initial Switch Configuration Internetworking Fundamentals Instructor: Abdirahman I. Abdi.
1 16-Aug-15 S Ward Abingdon and Witney College Routing CCNA Exploration Semester 2 Chapter 1.
IST 228\Ch4\Cisco IOS1 What we will be able to do?
Routers A router is a computer Computers have four basic components:
1 Semester 2 Module 3 Configuring a Router Yuda college of business James Chen
Chapter 11 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Configure a router with a basic configuration  Configure.
Cisco Router MODES Configuration Prompt Interface Router(config-if)#

Routing CCNA Exploration Semester 2 Chapter 1
Configuring a network os
Author: Bill Buchanan. Module Descriptor Author: Bill Buchanan.
Introduction to Routing and Packet Forwarding
Copyright 2003 CCNA 3 Chapter 7 Switch Configuration By Your Name.
M. Dahshan - TCOM52721 TCOM 5272 Telecomm Lab Dr. Mostafa Dahshan OU-Tulsa 4W 2 nd floor
Chapter 2: Basic Router Configuration
© Wiley Inc All Rights Reserved. CHAPTER 4: Introduction to the Cisco IOS CCNA: Cisco Certified Network Associate Study Guide.
CCNA Journal Sample. Index Basic Ethernet Serial Router Rip.
CCNA Configuration Journal Sample. Index Basic Ethernet Serial Router Rip …
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 3 Configuring a Router.
/24 Host Name :R1 Model : 1841 WIC-1T Serial 0/0/0 Basic Configuration.
Instructor & Todd Lammle
Basic Router Configuration 1.1 Global configuration Cisco allows us to configure the router to support various protocols and interfaces. The router stores.
Configuring a Router. Router user interface The Cisco IOS software uses a command-line interface (CLI) as the traditional console environment. This environment.
Module 3 Configuring a Router.
Router 구성 RAM Interfaces LAN Interfaces (e, t, f) WAN Interfaces (s, hssi) Console Auxiliary bootstrap program IOS(Internetwork OS)실행명령어 programactiveconfigfiletablesbuffers.
NETWORK ADMINISTRATION CPIT 470 Instructor: Mrs Aisha Ehsan.
Sybex CCNA Chapter 6: Cisco’s IOS Instructor & Todd Lammle.
Routers and Routing Basics CCNA 2 Chapter 3 1.
Routing.
Configuration Modes and TFTP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
VoIP Journal Sample. Network Sample Icons Index Basic Config Ethernet Serial Router Rip Router OSPF Rip / OSPF.
Cisco S2 C8 Router Configuration 2. Router Configuration Process Router # –Debug commands –Reload –Configure router Router (config)# –Enable secret –Interface.
 Router Configurations part1 2 nd semester
CISCO Routerek Számítógép hálózatok gyakorlata ÓBUDAI EGYETEM 2011 TAVASZI FÉLÉV 8. LABORGYAKORLAT PRÉM DÁNIEL.
Cisco 2 - Routers Perrine. J Page 13/7/2016 Chapter 3 Cisco Router Modes ConfigurationPrompt InterfaceRouter(config-if)# LineRouter(config-line)# RouterRouter(config-router)#
Console Connectivity RJ-45 Connector Console Port Computer Rollover Cable RJ-45 to DB-9 Converter.
Configure and verify operation status of a device interface.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Routing and Packet Forwarding Routing Protocols and.
Configuring a Router Module 3 Semester 2. Router Configuration Tasks Name a router Set passwords Examine show commands Configure a serial interface Configure.
1 21-Mar-16 Configuring and testing CCNA Exploration Semester 1 Chapter 11.
스위칭 실습. Switch 2950 MAC 0c Default priority Switch 2950 MAC 0c Default priority Fa0/1 Fa0/2 Fa0/1 Fa0/2 Switch 3750 Mac.
Configure and verify initial switch configuration including remote access management.
1 Dr. Tom Hicks Computer Science Department Trinity University 1.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Network Layer Introduction to Networks.
Redes de Computadores Prática - Roteamento. Equipamentos ● Switch Cisco 1900 Series – 12 portas Ethernet – 2 portas FastEthernet ● Roteador Cisco 2501.
Switch Commands Exec Commands Switch#? exec Commands
Operating & Configuring a Cisco IOS Device
Semester 2 5/6 JEOPARDY CHAPTERS 5 & 6 REVIEW S2C06 Jeopardy Review.
CCNA Configuration Journal Sample
CCNA Journal Sample.
Router configuration Router Router’s Functions : 1- IP addressing .
Instructor & Todd Lammle
Basic switch and router configuration
Configuring a Router Module 3 Semester 2.
Fundamentals of Computer Networks
CCNA 2 JEOPARDY Module 3.
Presentation transcript:

R1> en R1# erase startup-config R1# reload R1> en R1# configure terminal R1(config)# hostname R1 R1(config)# no ip domain-lookup R1(config)# enable secret class R1(config)# no enable password R1(config)# banner motd & ********************************* * Acceso Restringido * ********************************* &

Estableciendo seguridad R1(config)# line console 0 <--- para la contraseña de consola router R1(config-line)# password cisco R1(config-line)# login R1(config-line)# exit R1(config)# line vty 0 4 R1(config-line)# password cisco R1(config-line)# login R1(config-line)# exit

Levantar interfaces R1(config)# interface fastethernet 0/0 R1(config-if)# ip address (dir ip fa0/0 y mascara subred) R1(config-if)# no shutdown <--- activa la interfaz del switch al router R1(config-if)# interface serial 0/0/0 (o puede ser 0/1/0, esto puede variar) R1(config-if)# ip address (dir ip serial 0/0/0 y mascara subred) R1(config-if)# clock rate R1(config-if)# no shutdown R1(config-if)# end R1# wr