请写出交换机配置的基本命令?

如题所述

第1个回答  2020-02-28
CISCO交换机基本配置:Console端口连接
用户模式hostname# ;
特权模式hostname(config)# ;
全局配置模式hostname(config-if)# ;
交换机口令设置:
switch>enable ;进入特权模式
switch#config terminal ;进入全局配置模式
switch(config)#hostname csico ;设置交换机的主机名
switch(config)#enable secret csico1 ;设置特权加密口令
switch(config)#enable password csico8 ;设置特权非密口令
switch(config)#line console 0 ;进入控制台口
switch(config-line)#line vty 0 4 ;进入虚拟终端
switch(config-line)#login ;虚拟终端允许登录
switch(config-line)#password csico6 ;设置虚拟终端登录口令csico6
switch#exit ;返回命令
交换机VLAN创建,删除,端口属性的设置,配置trunk端口,将某端口加入vlan中,配置VTP:
switch#vlan database ;进入VLAN设置
switch(vlan)#vlan 2 ;建VLAN 2
switch(vlan)#vlan 3 name vlan3 ;建VLAN 3并命名为vlan3
switch(vlan)#no vlan 2 ;删vlan 2
switch(config)#int f0/1 ;进入端口1
switch(config)#speed ? 查看speed命令的子命令
switch(config)#speed 100 设置该端口速率为100mb/s (10/auto)
switch(config)#duplex ? 查看duplex的子命令
switch(config)#duplex full 设置该端口为全双工(auto/half)
switch(config)#description TO_PC1 这是该端口描述为TO_PC1
switch(config-if)#switchport access vlan 2 ;当前端口加入vlan 2
switch(config-if)#switchport mode trunk ;设置为trunk模式(access模式)
switch(config-if)#switchport trunk allowed vlan 1,2 ;设置允许的vlan
switch(config-if)#switchport trunk encap dot1q ;设置vlan 中继
switch(config)#vtp domain vtpserver ;设置vtp域名相同
switch(config)#vtp password ;设置发vtp密码
switch(config)#vtp server ;设置vtp服务器模式
switch(config)#vtp client ;设置vtp客户机模式
交换机设置IP地址,默认网关,域名,域名服务器,配置和查看MAC地址表:
switch(config)#interface vlan 1 ;进入vlan 1
switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置IP地址
switch(config)#ip default-gateway 192.168.1.6 ;设置默认网关
switch(config)#ip domain-name cisco.com 设置域名
switch(config)#ip name-server 192.168.1.18 设置域名服务器
switch(config)#mac-address-table? 查看mac-address-table的子命令
switch(config)#mac-address-table aging-time 100 设置超时时间为100ms
switch(config)#mac-address-table permanent 0000.0c01.bbcc f0/3 加入永久地址在f0/3端口
switch(config)#mac-address-table restricted static 0000.0c02.bbcc f0/6 f0/7 加入静态地址目标端口f0/6源端口f0/7
switch(config)#end
switch#show mac-address-table 查看整个MAC地址表
switch#clear mac-address-table restricted static 清除限制性静态地址
交换机显示命令:
switch#write ;保存配置信息
switch#show vtp ;查看vtp配置信息
switch#show run ;查看当前配置信息
switch#show vlan ;查看vlan配置信息
switch#show interface ;查看端口信息
switch#show int f0/0 ;查看指定端口信息
switch#show int f0/0 status;查看指定端口状态
switch#dir flash: ;查看闪存本回答被网友采纳

交换机与路由器的常用配置命令是什么?
1.交换机支持的命令:交换机基本状态:switch:;ROM状态,路由器是rommon>hostname>;用户模式hostname#;特权模式hostname(config)#;全局配置模式hostname(config-if)#;接口状态交换机口令设置:switch>enable;进入特权模式switch#configterminal;进入全局配置模式switch(config)#hostname;设置交换机的主...

华为交换机基本配置命令
- 删除端口24的TRUNK权限 四、路由的配置命令 - 进入系统模式 - 命名 - 进入端口 - 设置IP地址 - 打开端口 - 查看IP接口情况 - 配置口令模式和口令 - 设置用户特权级别 - 保存配置 - 删除配置 - 配置静态路由 - 配置默认路由 - 显示路由列表 五、三层交换机配置VLAN-VLAN通讯 - 在sw1上创建V...

交换机的基本命令是什么?
1) 交换机工作模式的进入如下:Switch>enable \/\/切换为特权模式 Switch# configure terminal \/\/进入全局配置模式 Enter configuration commands, one per line. End with CNTL\/Z.Switch(config)#interface fastEthernet 0\/1 \/\/进入接口模式 Switch(config-if)

交换机的基本命令
一、模式命令:1. 用户模式:Switch> 2. 特权模式:Switch>enable Switch 3. 全局配置模式:Switch#config terminal Switch(config)4. 接口配置模式:Switch(config)#interface fastethernet0\/1 Switch(config-if)5. Line模式:Switch(config)#line console 0 Switch(config-line)二、特权模式下...

交换机配置命令
1、交换机配置命令,英文名Switchboard Command,是一种计算机语言,用来控制交换机的语言。2、交换机的配置方式 (1)使用控制(console)端口,使用超级终端配置交换机 console是一个用来连接配置终端的异步串行接口,其接口标准是RJ-45。(2)使用telnet配置交换机 用远程登陆telnet对交换机进行配置,是一...

华为交换机基本配置命令
一、单交换机VLAN划分 命令命令解释 system 进入系统视图 system-view 进入系统视图 quit 退到系统视图 undo vlan 20 删除vlan 20 sysname 交换机命名 disp vlan 显示vlan vlan 20 创建vlan(也可进入vlan 20)port e1\/0\/1 to e1\/0\/5 把端口1-5放入VLAN 20 中 disp vlan 20 显示vlan里的端口20...

简述交换机、路由器的几种配置方法
表示输入的是明文形式的口令2、 配置交换机的特权密码S2126G(config)#enable secret level 15 0 Star“0”表示输入的是明文形式的口令常用交换机配置命令:1、为交换机分配管理IP地址S2126G(config)#interface vlan 1S2126G(config-if)#ip address {IP address} {IP subnetmask}[secondary]2、将接口...

华为交换机基本配置命令
一、单交换机VLAN划分 命令 命令解释 system 进入系统视图 system-view 进入系统视图 quit 退到系统视图 undo vlan 20 删除vlan 20 sysname 交换机命名 disp vlan 显示vlan vlan 20 创建vlan(也可进入vlan 20) port e1\/0\/1 to e1\/0\/5 把端口1-5放入VLAN 20 中 disp vlan 20 显示vlan里的端口20 int ...

华为交换机配置命令超详解
基于混合端口配置VLAN [Quidway-Ethernet 0\/2]端口link-type hybrid;配置端口的链路类型为混合。[Quidway-Ethernet 0\/2]端口混合VLAN VLAN-id-list { tagged | un tagged };允许指定的VLAN通过当前混合端口 总结:边肖在上面介绍了华为交换机的一些配置命令。总的来说专业性还是很强的。因此,边肖...

思科交换机基本配置命令
1. 首先进入特权模式,输入命令:switch>enable 然后输入交换机提示符:switch 2. 进入全局配置模式,执行以下命令:switch>enable switch#configure terminal 此时提示符变为:switch(conf)3. 接下来配置交换机名称,例如:switch>enable switch#configure terminal switch(conf)#hostname aptech2950 提示符变...

相似回答