Router and Switch Configuration Basic and step by step configurations By Mohammad Zameer Ahmadzai

Similar documents
Applicazioni Telematiche

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Device Interface IP Address Subnet Mask Default Gateway

Objectives. Router as a Computer. Router components and their functions. Router components and their functions

CCT vs. CCENT Skill Set Comparison

Configuring a Router

3.1 Connecting to a Router and Basic Configuration

How To Configure InterVLAN Routing on Layer 3 Switches

What is VLAN Routing?

Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support

: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1

Lab 7-1 Configuring Switches for IP Telephony Support

Cisco Networking Academy CCNP Multilayer Switching

Overview of Routing between Virtual LANs

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Angelos Stavrou. OF COURSE there is no Magic so lets see show things work in practice...

Switching in an Enterprise Network

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Routing Protocols and Concepts Chapter 2 Conceitos de protocolos de Encaminhamento Cap 2

Lab: Basic Router Configuration

Lab Use Network Inspector to Observe STP Behavior

Chapter 2 Reading Organizer

ENetwork Basic Configuration PT Practice SBA

- Virtual LANs (VLANs) and VTP -

AN ANALYTICAL STUDY OF INTERNET AND INTRANET CONNECTIONS AND CONFIGURATIONS IN ISP

Connect the Host to attach to Fast Ethernet switch port Fa0/2. Configure the host as shown in the topology diagram above.

Interconnecting Cisco Network Devices 1 Course, Class Outline

Lab Configuring Basic Router Settings with the Cisco IOS CLI

Fundamentals of Switching

Lab - Using IOS CLI with Switch MAC Address Tables

Lab 3 Routing Information Protocol (RIPv1) on a Cisco Router Network

Lab 3.5.1: Basic VLAN Configuration (Instructor Version)

Skills Assessment Student Training Exam

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Router Lab Reference Guide

Welcome to Todd Lammle s CCNA Bootcamp

Lab Developing ACLs to Implement Firewall Rule Sets

Configuring the Switch with the CLI-Based Setup Program

Configuring Port Security

Packet Tracer 3 Lab VLSM 2 Solution

Lab 2 - Basic Router Configuration

Lab Review of Basic Router Configuration with RIP. Objective. Background / Preparation. General Configuration Tips

How To Learn Cisco Cisco Ios And Cisco Vlan

Troubleshooting an Enterprise Network

"Charting the Course...

Exhibit n.2: The layers of a hierarchical network

VMware ESX Server Q VLAN Solutions W H I T E P A P E R

Lab 8.3.3b Configuring a Remote Router Using SSH

INTERCONNECTING CISCO NETWORK DEVICES PART 1 V2.0 (ICND 1)

Lab Load Balancing Across Multiple Paths

Cisco 12 CCNA Certification

Configuring EtherChannels

Cisco Router Configuration Tutorial

CISCO CATALYST 3550 Series Switches

ICND1 Lab Guide Interconnecting Cisco Networking Devices Part 1 Version 2.0. Labs powered by

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0

Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example

Router and Routing Basics

- Basic Router Security -

TotalCloud Phone System

Lab Creating a Network Map using CDP Instructor Version 2500

CCNA Exploration 4.0: (II) Routing Protocols and Concepts. Chapter 1: Introduction to Routing and Packet Forwarding

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example

IP Addressing and Subnetting. 2002, Cisco Systems, Inc. All rights reserved.

Lab 5.3.9b Managing Router Configuration Files Using TFTP

Introduction about cisco company and its products (network devices) Tell about cisco offered courses and its salary benefits (ccna ccnp ccie )

Lab Creating a Logical Network Diagram

Interconnecting Cisco Networking Devices Part 2

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób)

CCBOOTCAMP s Comprehensive ICND2 Study Guide With Sample Questions

Lab Advanced Telnet Operations

Lab Diagramming External Traffic Flows

Lab Configuring PAT with SDM and Static NAT using Cisco IOS Commands

PT Activity 8.1.2: Network Discovery and Documentation Topology Diagram

Lab Configuring Basic Router Settings with the Cisco IOS CLI

Implementation of Virtual Local Area Network using network simulator

