第40章 MPLS VPN Hub-Spoke
图40-1 MPLS VPN Hub-Spoke配置网络拓扑 1.Hub-PE配置OSPF [Hub-PE]ospf 1 router-id 2.2.2.2 [Hub-PE-ospf-1]area 0 [Hub-PE-ospf-1-area-0.0.0.0]network 2.2.2.2 0.0.0.0 [Hub-PE-ospf-1-are...
第14章 Squid服务-14.1代理缓存服务
1.Squid服务器向用户申请的网站源服务器请求资源,并存储在Squid服务器上,当有用户请求相同资源时,将Squid服务器上组员交付给客户,减少用户等待时间和资源服务器压力。 Squid服务分为正向代...
18.9 VRF基础
1.静态路由方式配置VRF 图18-20 静态路由方式配置VRF网络拓扑 1)R1创建vpn-instance R2,下行端口绑定vpn-instance R2 [R1]ip vpn-instance R2 [R1-vpn-instance-R2]ipv4-family [R1]interface...
3.5 防火墙源NAT-Easy-IP
1.创建NAT策略绑定地址组 nat-policy rule name 192_168_1_0_nat source-zone trust destination-zone untrust source-address 192.168.1.0 mask 255.255.255.0 action source-nat easy-ip 2.内...
第1章 安装工具-1.1 VirtualBox虚拟机软件第1章 安装工具
安装eNSP之前,需要先安装以下3款软件: VirtualBox 虚拟机软件 WinPcap 公共网络访问系统 Wireshark 抓包软件 1.1 VirtualBox虚拟机软件 VirtualBox是一款简单易用还免费的开...
18.8 BFD基础
图18-12 BFD单跳检测链路配置网络拓扑 1.配置BFD单跳检测链路 1)R1配置 [R1]bfd [R1]bfd R1toR2 bind peer-ip 12.1.1.2 interface GigabitEthernet 0/0/0 //创建三层链路单跳检测的BFD会话R1to...
第8章 文本过滤与处理
1.cat命令 用于查看文件内容 root@dsrw ~]# cat anaconda-ks.cfg #version=RHEL8 ignoredisk --only-use=sda autopart --type=lvm # Partition clearing information clearpart --all --initlab...
6.2.2配置反向解析
1.编辑区域配置文件(反向解析区域) [root@dsrw ~]# vim /etc/named.rfc1912.zones zone '10.168.192.in-addr.arpa' IN { type master; file '192.168.10.arpa'; allow-update { none; }; }; 2...
第36章 Inter AS MPLS VPN Option A
图36-1 Inter AS MPLS VPN Option A配置网络拓扑 1.CE1配置BGP [R1]bgp 100 [R1-bgp]peer 12.1.1.2 as-number 234 [R1-bgp]network 1.1.1.1 32 2.PE1配置OSPF [R2]ospf 1 router-id 2.2.2.2 [...