路由交换机命令大全.doc

  1. 1、本文档共11页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
路由交换机命令大全

路由/交换机命令大全~! 交换机命令 switch??????????? 用户模式 1:进入特权模式???? enable switch enable switch# 2:进入全局配置模式???? configure terminal switch enable switch#c onfigure terminal switch(conf)# 3:交换机命名 hostname aptech2950??????? 以aptech2950为例 switch enable switch#c onfigure terminal switch(conf)#hostname aptch-2950 aptech2950(conf)# 4:配置使能口令???? enable password cisco?????? 以cisco为例 switch enable switch#configure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# enable password cisco 5:配置使能密码???? enable secret ciscolab?????? 以cicsolab为例 switch enable switch#c onfigure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# enable secret ciscolab 6:设置虚拟局域网vlan 1????? interface vlan 1 switch enable switch#c onfigure terminal switch(conf)#hostname aptch2950 aptech2950(conf)# interface vlan 1 aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0???????? 配置交换机端口ip和子网掩码 aptech2950(conf-if)#no shut???????????????????????????????? 是配置处于运行中 aptech2950(conf-if)#exit aptech2950(conf)#ip default-gatewaySwitchconf t Switch(sonfig)#vlan 1 name ** (命名**) Switch(config)#int e0/2 (进入端口) Switch(config)#vlan-menbership static(静态) 1 192.168.254??????????????? 设置网关地址 如何在交换机上配置VLAN 责任编辑:admin   更新日期:2005-8-6 1. 设置VLAN名称 2. 应用到端口    我们先设置VLAN的名称。使用 vlan vlan号 name vlan名称。 在特权配置模式下进行配置: 1900Switch (config)#vlan 2 name accounting 1900Switch (config)#vlan 3 name marketing    我们新配置了2个VLAN,为什么VLAN号从2开始呢?这是因为默认情况下,所有的端口否放在VLAN 1上,所以要从2开始配置。1900系列的交换机最多可以配置1024个VLAN,但是,只能有64个同时工作,当然了,这是理论上的,我们应该根据自己网络的 实际需要来规划VLAN的号码。配置好了VLAN名称后我们要进入每一个端口来设置VLAN。在交换机中,要进入某个端口比如说第4个端口,要用 interface Ethernet 0/4,好的,结合上面给出的图我们让端口2、3、4和5属于VLAN2 ,端口17---22属于VLAN3 。命令是 vlan-membership static/ dynamic VLAN号 。 静态的或者动态的两者必须选择一个,后面是刚才配置的VLAN号。好的,我们看结果: 1900Switch(config)#interface ethernet 0/2 1900Switch(config-if)#vlan-membership static 2 1900Switch(config-if)#int e0/3 1900Switch(config-if)#vlan-membership static 2 1900Switch(config-if)#int e0/4 1900Switch(config-if)#vlan-membership static 2 1900Switch(con

文档评论(0)

yurixiang1314 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档