BRI to PRI Connection Using Data Over Voice

Session Title: Exploring Packet Tracer v5.3 IP Telephony & CME. Scenario

LANs and VLANs A Simplified Tutorial

Lab Configuring DHCP with SDM and the Cisco IOS CLI

LAB MANUAL for Computer Network

LAB Configuring NAT. Objective. Background/Preparation

ICND IOS CLI Study Guide (CCENT)

Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS

: Interconnecting Cisco Networking Devices Part 2 v1.1

Lab 8.4.3a Managing Cisco IOS Images with TFTP

Chapter 2 Lab 2-2, Configuring EtherChannel Instructor Version

PT Activity: Configure Cisco Routers for Syslog, NTP, and SSH Operations

Network Detector Setup and Configuration

O /27 [110/129] via , 00:00:05, Serial0/0/1

How to Configure Cisco 2600 Routers

How To Understand and Configure Your Network for IntraVUE

IST 220 Honors Project. Subnets with Variable Length Subnet Masks

Configuring EtherChannels

Configure ISDN Backup and VPN Connection

Experts in Networking. CCNA Cheat Sheet. This CCNA command cheat sheet covers both ICND parts 1 & 2 and covers the current CCNA exam ( ).

VLSM Static routing. Computer networks. Seminar 5

IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version Rev.

Transcription:

Router and Switch Configuration Basic and step by step configurations By Mohammad Zameer Ahmadzai 2-17-15-ITCK NOC-MZ Ahmadzai 1

Basic Router Configuration The initial configuration of an IOS device involves configuring a device name and then the passwords that are used to control access to the various functions of the device. A device should be given a unique name as one of the first configuration tasks. This task is accomplished in global configuration mode with the following command: Router(config)#hostname [name] 2-17-15-ITCK NOC-MZ Ahmadzai 2

Continued Once a hostname is configured on a device, the next configuration step should be configuring passwords to prevent access to the device by unauthorized individuals. The enable password and enable secret commands are used to restrict access to the privileged EXEC mode, preventing unauthorized users from making configuration changes to the router. The following commands are used to set the passwords: Router(config)#enable password [password ] Router(config)#enable secret [password ] 2-17-15-ITCK NOC-MZ Ahmadzai 3

Continued The difference between the enable password and the enable secret is that the enable password command is not encrypted by default. If the enable password is set, followed by the enable secret, the enable secret will override the enable password. 2-17-15-ITCK NOC-MZ Ahmadzai 4

Continued There are multiple ways to access a device to perform configuration tasks. One of these ways is to use a PC attached to the console port on the device. This type of connection is frequently used for initial device configuration. To set the password for console connection access, first enter the global configuration mode. Once there, use the following command: Router(config)#line console 0 Router(config-line)#password [password] Router(config-line)#login 2-17-15-ITCK NOC-MZ Ahmadzai 5

Continued This will prevent unauthorized users from accessing user mode from the console port. Once the device is connected to the network, it can be accessed over the network connection. When the device is accessed through the network, it is considered a virtual terminal connection. The password must be configured on the virtual port. Router(config)#line vty 0 4 Router(config-line)#password [password] Router(config-line)#login 2-17-15-ITCK NOC-MZ Ahmadzai 6

Continued To verify that the passwords are set correctly, use the show running-config command. These passwords are stored in the running-configuration in clear text. It is possible to set encryption on all passwords stored within the router, so that they are not easily seen by unauthorized individuals. The command service password encryption will ensure that passwords are encrypted. 2-17-15-ITCK NOC-MZ Ahmadzai 7

Configuring an interface In order for a router to direct traffic from one network to another, the interfaces on the router are configured to participate in each of the networks. A router interface connects to a network and has an IP address and subnet mask assigned to it that is appropriate for that network. There are many different types of interfaces available. Serial and Ethernet interfaces are the most common. Local network connections use Ethernet interfaces. WAN connections require the use of a serial connection through a TSP. Unlike Ethernet interfaces, serial interfaces require a clock signal to control the timing of the communications, this is known as a clock rate. 2-17-15-ITCK NOC-MZ Ahmadzai 8

