-
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工作状态更多相关内容 -
思科交换机基本配置命令.doc
2021-10-11 12:30:19思科交换机基本配置命令.doc -
思科交换机配置命令大全,交换机配置案例详解
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便可以相互通。
-
思科交换机基本配置命令全集-mtu值怎么设置
2020-12-31 07:44:06基本配置命令Switch>enable 进入特权模式Switch #config terminal 进入全局配置模式Switch(config)#hostname 设置交换机的主机名Switch(config)#enable password 进入特权模式的密码(明文形式保存)Switch(config)...基本配置命令
Switch>enable 进入特权模式
Switch #config terminal 进入全局配置模式
Switch(config)#hostname 设置交换机的主机名
Switch(config)#enable password 进入特权模式的密码(明文形式保存)
Switch(config)#enablesecret 加密密码(加密形式保存) (优先)
Switch(config)#ipdefault-gateway 配置交换机网关
Switch(config)#showmac-address-table 查看MAC地址
Switch(config)loggingsynchronous 阻止控制台信息覆盖命令行上的输入
Switch(config)no ipdomain-lookup 关闭DNS查找功能
Switch(config)exec-timeout 00 阻止会话退出
使用Telnet远程式管理
Switch(config)#line vty 0 4 进入虚拟终端
Switch (config-line)# password 设置登录口令
Switch(config-line)# login 要求口令验证
控制台口令
switch(config)#lineconsole 0 进入控制台口
switch(config-line)# password xx
switch(config-line)#设置登录口令login 允许登录
恢复出厂配置
Switch(config)#erasestartup-config
Switch(config)delete vlan.dat
配置接口标识 接口标识用于区分路由器的各个接口。
switch(config)#interfacefastethernet 0/1 以0/1 接口为例
switch(config)# description this is a fast Ethernetport used to connecting the company’s intranet!
Vtp配置
switch(config)#vtpdomain 设置vtp域名
switch(config)#vtp password 设置vtp密码
switch(config)#vtp modeserver /client/transparent 设置vtp服务器模式
switch(config)#vtpversion 设置vtp版本
switch(config)#vtppruning 启用vtp修解
注:要想从vtp中减少一台交换机只需将该交换机vtp域名更改
Vlan基本配置
Switch#vlandatabase 进去vlan配置模式
Switch(vlan)#vlan 号码 name名称 创建vlan及vlan名
Switch(vlan)#vlan号码mtu数值 修改MTU大小
Switch(vlan)#exit 更新vlan数据并推出
Switch#showvlan 查看\\验证
Switch#copy running-configstartup-config 保存配置
叫NO 删除VLAN
VLAN 中添加 删除端口
Switch#configterminal 进入全局配置
Switch(config)#interfacefastethernet0/1 进入要分配的端口
Switch(config-if)#Switchportmodeaccess 定义二层端口
Switch(config-if)#Switchport acces vlan号 把端口分给一个vlan
Switch(config-if)#switchportmode trunk 设置为干线
Switch(config-if)#switchport trunk encapsulationdot1q 设置vlan 中继协议
Switch(config-if)#noswitchport mode 或 ( switchport mode access) 禁用干线
Switch(config-if)#switchport trunk allowed vlan add1,2 从Trunk中添加vlans
Switch(config-if)#switchporttrunk allowed vlan remove 1,2 从Trunk中删除vlan
Switch(config-if)#switchport trunk pruning vlan remove1,2 ;从Trunk中关闭局部修剪
注:可以使用default interfaceinterface-id 还原接口到默认配置状态
Trunk
开启(no) ——将端口设置为永久中继模式
关闭(off) ——将端口设置为永久非中继模式, 并且将链路转变为非中继链路
企望(desirable)——让端口主动试图将链路转换成中继链路
自动(auto) ——使该端口愿意将链路变成中继链路
配置接口为动态协商模式
Switch(config)#interface接口号
Switch(config)#switchport mode dynamic desirable/auto
生成树stp:
Switch(config)#spanning-treevlan <vlan-list> 启用stp生成树(基于vlan)
Switch(config)#spanning-tree vlan <vlan-list>root primary 指定根交换机(基于vlan)
Switch(config)#spanning-treevlan <vlan-list> root secondary 指定备用根交换机(基于vlan)
Switch(config)#spanning-tree vlan <vlan-list>priority <0-65535> 指定交换机优先级(基于vlan)
Switch(config)#nospanning-tree vlan <vlan-list> priority 将交换机的优先级恢复默认值(基于vlan)
Switch(config-if)#spanning-tree vlan <vlan-list>cost <0-200000000> 指定端口成本(起用trunk的端口模式下)
Switch(config-if)#spanning-treevlan <vlan-list> port-prioty <0-255> 指定交换机端口优先级(基于vlan)
Switch(config-if)#spanning-treeportfast 配置速端口(连接终端设备的端口状态)如pc机
Switch(config)#spanning-treeuplinkfast 配置上行速端口
注:在配置上行速端口前要先将基于vlan上的网桥优先级,网桥成本恢复默认值。起用了该命令后在进行优先级更改,
注:vlan为可选参数,当没有该参数时将修改所有vlan网桥的优先级\\及所有的vlan端口成本
Switch#show spanning-tree summery 检测vlan生成树配置
Switch#showspanning-tree vlan <vlan-id> detail 浏览详细生成树配置信息
Switch#show spanning-tree interface <int-id>detail 浏览详细生成树端口配置信息
以太网通道配置
switch(config)#interfacerange fasternet0/1 - 2 将fasternet0/1和0/2 口捆绑
switch(config-if)#channel-group 1 modeon 配置以太通道模式
switch(config-if)#port-channelload-balance {dst-mac | src-mac}在链路间实现负载均衡
switch#show etherchannel 1 summary 查看通道信息
switch#showetherchannel load-balance 查看通道信息
-
思科交换机基本配置命令全集
2020-12-31 10:07:33原标题:思科交换机基本配置命令全集 基本配置命令Switch>enable 进入特权模式Switch #config terminal 进入全局配置模式Switch(config)#hostname 设置交换机的主机名Switch(config)#enable password 进入特权...原标题:思科交换机基本配置命令全集
基本配置命令
Switch>enable 进入特权模式
Switch #config terminal 进入全局配置模式
Switch(config)#hostname 设置交换机的主机名
Switch(config)#enable password 进入特权模式的密码(明文形式保存)
Switch(config)#enablesecret 加密密码(加密形式保存) (优先)
Switch(config)#ipdefault-gateway 配置交换机网关
Switch(config)#showmac-address-table 查看MAC地址
Switch(config)loggingsynchronous 阻止控制台信息覆盖命令行上的输入
Switch(config)no ipdomain-lookup 关闭DNS查找功能
Switch(config)exec-timeout 00 阻止会话退出
使用Telnet远程式管理
Switch(config)#line vty 0 4 进入虚拟终端
Switch (config-line)# password 设置登录口令
Switch(config-line)# login 要求口令验证
控制台口令
switch(config)#lineconsole 0 进入控制台口
switch(config-line)# password xx
switch(config-line)#设置登录口令login 允许登录
恢复出厂配置
Switch(config)#erasestartup-config
Switch(config)delete vlan.dat
配置接口标识 接口标识用于区分路由器的各个接口。
switch(config)#interfacefastethernet 0/1 以0/1 接口为例
switch(config)# deion this is a fast Ethernetport used to connecting the company’s intranet!
Vtp配置
switch(config)#vtpdomain 设置vtp域名
switch(config)#vtp password 设置vtp密码
switch(config)#vtp modeserver /client/transparent 设置vtp服务器模式
switch(config)#vtpversion 设置vtp版本
switch(config)#vtppruning 启用vtp修解
注:要想从vtp中减少一台交换机只需将该交换机vtp域名更改
Vlan基本配置
Switch#vlandatabase 进去vlan配置模式
Switch(vlan)#vlan 号码 name名称 创建vlan及vlan名
Switch(vlan)#vlan号码mtu数值 修改MTU大小
Switch(vlan)#exit 更新vlan数据并推出
Switch#showvlan 查看\验证
Switch#copy running-configstartup-config 保存配置
叫NO 删除VLAN
VLAN 中添加 删除端口
Switch#configterminal 进入全局配置
Switch(config)#interfacefastethernet0/1 进入要分配的端口
Switch(config-if)#Switchportmodeaccess 定义二层端口
Switch(config-if)#Switchport acces vlan号 把端口分给一个vlan
Switch(config-if)#switchportmode trunk 设置为干线
Switch(config-if)#switchport trunk encapsulationdot1q 设置vlan 中继协议
Switch(config-if)#noswitchport mode 或 ( switchport mode access) 禁用干线
Switch(config-if)#switchport trunk allowed vlan add1,2 从Trunk中添加vlans
Switch(config-if)#switchporttrunk allowed vlan remove 1,2 从Trunk中删除vlan
Switch(config-if)#switchport trunk pruning vlan remove1,2 ;从Trunk中关闭局部修剪
注:可以使用default interfaceinterface-id 还原接口到默认配置状态
Trunk
开启(no) ——将端口设置为永久中继模式
关闭(off) ——将端口设置为永久非中继模式, 并且将链路转变为非中继链路
企望(desirable)——让端口主动试图将链路转换成中继链路
自动(auto) ——使该端口愿意将链路变成中继链路
配置接口为动态协商模式
Switch(config)#interface接口号
Switch(config)#switchport mode dynamic desirable/auto
生成树stp:
Switch(config)#spanning-treevlan 启用stp生成树(基于vlan)
Switch(config)#spanning-tree vlan root primary 指定根交换机(基于vlan)
Switch(config)#spanning-treevlan root secondary 指定备用根交换机(基于vlan)
Switch(config)#spanning-tree vlan priority <0-65535> 指定交换机优先级(基于vlan)
Switch(config)#nospanning-tree vlan priority 将交换机的优先级恢复默认值(基于vlan)
Switch(config-if)#spanning-tree vlan cost <0-200000000> 指定端口成本(起用trunk的端口模式下)
Switch(config-if)#spanning-treevlan port-prioty <0-255> 指定交换机端口优先级(基于vlan)
Switch(config-if)#spanning-treeportfast 配置速端口(连接终端设备的端口状态)如pc机
Switch(config)#spanning-treeuplinkfast 配置上行速端口
注:在配置上行速端口前要先将基于vlan上的网桥优先级,网桥成本恢复默认值。起用了该命令后在进行优先级更改,
注:vlan为可选参数,当没有该参数时将修改所有vlan网桥的优先级\及所有的vlan端口成本
Switch#show spanning-tree summery 检测vlan生成树配置
Switch#showspanning-tree vlan detail 浏览详细生成树配置信息
Switch#show spanning-tree interface detail 浏览详细生成树端口配置信息
以太网通道配置
switch(config)#interfacerange fasternet0/1 - 2 将fasternet0/1和0/2 口捆绑
switch(config-if)#channel-group 1 modeon 配置以太通道模式
switch(config-if)#port-channelload-balance {dst-mac | src-mac}在链路间实现负载均衡
switch#show etherchannel 1 summary 查看通道信息
switch#showetherchannel load-balance 查看通道信息返回搜狐,查看更多
责任编辑:
-
思科2960交换机详细配置命令.docx
2021-06-21 09:35:06思科2960交换机配置命令 -
思科交换机配置命令
2019-01-28 13:55:55思科交换机的基础配置,适合新手及相入门思科设备零基础人员学习 -
思科交换机配置命令(详细命令总结归纳)
2021-09-30 11:48:391、基本命令 2、常用命令 3、交换机恢复出厂配置 4、telnet 远程登录设置 5、交换机VLAN设置 (1)添加,删除 vlan (2)命名vlan (3)将端口加入vlan 6、交换机设置VLAN IP地址 7、Trunk的配置 8、以太网... -
Cisco 交换机基本配置命令及学习心得
2020-10-01 13:11:53主要介绍了Cisco 交换机基本配置命令及学习心得,需要的朋友可以参考下 -
思科路由器交换机配置命令简写与完整对照表
2014-09-10 20:24:31在写路由过程中不用再记那烦索的命令了,希望对大家有用。 用户模式: 用户模式: Router> Router> 特权模式: 特权模式: Router>en Router>enable Router# Router# 全局配置模式 全局配置模式 Router#conf t Router... -
思科交换机的配置模式基本配置命令
2021-01-28 22:55:47思科交换机的配置模式基本配置命令 打开思科交换CLI,首先进入的是用户模式,如果要进行配置操作需要进入特权模式。 Switch>enable Switch# 从特权模式进入全局配置模式 Switch#configure terminal Switch... -
思科交换机配置
2021-06-22 09:59:54一、思科交换机基本配置命令 1:进入特权模式 enable switch> enable switch# 2:进入全局配置模式 configure terminal switch> enable switch#c onfigure terminal switch(conf)# 3:交换机... -
思科交换机配置命令大全 思科交换机配置手册
2020-12-31 10:07:33交换机基本状态:hostname>/用户模式hostname#/特权模式hostname(config)#/全局配置模式hostname(config-if)#/接口状态交换机口令设置:switch>enable/进入特权模式switch#configterminal/进入全局配置模式... -
思科交换机的基本配置命令集
2009-02-18 22:19:17思科交换机的基本配置命令集:Cisco交换机基本命令集合解释;Cisco路由器交换机配置命令详解;更多类容网址 -
思科交换机如何配置Trunk?
2021-02-25 14:30:581、根据实验拓扑图,完成设备的基本配置; 2、分别在SW1和SW2创建VLAN10和VLAN20,名字为IT和HR; 3、分别在SW1和SW2上把相应的接口划入VLAN10和VLAN20; 4、把SW1和SW2互连的链路配置成Trunk,采用Dot1q封装; ... -
思科交换机:基本命令(上)
2020-10-26 19:35:52代表在用户模式,只能查看设备的基本简单信息。并且不能做任何修改配置。 Switch> 进入特权模式 #号代表特权模式,可以查看所有配置信息,可以保存、初始化等操作。但是不能对设备进行配置。 Switch>enable ... -
思科交换机如何配置trunk?
2021-04-02 14:43:431、根据实验拓扑图,完成设备的基本配置; 2、分别在SW1和SW2创建VLAN10和VLAN20,名字为IT和HR; 3、分别在SW1和SW2上把相应的接口划入VLAN10和VLAN20; 4、把SW1和SW2互连的链路配置成Trunk,采用Dot1q封装; ... -
cisco交换机常用配置命令
2021-09-27 21:56:07cisco交换机常用配置命令 思科交换机的基本配置 一、基本配置 switch>enable //进入特权模式 switch#config terminal //进入全局配置模式 switch(config)#hostname //设置交换机的主机名 switch(config)#enable ... -
思科交换机Vlan配置
2020-09-22 11:41:08生成VLAN(命令) configure terminal - 全局配置模式 vlan vlan-id 生成一个ID,进入配置模型 name vlan-name 为VLan取名 exit 返回全局模式 设定访问链接,决定个端口分配属于哪个VLAN configure terminal ... -
《思科交换机常用配置命令》学习笔记(更新中)
2018-12-09 13:21:401、基本配置 Switch>enable //进入特权模式 Switch# Switch#configure terminal //从特权模式进入全局配置模式 Switch(config)# Switch(config)#hostname cisco-sw1 //修改交换机名称 cisco-sw1(config)#... -
实训一 思科交换机基础配置
2022-04-28 13:57:05交换机的命令行操作模式:用户模式、特权模式、全局配置模式、端口模式 1、命令行操作模式的进入 用户模式switch>→输入enable→进入特权模式switch#→输入configure terminal→进入全局配置模式switch(config)... -
思科、华为、H3C、锐捷等四大厂商的交换机基础配置命令全收录
2021-09-14 11:36:35NAT等等各大网络公司对网络工程师的必备要求就是:会配置主要型号的交换机和路由器,不熟悉的设备能够独立查资料配置。 然而,在学习这件事上,是没有捷径的。想要完全吃透一个交换机的功能配置,需要花费很多时间... -
思科交换机:基本命令(下)
2020-10-27 15:20:56为接口配置IP Router>enable Router# Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface GigabitEthernet0/0/1 Router(config-if)#ip address ... -
cisco 思科三层交换机配置命令
2020-09-29 10:25:28交换机基本状态: hostname> ;用户模式 hostname# ;特权模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;接口状态 交换机口令设置: switch>enable ;进入特权模式 switch#config terminal ...