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 ter...
设置虚拟终端密码:Router(config-line)#password mss 用户进入路由器,首先金星登录:Router(config-line)#login 进入特权模式下的密码,不加密:Router(config)#enable password mss 进入特权模式下的密码,加密:Router(config)#enable secret mss 配置路由器的主机名:Router(config)#hostname mss 开/关路由器(交换机)的...
>sw tr al vl 4,5,6 \\ switch trunk allowed VLAN 4,5,6 \\ 配置允许端口以trunk模式通过VLAN4,5,6 RIP协议配置实验代码详解: RIP协议配置实验拓扑图 第一台路由器(靠左): >en \\ enable \\ 开启特权模式 >conf t \\ congfigure terminal \\ 开启全局配置模式 >in f0/0 \\ interface fastethe...
远程代码: #en #conf t #li v 0 2 #pass 123 #login #exit #enabl pass 123 --- 路由代码: >en #conf t #
cisco-PacketTracer-思科模拟器代码实例 Switch>enable Switch#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname Room-146 Room-146(config)#Line console 0...
RouterA(config)#username password RouterA(config)#int s0 RouterA(config-if)#ppp authentication {chap|pap} 八、路由器子接口封装为8021Q Encapsulation dot1q 2 封装类型设置为 802.1Q,2是子接口号标识,这里是示范,可以随意设置。 九、代码截图
RouterA(config)#username password RouterA(config)#int s0 RouterA(config-if)#ppp authentication {chap|pap} 八、路由器子接口封装为8021Q Encapsulation dot1q 2 封装类型设置为 802.1Q,2是子接口号标识,这里是示范,可以随意设置。 九、代码截图
你好!如下图:图左的路由器(已经删除提示和部分不是很重要信息)Router>en Router#conf t Router(config)#int f 0/0 Router(config-if)#ip add 10.0.0.1 255.0.0.0 Router(config-if)#no sh Router(config-if)#int f 0/1 Router(config-if)#ip add 192.168.0.254 255.255.255...
代码语言:javascript 复制 Switch#configure terminal Enter configuration commands,one per line.EndwithCNTL/Z.Switch(config)# ps: configure terminal意为配置终端,单词较长,可采用以下解决办法: tab键自动补全 简写成conf t 4.全局配置模式 代码语言:javascript ...
简介 Cisco交换机命令说明案(Packet Tracer )1、介绍命令模式2、查看交换机状态命令 工具/原料 计算机网络 工具软件 方法/步骤 1 switch>提示符表示是在用户命令模式,可以使用一些查看命令。Switch>?2 switch#提示符表示是在特权命令模式。Switch>enSwitch#?3 switch(config)# 提示符表示是全局配置模式。Switch#...