Enter configuration commands,one per line.EndwithCNTL/Z.Switch(config)# ps: configure terminal意为配置终端,单词较长,可采用以下解决办法: tab键自动补全 简写成conf t 4.全局配置模式 代码语言:javascript 复制 特权用户模式下的命令提示符:(configure)+#Switch(config)#?Configure commands:access-list Add a...
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# 1. 2. 3. ps: configure terminal意为配置终端,单词较长,可采用以下解决办法: tab键自动补全 简写成conf t 4.全局配置模式 特权用户模式下的命令提示符:(configure)+# Switch(config)#? Configure commands: access-list Add ...
方法/步骤 1 switch>提示符表示是在用户命令模式,可以使用一些查看命令。Switch>?2 switch#提示符表示是在特权命令模式。Switch>enSwitch#?3 switch(config)# 提示符表示是全局配置模式。Switch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#?4 switch(config-if)# 端口...
Switch#show running-config Building configuration...Current configuration:1037bytes!version12.2no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption!hostname Switch!!!spanning-tree mode pvst!interfaceFastEthernet0/1!// 此处省略部分配置信息interfac...
Cisco Packet Tracer代码 1、更改名称 Switch>enSwitch#conf tEnter configuration commands, one per line.Endwith CNTL/Z.Switch(config)#hostname Sw1 //设置系统的网络名称Sw1(config)# 2、vlan基本配置 Switch>en//从用户模式进入特权模式,完整命令是enableSwitch#conft//进入全局配置模式,完整命令是config ...
Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hos R1 S1(config)# 创建vlan,配置名称 S1(config)#vlan 10 S1(config-vlan)#name v10 S1(config-vlan)#exit 分配接口 S1(config)#int f0/1 S1(config-if)#sw mo acc S1(config-if)#sw ...
Switch(config-if)#int f0/3 Switch(config-if)#switchport access vlan 3 Switch(config-if)#switchport mode trunk 路由器: Router(config)#int f0/0 Router(config-if)#no sh Router(config-if)#int f0/0.1 Router(config-subif)#encapsulation dot1Q 2 ...
PacketTracer5.0是一款非常不错的Cisco(思科)网络设备模拟器,对于想考思科初级认证(如CCNA)的朋友们来说,PacketTracer5.0是非常不错的选择。利用PacketTracer5.0练习思科IOS操作命令很不错的。 要配置好Cisco交换必需要熟悉IOS命令及相关的知识。 一、几种配置命令模式 switch 这种提示符表示是在用户命令模式,只能使用一...
switch(config)#spanning-treevlanvlandidrootprimary该命令配置某个vlan的根网桥。利用这个命令可以使用Vlan利用VTP进行负载均衡。 PacketTracer5.0 PacketTracer5.0对网络设备的模拟很真实,在PacketTracer5.0中操作与真实中操作设备几乎相当。 一、配置实例拓扑图 ...
S2960(config)#hostname switch Switch(config)#exit 恩,的确是把名字又改回来了。你看(config)前面又从S2960变成Switch