How To Configure And Verify PA Firewall As Sub-Interface Mode

preview_player
Показать описание
#MSKTechMate
This video will demonstrate that how to create and verify the subinterface in Paloalto firewall

Switch Configuration
-----------------------------------
config t
vlan 10
name HR
vlan 20
name Sales
vlan 30
name MKT

interface Ethernet0/0
switchport access vlan 10

interface Ethernet0/1
switchport access vlan 20

interface Ethernet0/2
switchport access vlan 30

interface Ethernet0/3
switchport trunk encapsulation dot1q
switchport mode trunk
Рекомендации по теме
Комментарии
Автор

Do you need different zones for each sub-interface (VLans)? What if they were all members of the same zone, would they all still be able to communicate and not have to create an access policy?

davec