bozensel / EVPN_proxy-nd_Hosts_Routers

How to get all Hosts and Routers shown under proxy-nd table.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVPN_proxy-nd_Hosts_Routers

How to get all Hosts and Routers shown under proxy-nd table.

There is a distinction between host and routers when doing proxy-nd is explained in RFCs 9161 and the solution in 9047. Thanks to the distinction, we are able to identify Rtr or Host of specific IPv6 and Mac addresses.

See a sample output from the CLI:

image

Normally many addresses can be learned, and it is important to know how many routers and hosts learned and the vendor of the specific IP from different devices in once.

For more detail regarding to RFC 9047:

https://www.ietf.org/rfc/rfc9047.pdf

In following topology, there are hosts and routers connected to PE (R1 and R2 nodes). There can be many PEs where members are connected.

image

About

How to get all Hosts and Routers shown under proxy-nd table.

License:MIT License


Languages

Language:Python 100.0%