We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ip address 10.0.0.2 255.255.255.0
no vrf forwarding INET
on XR, two commits are needed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
old:
new:
Patch:
ip address 10.0.0.2 255.255.255.0
will be removed afterno vrf forwarding INET
ip address must be included in patch.
on XR, two commits are needed.
The text was updated successfully, but these errors were encountered: