<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: How to connect firewall to Layer 3 to layer 2 switch in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13784#M1188</link>
    <description>Hello , 2 possibilities:&lt;BR /&gt;
1 : IPF not enable on vlan default ( but the core replying from firewall .... strange )&lt;BR /&gt;
2: Very basic , but 4 eyes better than 2....  check if the ping is not blocked on the Firewall interface , it's usually the case in most of time )</description>
    <pubDate>Mon, 02 Apr 2018 16:09:00 GMT</pubDate>
    <dc:creator>Choukri_BELHADJ</dc:creator>
    <dc:date>2018-04-02T16:09:00Z</dc:date>
    <item>
      <title>How to connect firewall to Layer 3 to layer 2 switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13781#M1185</link>
      <description>in our environment we are using x460 layer3 switch its connected to firewall &lt;BR /&gt;
&lt;BR /&gt;
firewall--&amp;gt;coreswitch is pinging&lt;BR /&gt;
&lt;BR /&gt;
core--&amp;gt; layer 2 switch--&amp;gt; not pinging firewall ip, and vlan ip&lt;BR /&gt;
&lt;BR /&gt;
firewall IP: X.X.10.200/24&lt;BR /&gt;
&lt;BR /&gt;
X460 configuration&lt;BR /&gt;
&lt;BR /&gt;
sh con&lt;BR /&gt;
X460G2-24t-G4.86 # sh configuration &lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module devmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure sys-recovery-level switch reset&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-34&lt;BR /&gt;
configure vr VR-Default add ports 1-34&lt;BR /&gt;
configure vlan default delete ports 7&lt;BR /&gt;
create vlan "one&lt;BR /&gt;
configure vlan one tag 13&lt;BR /&gt;
create vlan "two"&lt;BR /&gt;
configure vlan "two" tag 14&lt;BR /&gt;
configure ports 33 auto off speed 10000 duplex full &lt;BR /&gt;
configure ports 34 auto off speed 10000 duplex full &lt;BR /&gt;
configure vlan Default add ports 1-6, 8-34 untagged  &lt;BR /&gt;
 onfigure vlan one add ports 16-24 tagged  &lt;BR /&gt;
configure vlan one add ports 7 untagged  &lt;BR /&gt;
configure vlan Default ipaddress X.X.10.201 255.255.255.0&lt;BR /&gt;
configure vlan one ipaddress X.X.13.200 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan one&lt;BR /&gt;
configure vlan two ipaddress X.X.14.200 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan two&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module fdb configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rtmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure iproute add X.X..13.0 255.255.255.0 X.X.10.200&lt;BR /&gt;
configure iproute add default  X.X.10.200&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mcmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module aaa configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module acl configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
layer 2 210 switch&lt;BR /&gt;
&lt;BR /&gt;
configuration&lt;BR /&gt;
&lt;BR /&gt;
network protocol none&lt;BR /&gt;
&lt;BR /&gt;
network parms  X.X.10.206 X.X.X.X.0 X.X.10.201&lt;BR /&gt;
&lt;BR /&gt;
vlan database&lt;BR /&gt;
&lt;BR /&gt;
vlan 13-14&lt;BR /&gt;
&lt;BR /&gt;
vlan name 13 "one"&lt;BR /&gt;
&lt;BR /&gt;
vlan name 14 "two"&lt;BR /&gt;
&lt;BR /&gt;
vlan routing 13 1&lt;BR /&gt;
&lt;BR /&gt;
vlan routing 14 2&lt;BR /&gt;
&lt;BR /&gt;
vlan routing 1 3&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Apr 2018 17:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13781#M1185</guid>
      <dc:creator>Abdul_Farooq</dc:creator>
      <dc:date>2018-04-01T17:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to connect firewall to Layer 3 to layer 2 switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13782#M1186</link>
      <description>interface 0/1&lt;BR /&gt;
&lt;BR /&gt;
switchport access vlan 13&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface 0/2&lt;BR /&gt;
&lt;BR /&gt;
switchport access vlan 13&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
--More-- or (q)uit&lt;BR /&gt;
                  &lt;BR /&gt;
&lt;BR /&gt;
interface 0/3&lt;BR /&gt;
&lt;BR /&gt;
switchport access vlan 13&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface 0/4&lt;BR /&gt;
&lt;BR /&gt;
switchport access vlan 13&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface 0/5&lt;BR /&gt;
&lt;BR /&gt;
switchport access vlan 13&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
interface 0/10&lt;BR /&gt;
&lt;BR /&gt;
switchport mode trunk&lt;BR /&gt;
&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Apr 2018 17:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13782#M1186</guid>
      <dc:creator>Abdul_Farooq</dc:creator>
      <dc:date>2018-04-01T17:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to connect firewall to Layer 3 to layer 2 switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13783#M1187</link>
      <description>Hi,    I don't see the enable ipf vlan default.</description>
      <pubDate>Sun, 01 Apr 2018 19:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13783#M1187</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2018-04-01T19:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to connect firewall to Layer 3 to layer 2 switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13784#M1188</link>
      <description>Hello , 2 possibilities:&lt;BR /&gt;
1 : IPF not enable on vlan default ( but the core replying from firewall .... strange )&lt;BR /&gt;
2: Very basic , but 4 eyes better than 2....  check if the ping is not blocked on the Firewall interface , it's usually the case in most of time )</description>
      <pubDate>Mon, 02 Apr 2018 16:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13784#M1188</guid>
      <dc:creator>Choukri_BELHADJ</dc:creator>
      <dc:date>2018-04-02T16:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to connect firewall to Layer 3 to layer 2 switch</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13785#M1189</link>
      <description>yes, and firewall lan port is connected to 24th port . 24th port is tagged port. &lt;BR /&gt;
&lt;BR /&gt;
it is correct are can i change that port to untagged port</description>
      <pubDate>Mon, 02 Apr 2018 16:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/how-to-connect-firewall-to-layer-3-to-layer-2-switch/m-p/13785#M1189</guid>
      <dc:creator>Abdul_Farooq</dc:creator>
      <dc:date>2018-04-02T16:16:00Z</dc:date>
    </item>
  </channel>
</rss>

