Switch(config)#no vlan 2 Switch(config)#do show vlan VLAN 中继协议 (VTP) 可简化交换网络中的管理。在一台 VTP 服务器上配置新的 VLAN 时,该 VLAN 将通过域中的所有交换机进行分发。这样可以减少在各处配置相同 VLAN 的需求。VTP 是一种 Cisco 专有协议,适用于大多数 Cisco Catal
Enter configuration commands,one per line.EndwithCNTL/Z.Switch(config)# ps: configure terminal意为配置终端,单词较长,可采用以下解决办法: tab键自动补全 简写成conf t 4.全局配置模式 代码语言:javascript 代码运行次数:0 运行 AI代码解释 特权用户模式下的命令提示符:(configure)+#Switch(config)#?Configure...
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S1 --修改交换机名为S1 S1(config)#line vty 0 5 --指定虚拟终端个数 S1(config-line)#password 111 --设置远程登录密码 S1(config-line)#login --保存密码配置(必设置) S1(config-line)#interface vlan 1 --进...
# 执行模式 - 查看功能Switch># 特权模式 - 查看和测试Switch>enableSwitch## 全局配置模式 - 配置Switch#configure terminalEnter configuration commands, one per line.Endwith CNTL/Z.Switch(config)## 使用 ? 查询提示Switch#show ip inte?interface 为enable 设置密码: # 设置明文密码Switch(config)#enable p...
# 进入特权模式 Switch>enable # 进入全局配置模式 Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# # 进入端口 Switch(config)#interface FastEthernet0/1 Switch(config-if)# # 禁用 Switch(config-if)#shutdown %LINK-5-CHANGED: Interface FastEther...
rcommand Run command on remote switch resume Resume an active network connection set Set system parameter (not config) show Show running system information systat Display information about terminal lines telnet Open a telnet connection terminal Set terminal line parameters ...
Switch# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# interface fastethernet0/4 Switch(config-if# switchport mode trunk Switch(config-if# switchport trunk encapsulation dot1q Switch(config-if)# end ...
Cisco配置命令大全 1. switch配置命令 (1)模式转换命令 用户模式---特权模式,使用命令"enable"特权模式---全局配置模式,使用命令"configt"全局配置模式---接口模式,使用命令"interface+接口类型+接口号"全局配置模式---线控模式,使用命令"line+接口类型+接口号"注:用户模式:查看初始化的信息.特权模式:查看所有信息...
switch(config)#username userA privilege 7 secret 5 pass_userA switch(config)#username userB privilege 15 secret 5 pass_userB /为7级,15级用户设置用户名和密码,Cisco privilege level分为0-15级,级别越高权限越大 switch(config)#privilege exec level 7 commands /为7级用户设置可执行的...
Cisco清除配置使用:erase startup-config(删除NVRAM中的内容),然后重启路由器 reload; 华为清除配置使用:reset saved-configuration,重启路由器 reboot; Cisco路由器、交换机口令恢复专题: 选择性通告路由: 如在RIP设置中,让S0端口只收不发RIP通告。 Router(config)#router rip ...