小实验(路由下发+Easy IP+单臂路由+OSPF+Rip)

  • 前言
  • 一、实验及需求
    • 1、实验题
    • 2、需求
  • 二、思维想法
  • 三、实验步骤
    • 1、配置
      • R1
      • R2
      • R3
      • R4
      • R5
      • LSW1
      • LSW2
      • LSW3
      • LSW4
      • LSW5
      • LSW6
      • LSW7
    • 2.连通性(太多了,只能举例说明了)
      • Server连通PC1及PC6
      • PC1连通PC6及Server
      • PC6连通PC1及Server
  • 总结

前言

老样子,复习下网络基础知识点,顺便串联起来。

一、实验及需求

1、实验题

2、需求

  • 内网全通及内网通信外网
  • 外网不能ping内网PC及Server

二、思维想法

  • 先配置好所有端口的IP及交换机/PC机/路由器之间的连接模式
  • 然后配置好R1和R2的互相之间的默认路由
  • 再配置好内网的OSPF及RIP
  • 接着配置好默认路由下发和OSPF与RIP之间的互相注入
  • 最后配置ACL访问控制列表,完成外网不能ping内网的需求

三、实验步骤

1、配置

R1

 <Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip add 202.2.2.1 24
[Huawei-GigabitEthernet0/0/0]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip add 202.2.12.1 24
[Huawei-GigabitEthernet0/0/1]q
[Huawei]int loop 0
[Huawei-LoopBack0]ip add 1.1.1.1 32
[Huawei-LoopBack0]q
[Huawei]ip route-s 0.0.0.0 0 202.2.12.2

R2

 <Huawei>u t m
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user- con 0
[Huawei-ui-console0]id 0 0
[Huawei-ui-console0]q
[Huawei]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip add 202.2.12.2 24
[Huawei-GigabitEthernet0/0/1]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip add 10.1.113.1 24
[Huawei-GigabitEthernet0/0/0]int g0/0/2
[Huawei-GigabitEthernet0/0/2]ip add 10.1.111.2 24
[Huawei-GigabitEthernet0/0/2]int g2/0/0
[Huawei-GigabitEthernet2/0/0]ip add 10.1.112.2 24
[Huawei-GigabitEthernet2/0/0]int loop 0
[Huawei-LoopBack0]ip add 2.2.2.2 32
[Huawei-LoopBack0]q
[Huawei]ospf 1 router-id 2.2.2.2
[Huawei-ospf-1]default-route-advertise
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]net 2.2.2.2 0.0.0.0
[Huawei-ospf-1-area-0.0.0.0]net 10.1.113.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]net 10.1.111.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]net 10.1.112.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]q
[Huawei-ospf-1]q
[Huawei]acl 3000
[Huawei-acl-adv-3000]rule 5 permit ip source 10.1.0.0 0.0.255.255
[Huawei-acl-adv-3000]interface GigabitEthernet0/0/1
[Huawei-GigabitEthernet0/0/1]nat outbound 3000
[Huawei-GigabitEthernet0/0/1]q
[Huawei]ip route-s 0.0.0.0 0 202.2.12.1
[Huawei]acl 3002
[Huawei-acl-adv-3002]rule deny icmp source 202.2.0.0 0.0.255.255 destination 10.1.0.0 0.0.255.255
[Huawei-acl-adv-3002]int g0/0/1
[Huawei-GigabitEthernet0/0/1]traffic-filter inbound acl 3002

R3

 <Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]interface GigabitEthernet0/0/0
[Huawei-GigabitEthernet0/0/0]ip address 10.1.113.2 255.255.255.0
[Huawei-GigabitEthernet0/0/0]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip address 10.1.134.1 255.255.255.0
[Huawei-GigabitEthernet0/0/1]q
[Huawei]int loop 0
[Huawei-LoopBack0]ip add 3.3.3.3 32
[Huawei-LoopBack0]q
[Huawei]ospf 1 router-id 3.3.3.3
[Huawei-ospf-1]import-route rip 1 type 1 cost 1
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]net 10.1.113.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]net 3.3.3.3 0.0.0.0
[Huawei-ospf-1-area-0.0.0.0]q
[Huawei-ospf-1]q
[Huawei]rip
[Huawei-rip-1]default-route originate
[Huawei-rip-1]undo summary
[Huawei-rip-1]v 2
[Huawei-rip-1]net 10.0.0.0
[Huawei-rip-1]net 3.0.0.0
[Huawei-rip-1]import-route ospf 1 cost 14

R4

<Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]interface GigabitEthernet0/0/2
[Huawei-GigabitEthernet0/0/2] ip address 10.1.134.2 255.255.255.0
[Huawei-GigabitEthernet0/0/2]interface GigabitEthernet0/0/1
[Huawei-GigabitEthernet0/0/1] ip address 10.1.135.1 255.255.255.0
[Huawei-GigabitEthernet0/0/1]int loop 0
[Huawei-LoopBack0]ip add 4.4.4.4 32
[Huawei-LoopBack0]int g0/0/0
[Huawei-GigabitEthernet0/0/0]undo shutd
Info: Interface GigabitEthernet0/0/0 is not shutdown.
[Huawei-GigabitEthernet0/0/0]int g0/0/0.21
[Huawei-GigabitEthernet0/0/0.21]dot1q termination vid 21
[Huawei-GigabitEthernet0/0/0.21] ip address 10.1.21.1 255.255.255.0
[Huawei-GigabitEthernet0/0/0.21]arp broadcast enable
[Huawei-GigabitEthernet0/0/0.21]int g0/0/0.22
[Huawei-GigabitEthernet0/0/0.22]dot1q termination vid 22
[Huawei-GigabitEthernet0/0/0.22] ip address 10.1.22.1 255.255.255.0
[Huawei-GigabitEthernet0/0/0.22]arp broadcast enable
[Huawei-GigabitEthernet0/0/0.22]q
[Huawei]rip
[Huawei-rip-1]undo summary
[Huawei-rip-1]v 2
[Huawei-rip-1]net 10.0.0.0
[Huawei-rip-1]net 4.0.0.0

R5

<Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]interface GigabitEthernet0/0/1
[Huawei-GigabitEthernet0/0/1]ip address 10.1.135.2 255.255.255.0
[Huawei-GigabitEthernet0/0/1]interface GigabitEthernet0/0/0
[Huawei-GigabitEthernet0/0/0]ip address 10.1.100.1 255.255.255.0
[Huawei-GigabitEthernet0/0/0]int loop 0
[Huawei-LoopBack0]ip add 5.5.5.5 32
[Huawei-LoopBack0]q
[Huawei]rip
[Huawei-rip-1]undo summary
[Huawei-rip-1]v 2
[Huawei-rip-1]network 10.0.0.0
[Huawei-rip-1]network 5.0.0.0

LSW1

<Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]vlan bat 11 12 1001
Info: This operation may take a few seconds. Please wait for a moment...done.
[Huawei]int vlan 11
[Huawei-Vlanif11]ip add 10.1.11.1 24
[Huawei-Vlanif11]int vlan 12
[Huawei-Vlanif12]ip add 10.1.12.1 24
[Huawei-Vlanif12]int vlan 1001
[Huawei-Vlanif1001]ip add 10.1.111.1 24
[Huawei-Vlanif1001]int loop 0
[Huawei-LoopBack0]ip add 11.11.11.11 32
[Huawei-LoopBack0]q
[Huawei]int Eth-Trunk 1
[Huawei-Eth-Trunk1]port link-type trunk
[Huawei-Eth-Trunk1]port trunk allow-pass vlan all
[Huawei-Eth-Trunk1]int g 0/0/1
[Huawei-GigabitEthernet0/0/1]port link-type access
[Huawei-GigabitEthernet0/0/1]port default vlan 11
[Huawei-GigabitEthernet0/0/1]int g 0/0/2
[Huawei-GigabitEthernet0/0/2]port link-type access
[Huawei-GigabitEthernet0/0/2]port default vlan 12
[Huawei-GigabitEthernet0/0/2]int g 0/0/3
[Huawei-GigabitEthernet0/0/3]port link-type access
[Huawei-GigabitEthernet0/0/3]port default vlan 1001
[Huawei-GigabitEthernet0/0/3]int g 0/0/4
[Huawei-GigabitEthernet0/0/4]Eth-Trunk 1
Info: This operation may take a few seconds. Please wait for a moment...done.
[Huawei-GigabitEthernet0/0/4]int g 0/0/5
[Huawei-GigabitEthernet0/0/5]Eth-Trunk 1
Info: This operation may take a few seconds. Please wait for a moment...done.
[Huawei-GigabitEthernet0/0/5]q
[Huawei]ospf 1 router-id 11.11.11.11
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]net 10.1.111.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]net 11.11.11.11 0.0.0.0
[Huawei-ospf-1-area-0.0.0.0]net 10.1.11.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]net 10.1.12.0 0.0.0.255

LSW2

 <Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]vlan bat 13 14 1002
Info: This operation may take a few seconds. Please wait for a moment...done.
[Huawei]int vlan 13
[Huawei-Vlanif13]ip add 10.1.13.1 24
[Huawei-Vlanif13]int vlan 14
[Huawei-Vlanif14]ip add 10.1.14.1 24
[Huawei-Vlanif14]int vlan 1002
[Huawei-Vlanif1002]ip add 10.1.112.1 24
[Huawei-Vlanif1002]int loop 0
[Huawei-LoopBack0]ip add 22.22.22.22 32
[Huawei-LoopBack0]q
[Huawei]int Eth-Trunk 1
[Huawei-Eth-Trunk1]port link-type trunk
[Huawei-Eth-Trunk1]port trunk allow-pass vlan all
[Huawei-Eth-Trunk1]int g0/0/1
[Huawei-GigabitEthernet0/0/1]port link-type access
[Huawei-GigabitEthernet0/0/1]port default vlan 13
[Huawei-GigabitEthernet0/0/1]int g0/0/2
[Huawei-GigabitEthernet0/0/2]port link-type access
[Huawei-GigabitEthernet0/0/2]port default vlan 14
[Huawei-GigabitEthernet0/0/2]int g0/0/3
[Huawei-GigabitEthernet0/0/3]port link-type access
[Huawei-GigabitEthernet0/0/3]port default vlan 1002
[Huawei-GigabitEthernet0/0/3]int g0/0/4
[Huawei-GigabitEthernet0/0/4]Eth-Trunk 1
Info: This operation may take a few seconds. Please wait for a moment...done.
[Huawei-GigabitEthernet0/0/4]int g0/0/5
[Huawei-GigabitEthernet0/0/5]Eth-Trunk 1
Info: This operation may take a few seconds. Please wait for a moment...done.
[Huawei-GigabitEthernet0/0/5]q
[Huawei]ospf 1 router-id 22.22.22.22
Info: The configuration succeeded. You need to restart the OSPF process to valid
ate the new router ID.
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]net 10.1.112.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]net 22.22.22.22 0.0.0.0
[Huawei-ospf-1-area-0.0.0.0]net 10.1.13.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]net 10.1.14.0 0.0.0.255

LSW3

 <Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]vlan 11
[Huawei-vlan11]interface Ethernet0/0/1
[Huawei-Ethernet0/0/1]port link-type access
[Huawei-Ethernet0/0/1]port default vlan 11
[Huawei-Ethernet0/0/1]interface Ethernet0/0/2
[Huawei-Ethernet0/0/2]port link-type access
[Huawei-Ethernet0/0/2]port default vlan 11

LSW4

 <Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]vlan 12
[Huawei-vlan12]q
[Huawei]interface Ethernet0/0/1
[Huawei-Ethernet0/0/1] port link-type access
[Huawei-Ethernet0/0/1] port default vlan 12
[Huawei-Ethernet0/0/1]interface Ethernet0/0/2
[Huawei-Ethernet0/0/2]port link-type access
[Huawei-Ethernet0/0/2]port default vlan 12

LSW5

<Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]vlan 13
[Huawei-vlan13]q
[Huawei]interface Ethernet0/0/1
[Huawei-Ethernet0/0/1] port link-type access
[Huawei-Ethernet0/0/1]port default vlan 13
[Huawei-Ethernet0/0/1]interface Ethernet0/0/2
[Huawei-Ethernet0/0/2]port link-type access
[Huawei-Ethernet0/0/2]port default vlan 13

LSW6

 <Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]vlan 14
[Huawei-vlan14]q
[Huawei]interface Ethernet0/0/1
[Huawei-Ethernet0/0/1] port link-type access
[Huawei-Ethernet0/0/1]port default vlan 14
[Huawei-Ethernet0/0/1]interface Ethernet0/0/2
[Huawei-Ethernet0/0/2]port link-type access
[Huawei-Ethernet0/0/2]port default vlan 14

