Skip to content

Incorrect order for cisco vrf #227

@bojika

Description

@bojika

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions