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...
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...
18.7 负载分担VRRP
图18-11 负载分担VRRP配置网络拓扑 1.R2配置VRRP [R2]interface GigabitEthernet 0/0/1 [R2-GigabitEthernet0/0/1]vrrp vrid 1 virtual-ip 23.1.1.254 [R2-GigabitEthernet0/0/1]vrrp vrid 1 pr...
18.2 PPPoE client端配置
1.创建拨号规则 [R1]dialer-rule [R1-dialer-rule]dialer-rule 1 ip permit //允许ip流量触发拨号 [R1-dialer-rule]quit 2.创建拨号虚拟接口 [R1]interface Dialer 1 [R1-Dialer1]dialer user d...
第18章 PPPoE-18.1 PPPoE server端配置
图18-1 PPPoE配置网络拓扑 1.PPPOE server 地址池配置 [R2]interface LoopBack 0 [R2-LoopBack0]ip address 2.2.2.2 32 [R2-LoopBack0]quit //模拟公网 [R2]ip pool pppoe //创建地址池用于分配...
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配置 ...
17.4 FR静态帧中继配置
图17-2 FR帧中继配置网络拓扑 图17-2 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-Serial...
17.3 PPP CHAP认证
1.CHAP认证,服务端R2配置 [R2]aaa [R2-aaa]local-user dsrw password cipher dsrw.com [R2-aaa]local-user dsrw service-type ppp [R2]interface Serial 0/0/0 [R2-Serial0/0/0]link-protocol ...
17.2 PPP PAP配置
1.R1配置 [R1-Serial0/0/0]link-protocol ppp Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]:y 2.R2配置 [R2-Serial0/0/0]link-protocol ppp 3.PAP认证...