LSW7

 <Huawei>undo terminal monitor
Info: Current terminal monitor is off.
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]q
[Huawei]vlan bat 21 22
Info: This operation may take a few seconds. Please wait for a moment...done.
[Huawei]interface Ethernet0/0/1
[Huawei-Ethernet0/0/1]port link-type access
[Huawei-Ethernet0/0/1]port default vlan 21
[Huawei-Ethernet0/0/1]interface Ethernet0/0/2
[Huawei-Ethernet0/0/2]port link-type trunk
[Huawei-Ethernet0/0/2] port trunk allow-pass vlan all
[Huawei-Ethernet0/0/2]interface Ethernet0/0/3
[Huawei-Ethernet0/0/3]port link-type access
[Huawei-Ethernet0/0/3]port default vlan 22

2.连通性(太多了,只能举例说明了)

我们就拿Server、PC1及PC6之间的通信举例

Server连通PC1及PC6

PC1连通PC6及Server

PC>ping 202.2.2.100Ping 202.2.2.100: 32 data bytes, Press Ctrl_C to break
From 202.2.2.100: bytes=32 seq=1 ttl=125 time=47 ms
From 202.2.2.100: bytes=32 seq=2 ttl=125 time=47 ms
From 202.2.2.100: bytes=32 seq=3 ttl=125 time=63 ms
From 202.2.2.100: bytes=32 seq=4 ttl=125 time=62 ms
From 202.2.2.100: bytes=32 seq=5 ttl=125 time=94 ms--- 202.2.2.100 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 47/62/94 msPC>ping 10.1.100.100Ping 10.1.100.100: 32 data bytes, Press Ctrl_C to break
From 10.1.100.100: bytes=32 seq=1 ttl=250 time=62 ms
From 10.1.100.100: bytes=32 seq=2 ttl=250 time=109 ms
From 10.1.100.100: bytes=32 seq=3 ttl=250 time=79 ms
From 10.1.100.100: bytes=32 seq=4 ttl=250 time=63 ms
From 10.1.100.100: bytes=32 seq=5 ttl=250 time=78 ms--- 10.1.100.100 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 62/78/109 ms

PC6连通PC1及Server

PC>ping 10.1.11.100Ping 10.1.11.100: 32 data bytes, Press Ctrl_C to break
Request timeout!
Request timeout!
Request timeout!
Request timeout!
Request timeout!--- 10.1.11.100 ping statistics ---5 packet(s) transmitted0 packet(s) received100.00% packet lossPC>ping 10.1.100.100Ping 10.1.100.100: 32 data bytes, Press Ctrl_C to break
Request timeout!
Request timeout!
Request timeout!
Request timeout!
Request timeout!--- 10.1.100.100 ping statistics ---5 packet(s) transmitted0 packet(s) received100.00% packet loss

总结

实际上,题目很简单,只要思维条理清晰,一步一步顺着思维来做,不仅能顺利完成实验需求,而且哪怕出了问题,也能轻松的排障,所以说,思维很重要,清晰的思维能更好的完成现实中繁重的工作。
简单的来说,就是化一个繁为多个简,轻松完成工作。

