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
Diff:
+ vrf definition INET + rd 1.1.1.1:1 + address-family ipv4 + exit-address-family + ip vrf BR_OAM + rd 1.1.1.1:2 + route-target export 65000:2 + route-target import 65000:2 + interface Null0 + vrf forwarding NAT + ip address 10.0.0.2 255.255.255.0
Patch:
conf t vrf definition INET rd 1.1.1.1:1 address-family ipv4 exit-address-family exit ip vrf BR_OAM rd 1.1.1.1:2 route-target export 65000:2 route-target import 65000:2 exit interface Null0 ip address 10.0.0.2 255.255.255.0 vrf forwarding NAT exit exit copy running-config startup-config
vrf forwarding NAT must be before ip address 10.0.0.2 255.255.255.0
vrf forwarding NAT
ip address 10.0.0.2 255.255.255.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Diff:
Patch:
vrf forwarding NAT
must be beforeip address 10.0.0.2 255.255.255.0
The text was updated successfully, but these errors were encountered: