摘要:转自:https://blog.51cto.com/eagle/129960转自:http://blog.sina.com.cn/s/blog_72e2fe3b0100r6bp.htmlCPOS(通道化POS)模块 模块概述 CPOS是通道化SDH/SONET接口模块的简称,其中C表示Channel
阅读全文
07 2020 档案
摘要:转自:https://blog.51cto.com/eagle/129960转自:http://blog.sina.com.cn/s/blog_72e2fe3b0100r6bp.htmlCPOS(通道化POS)模块 模块概述 CPOS是通道化SDH/SONET接口模块的简称,其中C表示Channel
阅读全文
摘要:在拿到设备后,初次使用输入用户名root,回车就直接进入了,然后cli进入>模式; 原来的软件版本是12.1X。。的要升级的文件为junos-srxsme-12.3X48-D101-domestic.tgz做之前需要把ftp服务器搭好,并把物理机防火墙关掉,我是使用3cd做的;[edit]root#
阅读全文
摘要:此文是经验描述,无理论性的东西,juniper高手请略过。 root> show version Model: srx240h2JUNOS Software Release [12.3X48-D101] 防火墙透明部署,由外到内仅放行一个端口,由内到外全放行;原配置文件如下: root# show
阅读全文
摘要:Juniper SRX Junos升级 转载自:https://blog.51cto.com/forceyang/781673这是我升级SRX 系统的过程给大家分享一下 准备工作:先准备一个Junos软件(可以到Juniper官网下)和一个3CD Ftp软件(个人认为比较稳定)还有网线console
阅读全文
摘要:1.net share查看当前共享的文件 C:\Users\Yanaa>net share 共享名 资源 注解 C$ C:\ 默认共享D$ D:\ 默认共享E$ E:\ 默认共享print$ C:\Windows\system32\spool\drivers 打印机驱动程序IPC$ 远程 IPCAD
阅读全文
摘要:创建证书申请:服务器IP地址为192.168.1.3,搭建CA (微软CA)离线证书申请:http://192.168.1.3/certsrv/ ①点击申请证书: ②点击高级证书申请 ③使用base64编码的CMC或PKCS(离线申请)。。。 ④将之前得到的证书申请黏贴进去,然后点击提交。 提交结果
阅读全文
摘要:转自:https://forum.huawei.com/enterprise/zh/forum.php?mod=viewthread&tid=412267感谢忧郁的红雨伞 解答1.既然某台路由器可以从骨干区域与非骨干区域均收到同一条LSA,那么是否意味着该路由器既有在骨干区域的临接关系又有在非骨干区
阅读全文
摘要:http://www.h3c.com/cn/Service/Document_Software/TechnicalInfo/porductmaintaninfo/tech_column/crawl/crawl/the_two/home/catalog/200911/922185_30005_0.ht
阅读全文
摘要:http://www.h3c.com/cn/d_201809/1112593_30005_0.htm
阅读全文
摘要:转载自:https://blog.csdn.net/Galdys/article/details/6617162QoS配置指导 以下例子中的组网如下: ETH0/1 ______________ 192.168.1.12 | | | ROUTER | 内网 |_____________| 外网 2.
阅读全文
摘要:转载自:https://baijiahao.baidu.com/s?id=1666668760826453979&wfr=spider&for=pc OSPF共有8种状态机,分别是:Down、Attempt、Init、2-way、Exstart、Exchange、Loading、Full。 Down
阅读全文
摘要:假设在A上丢失了某一条路由,此时A会向所有的邻居(包括B)查询(reply),B在收到查询之后不能直接回复而需要向其他的邻居(邻居C)查询,A在某一条路由丢失的情况下会把这条路由置为active状态(SIA); B在向C做查询的过程中,若BC之间链路有问题,可以单向发起查询,但回包有问题;此时B迟迟
阅读全文
摘要:1.基本IP配置R1:int s1/0ip add 15.1.1.1 255.255.255.0no shint loo 0ip add 1.1.1.1 255.255.255.255ip route 0.0.0.0 0.0.0.0 15.1.1.5R2:int s1/1ip add 25.1.1.
阅读全文
摘要:1.基础IP配置R1 int f0/1ip add 12.1.1.1 255.255.255.0no shint f0/0ip add 13.1.1.1 255.255.255.0no shint loo 0ip add 1.1.1.1 255.255.255.255R2:int f0/1ip ad
阅读全文
摘要:1.基础IP配置R5:int f0/0ip add 15.1.1.5 255.255.255.0no shint loo 0ip add 5.5.5.5 255.255.255.255R6:int f0/0ip add 16.1.1.6 255.255.255.0no shint loo 0ip a
阅读全文
摘要:本文转自:https://blog.51cto.com/zsz0706/691721. 初始安装 第一次安装时系统会自动进入Dialog Setup,依屏幕提示,分别回答路由器名称、加密超级登录密码、超级登录密码、远程登录密码、动态路由协议以及各个接口的配置后,保存配置。在出现路由器名称后,打入en
阅读全文
摘要:若需要重新安装(拷贝虚拟机文件移植到其他地方使用) 1)更改IP配置文件/etc/sysconfig/network-scripts/ifcfg-ens33网段需要与物理网卡网段一致; vim /etc/sysconfig/network-scripts/ifcfg-ens33 IPADDR=192
阅读全文
摘要:1.列出当前计算机的账户列表; net usernet user shimisi 2.给史密斯修改密码 net user shimisi 密码 3.增加用户 net user abc 123 /add 4.删除用户 net user abc /del 5.列出所有组 net localgroup 6
阅读全文
摘要:@echo off (关闭执行过程,只显示结果) color 0a 黑绿 title 主题名 echo 打印输出 pause暂停 echo.空一行;换行; echo 垃圾清理 d: >nul 2 >nul cd \ >nul 2>nul rd . \s\q >nul 2>nul ping -n 10
阅读全文
摘要:1.echo hello,world >>1.txt 2.copy con 1.txt 3.type 1.txt | more 4.rd . /s/q (.表示当前文件夹,/s表示递归,/q强制) 5.md directory (新建文件交夹) 6.del *.* 7.attrib +h(hide)
阅读全文
摘要:1.无用户名(最简单配置) vIOS1: r1(config)#line vty 0 4r1(config-line)#password ciscor1(config-line)#transport input all r1(config-line)#exir1(config)#enable sec
阅读全文
摘要:1.win+r 输入services.msc停止windows update服务,并禁用同时再恢复里,改为无操作;2.win+r 输入gpedit.msc展开管理模板 windows组件 找到Windows更新;在右侧,点击标准,找到配置自动更新,并禁用;家庭版没有本地安全策略;(无gpedit.m
阅读全文
|