lanzeou-大赛人网-第36页
lanzeou的头像-大赛人网
lanzeou管理员超级版主
这家伙很懒,什么都没有写...
第36章 Inter AS MPLS VPN Option A-大赛人网

第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 [...
3年前
07614
16.4 WRR(Weighted Round Robin) 加权轮询调度-大赛人网

16.4 WRR(Weighted Round Robin) 加权轮询调度

1.RR:轮询调度,对每个队列进行轮询调度,跳过队列为空的队列,剩余带宽能被其他队列平均分配。单队列还是先进先出,从7号队列开始。 2.WRR:在进行WRR调度时,设备根据每个队列的权值进行轮循...
3年前
07615
5.8 防火墙链路高可靠性技术-大赛人网

5.8 防火墙链路高可靠性技术

1.FW1配置 interface Eth-Trunk 12 trunkport GigabitEthernet 1/0/5 to 1/0/6 ip address 10.10.0.1 255.255.255.0 service-manage all permit firewall zone dmz add interface Eth-Trunk12 h...
3年前
0768
4.2 优选local preference值更高路由-大赛人网

4.2 优选local preference值更高路由

local preference值缺省为100(从IBGP学习)和0(从EBGP学习),local preference只在AS内部传递,不能传递给EBGP,local preference值越大越优先。 图4-2  BGP优选local preference值更高路由...
3年前
0759
7.3配置固定IP地址-大赛人网

7.3配置固定IP地址

1.IP地址与某台主机进行绑定,就需要用到这台主机的MAC地址,win7下查看MAC地址。 图7-4 物理地址就是MAC地址 2.Linux下查看MAC地址。 [root@dsrw ~]# ifconfig ens160: flags=4163<UP,BROAD...
3年前
07512
第15章 MPLS VPN-大赛人网

第15章 MPLS VPN

图15-1 静态LSP配置网络拓扑 15.1 MPLS 静态LSP 1.静态LSP配置 1)R1配置OSPF [R1]ospf 1 router-id 1.1.1.1 [R1-ospf-1]area 0 [R1-ospf-1-area-0.0.0.0]network 1.1.1.1 0.0.0.0 [R1-ospf-1-a...
3年前
0757
17.5 FR动态帧中继配置-大赛人网

17.5 FR动态帧中继配置

1.R1配置 [R1]interface Serial 0/0/0 [R1-Serial0/0/0]ip address 12.1.1.1 30 [R1-Serial0/0/0]link-protocol fr [R1-Serial0/0/0]fr interface-type dte [R1-Serial0/0/0]fr inarp 2.R2配置 ...
3年前
07513
第16章 队列调度算法-大赛人网

第16章 队列调度算法

16.1 FIFO队列 图16-1 FIFO队列配置网络拓扑 1.查看防火墙接口运行状态和统计信息 [FW2]display interface GigabitEthernet 0/0/0 11:08:39 2023/02/26 GigabitEthernet0/0/0 current state : U...
3年前
0758
第20章 IPsec VPN-20.1 静态IPsec VPN配置-大赛人网

第20章 IPsec VPN-20.1 静态IPsec VPN配置

图20-1 静态IPsec VPN配置网络拓扑 1.配置R1、R3ACL感兴趣流 [R1]acl 3000 [R1-acl-adv-3000]rule permit ip source 192.168.1.0 0.0.0.255 destination 192.168.3.0 0.0.0.255 [R3]acl 3000 [R...
3年前
07512
15.2 queue-profile (queue:队列)-大赛人网

15.2 queue-profile (queue:队列)

可以支持PQ、WRR、WFQ等。华为PQ只能和(wfq或WRR或DRR)组合,每个接口固定8个队列。 [R2]qos queue-profile dsrw [R2-qos-queue-profile-dsrw]schedule wfq 0 to 4 pq 5 to 7 [R2]interface G...
3年前
0756