-
2021-06-30 11:20:18
【欢迎关注微信公众号:厦门微思网络】
微思网络(官网):https://www.xmws.cn/
思科交换机基本配置命令
switch>enable 进入特权模式 switch#config terminal 进入全局模式 switch(config)#hostname+xxx 设置主机名 switch(config)#enable password 明文密码 switch(config)#enable secret 密文密码 switch(config)#ip default-gateway 设置网关 switch#show mac-address-table 查看MAC地址 switch(config)#logging synchronous 阻止控制台信息覆盖命令行上的输入 switch(config)#no ip domain-lookup 关闭DNS查看功能 switch(config)#exec-timeout 0 0 阻止会话退出
使用telnet远程式管理
switch(config)#line vty 0 4 进入虚拟终端 switch(config-line)#password xx 设置登录口令 switch(config-line)#login 要求口令验证
控制台口令
switch(config)#line console 0 进入控制台口 switch(config-line)#password xx switch(config-line)# 设置登录口令login 允许登录
cisco发现协议(cdp)
switch(config)#show cdp 显示cisco设备全局配置信息 switch(config)#show cdp interface端口 查看cdp配置下端口信息 switch(config)#show cdp neighbors 显示直连cisco设备信息 switch(config)#show cdp neighbors detail 查看邻居详细信息
思科交换机恢复出厂配置
witch#erase startup-config switch#delete flash: vlan.dat
配置接口标识(区分路由器的各个接口)
switch(config)#interface fastethernet0/1 switch(config)#description this is a fast ethernet port used to connecting the company's intranet!
vtp配置
switch(config)#vtp domain 设置VTP域名 switch(config)#vtp password xx 设置VTP密码 switch(config)#vtp mode server/client/transparent 设置VTP服务模式 switch(config)#vtp version 设置VTP版本 switch(config)#vtp pruning 设置VTP修解 vlan基本配置 switch#vlan database 进入vlan配置模式 switch(vlan)#vlan 号码 name 名称 创建vlan及vlan名 switch(vlan)#vlan 号码 mtu 数值 修改MTU大小 switch(vlan)#exit 更新vlan数据并退出 switch#show vlan 查看vlan switch#copy running-config startup-config 保存配置 vlan中添加删除端口 switch#conf t switch(config)#interface fastethernet0/1 进入要分配的端口 switch(config-if)#switchport mode access 定义二层端口 switch(config-if)#switchport access vlan号码 把端口发给一个vlan switch(config-if)#switchport mode trunk 设置为干线 switch(config-if)#switchport trunk encapsulation dotlq 设置vlan中继协议 switch(config-if)#no switchport mode 或 (switchport mode access) 禁用干线 switch(config-if)#switchport trunk allowed vlan add 1,2 从trunk中添加vlans switch(config-if)#switchport trunk allowed vlan remove1,2 从trunk中删除vlan switch(config-if)#switchport trunk pruning vlan remove1,2
配置接口为动态协商模式
switch(config)#interface 接口号 switch(config)#switchport mode dynamic desirable/auto
生成树stp
switch(config)#spanning-tree vlan 启用stp生成树(基于vlan) switch(config)#spanning-tree vlan root primary 指定交换机(基于vlan) switch(config)#spanning-tree vlan root secondary 指定备用根交换机(基于vlan) switch(config)#spanning-tree vlan priority<0-65535> 指定交换机优先继(基于vlan) switch(config)#no spanning-tree vlan priority 将交换机的优先级恢复默认值(基于vlan) switch(config-if)#spanning-tree vlan cost<0-200000000> 指定端口成本(起用trunk的端口模式下) switch(config-if)#spanning-tree vlan port-prioty<0-255> 指定交换机端口优先级(基于vlan) switch(config-if)#spanning-tree portfast 配置速端口(连接终端设备的端口状态)如pc机 switch(config)#spanning-tree uplinkfast 配置上行速端口
注:在配置上行速端口前要先将基于vlan上的网桥优先级,网桥成本恢复默认值。起用了该命令后在进行优先级更改。
注:vlan为可选参数,当没有该参数时将修改所有vlan网桥的优先级\及所有的vlan端口成本
switch#show spanning-tree summery 检测vlan生成树配置 switch#show spanning-tree vlan detail 浏览详细生成树配置信息 switch#show spanning-tree interface detail 浏览详细生成树端口配置信息
以太网通道配置
switch(config)#interface range fastemet0/1-2 将fastemet0/1和0/2口捆绑 switch(config-if)#change-group 1 mode on 配置以太通道模式 switch(config-if)#port-channel load-batance{dst-mac|src-mac}在链路间实现负载均衡 switch#show etherchannel 1 summary 查看通道信息 switch#show etherchannel load-balance 查看通道信息
交换机显示命令
switch#show vtp status 查看vtp配置信息 switch#show running-config 查看当前配置信息 switch#show vlan 查看vlan配置信息 switch#show interface 查看端口信息 switch#show int f0/0 查看指定端口信息 switch#dir flash: 查看闪存 switch#show version 查看当前版本信息 switch#show cdp cisco 设备发现协议(可以查看聆接设备) switch#show cdp traffic 查看接收和发送的cdp包统计信息 switch#show interface f0/1 switchport 查看有关switchport的配置 switch#show cdp neighbors 查看与该设备相邻的cisco设备
CISCO交换机巡检命令
1、
show interface stats
;查看交换机所有接口当前接口流量2、
show running-config
;查看当前设备配置3、
show version
;查看IOS版本信息及设备正常运行时间4、
show clock
;查看设备时钟信息5、
show vtp status
;查看交换机vtp配置模式6、
show vtp password
;查看交换机vtp配置口令7、
show env all
;查看设备温度,电源和风扇运转参数及是否报警8、
show inventory
;调取设备内部板卡出厂模块型号及序列号9、
show spanning-tree root
;查看交换机生成树根位置10、
show cdp neighbors
;查看邻接cisco设备基本信息11、
show cdp neighbors detail
;查看邻接cisco设备详细信息12、
show interface status
;查看交换机接口状态是否存在errordisable接口disable接口13、show interface summary` ;查看交换机所有接口当前接口流量
14、
show interface | i errors|FastEthernet|GigabitEthernet
;查看接口是否存在大量input或output errors包错误15、
show processes cpu
;查看设备cpu负载16、
show processes mem
;查看设备mem负载17、
show access-list
;查看访问控制列表配置及匹配数据包数量18、
show logging
;查看本机内部日志记录情况19、
show ip route
;查看路由表20、
show firewall
;检查防火墙的工作模式21、
show conn count
;检查防火墙并发数22、
show xlate count
;检查防火墙nat工作状态更多相关内容 -
思科Cisco交换机的基本模式和命令基本使用和技巧大全
2020-10-24 21:43:51Switch(config# 全局配置模式(conf t 由特权模式进入) Switch(config-if)# 端口模式(interface 端口 例如:int fa0/1) 其他: Switch(config-line)#(例如line vty 0 4进入) Switch(conf了解交换机的基本模式和命令(其他比如路由器基本相同)
常用:
Switch> 用户模式 enable(简写en进特权模式;exit重新进入交换机命令界面)
Switch# 特权模式(使能模式; exit返回特权模式)
Switch(config# 全局配置模式(conf t 由特权模式进入)
Switch(config-if)# 端口模式(interface 端口 例如:int fa0/1)
其他:
Switch(config-line)#(例如line vty 0 4进入)
Switch(config-vlan)#(例如 vlan 10 进入)
其他注意:
1.命令可以简写
interface -》int address-》add
enable-》en exit -》ex fastethernet-》fa 等等
2.有的命令大小写忽略
Fastethernet fastethernet 等等
3.有的空格可忽略 如 fa0/1 fa 0/1效果一样
4. Tab键自动补全命令 “命令 ?”显示该命令可用参数
熟悉掌握基本命令,就能深深体会命令行操作不输图形界面操作的高效性和逻辑性 -
思科交换机配置命令大全.pdf
2020-08-21 11:38:04思科交换机配置命令大全switch> 用户模式 1:进入特权模式enable switch> enable switch# 2:进入全局配置模式configure terminal switch> enable switch#c onfigure terminal switch(conf)# 3:交换机命名hostname... -
思科交换机配置命令大全,交换机配置案例详解
2021-12-18 12:19:34一、思科交换机基本配置命令 1:进入特权模式 enable switch> enable switch# 2:进入全局配置模式 configure terminal switch> enable switch#c onfigure terminal switch(conf)# 3:交换机命名 ...一、思科交换机基本配置命令
1:进入特权模式 enable
switch> enable
switch#
2:进入全局配置模式 configure terminal
switch> enable
switch#c onfigure terminal
switch(conf)#
3:交换机命名 hostname aptech2950 以 aptech2950 为例
switch> enable
switch#c onfigure terminal
switch(conf)#hostname aptch-2950
aptech2950(conf)#
4:配置使能口令 enable password cisco 以 cisco 为例
switch> enable
switch#c onfigure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable password cisco
5:配置使能密码 enable secret ciscolab 以 cicsolab 为例
switch> enable
switch#c onfigure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable secret ciscolab
6:创建多个vlan
1、创建多个VLAN
Switch>enable (进入特权模式)
Switch#vlan data (进入vlan配置模式)
Switch(vlan)#vlan 10 name IT (划分vlan10,名称为IT)
Switch(vlan)#vlan 20 name HR (划分vlan20,名称为HR)
Switch(vlan)#vlan 30 name FIN (划分vlan30,名称为FIN)
Switch(vlan)#vlan 40 name LOG (划分vlan40,名称为LOG)
Switch(vlan)#exit
7:设置 vlan 1
switch> enable
switch#c onfigure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# interface vlan 1
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口 ip 和子网掩码
aptech2950(conf-if)#no shut 是配置处于运行中
aptech2950(conf-if)#exit
aptech2950(conf)#ip default-gateway 192.168.254 设置网关地址
8:进入交换机某一端口 interface fastehernet 0/17 以 17 端口为例
switch> enable
switch#c onfigure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# interface fastehernet 0/17
aptech2950(conf-if)#
9:查看命令 show
switch> enable
switch# show version 察看系统中的所有版本信息
show interface vlan 1 查看交换机有关 ip 协议的配置信息
show running-configure 查看交换机当前起作用的配置信息
show interface fastethernet 0/1 察看交换机 1 接口具体配置和统计信息
show mac-address-table 查看 mac 地址表
show mac-address-table aging-time 查看 mac 地址表自动老化时间
10:交换机恢复出厂默认恢复命令
switch> enable
switch# erase startup-configure
switch# reload
11:双工模式设置
switch> enable
switch#c onfigure terminal
switch2950(conf)#hostname aptch-2950
aptech2950(conf)# interface fastehernet 0/17 以 17 端口为例
aptech2950(conf-if)#duplex full/half/auto 有 full , half, auto 三个可选
项
11:cdp 相关命令
switch> enable
switch# show cdp 查看设备的 cdp 全局配置信息
show cdp interface fastethernet 0/17 查看 17 端口的 cdp 配置信息
show cdp traffic 查看有关 cdp 包的统计信息
show cdp nerghbors 列出与设备相连的 cisco 设备
12:交换机 telnet 远程登录设置:
switch>en
switch#c onfigure terminal
switch(conf)#hostname aptech-2950
aptech2950(conf)#enable password cisco 以 cisco 为特权模式密码
aptech2950(conf)#interface fastethernet 0/1 以 17 端口为 telnet 远程登录端口
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0
aptech2950(conf-if)#no shut
aptech2950(conf-if)#exit
aptech2950(conf)line vty 0 4 设置 0-4 个用户可以 telnet 远程登陆
aptech2950(conf-line)#login
aptech2950(conf-line)#password edge 以 edge 为远程登录的用户密码
主机设置:
ip 192.168.1.2 主机的 ip 必须和交换机端口的地址在同一网络
段
netmask 255.255.255.0
gate-way 192.168.1.1 网关地址是交换机端口地址
运行:
telnet 192.168.1.1
进入 telnet 远程登录界面
password : edge
aptech2950>en
password: cisco
aptech#
二、利用三层交换机,实现不同vlan间互相通信
上面我们了解了思科交换机的基本配置命令,下面我们来看下配置案例。
案例如下:
pc1与pc2由于阻绝在了两个不同的交换机里,且在 不同的vlan中 ,是无法通信的,那怎么办呢?
S3550-24(三层交换机)1台、S2126交换机1台、pc1在vlan10里,pc2在vlan20里,如下图所示。
VLAN间通信实验拓扑结构图
配置如下:
1、在交换机SwitchA上创建VLAN 20,并将F0/15口划分到VLAN 20中。
SwitchA>enable
SwitchA#configure terminal
SwitchA(config)#vlan20 //创建VLAN 20
SwitchA(config-vlan)#name vlan20 //将VLAN 20 命名为vlan20
SwitchA(config)#interface f0/15 //进入F0/15接口配置模式
SwitchA(config-if)#switchport access vlan 20 //将F0/15端口划入VLAN 20
SwitchA #showvlan id 20 //验证已创建了VLAN 20并已将F0/15端口划入VLAN 20中。
2、在交换机SwitchA上与SwitchB相连的端口(此处为F0/24端口)定义为tag vlan 模式。
SwitchA>enable
SwitchA#configure terminal
SwitchA (config)#interface f0/24 //进入接口配置模式
SwitchA (config-if)#switchport mode trunk //将F0/24口设置为tag vlan模式
SwitchA (config)#show interfaces f0/24 switch //验证F0/24口已被设置为tag vlan模式
3、在交换机SwitchB上创建VLAN 10,并将F0/5端口划入VLAN 10中。
SwitchA>enable
SwitchA#configure terminal
SwitchB(config)#vlan 10 //创建VLAN 10
SwitchB (config-vlan)#name vlan10 //将VLAN 10 命名为vlan
SwitchB (config)#interface f0/5 //进入F0/5接口配置模式
SwitchB (config-if)#switchport access vlan10 !将F0/5端口划入VLAN 10
SwitchB #show vlan id 10 //验证已创建了VLAN 10并已将F0/5端口划入VLAN 10中
4、在交换机SwitchB上与SwitchA相连的端口(此处为F0/24端口)定义为tag vlan 模式。
SwitchA>enable
SwitchA#configure terminal
SwitchB (config)#interface f0/24 //进入接口配置模式
SwitchB (config-if)#switchport mode trunk //将F0/24口设置为tag vlan模式
SwitchB (c onfig)#show interfaces f0/24 switch //验证F0/24口已被设置为tag vlan模式。
5、设置三层交换机VLAN 间通讯, 开启三层交换机的路由功能
SwitchA>enable
SwitchA#configure terminal
SwitchA(config)#ip routing //开启三层交换机的路由功能
SwitchA(config) #interface vlan 10 //创建虚拟接口vlan10
SwitchA(config-if) #ip address 192.168.10.254 255.255.255.0 //配置vlan10的虚拟接口ip地址
SwitchA(config) #interface vlan 20 //创建虚拟接口vlan20
配置vlan20的虚拟接口ip地址
SwitchA(config-if) #ip address 192.168.20.254 255.255.255.0 //配置vlan20的虚拟接口ip地址
5、配置默认网关
将PC1的默认网关设置为192.168.10.254,将PC2的默认网关设置为192.168.20.254
如此,pc1与pc2便可以相互通。
-
思科交换机的配置模式基本配置命令
2021-01-28 22:55:47思科交换机的配置模式基本配置命令 打开思科交换CLI,首先进入的是用户模式,如果要进行配置操作需要进入特权模式。 Switch>enable Switch# 从特权模式进入全局配置模式 Switch#configure terminal Switch...思科交换机的配置模式基本配置命令
- 打开思科交换CLI,首先进入的是用户模式,如果要进行配置操作需要进入特权模式。
Switch>enable
Switch#
- 从特权模式进入全局配置模式
Switch#configure terminal
Switch(config)#
- 在特权模式下可以对交换机进行命名,这样在配置多台交换机时,避免将配置写错交换机。
Switch(config)#hostname cisco-sw1
- 配置交换端口密码,登录特权模式时需要输入该密码,避免设备被其他人使用。
cisco-sw1(config)#enable password cisco
ps:password表示密码为明文
- 给交换机配置使能密码,进入特权模式时需要输入密码才能进入,避免设备可以被其他人员使用。
cisco-sw1(config)#enable secret ciscoswitch
ps:secret表示密码用的密文
- 交换机配置VLAN,并给将端口加入到该VLAN:
cisco-sw1(config)#vlan 2
cisco-sw1(config-vlan)#name test
cisco-sw1(config-vlan)#exit
cisco-sw1(config)#interface fastEthernet 0/1
cisco-sw1(config-if)#switchport mode access
cisco-sw1(config-if)#switchport access vlan 2
- 进入交换机某一端口
switch> enable
switch#configure terminal
switch(conf)# interface fastehernet 0/1
switch(conf-if)#
- show:查看命令,交换机的所有配置和其它相关信息都需要通过show命令查看。
switch> enable
switch# show version 察看系统中的所有版本信息
switch#show vlan id 1 查看交换机有关vlan配置信息
switch#show running-configure 查看交换机当前起作用的配置信息
switch#show interface fastethernet 0/1 察看交换机1 接口具体配置和统计信息
switch#show mac-address-table 查看mac地址转发表
- 交换机恢复出厂
switch> enable
switch# erase startup-configure
switch# reload
- telnet 远程登录设置:
switch>en
switch#configure terminal
swich(conf)#enable password cisco 以cisco 为特权模式密码
swich(conf)#interface vlan 1 以vlan 1端口作为远程登录的接口,其他端口亦可
swich(conf-if)#ip address 192.168.1.1 255.255.255.0
swich(conf-if)#no shut
swich(conf-if)#exit
swich(conf)line vty 0 4 设置0-4 个用户可以telnet 远程登陆
swich(conf-line)#password 123456
swich(conf-line)#login
- SSH远程登录设置:
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname cisco-sw1 交换机重新命名
cisco-sw1(config)#ip domain-name cisco.com 配置域名
cisco-sw1(config)#line vty 0 4
cisco-sw1(config-line)#transport input ssh 登录方式为SSH
cisco-sw1(config-line)#exit
cisco-sw1(config)#crypto key generate rsa 配置秘钥
The name for the keys will be: cisco-sw1.cisco.com
Choose the size of the key modulus in the range of 360 to 2048 for your
General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.
How many bits in the modulus [512]: 1024 思科推荐使用1024
% Generating 1024 bit RSA keys, keys will be non-exportable...[OK]
-
思科交换机配置命令大全
2021-06-30 19:10:32思科交换机配置命令(陆小马公众号) 简写命令 完整命令 1 用户模式: 用户模式: switch> switch> 2 ... -
cisco(思科)交换机路由器基础命令
2021-12-23 08:43:46conf t:进入全局模式 int+接口号:进入物理接口模式 int+vlan+接口号:进入vlan接口 line con 0:进入console口 line vty+端口号:进入vty端口 end或者ctrl+z:退回到特权模式 exit:逐级退出 ctrl+break:... -
思科交换机配置trunk模式及vtp
2022-03-21 09:12:25如果交换机与交换机之间存在多条链路,交换机每增加一个vlan,交换机与交换机就会增加一条链路。这样会存在链路浪费,就产生了 DTP ( dynamic trunk protocols)采用trunk后,所有的vlan都走一条线。 二、 TRUNK ... -
思科交换机工作模式及基本命令
2020-03-07 16:27:061.)交换机基本工作模式及命令 第一次配置网络设备,需要使用console线,在pc使用crt配置 交换机4种工作模式(思科) 1)用户模式: switch> 可以查看交换机的基本简单信息,且不能做任何修改配置! 2)特权模式... -
思科交换机配置命令
2019-01-28 13:55:55思科交换机的基础配置,适合新手及相入门思科设备零基础人员学习 -
思科交换机进特权模式的命令是什么?
2020-12-24 14:40:45展开全部router #2:进入全局636f707962616964757a686964616f31333365643535配置模式 configure terminalrouter > enablerouter #c onfigure terminalrouter (conf)#3:交换机命名 hostname routera 以routerA为... -
思科交换机:基本命令(上)
2020-10-26 19:35:52一、设备模式的介绍 用户模式 >代表在用户模式,只能查看设备的...进入全局模式 (config)全局模式,可以修改配置,且全局生效。 Switch#config terminal Enter configuration commands, one per line. End with C -
0基础学RS(二)思科路由器交换机的几种模式
2022-04-06 10:44:03一、用户EXEC模式 仅允许访问有限数量的基本监视命令,它通常称为"仅查看"模式。 设备提示符Switch>...如果需要对设备进行配置,必须进入全局配置模式 设备提示符Switch(config)#,Router(config)# ... -
思科交换机路由器命令大全.doc
2022-07-12 14:36:591. 交换机支持的命令: 交换机基本状态: "switch: ;ROM状态, 路由器是rommon> " "hostname> ;用户模式 " "hostname# ;特权模式 " "hostname(config)# ;全局配置模式 " "hostname(config-if)# ;接口状态 " ... -
【收藏】思科路由器/交换机配置命令大全
2020-10-20 10:31:14(1)模式转换命令 用户模式一-特权模式,使用命令"enable" ...全局模式:配置所有信息、针对整个路由器或交换机的所有接口 接口模式:针对某一个接口的配置 线控模式:对路由器进行控制的接口配置 (... -
《CISCO交换机常用命令》——【思科交换机配置及维护技能】
2019-06-09 17:13:51《CISCO交换机常用命令》 一、交换机四种基本模式 1、四种模式介绍 2.进入四种模式 (1)从用户模式进入特权模式:enable (2)从特权模式进入全局配置模式:conf t (3)从全局端口配置模式进入视图模式... -
思科交换机路由器命令大全(1).doc
2022-07-12 14:36:13思科交换机路由器命令大全 交换机命令: 1:用户模式switch> 进入特权模式 switch> enable switch# 2:进入全局配置模式 switch> enable switch#configure terminal switch(config)# 3:交换机命名 hostname aptech... -
Cisco思科交换机路由器命令快速入门
2021-09-05 00:06:01Cisco思科交换机/路由器的操作系统称为Cisco IOS(Cisco Internetwork Operating System)。Cisco IOS基于Linux,其命令从Linux的Shell学习了一些特性,但又有很大的不同。 IOS命令模式层级结构 Cisco IOS命令最大的... -
思科路由器交换机配置命令简写与完整对照表
2014-09-10 20:24:31全局配置模式 全局配置模式 Router#conf t Router#config terminal Router(config)# Router(config)# 接口配置模式 接口配置模式 Router(config)#in f1/0 Router(config)#interface f1/0 Router(config-if)# ... -
思科交换机基本配置命令.doc
2021-10-11 12:30:19思科交换机基本配置命令.doc -
思科交换机常用命令及配置
2019-10-01 10:19:13打开思科交换CLI,首先进入的是用户模式,如果要进行配置操作需要进入特权模式。 Switch>enable Switch# 2 从特权模式进入全局配置模式 Switch#configure terminal Switch(config)# 3 ... -
思科交换机配置命令大全 思科交换机配置手册
2020-12-31 10:07:33交换机基本状态:hostname>/用户模式hostname#/特权模式hostname(config)#/全局...enable/进入特权模式switch#configterminal/进入全局配置模式switch(config)#hostname/设置交换机的主机名switch(config)#ena... -
思科交换机配置笔记
2022-05-23 10:54:24交换机(Switch)是一种用于电信号转发的网络设备,它可以为接入交换机的任意两个网络节点提供独享的电信号通路,最常见的交换机是以太网交换机,其他常见的还有电话语音交换机、光纤交换机等,交换机是集线器的升级替代... -
思科交换机命令干货适用小白
2022-06-17 14:25:36思科交换机命令干货适用小白 -
思科交换机端口聚合
2020-10-27 20:32:33端口聚合也叫做以太通道(ethernet channel),主要用于交换机之间连接。但是,失去了路径冗余的优点,因为STP的链路切换会很慢,在50s左右。使用以太通道的话,交换机会把一组物理端口联合起来,做为一个逻辑的通道... -
思科交换机dhcp配置
2021-10-13 19:55:12**PS: 1.sw是switchport缩写 2.m是mode缩写 3.acc是access缩写 4.all是allowed缩写 5.sh是shotdown缩写 ...Switch(config)#(在全局模式下进行) VLAN 10 VLAN 20 int f0/2 sw m acc sw acc all vlan 10 no sh ex . -
第5节 交换机的工作模式及基本命令—基于Cisco Packet Tracer
2022-01-09 10:47:21交换机的工作模式及基本命令0 摘要1 交换机的工作模式1.1 实际工作环境1.2 工作模式2 交换机基本命令2.1 模式切换命令2.2 快捷键2.3 配置主机名2.4 设置用户密码2.5 设置特权密码2.6 查看running-config配置2.7保存... -
思科交换机配置
2021-06-22 09:59:54一、思科交换机基本配置命令 1:进入特权模式 enable switch> enable switch# 2:进入全局配置模式 configure terminal switch> enable switch#c onfigure terminal switch(conf)# 3:交换机... -
实训一 思科交换机基础配置
2022-04-28 13:57:05交换机的命令行操作模式:用户模式、特权模式、全局配置模式、端口模式 1、命令行操作模式的进入 用户模式switch>→输入enable→进入特权模式switch#→输入configure terminal→进入全局配置模式switch(config)...