在输出接口上配置 SCU
由于 VPN 流量通过 VPN 环路隧道接口进入出口路由器,因此您仍需要确定此流量的出口接口。要完成 SCU 配置,请在出口路由器的出口接口上配置源类使用的输出版本:
[edit interfaces]
at-1/1/0 {
unit 0 {
family inet {
accounting {
source-class-usage {
output;
}
}
}
}
}