firewall to_private
}
to public {
firewall to_public
}
}
zone private {
description PRIVATE
interface dp0p1p1
interface dp0p1p2
to dmz {
firewall to_dmz
}
to public {
firewall to_public
}
}
zone public {
description PUBLIC
interface dp0p1p4
to dmz{
firewall to_dmz
}
to private {
firewall to_private
}
}
Filtering traffic between the transit zones
The first step in setting up zone-based traffic filtering is to create zone policies, as shown in the following example. To create the zone
policies, perform the following steps in configuration mode.
TABLE 13 Creating the zone policies
Step
Command
Create the configuration node for the DMZ and give a description for the
zone.
vyatta@R1# set security zone-policy zone dmz
description “DMZ ZONE”
Add the interface contained in the DMZ.
vyatta@R1# set security zone-policy zone dmz
interface dp0p1p3
Create the configuration node for the private zone and give a description
for the zone.
vyatta@R1# set security zone-policy zone private
description “PRIVATE ZONE”
Add one of the interfaces contained in the private zone.
vyatta@R1# set security zone-policy zone private
interface dp0p1p1
Add the other interface contained in the private zone.
vyatta@R1# set security zone-policy zone private
interface dp0p1p2
Create the configuration node for the public zone and give a description
for the zone.
vyatta@R1# set security zone-policy zone public
description “PUBLIC ZONE”
Add the interface contained in the public zone.
vyatta@R1# set security zone-policy zone public
interface dp0p1p4
Commit the configuration.
vyatta@R1# commit
Configuration Examples
Brocade 5600 vRouter Firewall Configuration Guide
53-1004253-01
33
Summary of Contents for 5600 vRouter
Page 6: ...Brocade 5600 vRouter Firewall Configuration Guide 6 53 1004253 01 ...
Page 10: ...Preface Brocade 5600 vRouter Firewall Configuration Guide 10 53 1004253 01 ...
Page 12: ...About This Guide Brocade 5600 vRouter Firewall Configuration Guide 12 53 1004253 01 ...
Page 20: ...Firewall Overview Brocade 5600 vRouter Firewall Configuration Guide 20 53 1004253 01 ...
Page 100: ...ICMPv6 Types Brocade 5600 vRouter Firewall Configuration Guide 100 53 1004253 01 ...