锐捷交换机配置

  • 格式:pdf
  • 大小:683.10 KB
  • 文档页数:15

下载文档原格式

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

关于我成就勋章

登录 | 注册

首页 关于我 说说 日记 相册

EXEC模式: 用户模式switch>

交换机信息的查看,简单测试命令 特权模式switch#

查看、管理交换机配置信息,测试、调试 配置模式:

全局配置模式switch(config)# 配置交换机的整体参数

接口配置模式switch(config-if)# 配置交换机的接口参数 进入全局配置模式

Switch#c onfigure terminal Switch(config)#exit Switch#

进入接口配置模式

Switch(config)#interface fastethernet 0/1 Switch(config-if)#exit Switch(config)#

从子模式下直接返回特权模式 Switch(config-if)#end Switch#

命令行其他功能

获得帮助 锐捷交换机路由器常用命令2009-11-29 10:46

下一篇个人主页

switch#show ?

命令简写

全写:switch# configure terminal

简写:Switch# config

使用历史命令

Switch# (向上键)

Switch# (向下键)

配置交换机Telnet功能

配置远程登陆密码

Switch(config)#enable secret level 1 0 ruijie

配置进入特权模式密码

Switch (config)#enable secret level 15 0 ruijie

为交换机配置管理IP

Switch (config)#interface vlan 1

Switch (config-if)#no shutdown

Switch (config-if)#ip address 192.168.1.1 255.255.255.0 Switch (config-if)#end

配置文件的管理

保存配置

将当前运行的参数保存到flash 中用于系统初始化时初始化参数 Switch#copy running-config startup-config

Switch#write memory

Switch#write

删除配置

永久性的删除flash 中不需要的文件

使用命令delete flash:config.text

删除当前的配置: 在配置命令前加no

例:switch(config-if)# no ip address

查看配置文件内容

Switch#show configure 查看保存在FLASH里的配置信息 Switch#show running-config 查看RAM里当前生效的配置

配置Port VLAN

创建VLAN10,将它命名为test的例子

Switch# configure terminal

Switch(config)# vlan 10

Switch(config-vlan)# end

把接口 0/10加入VLAN10

Switch# configure terminal

Switch(config)# interface fastethernet 0/10

Switch(config-if)# switchport mode access

Switch(config-if)# switchport access vlan 10

Switch(config-if)# end

将一组接口加入某一个VLAN

Switch(config)#interface range fastethernet 0/1-8,0/15,0/20

Switch(config-if-range)# switchport access vlan 20

注:连续接口 0/1-8,不连续接口用逗号隔开,但一定要写明模块编号

配置Tag VLAN-Trunk

把Fa0/1配成Trunk口

Switch# configure terminal

Switch(config)# interface fastethernet0/1

Switch(config-if)# switchport mode trunk

把端口Fa0/20 配置为Trunk端口,但是不包含VLAN 2:

Switch(config)# interface fastethernet 0/20

Switch(config-if)# switchport trunk allowed vlan remove 2

Switch(config-if)# end

Native VLAN

配置命令:

Switch(config-if)# switchport trunk native vlan 20

Switch(config-if)# end

注意:

每个Trunk口的缺省native VLAN是VLAN 1

在配置Trunk链路时,请确保连接链路两端的Trunk口属于相同的native VLAN

保存/清除VLAN信息

将VLAN信息保存到flash中

Switch#write memory

从flash中只清除VLAN信息

Switch#delete flash:vlan.dat

从RAM中删除VLAN