Hello, everybody!
Could you please tell me Ethertype value for EMISTP?
I have to allow these packets in access rule applied to VLAN.
Should it be something like
entry EMISTP-BPDU { if match all {ethernet-type 0x???? ;
} then {  permit ;  } }
I would like also to allow VRRP. Would it be OK?
entry vrrp { if match all { 
destination-address 224.0.0.18/32 ; 
} then { 
permit ; 
} 
}
Please, look at my rules...
Many thanks in advance,
Ilya