Cisco交换机配置实用版

1,交换机的特权模式是什么?

交换机有6种模式。1:用户执行模式(UserEXEC Mode)。

2:特权执行模式(PrivilegedEXEC Mode)。

3:全局配置模式(GlobalConfiguration Mode)。

4:监控模式(ROM MonitorMode)。

5:安全模式(SetupMode)。

6:Boot模式(RXBootMode)。

常用的有1,2和3.

提示符                         权限

User EXEC Mode             “>”                   基本监视命令,不允许改变路由器配置的命令。

User EXEC Mode 进入 Privileged EXEC Mode 输入 enable(如果有密码需要输入密码)

Privileged EXEC Mode         “#”       比User ECEC Mode更多的命令权限。如debug。

Privileged EXEC Mode 进入 Global Configuration Mode 输入 configure terminal(同上)

Global Configuration Mode  “(config)#”   配置影响全局。

(这个图片是借用别人的)

Global Configuration Mode:

1:先进入到此模式下。

2:端口配置如:

Switch# configureterminal

Switch(config)#interface fastethernet 0/3

Switch(config-if)#speed10  //配置端口速率10M 默认auto

Switch(config-if)#duplexhalf //full全双工 half 半双工 auto

Switch(config-if)#noshutdown//开启端口

交换机IP配置:

  1. 交换机划分vlan才会配置IP。不划分vlan没有必要配置IP。
  2. 进入Global Configuration Mode。
  3. 输入Interface  vlan  1(根据自己的vlan设定数字)。进入(config- if)。
  4. 输入IP  address +“IP地址”+“子网掩码”  \\配置IP和子网掩码
  5. 输入no shutdown      \\开启vlan

    交换机网关配置:

  6. 进入GlobalConfiguration Mode
  7. 输入ipdefault-gateway +“网关地址”

    交换机telnet开启。

    如果交换机不设置PrivilegedEXEC Mode 密码,无法远程

  8. 全局模式下:linevty 0 4(数字表示支持0到4个用户同时登陆,具体登陆上限可能和交换机端口或者型号有关)

    VTY(VirtualTeletype Terminal)虚拟终端,一种网络设备的连接方式(A command line interface created in a router for a Telnetsession. The router is able to generate a VTY dynamically. )

  9. Password  +密码

Enable 的密码也得设定,(目前Cisco需要设置,其他交换机不知道)。

1.全局模式下:enable password +密码

时间: 2024-11-05 14:40:32

Cisco交换机配置实用版的相关文章

CISCO交换机配置命令及释义

CISCO交换机配置命令及释义1.设置交换机名称switch(config)#hostname DSHDDSHD(config)# 2打开和关闭端口//缺省状态下,端口是关闭的 Switch(config)#interface fastethernet 0/1 Switch(config-if)#shutdown //关闭端口 Switch(config)#interface fastethernet 0/1 Switch(config-if))#no shutdown //打开端口 3设置端口

Server 2012 网卡teaming 和 cisco 交换机配置, network card teaming

基本上及时 用 服务器的R720的后面两个端口, Nic3 Nic4 做成一个Teaming 然后插到交换机的端口一和二口:对了 同时记得在端口三插的是R720的IDAC 7 管理端口,不同的vlan: 我的环境是,两个网线插到同一台交换机上:还有一个就是两个网线插到不同的交换机的情形.请参考下面的文章: Windows Server 2012网卡Teaming模式http://www.cnblogs.com/dreamer-fish/p/3483190.html 对于cisco方面的协议可以参

CISCO交换机配置100例

switch>          用户模式1:进入特权模式   enableswitch> enableswitch# 2:进入全局配置模式   configure terminalswitch> enableswitch#c onfigure terminalswitch(conf)# 3:交换机命名 hostnameaptech2950      以aptech2950为例switch> enableswitch#c onfigure terminalswitch(conf)#

CISCO交换机配置命令大全

1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password level 1 password 在基于CLI的交换机上设置登录口令: switch(enable) set password switch(ena

Cisco 交换机配置的基本命令

1.不同的vlan 不同vlan需要路由 在路由的端口设置多个IP段 交换机模拟器实验六 2.查看端口名字 SWA#sh vlan default  Active  F0/1, F0/2, F0/3, F0/4, F0/5, F0/6, F0/7, F0/8 f是端口名子 default  Active  Gi/1, Gi0/2, Gi0/3, Gi0/4, Gi0/5, Gi0/6, Gi0/7, Gi0/8 Gi是端口名字 3.创建动态链路聚合 Switch(config)#interfac

Cisco交换机 配置zone

1.配置Zone switch#conf t switch(config)#zone name zonename1 vsan 10 创建ZONE: switch(config-zone)#member interface fc1/1   #将需要的端口加入zone1: switch(config-zone)#member interface fc1/3   #将需要的端口加入zone1: switch(config)#no zone name zone1 vsan 100 删除ZONE:   -

CISCO交换机配置导出导入

下载tftpd32工具 安装完毕后 1.设置文件存放路径 2.选择本地启用TFTP所使用的IP 一.导出配置 保证本机的IP和交换机在同一个网段,并且可以ping通. 使用CRT等工具远程连接到交换机. 配置文件拷贝到d:/tftp下 Switch# copy config.text tftp://192.168.0.254/config.text vlan.dat被拷贝到d:/tftp下 Switch# copy vlan.dat tftp://192.168.0.254/vlan.dat 二

cisco交换机配置练习疑难

将ios文件从电脑上拷入到交换机flash 首先要设置交换机的Ip地址,也就是interface vlan 1 之类的,保证这个ip 和你的tftp服务器ip在同一子网内. Switch#copy tftp: flash:Address or name of remote host [192.168.0.2]?             //不管是拷入还是烤出,填写的都是你电脑的IP,也就是交换机对端(remote 远程)的IPSource filename [config.textx]? c29

CISCO交换机端口镜像配置

镜像口配置    大多数交换机都支持镜像技术,这可以对交换机进行方便的故障诊断.我们称之为"mirroring "或"Spanning ".镜像是将交换机某个端口的流量拷贝到另一端口(镜像端口),进行监测. Cisco3550可以配置2个镜像口 案例:将端口2~5镜像到端口6 1.镜像口配置 Switch>enable                         Switch#conf  t                          Step3: