Hi Andreas,
I am going to jump into the quick answer below and try to reduce the frustration this is causing already.
For allowing the CDP packets, EXOS has a default filter already created.
conf l2pt profile "allowcdp" add protocol filter
Protocol filter name
"ANY" "appletalk" "cdp" "decnet" "dtp"
"edp" "IP" "IPv6" "ipx" "ipx_8022"
"ipx_snap" "lacp" "lldp" "mpls" "netbios"
"pagp" "stp" "udld" "vtp"
So, there is no need to define an additional filter. By modifying or creating one, EXOS recognises this as a new user defined filter and hence was expecting a destination address.
Following are the sample configuration commands that needs to be configured on the VMAN switches:
- create l2pt profile
- configure l2pt profile add protocol filter cdp action tunnel
- configure vman ports l2pt profile
I am working on editing the article. Will post the updated link.
Hope this helps!