图如上,网络是全通的了。现在想做策略路由 管理网段 192.168.2.0/24
业务网段
192.168.3.0/24走1.1.1.1
192.168.4.0/24 走2.2.2.2
请大佬给下策略路由的详细命令配置。谢谢了!
(0)
最佳答案
您好,请知:
以下是配置脚本,仅供参考:
acl number 2000
rule 0 permit source 192.168.3.0 0.0.0.255
quit
acl number 2001
rule 0 permit source 192.168.4.0 0.0.0.255
quit
policy-base-route james permit node 10
if-match acl 2000
apply ip-address next-hop 1.1.1.1
quit
policy-base-route james permit node 20
if-match acl 2001
apply ip-address next-hop 2.2.2.2
quit
int vlan 30
ip address 192.168.3.1 24
ip policy-base-route james
quit
int vlan 40
ip address 192.168.4.1 24
ip policy-base-route james
quit
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论