0
Follow
0
View

About the question of # network #, please answer the experts!

flashgirl_xm 注册会员
2023-02-27 12:13

Write the data according to bing and GPT :
H3C-S5560S-28P-SI Layer 3 switch implements dual-route mode policy-based route write back, The corresponding commands need to be configured on the switch.

First, you need to group interfaces on the switch into internal and external networks. For example,

interface Ethernet 0/0/1 to 0/0/24
port group-type trunk
port trunk permit vlan 1 to 10

Then, configure the routing protocol and set the priority, for example:

ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 priority 1  //内网优先
ip route-static 0.0.0.0 0.0.0.0 192.168.2.1 priority 2  //外网优先

Finally, configure route write back:

ip route-static 0.0.0.0 0.0.0.0 192.168.2.1 priority 3  //外网优先回写

This is the procedure for implementing the write back of the policy route in dual routing mode on the Layer 3 H3C-S5560S-28P-SI switch.
The answer is not easy, so take it.