From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id C63C31FF183 for ; Wed, 3 Dec 2025 14:54:31 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 80A9FAF91; Wed, 3 Dec 2025 14:54:57 +0100 (CET) From: Stefan Hanreich To: pdm-devel@lists.proxmox.com Date: Wed, 3 Dec 2025 14:54:22 +0100 Message-ID: <20251203135423.402705-1-s.hanreich@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.171 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Subject: [pdm-devel] [PATCH proxmox-datacenter-manager 1/1] docs: add section on evpn status panel X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" Signed-off-by: Stefan Hanreich --- docs/sdn-integration.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/sdn-integration.rst b/docs/sdn-integration.rst index 5dcfe373..131e6221 100644 --- a/docs/sdn-integration.rst +++ b/docs/sdn-integration.rst @@ -82,3 +82,29 @@ It contains the following columns: * VNI: The L3VNI (for zones) or L2VNI (for vnets) * Zone: The name of the zone that contains the vnet * Remote: The name of the remote that contains the zone (and therefore vnet). + + +Status Panel +'''''''''''' + +Selecting a zone or vnet shows the current status of the IP-VRF / MAC-VRF for the selected zone / +vnet on a given node. The node can be selected via the dropdown in the EVPN status panel. + +For zones it shows the contents of the IP-VRF, as seen by the kernel. This means that routes for +guests located on the note do not show up in the IP-VRF status, since they are handled by the +connected route for the subnet. For vnets it shows the type 2 routes, as learned via BGP, so all +guests are included in this view. + +The following properties are shown for entries in the zone: + +* Destination: The CIDR of the destination for this routing table entry +* Nexthops: The nexthops for this route, for vnets this is usually the local bridge - for + externally learned routes (e.g. default routes) the IP of the next hop +* Protocol: The protocol via which this routes was learned +* Metric: The metric (or cost) of a route, lower cost routes are preferred over higher cost routes + +The following properties are shown for entries in the vnet: + +* IP Address: The IP-Address from the type-2 route +* MAC Address: The MAC-Address from the type-2 route +* via: The nexthop for the type-2 route -- 2.47.3 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel