cancel
Showing results for 
Search instead for 
Did you mean: 

proxy mdns with exos acl

proxy mdns with exos acl

PeterK
Contributor III

Hi guys,

has someone tried to use exos ACL as a mdns proxy?

I need to forward/proxy mdns pakets at a customer. AFAIK Identifi can do this with B@AC but I will not bring both VLAN to the VMWare farm (because virtual controller).

Is was thinking about a solution close to the Wake-on-LAN proxy ACL at EXOS.

 

entry proxy_mDNS {
if {
ethernet-destination-address 01:00:5E:00:00:FB;
protocol udp;
destination-port 5353;
} then {
vlan <CLIENT_VLAN_NAME>;
}
}

I’m not sure, if this act like “normal” routing and reduse the TTL, that will cause in this case the paket to be dropped.

1 ACCEPTED SOLUTION

CThompsonEXOS
Extreme Employee

I think you would have configure MVR or PIM(proper license required) for this to work.

 

https://extremeportal.force.com/ExtrArticleDetail?an=000080491

 

View solution in original post

2 REPLIES 2

PeterK
Contributor III

thanks for for your answer.

I think PIM would not work, because its “normal” multicast routing and as mdns has a TTL of 1 it’s not routable.

Your link is a bit like my idea. I think, I need to test this.

CThompsonEXOS
Extreme Employee

I think you would have configure MVR or PIM(proper license required) for this to work.

 

https://extremeportal.force.com/ExtrArticleDetail?an=000080491

 

GTM-P2G8KFN