简体   繁体   English

瞻博网络SRX防火墙路由配置

[英]Juniper SRX firewall routing configuration

I have a question about Juniper SRX firewall configuration, Running 11.4R7 我对运行11.4R7的Juniper SRX防火墙配置有疑问

My question is about routing table used while processing traffic passing through the firewall, I have routing configuration part of the routing-instances definition, and it looks like this : 我的问题是关于在处理通过防火墙的流量时使用的路由表,我具有路由实例定义中的路由配置部分,它看起来像这样:

set routing-instances Main-VR instance-type virtual-router
set routing-instances Main-VR interface reth0.0
set routing-instances Main-VR routing-options static route 10.80.90.0/27 next-hop 10.80.90.40

Then i could find another routing definition as 然后我可以找到另一个路由定义为

 routing-options    static route 10.62.170.190/32 next-hop 10.80.93.1
 routing-options    static route 10.62.170.0/24 next-hop 10.80.93.1
 routing-options    static route 10.61.105.0/26 next-hop 10.80.93.1
 routing-options    static route 10.66.65.103/32 next-hop 10.80.93.1

What's the difference between the two definitions? 两种定义有什么区别? Are both active, i mean checked while traffic processing taking place? 两者都处于活动状态,我是在进行流量处理时检查? Or I could remove one of them 或者我可以删除其中之一

set routing-options下定义的静态路由用于全局路由表,在set routing-instances Main-VR routing-options下定义的静态路由set routing-instances Main-VR routing-options用于虚拟路由器(主VR)。

routing-options static route 10.62.170.190/32 next-hop 10.80.93.1 could be removed, as routing-options static route 10.62.170.0/24 next-hop 10.80.93.1 already contains the 10.62.170.190/32 destination. routing-options static route 10.62.170.190/32 next-hop 10.80.93.1可以被删除,如routing-options static route 10.62.170.0/24 next-hop 10.80.93.1已经包含10.62.170.190/32目的地。


The rest would need to stay as they are destinations to individual networks or destinations. 其余的将需要保留,因为它们是各个网络或目标的目的地。 As a first step suggestion I would deactivate route 10.62.170.190/32 next-hop 10.80.93.1 , then test for connectivity to your end point destination before finally removing the item from your configuration. 作为第一步建议,我将停用路由10.62.170.190/32 next-hop 10.80.93.1 ,然后测试与端点目标的连接性,然后最终从配置中删除该项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM