SCU 기반 vt 인터페이스와 VRF 인스턴스 매핑
다음으로, 원하는 계층 수준에서 원하는 VRF 인스턴스에 VPN 루프백 터널 [edit routing-instances routing-instance-name]
인터페이스를 포함합니다.
[edit]
routing-instances {
routing-instance-name {
instance-type vrf;
interface at-2/1/1.0;
interface vt-0/3/0.0;
route-distinguisher 10.250.14.225:100;
vrf-import import-policy-name;
vrf-export export-policy-name;
protocols {
bgp {
group to-r4 {
local-address 10.20.253.1;
peer-as 400;
neighbor 10.20.253.2;
}
}
}
}
}