switch(config)#line console 0 //进入控制台口 switch(config-line)#line vty 0 4 //设置进入虚拟终端的连接数目 0~4 5个 switch(config-line)#login //允许登录 switch(config-line)#password xx //设置登录到普通用户口令xx switch#exit //返回命令 二、交换机vlan的配置 switch#vlan database //进入V...
Switch(config-line)#exec-timeout 3 0 Switch(config-line)#line console 0 Switch(config-line)#exec-timeout 3 0 Switch(config-line)#end Switch# 6、vlan数据库配置模式 在特权EXEC模式下执行vlan database配置命令,即可进入vlan数据库配置模式,此时的命令行提示符为:Switch(vlan)# 在该模式下,可实现对V...
如果交换机是 Switch (config-line)#提示符, 是交换机的什么模式A.特权模式B.全局配置模式C.全局配置模式 线路子模式D.全局配置模式 接口子模式
百度试题 题目"Switch(config)#line vty 0 5"是指条虚拟终端线路 相关知识点: 试题来源: 解析 6 反馈 收藏
(config-line)# logging synchronous (config-line)# login local Switch01# service password-encryption remote-computer# ssh 192.168..101.1 Log in as: username Password: Switch01>en Password: Switch01# For spare switches, make sure to delete the flash:vlan.dat file to erase the previous configur...
Switch(config)# line console 0 Switch(config-line)# no usb If there is no (input) activity on a USB console for the configured number of minutes, the console reverts to RJ-45, and a log shows this occurrence: *Mar 1 00:47:25.625: %USB_CONSOLE-6-INACTIVITY_DISABLE...
(fname, 'rb') as item: for line in item: token = line.strip('[\r\n]') token = token.split() if token[0] == esn: return token[2] return None logging.info('Set the next stack member ID, filename %s', file_path) uri = "/stack/stackMemberInfos/stackMemberInfo" str_temp = ...
百度试题 题目“Switch(config)#line vty 0 5”是指( )条虚拟终端线路。 A.0B.4C.5D.6相关知识点: 试题来源: 解析 D 反馈 收藏
Ruijie(config)#interface overlayTunnel 1 Specify the source IP address of the overlay tunnel. This will be the loopback interface IP address. Example: Ruijie(config-if-OverlayTunnel 1)#tunnel source 2.2.2.2 Specify the destination IP address of the overlay tunnel. This will be the tunnel IP...
After completing a series of operations, you can compare whether the current configurations are the same as the configurations in the next startup configuration file or a specified configuration file starting from the first line of the current configurations. You can determine whether to save the cu...