<?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: Implementing vlan interfaces on a physical interface that doesnt have a physical IP. in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59156#M4496</link>
    <description>No!&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Jul 2019 12:37:01 GMT</pubDate>
    <dc:creator>Norbert_Bohusch</dc:creator>
    <dc:date>2019-07-29T12:37:01Z</dc:date>
    <item>
      <title>Implementing vlan interfaces on a physical interface that doesnt have a physical IP.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59143#M4490</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to migrate from Cisco Router to a Checkpoint Device.&lt;/P&gt;&lt;P&gt;My challenge; how do i interpret the following config from Cisco Router on the Checkpoint Network Management Interface;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;no ip address&lt;BR /&gt;ip flow ingress&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.1&lt;BR /&gt;encapsulation dot1Q 1 native&lt;BR /&gt;ip address 10.10.10.1 255.255.255.0&lt;BR /&gt;ip flow ingress&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.40&lt;BR /&gt;description ***-VOIP***&lt;BR /&gt;encapsulation dot1Q 40&lt;BR /&gt;ip address 172.31.125.1 255.255.255.0&lt;BR /&gt;ip flow ingress&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;ip policy route-map VOIPEXCH&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.100&lt;BR /&gt;description ***f-staff***&lt;BR /&gt;encapsulation dot1Q 100&lt;BR /&gt;ip address 192.168.100.1 255.255.255.0&lt;BR /&gt;ip flow ingress&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;ip policy route-map LAN&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.101&lt;BR /&gt;description ***staff-2***&lt;BR /&gt;encapsulation dot1Q 101&lt;BR /&gt;ip address 192.168.101.1 255.255.255.0&lt;BR /&gt;ip flow ingress&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;ip policy route-map LAN&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.102&lt;BR /&gt;description ***Guest***&lt;BR /&gt;encapsulation dot1Q 102&lt;BR /&gt;ip address 192.168.102.1 255.255.255.0&lt;BR /&gt;ip access-group GUEST in&lt;BR /&gt;ip flow ingress&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly in&lt;BR /&gt;ip policy route-map LAN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please how can i implement this sort of vlan on Checkpoint??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 10:42:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59143#M4490</guid>
      <dc:creator>kingdavid_akubu</dc:creator>
      <dc:date>2019-07-29T10:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing vlan interfaces on a physical interface that doesnt have a physical IP.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59146#M4491</link>
      <description>This interface has IP addresses on VLANs and also on native VLAN 1 (without using VLAN tag).&lt;BR /&gt;&lt;BR /&gt;This can be configured on Gaia by assigning native VLAN IP to the physical interface and configuring VLANs with the respective IP. But this is not supported on a ClusterXL cluster!&lt;BR /&gt;So if you are implementing a cluster, you should migrate VLAN 1 to either a separate interface using access port or by changing VLAN id.</description>
      <pubDate>Mon, 29 Jul 2019 11:34:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59146#M4491</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2019-07-29T11:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing vlan interfaces on a physical interface that doesnt have a physical IP.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59149#M4492</link>
      <description>&lt;P&gt;Hello Norbert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your input.&lt;/P&gt;&lt;P&gt;So in my case; The physical ip i assign to the interface (assume eth2) will be 10.10.10.1 (native vlan ip on the config file i posted), then i add the other vlans to eth2??&lt;/P&gt;&lt;P&gt;Please confirm that my assumption is correct.&lt;/P&gt;&lt;P&gt;Thank you for your swift response.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 11:50:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59149#M4492</guid>
      <dc:creator>kingdavid_akubu</dc:creator>
      <dc:date>2019-07-29T11:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing vlan interfaces on a physical interface that doesnt have a physical IP.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59150#M4493</link>
      <description>that's correct</description>
      <pubDate>Mon, 29 Jul 2019 12:00:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59150#M4493</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2019-07-29T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing vlan interfaces on a physical interface that doesnt have a physical IP.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59153#M4494</link>
      <description>&lt;P&gt;Please had a look at the discussion here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/General-Topics/Combine-VLAN-and-physical-interface-which-already-has-an/m-p/53611#M10712" target="_blank" rel="noopener"&gt;https://community.checkpoint.com/t5/General-Topics/Combine-VLAN-and-physical-interface-which-already-has-an/m-p/53611#M10712&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk88700" target="_blank" rel="noopener"&gt;Creating VLAN interfaces on physical interface, which already has an assigned IP address in SecurePlatform OS / Gaia OS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is not supported having an IP configured on the native interface if tagged VLANs used on that interface.&lt;/P&gt;&lt;P&gt;I know, it will work but you have problems if you need support from the vendor.&lt;/P&gt;&lt;P&gt;And in your Cisco configuration VLAN 1 (native VLAN) is tagged with VLAN ID 1, it is not supported to have a tagged VLAN with ID 1 ( &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk110096" target="_self" rel="nofollow noopener noreferrer"&gt;sk110096&amp;nbsp;&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;As Norbert suggest, it would be the best to have VLAN 1 on another physical interface without VLAN tag, not the one with the tagged VLANs.&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 12:22:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59153#M4494</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2019-07-29T12:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing vlan interfaces on a physical interface that doesnt have a physical IP.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59155#M4495</link>
      <description>&lt;P&gt;Thank you, Norbert and Wolfgang.&lt;/P&gt;&lt;P&gt;I will update you once I have implemented this.&lt;/P&gt;&lt;P&gt;Also, I assume that i will have to create static routes on the Firewall, informing the firewall that the nexthop to those vlans is the Switch!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 12:35:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59155#M4495</guid>
      <dc:creator>kingdavid_akubu</dc:creator>
      <dc:date>2019-07-29T12:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing vlan interfaces on a physical interface that doesnt have a physical IP.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59156#M4496</link>
      <description>No!&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jul 2019 12:37:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Implementing-vlan-interfaces-on-a-physical-interface-that-doesnt/m-p/59156#M4496</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2019-07-29T12:37:01Z</dc:date>
    </item>
  </channel>
</rss>

