You are on page 1of 1

111128-OA-PE-A#configure t

Enter configuration commands, one per line. End with CTRL/Z.


111128-OA-PE-A(config)#ip vrf WATER_SEWERAGE_AUTHO
111128-OA-PE-A(config-vrf-WATER_SEWERAGE_AUTHO)#sho this
!<vrf>
rd 65108:800201---RD of vrf WATER_SEWERAGE_AUTHO
mpls label mode per-vrf
address-family ipv4
export map NM_FOR_PE_CE
route-target import 65108:800201
route-target import 65432:301---------management RT
route-target import 65108:100001-----management RT(used for PRTG for
moonitoring)
route-target export 65108:800201
$
!</vrf>

RD and RT the same:mesh

111051-MW-PE-A(config-vrf-WATER_SEWERAGE_AUTHO)#sho this
!<vrf>
rd 65108:80020100
mpls label mode per-vrf
address-family ipv4
export map NM_FOR_PE_CE
route-target import 65108:800201
route-target import 65432:301
route-target import 65108:100001
route-target export 65108:800201
$
!</vrf>

1.request RT from Center


2. use it as both RD and RT
3. apply it on interface

ip vrf ABEBE
!<vrf>
description ABEBE
rd 65108:801753
mpls label mode per-vrf
address-family ipv4
export map NM_FOR_PE_CE
route-target import 65108:801753
route-target import 65432:301
route-target export 65108:801753
$
!</vrf>

router bgp 65108


address-family ipv4 vrf ABEBE
redistribute static
redistribute connected

You might also like