NBMA為一種沒有廣播類型的的網路連接,這會使得OSPF建立需要手動設定 拓樸如下: R1# ! interface Loopback0 ip address 172.16.1.1 255.255.255.0 ip ospf network point-to-point ! interface Se ...
分类:
系统相关 时间:
2020-02-06 23:03:47
阅读次数:
85
Hotspot Follower 闲着没事,打算做一个爬取社会热点的项目,首先通过 "微信搜狗" 进行分析。 代码基于PYTHON 输出如下: ...
分类:
其他好文 时间:
2020-02-05 18:46:54
阅读次数:
72
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds a ...
分类:
数据库 时间:
2020-02-04 11:05:13
阅读次数:
91
在某些情況下,會希望指定特定的來源及目的走特定的出口,卻又不是全部的網段都希望套用,這時就可以透過PBR來達成這個需求。 如以下拓樸 1.1.1.0/24的網路往5.5.5.0的封包需要指定e0/1當出口,往6.6.6.0的封包需要走e0/2。 1. 首先指定兩條ACL access-list 10 ...
分类:
系统相关 时间:
2020-02-03 15:26:08
阅读次数:
87
当网络中的设备越来越多,以及随着自动化的到来,我们就要考虑使用自动化脚本来配置网络设备。比如网络中有100台设备需要配置相同或者相类似的东西(vlan/route)就不适合人工的每台的去配置。实验目的:使用Python(netmiko)脚本配置Cisco路由器,提高自动化能力实验内容:三台路由器(R1,R2,R3)给每台路由器配置三个环回口IP1.1.1.12.2.2.23.3.3.3实验拓扑:使
分类:
其他好文 时间:
2020-02-03 10:23:16
阅读次数:
104
avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt): 1)将原始数据包作为解码器的输入 2)该函数在内部会复制AVCodecContext的相关字段(具体有哪些字段,起什么用,俺也不知道。。。),这些字段会影响每个包的解 ...
分类:
其他好文 时间:
2020-01-28 09:26:23
阅读次数:
416
1 题目 2 思路 3 代码事项 用户类 子类:群主类 调用 ...
分类:
编程语言 时间:
2020-01-27 22:22:11
阅读次数:
101
interface FastEthernet0 ip address dhcp ip nat outside ip virtual-reassembly ! interface FastEthernet1 no ip address pppoe enable no cdp enable ! inte ...
分类:
移动开发 时间:
2020-01-27 17:04:58
阅读次数:
83
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.Native ...
分类:
其他好文 时间:
2020-01-25 18:17:32
阅读次数:
135
OSI七层协议在生产中使用的很少,大多用于教学。 OSI七层协议每一层只认识对方的同一层次的数据。在七层协议中,每层都有自己独特的头部数据(header),告知对方这里面的信息是什么,而真正的数据就附在后头。 其中第二层(数据链路层)主要是位于软件包(packet)以及硬件数据帧(frame)中间的 ...
分类:
其他好文 时间:
2020-01-24 12:04:15
阅读次数:
90