송신 PE 라우터의 vt 인터페이스에서 입력 SCU 구성
레이어 3 VPN에서 SCU를 활성화하려면 터널 PIC를 위해 구성되거나 터널 PIC가 장착된 송신 PE 라우터의 가상 루프백 터널(vt) 인터페이스에서 소스 클래스 사용을 구성합니다. 인터페이스는 인바운드 SCU 인터페이스와 동일하므로 계층 수준에서 문을 사용합니다input.[edit interfaces vt-interface-number unit 0 family inet accounting source-class-usage]
[edit]
interfaces {
vt-0/3/0 {
unit 0 {
family inet {
accounting {
source-class-usage {
input;
}
}
}
}
}
}