Continued In most environments, Data Communications Equipment (DCE) devices such as a modem, or CSU/DSU, provides the clock rate. By default, Cisco routers are DTE devices, or Data Terminal equipment. This means that they accept the clock rate from the DCE device. Router can be configured as DCE devices, if necessary. If the router is connected as the DCE device, a clock rate must be set on the router interface to control the timing of the DCE/DTE connection. 2-17-15-ITCK NOC-MZ Ahmadzai 9

Continued 2-17-15-ITCK NOC-MZ Ahmadzai 10

Configuration Steps To configure any interface on the router, it is necessary to be in the global configuration mode. Configuring an Ethernet interface is very similar to configuring a serial interface. One of the main differences is that a serial interface must have a clock rate set if it is acting as a DCE device. The steps to configure an interface include: Specify the type of interface and the interface port number Specify a description of the interface Configure the interface IP address and subnet mask Set the clock rate, if configuring a serial interface as a DCE Enable the interface 2-17-15-ITCK NOC-MZ Ahmadzai 11

Continued 2-17-15-ITCK NOC-MZ Ahmadzai 12

Configuring Default Route A router will forward packets from one network to another based on the destination IP address specified in the packet. If the router does not have a route to a specific network in its routing table, a default route can be configured to tell the router how to forward the packet. Usually the default route points to the next hop router on the path to the Internet. To configure the default route on a Cisco ISR you must be in Global configuration mode: 2-17-15-ITCK NOC-MZ Ahmadzai 13

Continued 2-17-15-ITCK NOC-MZ Ahmadzai 14

Configuring Static Routes The steps to configure a static route on a Cisco router are as follows: Connect to the router using a console cable Open a HyperTerminal window to connect with the first router that you want to configure. Enter privileged mode, by typing enable at the Router1> prompt. Note how the > symbol changes to a # to indicate that privilege mode is operative. Router1>enable Router1# 2-17-15-ITCK NOC-MZ Ahmadzai 15

Configuration Steps Enter global configuration mode. Router1#config terminal Router1(config)# Use the ip route IOS command to configure the static route, with the following format: ip route [destination_network] [subnet_mask] [gateway_address] For example, to enable Router1 to reach a host on network 192.168.16.0, the administrator configures a static route on Router1 with the following IOS command in the global configuration mode: Router1(config) #ip route 192.168.16.0 255.255.255.0 192.168.15.1 2-17-15-ITCK NOC-MZ Ahmadzai 16

RIP Configuration RIP is a popular distance vector protocol supported by most routers. It is an appropriate choice for small networks containing multiple routers. Before configuring RIP on a router, think about the networks a router serves, and the interfaces on the router that connect to these networks. The figure shows three routers. Each router serves a separate private local network, so there are three LANs. The routers are connected by separate networks as well, so there are a total of six networks shown. 2-17-15-ITCK NOC-MZ Ahmadzai 17

Our Network Topology 2-17-15-ITCK NOC-MZ Ahmadzai 18

Continued With a topology like this, be careful not to assume that R1 links directly to 10.0.0.0/8 and 172.16.17.0/16. R1 will be able to reach those networks once RIP routing is properly configured. Before configuring RIP, assign an IP address and enable all the physical interfaces that will participate in routing. On serial links, set the clock rate on the master router. After this is done, configure RIP. 2-17-15-ITCK NOC-MZ Ahmadzai 19

RIP Continued For the most basic RIP configuration, there are three commands to remember: Router(config)#router rip Router (config-router)#version 2 Router(config-router)#network [network-number] Enter the router rip command in global configuration mode to enable RIP on the router. Enter the network command from router configuration mode to tell the router which networks will be part of the RIP routing process. The routing process associates specific interfaces with the network-numbers and begins to send and receive RIP updates on these interfaces. 2-17-15-ITCK NOC-MZ Ahmadzai 20

Finalizing RIP 2-17-15-ITCK NOC-MZ Ahmadzai 21

Power up the Cisco Switch Powering up a Cisco 2960 switch is similar to powering up a Cisco 1841 ISR. Perform this procedure to power up a Cisco 2960 switch. The three basic steps for powering up a switch include: Check the Components Connect the Cables to the Switch Power on the Switch Once the switch is on, the power-on self-test (POST) begins. During POST, the LEDs blink while a series of tests determine that the switch is functioning properly. 2-17-15-ITCK NOC-MZ Ahmadzai 22

Continued POST has completed when the SYST LED rapidly blinks green. If the switch fails POST, the SYST LED turns amber. When a switch fails the POST test, it is necessary to return the switch for repairs Once all startup procedures are finished, the Cisco 2960 switch is ready to configure. 2-17-15-ITCK NOC-MZ Ahmadzai 23

Components we need 2-17-15-ITCK NOC-MZ Ahmadzai 24

Continued There are multiple options available to configure a Cisco IOS Command Line Interface (CLI) Cisco Network Assistant Cisco Device Manager CiscoView Management Software SNMP Network Management Productsnd manage a Cisco 2-17-15-ITCK NOC-MZ Ahmadzai 25

Continued The Cisco Catalyst 2960 switch comes preconfigured and only needs to be assigned basic security information before being connected to the network. The commands to configure hostname and passwords on the switch are the same commands used to configure the ISR. In order to use an IP-based management product or Telnet with a Cisco switch, configure a management IP address. There is one virtual local network, VLAN 1, preconfigured in the switch to provide access to management functions. To configure the IP address assigned to the management interface on VLAN 1, enter global configuration mode. 2-17-15-ITCK NOC-MZ Ahmadzai 26

Continued Save the configuration by using the copy running-configuration startup-configuration command. 2-17-15-ITCK NOC-MZ Ahmadzai 27

What is VLAN? Hosts and servers that are connected to Layer 2 switches are part of the same network segment. This arrangement poses two significant problems: Switches flood broadcasts out all ports, which consumes unnecessary bandwidth. As the number of devices connected to a switch increases, more broadcast traffic is generated and more bandwidth is wasted. Every device that is attached to a switch can forward and receive frames from every other device on that switch. 2-17-15-ITCK NOC-MZ Ahmadzai 28

What is VLAN? As a network design best practice, broadcast traffic is contained to the area of the network in which it is required. There are business reasons why certain hosts access each other while others do not. As an example, members of the accounting department may be the only users who need to access the accounting server. In a switched network, virtual local area networks (VLANs) are created to contain broadcasts and group hosts together in communities of interest. 2-17-15-ITCK NOC-MZ Ahmadzai 29

What is VLAN? A VLAN is a logical broadcast domain that can span multiple physical LAN segments. It allows an administrator to group together stations by logical function, by project teams, or by applications, without regard to physical location of the users. 2-17-15-ITCK NOC-MZ Ahmadzai 30

VLAN Concept 2-17-15-ITCK NOC-MZ Ahmadzai 31

Virtual Vs Physical Nets The difference between a physical network and a virtual, or logical, network can be shown in the following example: The students in a school are divided into two groups. In the first group, each student is given a red card, for identification. In the second group, each student is given a blue card. The principal announces that students with red cards can only speak to other students with red cards and that students with blue cards can only speak to other students with blue cards. The students are now logically separated into two virtual groups, or VLANs. 2-17-15-ITCK NOC-MZ Ahmadzai 32

Continued Each VLAN functions as a separate LAN. A VLAN spans one or more switches, which allows host devices to behave as if they were on the same network segment. A VLAN has two major functions: A VLAN contains broadcasts. A VLAN groups devices. Devices located on one VLAN are not visible to devices located on another VLAN. Traffic requires a Layer 3 device to move between VLANs. In a switched network, a device can be assigned to a VLAN based on its location, MAC address, IP address, or the applications that the device most frequently uses. Administrators assign membership in a VLAN either statically or dynamically. 2-17-15-ITCK NOC-MZ Ahmadzai 33

Static VLAN Static VLAN membership requires an administrator to manually assign each switch port to a specific VLAN. As an example, port fa0/3 may be assigned to VLAN 20. Any device that plugs into port fa0/3 automatically becomes a member of VLAN 20. This type of VLAN membership is the easiest to configure and is also the most popular, however, it requires the most administrative support for adds, moves and changes. For example, moving a host from one VLAN to another requires either the switch port to be manually reconfigured to the new VLAN or the workstation cable to be plugged into a different switchport on the new VLAN. 2-17-15-ITCK NOC-MZ Ahmadzai 34

Continued 2-17-15-ITCK NOC-MZ Ahmadzai 35

Dynamic VLAN Dynamic VLAN membership requires a VLAN management policy server (VMPS). The VMPS contains a database that maps MAC addresses to VLAN assignments. When a device plugs into a switch port, the VMPS searches the database for a match of the MAC address and temporarily assigns that port to the appropriate VLAN. Dynamic VLAN membership requires more organization and configuration but creates a structure with much more flexibility than static VLAN membership. In dynamic VLAN, moves, adds, and changes are automated and do not require intervention from the administrator. 2-17-15-ITCK NOC-MZ Ahmadzai 36

Activity 2-17-15-ITCK NOC-MZ Ahmadzai 37

VLAN Configuration Whether VLANs are created statically or dynamically, the maximum number of VLANs depends on the type of switch and the IOS. By default, VLAN1 is the management VLAN. An administrator will use the IP address of the management VLAN to configure the switch remotely. When accessing the switch remotely, the network administrator can configure and maintain all VLAN configurations. Additionally, the management VLAN is used to exchange information, such as Cisco Discovery Protocol (CDP) traffic and VLAN Trunking Protocol (VTP) traffic, with other networking devices 2-17-15-ITCK NOC-MZ Ahmadzai 38

Continued When a VLAN is created, it is assigned a number and a name. The VLAN number is any number from the range available on the switch, except for VLAN1. Some switches support approximately 1000 VLANs; others support more than 4000. Naming a VLAN is considered a network management best practice. Use the following commands to create a VLAN using global configuration mode: Switch(config)#vlan vlan_number Switch(config-vlan)#name vlan_name Switch(config-vlan)#exit 2-17-15-ITCK NOC-MZ Ahmadzai 39

Configuration Steps Assign ports to be members of the VLAN. By default, all ports are initially members of VLAN1. Assign ports one at a time or as a range. Use the following commands to assign individual ports to VLANs: Switch(config)#interface fa#/# Switch(config-if)#switchport access vlan vlan_number Switch(config-if)# exit Use the following commands to assign a range ports to VLANs Switch(config)#interface range fa#/start_of_range - end_of_range Switch(config-if)#switchport access vlan vlan_number Switch(config-if)#exit 2-17-15-ITCK NOC-MZ Ahmadzai 40

Example 2-17-15-ITCK NOC-MZ Ahmadzai 41

VLAN Tagging Devices connected to a VLAN only communicate with other devices in the same VLAN, regardless of whether those devices are on the same switch or different switches. A switch associates each port with a specific VLAN number. As a frame enters that port, the switch inserts the VLAN ID (VID) into the Ethernet frame. The addition of the VLAN ID number into the Ethernet frame is called frame tagging. The most commonly used frame tagging standard is IEEE 802.1Q. 2-17-15-ITCK NOC-MZ Ahmadzai 42

Continued 2-17-15-ITCK NOC-MZ Ahmadzai 43

Continued The 802.1Q standard, sometimes abbreviated to dot1q, inserts a 4-byte tag field into the Ethernet frame. This tag sits between the source address and the type/length field. Ethernet frames have a minimum size of 64 bytes and a maximum size of 1518 bytes, however a tagged Ethernet frame can be up to 1522 bytes in size. The FCS field provides error checking to ensure the integrity of all of the bits within the frame. 2-17-15-ITCK NOC-MZ Ahmadzai 44

Activity 2-17-15-ITCK NOC-MZ Ahmadzai 45

VLAN Removal To verify, maintain, and troubleshoot VLANs, it is important to understand the key show commands that are available in the Cisco IOS. show vlan show vlan brief The removal of VLANs and the reassignment of ports to different VLANs are two separate and distinct functions. When a port is disassociated from a specific VLAN, it returns to VLAN1. To delete a VLAN: Switch(config)#no vlan vlan_number To disassociate a port from a specific VLAN: Switch(config)#interface fa#/# Switch(config-if)#no switchport access vlan vlan_number 2-17-15-ITCK NOC-MZ Ahmadzai 46

TRUNK Ports A VLAN has three major functions: Limits the size of broadcast domains Improves network performance Provides a level of security To take full advantage of the benefits of VLANs, they are extended across multiple switches. Switch ports can be configured for two different roles. A port is classified as either an access port or a trunk port. Access Port An access port belongs to only one VLAN. Typically, single devices such as PCs or servers connect to this type of port. If a hub connects multiple PCs to the single access port, each device connected to the hub is a member of the same VLAN. 2-17-15-ITCK NOC-MZ Ahmadzai 47

Trunk Port Trunk Port A trunk port is a point-to-point link between the switch and another networking device. Trunks carry the traffic of multiple VLANs over a single link and allow VLANs to reach across an entire network. Trunk ports are necessary to carry the traffic from multiple VLANs between devices when connecting either two switches together, a switch to a router, or a host NIC that supports 802.1Q trunking. 2-17-15-ITCK NOC-MZ Ahmadzai 48

Trunk Ports & Access Ports 2-17-15-ITCK NOC-MZ Ahmadzai 49

Trunk Port Configuration Switch ports are access ports by default. To configure a switch port as a trunk port, use the following commands: Switch(config)#interface fa(controler # / port #) Switch(config-if)#switchport mode trunk Switch(config-if)#switchport trunk encapsulation {dot1q isl negotiate} Switches that support both 802.1Q and ISL require the last configuration statement. The 2960 does not require that statement because it only supports 802.1Q. The negotiate parameter is the default mode on many Cisco switches. This parameter automatically detects the encapsulation type of the neighbor switch. 2-17-15-ITCK NOC-MZ Ahmadzai 50

Continued Newer switches have the capability to detect the type of link configured at the other end. Based on the attached device, the link configures itself as either a trunk port or an access port. Switch(config-if)#switchport mode dynamic {desirable auto} In desirable mode, the port becomes a trunk port if the other end is set to either trunk, desirable, or auto. In auto mode, the port becomes a trunk port if the other end is set to either trunk or desirable. To return a trunk port to an access port, issue either of the following commands: witch(config)#interface fa(controler # / port #) Switch(config-if)#no switchport mode trunk or Switch(config-if)#switchport mode access 2-17-15-ITCK NOC-MZ Ahmadzai 51

Inter VLAN Routing 2-17-15-ITCK NOC-MZ Ahmadzai 52

Inter VLAN Routing Although VLANs extend to span multiple switches, only members of the same VLAN can communicate. A Layer 3 device provides connectivity between different VLANs. This arrangement enables the network administrator to strictly control the type of traffic that flows from one VLAN to another. One method of accomplishing the inter-vlan routing requires a separate interface connection to the Layer 3 device for each VLAN. Another method for providing connectivity between different VLANs requires a feature called subinterfaces. Subinterfaces logically divide one physical interface into multiple logical pathways. Configure one pathway or subinterface for each VLAN. 2-17-15-ITCK NOC-MZ Ahmadzai 53

Sub-Interface 2-17-15-ITCK NOC-MZ Ahmadzai 54

Inter VLAN Routing Configuration To configure inter-vlan routing, use the following steps: Configure a trunk port on the switch. Switch(config)#interface fa0/2 Switch(config-if)#switchport mode trunk On the router, configure a FastEthernet interface with no IP address or subnet mask. Router(config)#interface fa0/1 Router(config-if)#no ip address Router(config-if)#no shutdown On the router, configure one subinterface with an IP address and subnet mask for each VLAN. Each subinterface has an 802.1Q encapsulation. 2-17-15-ITCK NOC-MZ Ahmadzai 55

Finalizing Configuration Router(config)#interface fa0/0.10 Router(config-subif)#encapsulation dot1q 10 Router(config-subif)#ip address 192.168.10.1 255.255.255.0 Use the following commands to verify the inter-vlan routing configuration and functionality. Switch#show trunk Router#show ip interfaces Router#show ip interfaces brief Router#show ip route 2-17-15-ITCK NOC-MZ Ahmadzai 56

2-17-15-ITCK NOC-MZ Ahmadzai 57