云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > Juniper SRX透明模式配置

Juniper SRX透明模式配置

  • 62 次阅读
  • 3 次下载
  • 2025/6/25 5:05:38

[SRX] Configuration Example - Transparent mode on SRX platforms

[KB21421] Show KB Properties

SUMMARY:

This article provides information about support extended for the Layer 2 transparent mode on SRX platforms.

PROBLEM OR GOAL:

From Junos OS Release 11.1 onwards, Layer 2 transparent mode support is available on all SRX platforms.

This feature is now supported on SRX100, SRX110,SRX210, SRX220, SRX240, SRX550, and SRX650 devices; in addition to existing support on SRX1400, SRX3400, SRX3600, SRX5600, and SRX5800 devices.

SRX series devices provide Layer 2 transparent mode, which provides security policies that are enforced on the packets before switching functions are enforced. An SRX Series device operates in the Layer 2 transparent mode when all physical bridging domains on the device are partitioned into logical bridging domains.

Note: Refer to the Junos Release Notes for features that are not supported in the Layer 2 transparent mode.

SOLUTION:

To deploy the transparent mode on SRX, bridge-domain and interface family

bridge must be configured.

Configuration example:

interfaces { ge-0/0/0 { unit 0 {

family bridge {

interface-mode access; vlan-id 10; } } }

ge-0/0/7 { unit 0 {

family bridge { interface-mode access; vlan-id 10;

} } }

irb {

unit 0 {

family inet {

address 172.27.186.63/24; } } } }

routing-options { static {

route 0.0.0.0/0 next-hop 172.27.186.1; } }

security {

policies {

from-zone trust to-zone untrust { policy 1 { match {

source-address any;

destination-address any; application any; }

then {

permit; log {

session-init; session-close; } } } } }

log {

mode stream;

format sd-syslog;

source-address 172.27.186.63; stream test { host {

172.27.186.57; } }

}

zones {

security-zone untrust { interfaces {

ge-0/0/0.0 { host-inbound-traffic { system-services { dhcp; tftp; all; } } } } }

security-zone trust {

host-inbound-traffic { system-services { all; } }

interfaces { ge-0/0/7.0; } } } }

bridge-domains { test {

domain-type bridge; vlan-id 10;

routing-interface irb.0; } }

Note: As all the physical interfaces will be configured as L2 interfaces, no L3 IP address can be configured on the physical interface. When the traffic log mode is stream, the log will be sent directly from the forwarding plane. The IRB interface must be configured as the routing interface to implement this feature.

If you are configuring out-of-band management, use the following settings for bridge domains:

bridge-domains { test {

domain-type bridge; vlan-id 10;

} oob {

domain-type bridge; vlan-id 30

routing-interface irb.0 } }

You will also need to use the command set security flow bridge bpdu-vlan-flooding if

the SRX is connected to an L2 switch.

Note: After you commit the change, you must reboot the device:

root# commit

warning: Interfaces are changed from route mode to transparent mode. Please reboot the device or all nodes in the HA cluster! commit complete

搜索更多关于: Juniper SRX透明模式配置 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

[SRX] Configuration Example - Transparent mode on SRX platforms [KB21421] Show KB Properties SUMMARY: This article provides information about support extended for the Layer 2 transparent mode on SRX platforms. PROBLEM OR GOAL: From Junos OS Release 11.1 onwards, Layer 2 transparent mode support is available on all SRX

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com