LACP packet:
acl 4000 rule permit l2-protocol 0x8809 source-mac x-x-x destination-mac 0180-c200-0002
VRRP packet:
VRRP protocol packets are encapsulated in IP packets and sent to the IP multicast address assigned to VRRP. In the IP packet header, the source address is the primary IP address (not the virtual IP address) of the sending interface, the destination address is 224.0.0.18, the TTL is 255, and the protocol number is 112.
So the acl as below:
acl 3000 rule 5 permit ip source X.X.X.X 0 destination 224.0.0.18 0
BFD packet:
acl 3000 rule 5 permit udp source X.X.X.X 0 destination X.X.X.X 0 destination-port eq 3784

