06-03-2022
01:57 PM
- last edited on
06-04-2022
01:46 AM
by
Translator
Below the transit router is given some commands I want some clarification from engineers with experience about the nuances of a couple of commands
TR2 is given these commands on f1/0
what is the significance of ipv6 nd (neighbor discovery) rn suppress all - why would something like this be used in a real situation
and also
no ip proxy-arp
what is significance of this command in a real/similar situation
Is it done for security?
Google says
Solved! Go to Solution.
06-03-2022 02:19 PM - edited 06-03-2022 02:20 PM
On a LAN IPv6 router advertisements will cause clients to try and use IPv6 and you may well want this for end devices but you may not want it to automatically happen for servers in a DC and you really don't need it on transit links between providers etc. so it is easier to simply disable it in that case.
In terms of proxy arp it is a lot less common nowadays for clients to arp for remote IPs so it is not so much of a concern to disable it and yes it is mainly for security that you would disable it.
Note though that in some instances you do need proxy arp eg. for certain configurations of NAT it is needed for the translations to work properly.
Jon
06-03-2022
02:15 PM
- last edited on
06-04-2022
01:48 AM
by
Translator
Hi @hfakoor222 ,
> what is the significance of ipv6 nd (neighbor discovery) rn suppress all
router advertisement (RA) is only needed on user subnets. This is why they disable it on core links.
> no ip proxy-arp
It is normally best practice to disable proxy arp.
Regards,
06-03-2022 02:19 PM - edited 06-03-2022 02:20 PM
On a LAN IPv6 router advertisements will cause clients to try and use IPv6 and you may well want this for end devices but you may not want it to automatically happen for servers in a DC and you really don't need it on transit links between providers etc. so it is easier to simply disable it in that case.
In terms of proxy arp it is a lot less common nowadays for clients to arp for remote IPs so it is not so much of a concern to disable it and yes it is mainly for security that you would disable it.
Note though that in some instances you do need proxy arp eg. for certain configurations of NAT it is needed for the translations to work properly.
Jon
06-03-2022
02:32 PM
- last edited on
06-04-2022
01:53 AM
by
Translator
Hi
"ipv6 nd (neighbor discovery) rn suppress all" suppress Router Advertisement (RA) packets from being sent .
You can read more here:
https://blog.apnic.net/2021/08/30/lets-all-suppress-router-advertisements/
no ip proxy-arp
First, it is necessary to understand
Proxy-arp.
The figure below is a good examle. With proxy arp enable, the router is able to response ARP request from a host in the left segment to a host on the right segment. It works as a proxy between this two segment.
Here is a very good explanation with animation.
https://www.practicalnetworking.net/series/arp/proxy-arp/
Resuming,
proxy-arp
is enable by default so it is a good idea use the
no ip proxy-arp
command. This can avoid security problem and also connectivity problem.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide