版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、虚拟局域网(VLAN)目标n 基于安全和管理的需要,能够正确的为交换机配置各种密码,和管理IP、网关等n 能够根据实际的需求,在Cisco 交换机上正确划分基于端口的静态VLANn 理解VLAN 的含义 n 了解划分VLAN 的作用 n 理解VLAN 的工作原理 配置主机名n Switch>enn Switch#conf tn Switch(config)# hostname sw1n sw1(config)#查看交换机的配置n sw1# show running-configversion 12.1no service padservice timestamps debug uptim
2、eservice timestamps log uptimeno service password-encryption!hostname sw1配置enable明文口令n sw1(config)#enable password cisco n sw1(config)#exitn sw1#show running-config 检验enable口令的作用n sw1# exit Press RETURN to get started.n sw1>enable Password:ciscon sw1#配置enable加密口令n sw1(config)# enable secret cisco
3、labn sw1#show running-configversion 12.1no service padservice timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname sw1!enable secret 5 $1$e1k3$tmDh/6EG9c5enGXDjjj7j/enable password cisco!检验enable加密口令的作用n sw1# exit Press RETURN to get started.n sw1>enable Pas
4、sword:ciscolabn sw1#配置Console口令n sw1(config)#line console 0n sw1(config-line)#password 123n sw1(config-line)#loginn sw1#show runinterface Vlan1 no ip address no ip route-cache shutdown!ip http server!line con 0 password 123 login登录口令的输入Switch con0 is now availablePress RETURN to get started.User Acc
5、ess VerificationPassword:123Switch>enPassword:ciscolabSwitch#配置管理用IP地址与网关21n sw1(config)# interface vlan 1nn sw1(config-if)# no shutdownn sw1# show running-config!interface FastEthernet0/24 no ip address!interface Vlan1 no ip route-cache!ip http server配置管理用IP地址与网关22n查看MAC地址表n sw1#show mac-address
6、-table Mac Address Table-Vlan Mac Address Type Ports- - - -Total Mac Addresses for this criterion: 6使用CDP协议31n sw1#show cdp ? entry Information for specific neighbor entry interface CDP interface status and configuration neighbors CDP neighbor entries traffic CDP statistics | Output modifiers <cr
7、>使用CDP协议32n sw1#show cdp neighborCapability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater, P - PhoneDevice ID Local Intrfce Holdtme Capability Platform Port IDR1 Fas 0/19 139 R 2621XM Fas 0/0使用CDP协议33n sw1#show cdp neighbors detail-Devic
8、e ID: R1Entry address(es):Platform: cisco 2621XM, Capabilities: RouterInterface: FastEthernet0/19, Port ID (outgoing port): FastEthernet0/0Holdtime : 143 secVersion :Cisco Internetwork Operating System SoftwareIOS (tm) C2600 Software (C2600-IS-M), Version 12.2(21), RELEASE SOFTWARE (fc3)Copyright (c
9、) 1986-2003 by cisco Systems, Inc.Compiled Tue 02-Dec-03 16:06 by kellmilladvertisement version: 2Duplex: full保存交换机的配置n sw1# copy running-config startup-config或 n sw1# writeBuilding configuration.OK恢复设备出厂默认值n sw1# erase startup-configErasing the nvram filesystem will remove all configuration files!
10、Continue? confirmOKErase of nvram: completen sw1#reloadProceed with reload? confirmVLAN概述n 什么是VLANn Virtual LAN(虚拟局域网)是物理设备上连接的不受物理位置限制的用户的一个逻辑组。n 为什么引入VLANn 交换机分割了冲突域,但是不能分割广播域 n 随着交换机端口数量的增多,网络中广播增多,降低了网络的效率 n 为了分割广播域,引入了VLAN VLAN的作用n VLAN的作用n 广播控制 n 安全性 n 带宽利用 n 延迟 VLAN的种类n 基于端口划分的静态VLAN n 基于MAC地
11、址划分的动态VLANl 基于端口划分的静态VLANl 基于MAC地址划分的动态VLANCisco交换机上静态VLAN的配置n 配置VLAN的步骤n 创建VLANn 将端口加入到相应的VLAN 中 n 验证 创建VLANn 创建VLAN有以下2种方法n 在全局配置模式下创建VLANn 进入VLAN 数据库中创建VLAN 在全局配置模式下创建VLANn Switch(config)#vlan vlan-idn Switch(config-vlan)#name vlan-name进入VLAN 数据库创建VLANn Switch#vlan databasen Switch(vlan)#vlan 2VL
12、AN 2 added: Name: VLAN0002n Switch(vlan)#exitAPPLY completed.Exiting.删除已创建的VLANn Switch#vlan databasen Switch(vlan)#no vlan 2Deleting VLAN 2.或:n Switch(config)#no vlan 2将端口加入VLANn Switch(config)# interface f0/1n Switch(config-if)# switchport access vlan vlan-idn Switch(config-if)# no switchport acce
13、ss vlan vlan-idn 也可以同时将多个端口添加到某个VLAN中:Switch(config)# interface range f0/1 10 Switch(config-if-range)# switchport access vlan vlan-id 验证VLAN的配置n Switch# show vlan briefn Switch# show vlan id vlan-idVLAN配置实例Switch#vlan databaseSwitch(vlan)#vlan 2 name v2VLAN 2 added: Name: v2Switch(vlan)#exitAPPLY co
14、mpleted.Exiting.Switch#config terminalSwitch(config)#interface range f0/5 - 10Switch(config-if-range)#switchport access vlan 2查看VLAN配置n Switch#show vlan briefVLAN Name Status Ports- - - -1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Fa0/11, Fa0/12, Fa0/13, Fa0/14 Fa0/15, Fa0/16, Fa0/17, Fa0/18 Fa0/19,
15、 Fa0/20, Fa0/21, Fa0/22 Fa0/23, Fa0/242 v2 active Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, Fa0/101002 fddi-default active1003 token-ring-default active1004 fddinet-default active1005 trnet-default active其他常用命令n 其他常用命令n 指定/删除VLAN描述字符n description stringn no descriptionn 查看VLAN设置n show vlan vlan_id n 开启/关闭VL
16、AN接口n shutdownn no shutdownIOS使用技巧n ?的使用n Tab键的使用n 使用命令简写n 使用缓存命令?的使用31n Switch# ?Exec commands: access-enable Create a temporary Access-List entry access-template Create a temporary Access-List entry archive manage archive files cd Change current directory clear Reset functions clock Manage the sys
17、tem clock cns CNS subsystem configure Enter configuration mode connect Open a terminal connection copy Copy from one file to another debug Debugging functions (see also 'undebug') delete Delete a file dir List files on a filesystem disable Turn off privileged commands disconnect Disconnect a
18、n existing network connection dot1x IEEE 802.1X commands enable Turn on privileged commands . .?的使用32n Switch(config)#s?scheduler service shutdown snmp snmp-serverspanning-tree stackmaker system?的使用33n Switch(config)#spanning-tree ? backbonefast Enable BackboneFast Feature etherchannel Spanning tree etherchannel specific configuration extend Spanning Tree 802.1t extensions loopguard Spanning tree loopguard options mode Spanning tree operating mode pathcost Spanning tree pathcost options portfast Spanning tree portfast options uplinkfast Enable UplinkFast Feature vlan VLAN
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2022-2023学年山东省青岛一中高一(上)第二次月考语文试卷
- 财产保险公司车辆保险知识讲解培训模板课件
- FIDIC 合同条件中涉及费用管理的条48课件讲解
- 辽宁教育局教培收费合同范本
- 利息剥离合同
- 合同书上能不能出现口语
- 合同审校标准
- 7.2.3.1施工阶段的合同管理进度管理-学习情境七FIDIC施工合同条37课
- 培训课件导管室医院感染管理制度复习
- 肺结核教育课件
- 慢性胃炎的中医治疗
- 少年读史记系列(全5册)PPT模板
- 五年级上册道德与法治课件-第8课第四课时 影响深远的汉字人教部编版
- 2023年中国龙江森林工业集团招聘笔试题库及答案解析
- 外语类试卷国家公共英语(三级)笔试模拟试卷91
- LY/T 2389-2014轻型木结构建筑覆面板用定向刨花板
- GB/T 8890-2015热交换器用铜合金无缝管
- GB/T 3488.2-2018硬质合金显微组织的金相测定第2部分:WC晶粒尺寸的测量
- GB/T 23604-2009钛及钛合金产品力学性能试验取样方法
- 《早期护理干预对膝关节置换术后患者张力性水泡的影响分析报告》3300字
- 《STM32嵌入式技术》课程标准
评论
0/150
提交评论