Premium Essay

Basic Switch Configuration

In:

Submitted By cynthiaLiu
Words 873
Pages 4
Basic Switch Configuration
Switch>enable
Switch#
Examine the current running configuration file.
Switch#show running-config

Examine the current contents of NVRAM:
Switch#show startup-config
Examine the characteristics of the virtual interface VLAN1:
Switch#show interface vlan1
Switch#show ip interface vlan1
Examine the following version information that the switch reports.
Switch#show version
Examine the default properties of the FastEthernet interface used by PC1.
Switch#show interface fastethernet 0/18
Switch#show vlan examine the contents of the flash directory.
Switch#dir flash: or Switch#show flash
Switch#dir flash:c2960-lanbase-mz.122-25.SEE3
To save the contents of the running configuration file to non-volatile RAM (NVRAM), issue the the command copy running-config startup-config.
Switch#copy running-config startup-config
S1#configure terminal
S1(config)#hostname S1
S1(config)#exit
S1#configure terminal
S1(config)#line console 0
S1(config-line)#password cisco
S1(config-line)#login
S1(config-line)#line vty 0 15
S1(config-line)#password cisco
S1(config-line)#login
S1(config-line)#exit
S1(config)#enable secret class
First, you will create the new VLAN 99 on the switch. Then you will set the IP address of the switch to
172.17.99.11 with a subnet mask of 255.255.255.0 on the internal virtual interface VLAN 99.
S1(config)#vlan 99
S1(config-vlan)#exit
S1(config)#interface vlan99
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan99, changed state to down
S1(config-if)#ip address 172.17.99.11 255.255.255.0
S1(config-if)#no shutdown
S1(config-if)#exit
S1(config)#
Notice that the VLAN 99 interface is in the down state even though you entered the command no shutdown. The interface is currently down because no switchports are assigned to VLAN 99.
Assign all user ports to VLAN 99.
S1(config)#interface range fa0/1 - 24

Similar Documents

Premium Essay

Pt1420

...Lab – Configuring Basic Switch Settings Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 192.168.1.2 255.255.255.0 192.168.1.1 PC-A NIC 192.168.1.10 255.255.255.0 192.168.1.1 Objectives Part 1: Cable the Network and Verify the Default Switch Configuration Part 2: Configure Basic Network Device Settings  Configure basic switch settings.  Configure the PC IP address. Part 3: Verify and Test Network Connectivity  Display device configuration.  Test end-to-end connectivity with ping.  Test remote management capabilities with Telnet.  Save the switch running configuration file. Part 4: Manage the MAC Address Table  Record the MAC address of the host.  Determine the MAC addresses that the switch has learned.  List the show mac address-table command options.  Set up a static MAC address. Background / Scenario Cisco switches can be configured with a special IP address known as Switched Virtual Interface (SVI). The SVI or management address can be used for remote access to the switch to display or configure settings. If the VLAN 1 SVI is assigned an IP address, by default, all ports in VLAN 1 have access to the SVI management IP address. In this lab, you will build a simple topology using Ethernet LAN cabling and access a Cisco switch using the console and remote access methods. You will examine default switch configurations before configuring basic switch settings. These basic switch settings include...

Words: 4660 - Pages: 19

Premium Essay

Network

...– Configuring Basic Switch Settings Topology Addressing Table Device | Interface | IP Address | Subnet Mask | Default Gateway | S1 | VLAN 99 | 192.168.1.2 | 255.255.255.0 | 192.168.1.1 | PC-A | NIC | 192.168.1.10 | 255.255.255.0 | 192.168.1.1 | Objectives Part 1: Cable the Network and Verify the Default Switch Configuration Part 2: Configure Basic Network Device Settings Configure basic switch settings. Configure the PC IP address. Part 3: Verify and Test Network Connectivity Display device configuration. Test end-to-end connectivity with ping. Test remote management capabilities with Telnet. Save the switch running configuration file. Part 4: Manage the MAC Address Table Record the MAC address of the host. Determine the MAC addresses that the switch has learned. List the show mac address-table command options. Set up a static MAC address. Background / Scenario Cisco switches can be configured with a special IP address known as Switched Virtual Interface (SVI). The SVI or management address can be used for remote access to the switch to display or configure settings. If the VLAN 1 SVI is assigned an IP address, by default, all ports in VLAN 1 have access to the SVI management IP address. In this lab, you will build a simple topology using Ethernet LAN cabling and access a Cisco switch using the console and remote access methods. You will examine default switch configurations before configuring basic switch settings. These basic switch settings include...

