Conversation
|
🏗 Preview site has been deployed to: |
There was a problem hiding this comment.
Pull Request Overview
This PR updates the L2 EVPN tutorial to support SR Linux version 25.10. The changes modernize the lab configuration and documentation with updated versions and corrected syntax.
Key changes:
- Updated container images to newer versions (srlinux 25.10, containerlab 0.71.1, docker-ce 27.5.1)
- Corrected device type names to use hyphenated format (ixrd2 → ixr-d2, ixrd3 → ixr-d3)
- Fixed BGP policy syntax to use bracket notation (export-policy all → export-policy [ all ])
- Enhanced documentation formatting with embed-result divs and navigation links
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| labs/evpn01.clab.yml | Updated srlinux image to 25.10, network-multitool image path, and corrected device type names to use hyphenated format |
| docs/tutorials/l2evpn/intro.md | Updated version information, improved code block formatting with embed-result styling, added navigation link, and updated command presentation |
| docs/tutorials/l2evpn/fabric.md | Corrected BGP export-policy and import-policy syntax throughout all configuration examples to use bracket notation, added navigation link |
| docs/tutorials/l2evpn/evpn.md | Corrected BGP export-policy and import-policy syntax throughout overlay BGP configuration examples |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | **Packet captures** | [EVPN IMET routes exchange][capture-imets], [RT2 routes exchange with ICMP in datapath][capture-rt2-datapath] | | ||
| | **Main ref documents** | [RFC 7432 - BGP MPLS-Based Ethernet VPN](https://datatracker.ietf.org/doc/html/rfc7432)<br/>[RFC 8365 - A Network Virtualization Overlay Solution Using Ethernet VPN (EVPN)](https://datatracker.ietf.org/doc/html/rfc8365)<br/>[Nokia 7220 SR Linux Advanced Solutions Guide][adv-sol-guide-evpn-l2]<br/>[Nokia 7220 SR Linux EVPN-VXLAN Guide][evpn-vxlan-guide] | | ||
| | **Version information**[^1] | [`containerlab:0.48.6`][clab-install], [`srlinux:23.10.1`][srlinux-container], [`docker-ce:23.0.3`][docker-install] | | ||
| | **Version information**[^1] | [`containerlab:0.71.1`][clab-install], [`srlinux:25.10`][srlinux-container], [`docker-ce:27.5.1`][docker-install] | |
There was a problem hiding this comment.
The documented srlinux version '25.10' differs from the PR title which mentions '25.10.1'. This inconsistency should be resolved to match either the actual image tag being used or the intended version. If '25.10.1' is the target version, update this documentation and the image tag in evpn01.clab.yml accordingly.
| | **Version information**[^1] | [`containerlab:0.71.1`][clab-install], [`srlinux:25.10`][srlinux-container], [`docker-ce:27.5.1`][docker-install] | | |
| | **Version information**[^1] | [`containerlab:0.71.1`][clab-install], [`srlinux:25.10.1`][srlinux-container], [`docker-ce:27.5.1`][docker-install] | |
No description provided.