Community discussions

MikroTik App
 
morf
Member Candidate
Member Candidate
Topic Author
Posts: 182
Joined: Tue Jun 21, 2011 5:31 pm
Location: Saint-Petersburg

Function Local Proxy-Arp

Thu Sep 27, 2012 8:42 am

Hello! We have the technology cisco is "Local Proxy Arp".
How about mikrotik?
I'm NOT talking about the function of "ARP proxy".
Proxy ARP - works only between interfaces.
Local Proxy Arp - router responds to any ARP request to its MAC-address on this interface.
https://supportforums.cisco.com/thread/185522
Thanks.
 
diegotormes
Frequent Visitor
Frequent Visitor
Posts: 64
Joined: Wed Feb 15, 2006 11:45 pm

Re: Function Local Proxy-Arp

Mon Oct 01, 2012 4:14 pm

Hello! We have the technology cisco is "Local Proxy Arp".
How about mikrotik?
I'm NOT talking about the function of "ARP proxy".
Proxy ARP - works only between interfaces.
Local Proxy Arp - router responds to any ARP request to its MAC-address on this interface.
https://supportforums.cisco.com/thread/185522
Thanks.
The only way that I found is:

Put your interface in a dummy bridge and then

/interface bridge nat
add action=accept arp-gratuitous=yes chain=dstnat disabled=no mac-protocol=arp
add action=accept arp-opcode=request arp-src-address=0.0.0.0/32 chain=dstnat disabled=no mac
add action=arp-reply arp-opcode=request chain=dstnat disabled=no in-bridge=br0 mac-protocol=00:01:01:A3:94:7F

where 00:01:01:A3:94:7F is the MAC of the dummy bridge.

BR,
Diego.
 
morf
Member Candidate
Member Candidate
Topic Author
Posts: 182
Joined: Tue Jun 21, 2011 5:31 pm
Location: Saint-Petersburg

Re: Function Local Proxy-Arp

Mon Oct 01, 2012 5:06 pm

Thank you very much for your reply.
Dear developers, could you include this functionality in RouterOS?
Thank you!
 
smile__2006
newbie
Posts: 26
Joined: Sat Nov 10, 2007 10:57 pm

Re: Function Local Proxy-Arp

Wed Oct 03, 2012 12:36 am

yes, local proxy-arp need to ip unnumbered on mikrotik.... anyone))?
 
morf
Member Candidate
Member Candidate
Topic Author
Posts: 182
Joined: Tue Jun 21, 2011 5:31 pm
Location: Saint-Petersburg

Re: Function Local Proxy-Arp

Wed Oct 03, 2012 9:22 am

+
And also using the Private vlan (cisco) or Traffic Segmentation (dlink)
 
morf
Member Candidate
Member Candidate
Topic Author
Posts: 182
Joined: Tue Jun 21, 2011 5:31 pm
Location: Saint-Petersburg

Re: Function Local Proxy-Arp

Fri Aug 02, 2013 2:15 pm

Hello! We have the technology cisco is "Local Proxy Arp".
How about mikrotik?
I'm NOT talking about the function of "ARP proxy".
Proxy ARP - works only between interfaces.
Local Proxy Arp - router responds to any ARP request to its MAC-address on this interface.
https://supportforums.cisco.com/thread/185522
Thanks.
The only way that I found is:

Put your interface in a dummy bridge and then

/interface bridge nat
add action=accept arp-gratuitous=yes chain=dstnat disabled=no mac-protocol=arp
add action=accept arp-opcode=request arp-src-address=0.0.0.0/32 chain=dstnat disabled=no mac
add action=arp-reply arp-opcode=request chain=dstnat disabled=no in-bridge=br0 mac-protocol=00:01:01:A3:94:7F

where 00:01:01:A3:94:7F is the MAC of the dummy bridge.

BR,
Diego.
Dear, Diego!
Could you give the correct code because the current not want to work: (
add action=accept arp-opcode=request arp-src-address=0.0.0.0/32 chain=dstnat disabled=no mac
add action=arp-reply arp-opcode=request chain=dstnat disabled=no in-bridge=br0 mac-protocol=00:01:01:A3:94:7F

Who is online

Users browsing this forum: BlanketyBlank, gilboi01, GoogleOther [Bot], totalnet and 41 guests