Cisco router configuration NTW2000 / track 2 # 1 cisco router configuration basics.

Slides:



Advertisements
Similar presentations
Static Routing Exercise AFNOG 2003/ Track 2 # 1 Static Routing Exercise u Unix network interface configuration u Cisco network interface configuration.
Advertisements

 WAN uses Serial ports  Ethernet Ports:  Straight through  Cross over.
Static Routing Exercise. What will the exercise involve?  Unix network interface configuration  Cisco network interface configuration  Static routes.
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
CCNA Guide to Cisco Networking Fundamentals Fourth Edition
CCNA 2 v3.1 Module 2.
Cisco Devices CONFIGURING CISCO SWITCH AND ROUTER.
Cisco Router Configuration Basics Nishal Goburdhan.
1 Configuring Cisco Routers Relates to Lab 3.. Router Components Bootstrap – stored in ROM microcode – brings router up during initialization, boots router.
Cisco Router Configuration Basics Scalable Infrastructure Workshop.
Network technologies lab, Sunday, 24 August ´97 CEENet 97 / track 1 1/11 Network Technologies Lab Sunday Exercises
Cisco Router Configuration AfNOG 2003 / Track 2 # 1 Cisco Router Configuration Basics Presented By Mark Tinka (Uganda)
Host-based Internetworking, Tuesday, 15 June ´99 INET ‘99 Network Training Workshop 1/11 IP Forwarding With Cisco Routers Lab Exercises.
IST 228\Ch4\Cisco IOS1 What we will be able to do?
Introduction to OSPF Campus Networking Workshop These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license.
1 Semester 2 Module 3 Configuring a Router Yuda college of business James Chen
Cisco Router MODES Configuration Prompt Interface Router(config-if)#
CISCO ROUTER.  The Cisco router IOS  Enhanced editing  Administrative functions  Hostnames  Banners  Passwords  Interface descriptions  Verifying.
Chapter 6 Router Configuration Sem 2V2. Configuration files can come from the console NVRAM TFTP server. The router has several modes:  privileged mode.
Configuring a network os
Starting the switch Configuring the Switch
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.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 3 Configuring a Router.
/24 Host Name :R1 Model : 1841 WIC-1T Serial 0/0/0 Basic Configuration.
Instructor & Todd Lammle
1 Data Forwarding Basic Router Configuration. Overview In this session, we sill be looking at  Review : router backplane Ethernet, console and serial.
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.
Release 16/07/2009Jetking Infotrain Ltd. Basic Router Configuration Chapter 5.
1 Version 3.0 Module 6 Switch Configuration. 2 Version 3.0 Switches Contain: –CPU –RAM –Operating System.
Configuring Routers I’ve got to program a router! What do I have to do.
Configuring Routers Oh No! I’ve got to program a router! What do I have to do.
SW REVERSE JEOPARDY Chapter 1 CCNA2 SW Start-up Routing table Routing table Router parts Router parts Choosing a path Choosing a path Addressing Pot.
Module 3 Configuring a Router.
Static Routing Exercise
Sybex CCNA Chapter 4: Cisco’s IOS and SDM Instructor & Todd Lammle.
Sybex CCNA Chapter 6: Cisco’s IOS Instructor & Todd Lammle.
Cisco router configuration AFNOG 2002 / track 2 # 1 Cisco Router Configuration Basics.
Routers and Routing Basics CCNA 2 Chapter 3 1.
Will learn to use router modes and configuration methods to update a router's configuration file with current and prior versions of Cisco Internetwork.
Chapter 7. Working with Router powered by DJ.
Configuration Modes and TFTP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Router Initialization steps.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
Configuring a Router MM Clements. Copyright This Week Command line interface Router configuration Modes for configuration Interface.
Static Routing Exercise AFNOG 2002 / track 2 # 1 Static Routing Exercise u Unix network interface configuration u Cisco network interface configuration.
Chapter 2: Configure a Network Operating System
Cisco router configuration basics. overview router configuration controls the operation of the router: interface address and netmask routing information.
Cisco S2 C6 Router Configuration 1. Router Boot Up Router uses following from config-startup when it boots –Cisco IOS software version –Router identification.
Chapter 4 Internetworking Operating System )IOS) and Security Device Manager (SDM)
Cisco 2 - Routers Perrine. J Page 13/7/2016 Chapter 3 Cisco Router Modes ConfigurationPrompt InterfaceRouter(config-if)# LineRouter(config-line)# RouterRouter(config-router)#
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.
What are the two types of routes used by network administrators? Static Dynamic.
Introduction to networking (Yarnfield) Configure a router.
CIT 384: Network Administration
Introduction to Cisco IOS -(Internetwork Operating System)
Cisco S2 C5 Router Startup.
Instructor & Todd Lammle
Configuring a Router Module 3 Semester 2.
Instructor & Todd Lammle
Instructor & Todd Lammle
Introduction to Cisco IOS -(Internetwork Operating System)
Lecture9: Embedded Network Operating System: cisco IOS
Module 3 Configuring a Router.
Lecture9: Embedded Network Operating System: cisco IOS
Presentation transcript:

cisco router configuration NTW2000 / track 2 # 1 cisco router configuration basics

cisco router configuration NTW2000 / track 2 # 2 overview ärouter configuration controls the operation of the router: äinterface address and netmask ärouting information (static or dynamic) äbooting and startup information äsecurity (passwords)

cisco router configuration NTW2000 / track 2 # 3 overview äconfiguration statements have different contexts: äglobal: enable-password mysecret äinterface: interface ethernet0 ip address router: router ospf 1 network area 0

cisco router configuration NTW2000 / track 2 # 4 global configuration äglobal configuration statements are independent of any particular interface or routing protocol, e.g.: hostname myrouter enable-password mysecret service password-encryption logging facility local0 logging

cisco router configuration NTW2000 / track 2 # 5 global configuration äip-specific global configuration statements: ip classless ästatic route creation: ip route

cisco router configuration NTW2000 / track 2 # 6 interface configuration äinterfaces are named by type and position; e.g.: ethernet0, ethernet1,... ethernet5 serial0, serial1... serial3 äand can be abbreviated: ethernet0 or eth0 or e0 serial0 or ser0 or s0

cisco router configuration NTW2000 / track 2 # 7 interface configuration äip address and netmask configuration, using interface commands (interactive configuration example, showing prompts): router#config terminal router(config)#interface e0 router(config-if)#ip address router(config-if)#no shutdown router(config-if)#^Z router#

cisco router configuration NTW2000 / track 2 # 8 There are two modes on a cisco router ä normal mode  router> äenable mode ärouter> enable ärouter# config terminal

cisco router configuration NTW2000 / track 2 # 9 interface configuration äadministratively enable/disable the interface router(config-if)#no shutdown router(config-if)#shutdown (config-if)# no ip proxy-arp (config-if)# no ip directed broadcast (config-if)# no ip redirect ädescription #description 128k circuit 123-ABC to hotel

cisco router configuration NTW2000 / track 2 # 10 where is the configuration? ärouter always has two configurations: ärunning configuration äin RAM, determines how the router is currently operating  is changed by using the configuration command  to see it: show running ästartup configuration äin NVRAM, determines how the router will operate after next reload  is changed using the copy command  to see it: show startup

cisco router configuration NTW2000 / track 2 # 11 where is the configuration? äcan also be stored in more permanent places: äexternal hosts, using TFTP to move it around äin flash memory in the router äcopy command is used to move it around copy run start copy run tftp copy start tftp copy tftp start copy flash start copy start flash

cisco router configuration NTW2000 / track 2 # 12 looking at the configuration  use “show running-configuration” to see the current configuration  use “show startup-configuration” to see the configuration in NVRAM, that will be loaded the next time the router is rebooted or reloaded

cisco router configuration NTW2000 / track 2 # 13 changing the configuration äconfiguration statements can be entered interactively at the console, or in a telnet session, äor, edited in a text file and uploaded to the router at a later time; äsome configuration statements, especially access lists, are very difficult to work with interactively, so editing and uploading the file is the only practical way to work; äalso allows version control and auditing changes

cisco router configuration NTW2000 / track 2 # 14 interactive configuration äcan use direct serial connection to console port, or ätelnet to vty’s (“virtual terminals”), or ämodem connection to aux port äin every case, changes are made (almost) immediately, to the running configuration

cisco router configuration NTW2000 / track 2 # 15 interactive configuration äenter configuration mode, using “configure term” äprompt gives a hint about where you are: router#configure terminal router(config)#hostname K-rtr K-rtr(config)#ip classless K-rtr(config)#ip subnet-zero K-rtr(config)#interface ethernet3 K-rtr(config-if)#ip address K-rtr(config-if)#no shutdown use the no command to nullify command given: (config-if)# no ip addr

cisco router configuration NTW2000 / track 2 # 16 storing the configuration on a host  requires: `tftpd’ on a unix host; destination file must exist before the file is written and must be world writable... copy run tftp K-rtr#copy run tftp Remote host []? Name of configuration file to write [K-rtr-confg]? /usr/local/tftpd/K-rtr-confg Write file /usr/local/tftpd/K-rtr-confg on... host ? [confirm] Building configuration... Writing /usr/local/tftpd/K-rtr-confg !![OK]

cisco router configuration NTW2000 / track 2 # 17 restoring the configuration from a host äuse ‘tftp’ to pull file from unix host, copying to running config or startup K-rtr#copy tftp start Address of remote host [ ]? Name of configuration file [K-rtr-confg]? Configure using K-rtr-confg from ? [confirm] Loading K-rtr-confg from (via Ethernet0): ! [OK / bytes] [OK] K-rtr# reload

cisco router configuration NTW2000 / track 2 # 18 getting help äIOS has a built-in help facility; use “?” to get a list of possible configuration statements ä“?” after the prompt lists all possible commands: router#?  “ ?” lists all possible subcommands, e.g.: router#show ? router#show ip ?

cisco router configuration NTW2000 / track 2 # 19 getting help ä“ ?” shows all possible command completions router#con? configure connect äthis is different (space before “?”): router#conf ? memory Configure from NV memory network Configure from a TFTP network host overwrite-network Overwrite NV memory from TFTP... network host terminal Configure from the terminal

cisco router configuration NTW2000 / track 2 # 20 getting help äthis also works in configuration mode: router(config)#ip a? accounting-list accounting-threshold accounting-transits address-pool alias as-path router(config)#int e0 router(config-if)#ip a? access-group accounting address

cisco router configuration NTW2000 / track 2 # 21 getting help äcan “explore” a command to figure out the syntax: router(config-if)#ip addr ? A.B.C.D IP address router(config-if)#ip addr ? A.B.C.D IP subnet mask router(config-if)#ip addr ? secondary Make this IP address a secondary address router(config-if)#ip addr router(config-if)#

cisco router configuration NTW2000 / track 2 # 22 getting lazy help äTAB character will complete a partial word router(config)#int router(config)#interface et router(config)#interface ethernet 0 router(config-if)#ip add router(config-if)#ip address änot really necessary; partial commands can be used: router#conf t router(config)#int e0 router(config-if)#ip addr

cisco router configuration NTW2000 / track 2 # 23 getting lazy äcommand history äIOS maintains short list of previously typed commands  up-arrow or ‘ ^P ’ recalls previous command  down-arrow or ‘^N’ recalls next command äline editing äleft-arrow, right-arrow moves cursor inside command  ‘^D’ or backspace will delete character in front of cursor