Words: 4262 - Pages: 18

Premium Essay

Cisco Lab 2.3.3.5 Configure Switch Management

...Lab - Configuring a Switch Management Address * Topology Addressing Table Device | Interface | IP Address | Subnet Mask | Default Gateway | S1 | VLAN 1 | 192.168.1.2 | 255.255.255.0 | N/A | PC-A | NIC | 192.168.1.10 | 255.255.255.0 | N/A | Objectives Part 1: Configure a Basic Network Device Cable the network as shown in the topology. Configure basic switch settings including hostname, management address, and Telnet access. Configure an IP address on the PC. Part 2: Verify and Test Network Connectivity Display device configuration. Test end-to-end connectivity with ping. Test remote management capability with Telnet. Save the switch running configuration file. Background / Scenario Cisco switches have a special interface, known as a switch virtual interface (SVI). The SVI can be configured with an IP address, commonly referred to as the management address that is used for remote access to the switch to display or configure settings. In this lab, you will build a simple network using Ethernet LAN cabling and access a Cisco switch using the console and remote access methods. You will configure basic switch settings and IP addressing, and demonstrate the use of a management IP address for remote switch management. The topology consists of one switch and one host using only Ethernet and console ports. Note: The switches used are Cisco Catalyst 2960s with Cisco IOS Release 15.0(2) (lanbasek9 image). Other switches and Cisco IOS versions can be used. Depending...

Words: 1896 - Pages: 8

Premium Essay

Ccna 3 Pt Lab Manual

...Page 1 of 3 CCNA Exploration LAN Switching and Wireless: LAN Design PT Activity 1.2.4: Build a Hierarchical Topology Task 1: Add Devices to the Topology Step 1. Add the missing distribution layer routers. The routers you need are located in Custom Made Devices. R1 and R3 are 1841 routers. Ctrl-click the 1841 router to add more than one. Press ESC to cancel. R2 is a 2621XM router. Step 2. Add the remaining access layer switches. Following the topology diagram, add nine 2960-24TT switches to complete the rest of the access layer. Remember you can use press Ctrl-click to add multiple devices of the same type. Step 3. Change the display name for each new device. • • • Click a device to open its configuration window. Select the Config tab to access the basic configuration options. In Global Settings under Display Name and Hostname, type the name for the device shown in the topology diagram. • Repeat the process...

Words: 48601 - Pages: 195

Premium Essay

Ios Commands

... | | | | |IOS# disable | | | |IOS> | | |Login Out |IOS# logout | | | |-or- | | | |IOS# exit | |11.03: IOS Basics |Context-Sensitive Help |Router> ? | | | | | | | |Router# Command ? | | | | | | | |Router# e? | | |Command-Line History |IOS#...

Words: 2715 - Pages: 11

Premium Essay

Nt2640

...ITT Technical Institute NT2640 IP Networking Onsite Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s): Prerequisites: NT1210 Introduction to Networking or equivalent Course Description: This course explores network design and implementation by applying the TCP/IP protocols to provide connectivity and associated services. Planning and deployment of network addressing structures, as well as router and switch configurations, are also examined. IP Networking Syllabus Where Does This Course Belong? This course is required in the associate degree program in Network Systems Administration and associate degree in Mobile Communications Technology. The following diagrams indicate how this course relates to other courses in respective programs: Network Systems Administration NT2799 NSA Capstone Project NT2580 Introduction to Information Security NT2670 Email and Web Services NT2640 IP Networking PT2520 Database Concepts NT1330 Client-Server Networking II NT1230 Client-Server Networking I NT1430 Linux Networking PT1420 Introduction to Programming NT1110 Computer Structure and Logic NT1201 Introduction to Networking NT1310 Physical Networking CO2520 Communications SP2750 Group Theories EN1420 Composition II EN1320 Composition I GS1140 Problem Solving Theory GS1145 Strategies for the Technical Professional MA1210 College Mathematics...

Words: 2573 - Pages: 11

Premium Essay

E Switching Lab Ccna

...tch Lab 4.4.2 VTP Configuration Challenge Topology [pic] Addressing Table |Device |Interface |IP Address |Subnet Mask |Default Gateway | |(Hostname) | | | | | |S2 |VLAN 99 |172.17.99.12 |255.255.255.0 |N/A | |S3 |VLAN 99 |172.17.99.13 |255.255.255.0 |N/A | |PC1 |NIC |172.17.10.1 |255.255.255.0 | | |PC2 |NIC |172.17.20.1 |255.255.255.0 | | |PC3 |NIC |172.17.30.1 |255.255.255.0 | | |PC4 |NIC |172.17.10.2 |255.255.255.0 | | |PC5 |NIC |172.17.20.2 |255.255.255.0 | | |PC6 |NIC |172.17.30.2 |255.255.255.0 | | Port Assignments...

Words: 1364 - Pages: 6

Premium Essay

Ethics

... Lab L - Initializing and Re g eloading a Rout and S g ter Switch (Instructo or Version) V Instructor No Red font color or Gray highlights ind ote: y dicate text tha appears in the instructor copy only. at Topology T Objectives O Part 1: Se Up Device in the Netw et es work as Show in the To wn opology Part 2: Initialize the Router and Reload R Part 3: Initialize the Switch and Reload S Backgroun / Scenar B nd rio Before sta arting a CCNA hands-on la that makes use of either a Cisco rout or switch, ensure that t A ab s ter the devices in use have be erased an have no st n een nd tartup configu urations prese Otherwise the results of your ent. e, lab may b unpredictab This lab p be ble. provides a de etail procedure for initializin and reload e ng ding a Cisco ro outer and a Cisco sw witch. Note: The routers used with CCNA hands-on lab are Cisco 1 e d bs 1941 Integrate Services R ed Routers (ISRs with s) Cisco IOS Release 15. S .2(4)M3 (univ versalk9 image). The switches used are Cisco Cataly 2960s with Cisco yst h IOS Relea 15.0(2) (lanbasek9 ima ase age). Other ro outers, switch hes, and Cisc IOS version can be use co ns ed. Depending on the mod and Cisco IOS version, the comman available a output pr del nds and roduced migh vary ht from what is shown in the labs. t t Required R R Resources • • • • 1 Rou (Cisco 19 with Cisco IOS softwar Release 15.2(4)M3 universal image or comparab uter 941 o re, ble) 1 Switch (Cisco 29 with Cisco IOS Release 15.0(2) lanb 960 o basek9...

Words: 45682 - Pages: 183

Free Essay

It-242

...Christy Williams University of Phoenix- Profressor Sims Wk 6 Assignment Router & Switch Conf. "Let’s go through the basic steps of setting up a Cisco router to provide Internet access to a small network. I’ll assume you have some basic IOS knowledge, including how to log on and how to save and clear configurations. I’ll also assume that you have a solid understanding of networking, including what Network Address Translation (NAT) is. I won’t cover items such as setting up Secure Shell (SSH) access and hardening access lists. You can expand into those areas as you feel comfortable and want to experiment more. What You’ll Need You need a Cisco router with at least two Ethernet interfaces. An 806, 836, 851, or 871 is ideal for a home or small office setup—in fact, that’s what those models are geared towards. You can buy an 851 for a few hundred dollars from various online retailers. However, a 2610 works just as well, and you might have one sitting in the equipment bin at your office that you can ask to borrow. Your router should have IOS 12.2 or later. This article is based on a Cisco 851W with IOS 12.4, including the IOS firewall feature set. You also need a Cisco console cable (sometimes called a rollover cable). One end has an eight-position, eight-conductor modular jack to connect to the router; the other end has a DB-9 serial connector. In recent years...

Words: 1763 - Pages: 8

Free Essay

Network

...1: Textbook/Workbook Assignments • Complete the following exercises and questions from Routers and Routing Basics: CCNA 3 Labs and Study Guide: Vocabulary Exercise: Matching on page 3 VLSM Subnetting a Subnet Exercises on pages 9-11 VLSM Addressing Design Scenarios 1-6 on pages 15-20 Summary Route Exercises on pages 21-24 Concept Questions on pages 25-27 VLSM Case Study on page 27 Internet Research on page 29 (Use the ITT Tech Virtual Library.) • Complete Chapter 9 Review Questions 2-7, 10, 14, 20-22 on pages 258-259 of Introduction to Telecommunications. Submit your written answers to your instructor at the beginning of Unit 2. . Assignment 1.2: Virtual Labs • Complete Virtual Labs 6, 7, and 8 from the CCNA 640-802 CCNA Simulator, which you can find by clicking through these paths: ICND1 Troubleshooting Scenarios Lab 6: IP Addressing and Routing. ICND1 Troubleshooting Scenarios ICND1 Part 4: Troubleshooting Labs Lab 7: IP Routing I ICND 2 Troubleshooting Scenarios Lab 13: IP Routing II Submit your written answers to your instructor at the beginning of Unit 2. ©ITT Educational Services, Inc: Date: 03/13/09 Network Technology and Service Integration Unit 2 Homework The following homework is designed to cover the course objectives for this unit. Assignment 2.1: Textbook/Workbook Assignments • Complete the following exercises and questions from Routers and Routing Basics: CCNA 3 Labs and Study Guide: Vocabulary Exercise: Matching on page 70 Vocabulary Exercise: Completion on...

Words: 2825 - Pages: 12

Free Essay

Ccna R&S Lab 2.1.1.6

...the Network and Verify the Default Switch Configuration Why must you use a console connection to initially configure the switch? Why is it not possible to connect to the switch via Telnet or SSH? Because the initial configuration must be made using console port for the first time, it is the only way to activate all port and protocols requires to enable SSH. Step 2 b: Verify the default switch configuration. How many FastEthernet interfaces does a 2960 switch have? 24 FastEthernet Ports How many Gigabit Ethernet interfaces does a 2960 switch have? 2 GigabitsEthernet Ports What is the range of values shown for the vty lines? Line vty 5 to 15 Step 2 c: Examine the startup configuration file in NVRAM Why does this message appear? Because there is not saved configuration. Step 2 d: Examine the characteristics of the SVI for VLAN 1. Is there an IP address assigned to VLAN 1? No What is the MAC address of this SVI? 0022.569b.4540 Is this interface up? Vlan1 is up, line protocol is down Step 2 e: Examine the IP properties of the SVI VLAN 1. What output do you see? Internet protocol processing disabled Step 2 f: Connect PC-A Ethernet cable to port 24 on the switch and examine the IP properties of the SVI VLAN 1. What output do you see? Vlan1 is up, line protocol is up / Internet protocol processing disabled Step 2 g: Examine the Cisco IOS version information of the switch. What is the Cisco IOS version that the switch is running? Version 12.2(35)SE5 What...

Words: 1124 - Pages: 5

Premium Essay

Switch Configuration

...| Switch Configuration | | | Amanda Robertson | 4/20/2014 | | I was Hired By a company as a network engineer. One of my first jobs was to purchase, install, configure and deploy a Cisco Catalyst 2960-S Series Switches. This is a popular choice with the LAN Base Software, which comes with the switches. I found that this switch would be compatible with the companies needs having 48 ports, POE configurations that offer up to 15.4w per port, USB storage, 10 GB Ethernet uplink flexibility. This switch would use either copper or fiber optic cabling however I would prefer the fiber optic. The first step that I would have to take is to connect all hardware properly. “When you first set up the switch, you should use Express Setup to enter the initial IP information. This enables the switch to connect to local routers and the Internet. You can then access the switch through the IP address for further configuration” (Cisco, 2006-2010). Plug in the AC adaptor cord to the Cisco switch to power it on. The switch will go through POST and then verify that the SYST LED light blinks green rapidly. To run Express Set up mode, hold the mode button for 3 seconds, or when all lights above mode buttons turns green. Connect a CAT5 Ethernet cable to the switch and computer, after 30 seconds launch a browser and enter the IP address 10.0.0.1 in the browser and press enter. I would then fill out all the information requested by the Express Set up Mode, the Management interface would...

Words: 569 - Pages: 3

Free Essay

Ccna2 Lab

...Lab L - Initializing and Re g eloading a Rout and S g ter Switch (Instructo or Version) V Instructor No Red font color or Gray highlights ind ote: y dicate text tha appears in the instructor copy only. at Topology T Objectives O Part 1: Se Up Device in the Netw et es work as Show in the To wn opology Part 2: Initialize the Router and Reload R Part 3: Initialize the Switch and Reload S Backgroun / Scenar B nd rio Before sta arting a CCNA hands-on la that makes use of either a Cisco rout or switch, ensure that t A ab s ter the devices in use have be erased an have no st n een nd tartup configu urations prese Otherwise the results of your ent. e, lab may b unpredictab This lab p be ble. provides a de etail procedure for initializin and reload e ng ding a Cisco ro outer and a Cisco sw witch. Note: The routers used with CCNA hands-on lab are Cisco 1 e d bs 1941 Integrate Services R ed Routers (ISRs with s) Cisco IOS Release 15. S .2(4)M3 (univ versalk9 image). The switches used are Cisco Cataly 2960s with Cisco yst h IOS Relea 15.0(2) (lanbasek9 ima ase age). Other ro outers, switch hes, and Cisc IOS version can be use co ns ed. Depending on the mod and Cisco IOS version, the comman available a output pr del nds and roduced migh vary ht from what is shown in the labs. t t Required R R Resources • • • • 1 Rou (Cisco 19 with Cisco IOS softwar Release 15.2(4)M3 universal image or comparab uter 941 o re, ble) 1 Switch (Cisco 29 with Cisco IOS Release 15.0(2) lanb 960 o basek9...

Words: 1278 - Pages: 6

Premium Essay

Networking

...Sheet #5 Router Modes: * Router>: User mode = Limited to basic monitoring commands * Router#: Privileged mode (exec-level mode) = Provides access to all other router commands * Router(config)#: global configuration mode = Commands that affect the entire system * Router(config-if)#: interface mode = Commands that affect interfaces * Router(config-subif)#: subinterface mode = Commands that affect subinterfaces * Router(config-line)#: line mode = Commands that affect in lines modes (console, vty, aux…) * Router(config-router)#: router configuration mode Changing switch hostname: Switch(config)# hostname SW1 Configuring passwords: SW1(config)# enable secret cisco ! MD5 hash SW1(config)# enable password notcisco ! Clear text Securing console port: SW1(config)# line con 0 SW1(config-line)# password cisco SW1(config-line)# login Securing terminal lines: SW1(config)# line vty 0 4 SW1(config-line)# password cisco SW1(config-line)# login Encrypting passwords: SW1(config)# service password-encryption Configuring banners: SW1(config)# banner motd $ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- UNAUTHORIZED ACCESS IS PROHIBITED -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- $ Giving the switch an IP address: SW1(config)# interface vlan 1...

Words: 699 - Pages: 3

Free Essay

It 242

...platforms, including the Catalyst switches”. (Cisco.com) There are actually many ways of accessing a Cisco device, including the following: console, auxiliary (only certain Cisco routers), telnet, web browser, and an SNMP management station .A console interface provides serial connection access to a router— with console access, you can enter commands in a text-based mode. In order to access your Cisco device from a remote station, however, you first need to create a basic configuration, including IP addressing. Therefore, to perform your initial configurations, you need access to the console port of your Cisco device. Before you can actually begin configuring your Cisco device, you first have to connect it to your network and set up a terminal connection to its console interface. No two routers are setup in the same manner; however, the command modes they use are pretty much alike. The main mode you will see is known as user exec mode; this mode permits the ordinary user to observe the settings and configuration of the router, but does not allow them to make any modifications. The next mode is the privileged exec mode. This is the mode that is entered using the enable command at a user exec prompt. This command puts the router into a privileged user mode, permitting and...

Words: 968 - Pages: 4