交换机命令特权模式en
配置模式
#conf t
修改主机名
#hostname s1
配置进入特权模式的密码
#enable secret 456
防止3分钟错误命令等待
#no ip domain-lookup
配置vlan1 ip地址(交换机的管理ip地址,仅一个地址)
1.进入vlan1虚拟接口
#int vlan 1
2.给valn1虚拟接口配置ip
#ip address 192.16
原创
2022-11-30 19:19:00
715阅读
1.设置主机名/系统名IOS:switch(config)# hostname "hostname"CLI:switc
原创
2022-11-08 14:17:15
375阅读
.在基于IOS的交换机上设置主机名/系统名:
switch(config)# hostname hostname
在基于CLI的交换机上设置主机名/系统名:
switch(enable) set system name name-string
2.在基于IOS的交换机上设置登录口令:
switch(config)# enable password level 1 passwor
转载
精选
2010-12-12 00:38:31
2583阅读
show cdp neishow cpp nei deshow spann sushow spannshow ip routeshow vtp statusshow ip int brshow arpshow mac addshow int statusshow int trunkshow vlan ...
转载
2021-10-10 22:11:00
651阅读
2评论
思科交换机命令 一.交换机的特点: 1.集成器 不安全 冲突域 宽带共享; 2.交换机 基于目标mac地址转发 学习mac地址; 3.端口独享宽带 没有冲突 广播FF。 二.交换机端口安全-控制计算机数量:config tswitch(config)interfac
原创
精选
2017-05-15 10:04:27
1472阅读
点赞
2评论
思科交换机常用命令 1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname
在基于CLI的交换机上设置主机名/系统名:
switch(enable) set system name name-string
2.在基于IOS的交换机上设置登录口令:
switch(config)# enable password
原创
2009-03-05 01:20:41
894阅读
1评论
http://baike.baidu.com/view/2394929.htm
一、概述
分类:
Cisco 的交换机产品以“ Catalyst ”为商标,包含 1900 、 2800 、 2900 、 3500 、 4000 、 5000 、 5500 、 6000 、 8500 等十多个系列。
一类是 固定配置交换机 ,包
转载
2011-03-02 14:36:59
1573阅读
1.在交换机命令行运行showversion查看交换机的sn码Systemserialnumber:FOC1723W0VP2.SN码取出第四位至七位以FOC1723W0VP为例第四和第五位代表年份,第六和第七位代表当年的第XX周(范围是01至52周)17+1996=2013;23周(注:年份都是以1996为基础,进行相加)因此便知这台交换机出厂时间为2013年的第23周CTH—Celestica–
转载
2020-03-27 14:24:50
10000+阅读
Cisco 交换机命令全集(1)
1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password leve
转载
精选
2007-07-16 15:24:22
1832阅读
点赞
注意IOS和Catalyst交换机的不同!
1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password l
转载
精选
2008-02-20 19:13:19
3406阅读
点赞
1评论
11:cdp相关命令
show cdp interface fastethernet 0/17 查看17端口的cdp配置信息
用手按着交换机的MODE键,插上电源线
把“config.text”文件改名为“config.old”: switch: rename flash: config.text flash: config.old
转载
2009-06-10 22:19:08
668阅读
进入特权模式:Switch>enable
进入全局模式:Switch#config terminal
交换机上设置主机名: switch(config)# hostname
设置特权加密口令:switch(config)#enable secret xxx
设置特权非密口令:switch(config)#enable password xxx
进入虚拟终端(远程登录):swi
原创
2010-08-14 12:02:22
918阅读
进入特权模式:Switch>enable
进入全局模式:Switch#config terminal
交换机上设置主机名: switch(config)# hostname
设置特权加密口令:switch(config)#enable secret xxx
设置特权非密口令:switch(config)#enable password xxx
进入虚拟终端(远程登录):swi
转载
精选
2010-08-25 14:25:35
650阅读
下面列出了部分常用的debug 命令,与各协议和功能相关的更具体的debug命令和对其细节的注释,请参见本手册及命令参考手册中的各相关章节.要使用debug功能,需要在特权用户模式下进行配置:命令 功能Switch#debug 显示所有可用的debug指令及简短的说明Switch #show debugging 显示当前各个调试开关的状态Switch #debug all 打开系统所有的调试开关S
转载
精选
2015-09-30 07:50:36
1298阅读
witch> 首先看到的是用户模式Switch>en enable 输入en(即enable)进入特权模式swt_2960x>enPassword:Csicoend ###退回特权模式config t ###全局模式configure ###特权模式进入全局模式show vlaninterface ...
转载
2021-10-10 22:11:00
181阅读
2评论
switch> 用户模式
1:进入特权模式 enable
switch> enable
switch#
2:进入全局配置模式 configure terminal
switch> enable
switch#c onfigure
转载
2009-06-10 22:16:20
4374阅读
1.在基于IOS的交换机上设置主机名/系统名:
switch(config)# hostname hostname
在基于CLI的交换机上设置主机名/系统名:
switch(enable) set system name name-string
2.在基于IOS的交换机上设置登录口令:
switch(config)# enable password level 1 passwor
原创
2011-02-13 22:07:41
644阅读