summaryrefslogtreecommitdiff
path: root/test/units/modules/network/nxos/fixtures/nxos_vrf_af/config.cfg
blob: 1ac093f71f3d1033372cc29415e2367af96b54f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
vrf context vrf1
  address-family ipv4 unicast

vrf context vrf11
  address-family ipv4 unicast
    route-target both auto evpn

vrf context vrf21
  address-family ipv4 unicast
    route-target import 65000:1000
    route-target import 65001:1000
    route-target import 65002:1000
    route-target export 65000:1000
    route-target export 65001:1000
    route-target export 65002:1000

vrf context vrf31
  address-family ipv4 unicast
    route-target import 65000:1000
    route-target export 65001:1000
    route-target import 65002:1000
    route-target export 65003:1000