ip ip-prefix pre1 index 10 permit 172.16.1.1 32 ip ip-prefix pre1 index 20 permit 172.16.2.1 32 ip ip-prefix pre1 index 30 permit 172.16.3.1 32 再配置路由策略 route-policy RP1 permit node 10 if-match ip-prefix pre1 然后在R3中配置路由引入 ...
在R1上进行配置 [r1]ip ip-prefix aa index 10 permit 192.168.0.0 16 greater-equal 24 less-equal 24 //抓取汇总网段的流量 [r1]route-policy aa permit node 10 //添加一个路由策略为aa的表 [r1-route-policy]if-match ip-prefix aa //调用抓取到的汇总网段 [r1-bgp]import-route direct route-poli...
route-policy bgp-export permit node 10 if-match ip-prefix bgp-export apply ip-address next-hop 100.1.1.1 # ip ip-prefix bgp-export index 10 permit 100.100.100.0 24 # [AR1-bgp]dis th # bgp 100 router-id 1.1.1.1 peer 5.5.5.5 as-number 100 peer 5.5.5.5 connect-interface LoopBack0 #...
[isis] default-route-advertise [ always | match default | route-policy route-policy-name ] [ cost cost | tag tag | [ level-1 | level-1-2 | level-2 ] ] * [ avoid-learning ], //配置IS-IS发布缺省路由。 参数参数说明取值 配置路由聚合: summary ip-address mask [ avoid-feedback | g...
这个模型怎么调整网关..SW1:interface FastEthernet0/3no switchportip address 10.94.60.2 255.255.255.252ip route 192.168.10.0
华为ensp——BGP路径选择-Preferred Value 学习新思想,争做新青年。今天学习的是BGP路径选择-Preferred Value 实验目的理解BGP路由信息首选值(Preferred Value)的作用掌握修改Preferred Value属性的方法掌握通过修改Preferred Value属性来实现流量分担的方法 实验拓扑 实验要求本实验包含了4台路由器,R1、R2、R3属于AS 100...
ip route-static 0.0.0.0 0 192.168.255.1 sys sysn R2 int g0/0/0 ip add 10.1.1.2 30 int lo 1 ip add 2.2.2.2 32 rip 1 version 2 net 10.0.0.0 net 2.0.0.0 ip route-static 0.0.0.0 0 10.1.1.1 sys sysn R3 int g0/0/0
ip route-static 0.0.0.0 0 48.0.0.8 int s2/0/0 ip add 34.0.0.4 8 int g0/0/0 ip add 48.0.0.4 8 int lo 1 ip add 4.4.4.4 32 ospf 1 router-id 4.4.4.4 default-route-advertise area 0 network 34.0.0.0 0.255.255.255 network 4.4.4.4 0.0.0.0 ...
ip add 10.1.1.2 24 service-manage all permit firewall zone trust add interface GigabitEthernet1/0/1 firewall zone untrust add interface GigabitEthernet1/0/2 security-policy rule name t-unt action permit ip route-static 192.168.0.0 16 10.1.1.1 ...
华为ensp中的基本acl是指华为设备中用于控制网络访问的访问控制列表的其中一种类型。基本acl可以根据数据包的源IP地址进行过滤,配置简单,但功能有限。 ACL的匹配规则 ACL匹配规则 步骤: 检查是否存在ACL 如果不存在,则匹配结果为“不匹配”。如果存在,则继续下一步。