route-policy route-policy-name { deny | permit } node node-number (3) (可选)配置当前策略节点的描述信息。 description text 缺省情况下,未配置策略节点的描述信息。 (4) (可选)配置路由策略对路由信息的协议类型(IPv4或IPv6)和通过if-match子句指定的地址前缀列表的协议类型进行匹配检查,协议类型不一致的...
[R2]route-policy 1234 permit node 10 路由策略的配置 [R2-route-policy]if-match acl 2000 [R2-route-policy]apply ip-address next-hop 10.1.21.1 [R2-route-policy]apply cost 10 [R2]route-policy 1234 deny node 20 [R2-route-policy]if-match acl 2001 [R2]route-policy 1234 permit node 30 [R...
1.1.30 route-policy 1.2 IPv4路由策略配置命令 1.2.1 apply fast-reroute 1.2.2 apply ip-address next-hop 1.2.3 display ip ip-prefix 1.2.4 if-match acl 1.2.5 if-match ip 1.2.6 if-match ip-prefix 1.2.7 ip ip-prefix 1.2.8 reset ip ip-prefix 1.3 IPv6路由策略配置命令 1.3.1 apply ip...
[R2]route-policy 1234 permit node 10 路由策略的配置 [R2-route-policy]if-match acl 2000 [R2-route-policy]apply ip-address next-hop 10.1.21.1 [R2-route-policy]apply cost 10 [R2]route-policy 1234 deny node 20 [R2-route-policy]if-match acl 2001 [R2]route-policy 1234 permit node 30 [R...
H3C 路由器策略路由典型配置+中文注解 1 aclnum2001 rule1permitsoure40.1.100.0.0.127 route-policyaaapermitnode10 『需求』 在Router上做策略路由,从40.1.1.0/25来的报文送往S0口,从40.1.1.128/25来的报文送往S1。 【Router】 [Router]acl1//定义acl1 [Router-acl-1]rulenormalpermit...
ip policy-based-route 2to0 # //连接RTC的接口 interface GigabitEthernet5/0 port link-mode route ip address 3.1.0.1 255.255.255.252 # //连接10.0.1.0/24的接口 interface GigabitEthernet5/1 port link-mode route ip address 10.0.1.1 255.255.255.0 # //OSPF路由协议配置 ospf 1 router-id 1.1.1.1...
route policy方法配置 建立ACL acl number 3000 rule 0 permit ip source any quit 配置route policy路由图 route-policy policy-route permit node 1 if-match acl 3000 apply ip-address next-hop 192.168.100.123 quit 在接口应用route policy interface Ethernet1/0 ...
# 配置接口Vlan-interface10和Vlan-interface20的IP地址。 # 定义访问控制列表ACL3101,用来匹配TCP报文。 [SwitchA] acl advanced3101[SwitchA-acl-ipv4-adv-3101] rule permit tcp # 定义5号节点,指定所有TCP报文的下一跳为1.1.2.2。 [SwitchA] policy-based-route aaa permit node5[SwitchA-pbr-aaa-5]if...
policy-based-route pbr permit node 20 注:node20主要的作用是未匹配到的node10的直接通过路由表匹配。 3.3.PBR在vlan200下调用 interface Vlan-interface200 ip address 192.168.200.254 255.255.255.0 ip policy-based-route pbr 3.4.测试 未配置PBR测试 ...