SV-217071r639663_rule
V-217071
SRG-NET-000512-RTR-000008
JUNI-RT-000650
CAT I
10
Assign globally unique VC IDs for each virtual circuit and configure the attachment circuits with the appropriate VC ID. Configure the same VC ID on both ends of the VC.
[edit protocols l2circuit]
set neighbor 8.8.8.8 interface em0 virtual-circuit-id 13
Review the ingress and egress PE router configuration for each virtual circuit that has been provisioned.
Verify that the correct and unique VCID has been configured for the appropriate attachment circuit. In the example below ge-0/1/0 is the CE-facing interface that is configured for VPWS (aka pseudowire).
interfaces {
ge-0/1/0.0 {
encapsulation ethernet-ccc;
unit 0 {
}
}
…
…
…
protocols {
…
…
…
}
l2circuit {
neighbor 8.8.8.8 {
interface ge-0/1/0.0{
virtual-circuit-id 13;
}
}
}
If the correct VC ID has not been configured on both routers, this is a finding.
Note: Ethernet over MPLS in VLAN mode transports Ethernet traffic from a source 802.1Q VLAN to a destination 802.1Q VLAN over a core MPLS network. The VC ID must be unique and the same on each end as it is used to connect the endpoints of the VC.
V-217071
False
JUNI-RT-000650
Review the ingress and egress PE router configuration for each virtual circuit that has been provisioned.
Verify that the correct and unique VCID has been configured for the appropriate attachment circuit. In the example below ge-0/1/0 is the CE-facing interface that is configured for VPWS (aka pseudowire).
interfaces {
ge-0/1/0.0 {
encapsulation ethernet-ccc;
unit 0 {
}
}
…
…
…
protocols {
…
…
…
}
l2circuit {
neighbor 8.8.8.8 {
interface ge-0/1/0.0{
virtual-circuit-id 13;
}
}
}
If the correct VC ID has not been configured on both routers, this is a finding.
Note: Ethernet over MPLS in VLAN mode transports Ethernet traffic from a source 802.1Q VLAN to a destination 802.1Q VLAN over a core MPLS network. The VC ID must be unique and the same on each end as it is used to connect the endpoints of the VC.
M
4032