Hello,
We have configured a ELRP dedicated vlan and configure this vlan tagged on all ports.
We would like to secure this vlan to allow only EDP /ELRP packets.
Can anyone help with setting up an ACL which allows only EDP/ELRP packets?
We think the source MAC address which should be allowed is 00:E0:2B:00:00:01 (EDP)
Would this be correct:
vi ELRP-FILTER.pol
entry EDP-ELRP {if {
ethernet-source-address 00:e0:2b:00:00:01;
} then {
copy-cpu-and-drop;
}
}
entry DROPALL {
if {
} then {
deny;
}
}
configure access-list ELRP-FILTER vlan elrp_vlan ingress
Kind regards,
Frank van der Veen