华为ensp小实验(路由下发+Easy IP+单臂路由+OSPF+Rip)相关推荐

  1. 华为交换机链路聚合与静态路由 ,三层交换机代替单臂路由实验

    一,链路捆绑 1,目的 实现高宽带传输速率 2,实验步骤 拓扑图 配置IP地址 PC1:192.168.1.2 PC2: 192.168.1.23 交换机配置 SW1: vlan 2interface ...

  2. 华为路由三层交互:单臂路由实验

    一.实验拓扑 二.概述解释 前面我们学到VLAN,我们知道,同一VLAN的计算机之间是可以进行二层通信的,而不同VLAN的计算机是无法进行通信的. 虽然,不同VLAN不能通信,但并不代表就没办法通信, ...

  3. eNSP配置(直连/静态/动态路由,DHCP,单臂路由,ACL,NAT,链路聚合,负载均衡,WLAN,备份路由)

    目录 常见问题: 一.同/不同网段与网关之间通信 二.以太网基本VLAN 三.静态路由 四.动态路由 (1)OSPF(开放最短优先路径) 适用于大型网络结构 (补充DR BDR) 单区域 多区域 (2 ...

  4. 华为防火墙做单臂路由_防火墙做单臂路由实现VLAN间通信

    防火墙做单臂路由实现 VLAN 间通信 网络设备 : 1 台 USG2130 ,若干 S2700 交换 机 客户需求: 交换 机上划分 VLAN ,并在 USG2130 上做单臂 路由 ,同时要求三个 ...

  5. Cisco Packet Tracer(静态路由+Trunk+VTP协议+单臂路由)

    文章目录 路由 静态路由配置 交换机 跨交换机vlan通信(Trunk配置) VTP协议 路由器怎么通过交换机ping通主机(单臂路由配置) 路由 静态路由配置 Router3和Router6之间的网 ...

  6. ensp小实验走起来(路由下发、MSTP、VRRP、DHCP、DHCP中继、NAT、链路聚合)之配置

    华为小实验(路由下发.MSTP.VRRP.DHCP.DHCP中继.NAT.链路聚合) 前言 一.题目及需求 二.每个配置 1.R1 2.R2 3.R3 4.R4 5.LSW1 6.LSW2 7.LSW ...

  7. 计算机网络自顶向下方法课程实验二华为三层交换机路由器配置vlan单臂路由以及三层交换

    一 实验目的 1.配置vlan单臂路由. 2.配置三层交换. 3.掌握VLAN路由的应用场景. 4.掌握VLAN路由的工作原理. 5.掌握VLAN路由的基本配置. 二 实验原理: 三层交换机就是具有部 ...

  8. 华为防火墙做单臂路由_【原创】华为网络设备单臂路由配置实验

    坚信:知识改变命运,技术成就梦想. 当今是信息爆炸的年代,过多.无营养的信息充斥着我们,龙哥愿致力于传播正能量.网络技术等有价值的信息,同大家分享. 愿我们都能充分利用零碎时间,每天进步一点点. 单臂 ...

  9. 简单的单臂路由的配置实验 (思科)

    实验名称:简单的单臂路由的 配置实验 (思科) 实验拓扑: 实验需要: 1.按图中所示配置设网络备vlan,IP地址 2.能够使各pc互相ping通. 实验步骤: 1.配置终端设备:pc1-pc5按照 ...

最新文章

  1. 20行Python代码给微信头像戴帽子
  2. 图像窗口方面 window
  3. opengl加载显示3D模型DXF类型文件
  4. 关闭 Visual Studio 2013 的 Browser Link 功能
  5. GNU make 与 override指令
  6. cr2032和br2032区别_钮扣电池CR2016和CR2032有什么区别?
  7. 【Kafka】kafka 再均衡监听器 ConsumerRebalanceListener
  8. python np.cos 转化为角度_postman接口用例转化为python自动化测试用例(三)
  9. 清掉数据_学习之大数据项目笔记第七篇【数仓模块-日志预处理篇】
  10. Oracle ORA-06861: 文字与格式字符串不匹配 记录两次无助的遭遇:存储过程直接执行正常,java调用存储过程则报错
  11. Spring Cloud 之 Eureka.
  12. java—mediator中介模式
  13. C语言程序设计,流程图
  14. 软件开发人员需要记住的10个操作系统概念(译)
  15. 使用docker镜像玩转steam挂卡
  16. C#实现文本语音播放
  17. linux安装惠普RGS软件,惠普RGS初印象
  18. 如何撰写数据中台蓝图方案
  19. 杨百翰大学计算机科学,2019上海软科世界一流学科排名计算机科学与工程专业排名杨百翰大学排名第401-500...
  20. jquery:关于$().css(left,)的设置;offset();offset().left();$.width();$.outerWidth();

热门文章

  1. shell编程之正则表达式
  2. 【视频编解码性能优化与实现】
  3. 若只让我推荐一名LiveVideoStackCon上海的讲师,就是他
  4. 腾讯云张贤国:北大将我从少年变成了技术研究者
  5. 音视频技术开发周刊 77期
  6. C++实现图的深度优先遍历和广度优先遍历
  7. SRS流媒体服务器——Forward集群搭建和源码分析
  8. Clickhouse 在腾讯的应用实践
  9. nginx ngx_http_mirror_module模块
  10. 处理多维度变化——桥接模式