Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not complete patch for vrf swap #229

Open
bojika opened this issue Feb 1, 2025 · 0 comments
Open

not complete patch for vrf swap #229

bojika opened this issue Feb 1, 2025 · 0 comments

Comments

@bojika
Copy link

bojika commented Feb 1, 2025

old:

!
interface Null0
 vrf forwarding INET
 ip address 10.0.0.2 255.255.255.0
!

new:

!
interface Null0
 vrf forwarding NAT
 ip address 10.0.0.2 255.255.255.0
!

Patch:

conf t
interface Null0
  no vrf forwarding INET
  vrf forwarding NAT
  exit
exit
copy running-config startup-config

ip address 10.0.0.2 255.255.255.0 will be removed after no vrf forwarding INET
ip address must be included in patch.

on XR, two commits are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant