思科交换机实用配置步骤详解

  • 格式:docx
  • 大小:20.04 KB
  • 文档页数:6

下载文档原格式

  / 6
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

1. 交换机支持的命令:

交换机基本状态:

switch: ;ROM 状态,路由器是rommon>

hostname> ; 用户模式

hostname# ; 特权模式

hostname(config)# ; 全局配置模式

hostname(config-if)# ; 接口状态交换机口令设置:

switch>enable ; 进入特权模式

switch#config terminal ; 进入全局配置模式

switch(config)#hostname ; 设置交换机的主机名

switch(config)#enable secret xxx ; 设置特权加密口令

switch(config)#enable password xxa ; 设置特权非密口令switch(config)#line console 0 ; 进入控制台口

switch(config-line)#line vty 0 4 ; 进入虚拟终端

switch(config-line)#login ; 允许登录

switch(config-line)#password xx ; 设置登录口令xx

switch#exit ; 返回命令

精选文库

vla n switch#vla n database ;

switch(vla n)#vla n 2 ;

switch(vla n)#no via n 2 ;

switch(co nfig)# int fO/1 ;

进入VLAN设置

建VLAN 2

删vlan 2

进入端口 1

switch(co nfig-if)#switch portaccess vla n 2 ;

switch(co nfig-if)#switch port mode trunk ;

switch(co nfig-if)#switch port trunk allowed vla n 1

switch(c on fig-if)#switch port trunk encap dot1q ;

switch(co nfig)#vt p domai n ;

switch(c on fig)#vt p p assword ;

switch(c on fig)#vt p mode server ;

switch(co nfig)#vt p mode clie nt ;

交换机设置IP地址:

switch(co nfig)#i nterface vla n 1 ;

switch(c on fig-if)# ip address ;

switch(c on fig)# ip default-gateway ;

当前端口加入vlan 2

设置为干线

设置发vtp域名

设置发vtp密码

设置发vtp模式

设置发vtp模式

进入vlan 1

设置IP地址

设置默认网关

,2;设置允许的

设置vlan中继

交换机VLAN设置:

精选文库switch#dir flash:; 查看闪存

交换机显示命令:

switch#write ; 保存配置信息

switch#show vtp ; 查看vtp配置信息

switch#show run ; 查看当前配置信息

switch#show via n ; 查看vian配置信息

switch#show in terface ; 查看端口信息

switch#show int fO/0 ; 查看指定端口信息

2.路由器支持的命令:

路由器显示命令:

router#show run ; 显示配置信息

router#show in terface ; 显示接口信息

router#show ip route ; 显示路由信息

router#showcd p nei ; 显示邻居信息

router#reload ;重新起动

路由器口令设置:

router>e nable ; 进入特权模式

router#c onfig term inal ; 进入全局配置模式

router(c on fig)#host name ; 设置交换机的主机名

router(c on fig)#e nable secret xxx ; 设置特权加密口令router(c on fig)#e nable p assword xxb ; 设置特权非密口令router(c on fig)#li ne con sole 0 ; 进入控制台口

router(c on fig-li ne)#li ne vty 0 4 ; 进入虚拟终端

router(c on fig-li ne)#logi n ; 要求口令验证

router(c on fig-li ne)# password xx ; 设置登录口令xx

router(c on fig)#(Ctrl+z); 返回特权模式

router#exit ; 返回命令

路由器配置:

router(c on fig)#i nt sO/0 ; 进入Serail接口

router(c on fig-if)# no shutdow n ; 激活当前接口

router(co nfig-if)#clock rate 64000 ; 设置同步时钟

router(c on fig-if)# ip address ; 设置IP地址

router(c on fig-if)#i p address sec ond ; 设置第二个IP router(co nfig-if)#i nt f0/0.1 ; 进入子接口

相关主题