随笔分类 -  H3C实验学习

上一页 1 ··· 18 19 20 21 22
个人学习使用,所有收集仅供参考。
摘要:[H3C]ssh server enable //开启SSH服务 [H3C]user-interface vty 0 4 [H3C-ui-vty0-4]authentication-mode password //认证模式选择为password,ssh不支持 [H3C-ui-vty0-4]proto 阅读全文
posted @ 2019-07-08 16:19 樊伟胜 阅读(5690) 评论(0) 推荐(0)
摘要:[H3C]Local-user wang //创建本地用户--对应上面scheme的 [H3C-luser-wang]Password cipher 456 //设置用户密码 Simple 456 [H3C-luser-wang]Service-type telnet //最主要的是要为设置用户的属 阅读全文
posted @ 2019-07-08 16:18 樊伟胜 阅读(2894) 评论(0) 推荐(0)
摘要:[H3C]User-interface vty 0 4 //进入telnet模式 [H3C-ui-vty0-4]autchentication-mode none //telnet 不需要密码 password //使用本视图的密码,相当于Cisco的 Scheme //使用本地用户的,需创建一个t 阅读全文
posted @ 2019-07-08 15:46 樊伟胜 阅读(2072) 评论(0) 推荐(0)
摘要:[H3C]Telnet server enable //开启telnet服务 阅读全文
posted @ 2019-07-08 15:11 樊伟胜 阅读(818) 评论(0) 推荐(0)
摘要:1.Debugging 2.Display debugging 3.Display diagnostic-information display diagnostic-information 命令用来显示系统当前各模块的运行信息。 在系统出现故障时,为了便于问题定位,需要收集很多的信息,但相应的di 阅读全文
posted @ 2019-07-08 15:05 樊伟胜 阅读(685) 评论(0) 推荐(0)
摘要:<H3C>tracert ? -a 指明源地址 -f 指定一个初始TTL值,默认为1 -m 指定一个最大TTL值,默认为30 -p 指明目的设备的UDP端口号,默认为33434 -q 指明发送探测报文的个数,默认为3 -w 指定等等探测报文的超时时间,默认为5000毫秒 阅读全文
posted @ 2019-07-08 14:55 樊伟胜 阅读(1615) 评论(0) 推荐(0)
摘要:完整的ping命令,用于下面参考 <H3C>ping 1.1.1.1 PING 1.1.1.1: 56 data bytes, press CTRL_C to break Reply from 1.1.1.1: bytes=56 Sequence=1 ttl=255 time=10 ms Reply 阅读全文
posted @ 2019-07-08 14:52 樊伟胜 阅读(10530) 评论(0) 推荐(0)
摘要:<H3C>terminal debugging //使用debugging必须使用的命令--打开调试信 息的屏幕输出开关 <H3C>display debugging // 查看哪些调试信息开关是开着的 IP packet debugging is on <H3C>terminal monitor 阅读全文
posted @ 2019-07-08 14:51 樊伟胜 阅读(3802) 评论(0) 推荐(0)
摘要:<H3C>display saved-configuration //显示已经保存的内容 <H3C>reset saved-configuration //删除已经保存的内容1 <H3C>delete startup.cfg //删除已经保存的内容2 Delete cf:/startup.cfg?[ 阅读全文
posted @ 2019-07-08 14:29 樊伟胜 阅读(1929) 评论(0) 推荐(0)
摘要:方法一: [H3C]user-interface console 0 [H3C-ui-console0]authentication-mode password [H3C-ui-console0]set authentication password simple 123456 方法二: [H3C] 阅读全文
posted @ 2019-07-08 14:29 樊伟胜 阅读(8590) 评论(0) 推荐(0)
摘要:<H3C>save //此种保存只默认保存为Startup.cfg ,系统默认是加载此文件 The current configuration will be written to the device. Are you sure? [Y/N]:y Please input the file nam 阅读全文
posted @ 2019-07-08 14:28 樊伟胜 阅读(11111) 评论(0) 推荐(0)
摘要:Hotkey作用 hotkey 命令用来为某一快捷键指定相应的命令行。 undo hotkey 命令用来恢复系统的默认值。 ——————————————————————————————————————— 查看热键hotkey [H3C]display hotkey //显示热键 HOTKEY =De 阅读全文
posted @ 2019-07-08 14:27 樊伟胜 阅读(756) 评论(0) 推荐(0)
摘要:incoming:登录终端用户界面时的提示信息。 Header 3种类型 login:登录验证时的提示信息。 Vty模式 shell:进入用户视图时的提示信息。 Console口 此处介绍shell [H3C]header shell %Da jia hao .wo shi gao chengwan 阅读全文
posted @ 2019-07-08 14:00 樊伟胜 阅读(1826) 评论(0) 推荐(0)
摘要:[wang]user-interface console 0 [wang-ui-console0]history-command max-size 30 //配置缓冲区大小 [wang-ui-console0]undo history-command max-size //还原默认值 阅读全文
posted @ 2019-07-08 13:59 樊伟胜 阅读(574) 评论(0) 推荐(0)
摘要:[H3Cwang]display history-command sys sysname H3C sysname H3Cwang display history-command quit display history-command Sys 阅读全文
posted @ 2019-07-08 11:49 樊伟胜 阅读(3369) 评论(0) 推荐(0)
摘要:<H3C>clock datetime ? TIME Specify the time (HH:MM:SS) <H3C>clock datetime 19:29:00 ? DATE Specify the date from 2000 to 2035 (MM/DD/YYYY or YYYY/MM/D 阅读全文
posted @ 2019-07-08 11:48 樊伟胜 阅读(693) 评论(0) 推荐(0)
摘要:[H3C]sysname H3Cwang 阅读全文
posted @ 2019-07-08 11:48 樊伟胜 阅读(608) 评论(0) 推荐(0)

上一页 1 ··· 18 19 20 21 22