Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

vprn 30001 customer 1 create

vrf-export "Export-IuB-3G-default-route"
static-route 0.0.0.0/0 black-hole
!
vprn 30010 customer 1 create
vrf-export "Export-OAM-3G-default-route"
static-route 0.0.0.0/0 black-hole
!
vprn 40001 customer 1 create
vrf-export "Export-4G-default-route"
static-route 0.0.0.0/0 black-hole
!
vprn 40004 customer 1 create
vrf-export "Export-OAM-4G-default-route"
static-route 0.0.0.0/0 black-hole
!

policy-statement "Export-IuB-3G-default-route"
entry 10
from
prefix-list "VRF-default-route"
exit
action accept
community add "RT-IuB-3G-DF"
exit
exit
default-action reject
exit
!
policy-statement "Export-OAM-3G-default-route"
entry 10
from
prefix-list "VRF-default-route"
exit
action accept
community add "RT-3G-OAM-DF"
exit
exit
default-action reject
exit
!
policy-statement "Export-4G-default-route"
entry 10
from
prefix-list "VRF-default-route"
exit
action accept
community add "RT-4G-eNodeB-DF"
exit
exit
default-action reject
exit
!
policy-statement "Export-OAM-4G-default-route"
entry 10
from
prefix-list "VRF-default-route"
exit
action accept
community add "RT-4G-OAM-DF"
exit
exit
default-action reject
exit
commit
exit

community "RT-IuB-3G-DF" members "target:65333:999"


community "RT-3G-OAM-DF" members "target:65333:998"
community "RT-4G-OAM-DF" members "target:65333:997"
community "RT-4G-eNodeB-DF" members "target:65333:996"

You might also like