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

Incorrect order for cisco vrf #227

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

Incorrect order for cisco vrf #227

bojika opened this issue Feb 1, 2025 · 0 comments

Comments

@bojika
Copy link

bojika commented Feb 1, 2025

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

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