Conversation
There was a problem hiding this comment.
Pull request overview
Adds Cisco IOS XR SRv6 support to the netsim SRv6 module and Ansible rendering pipeline, and updates platform documentation to reflect SRv6 availability on IOS XR.
Changes:
- Add IOS XR SRv6 configuration templates (base SRv6 + BGP/SRv6 L3VPN).
- Advertise SRv6 capabilities for IOS XR devices via
xr.ymlfeatures. - Adjust SRv6 locator pool consumption and update documentation tables for IOS XR SRv6 support.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
netsim/modules/srv6.py |
Adds module_pre_transform hook that advances the SRv6 locator pool once. |
netsim/devices/xr.yml |
Declares IOS XR SRv6 feature support flags (IGP/VPN). |
netsim/ansible/templates/srv6/iosxr.j2 |
New IOS XR SRv6 base configuration template (locator + IS-IS hook + optional BGP include). |
netsim/ansible/templates/srv6/iosxr.bgp.j2 |
New IOS XR BGP/SRv6 L3VPN configuration fragment. |
docs/platforms.md |
Marks IOS XR / 8000v as SRv6-capable in the platform matrix. |
docs/module/srv6.md |
Adds IOS XR rows to SRv6 support tables and an IOS XR footnote. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ipspace
added a commit
that referenced
this pull request
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.