SV-254067r844234_rule
V-254067
SRG-NET-000512-RTR-000008
JUEX-RT-000950
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.
set interfaces <interface name> unit <number> encapsulation vlan-ccc
set protocols l2circuit neighbor <neighbor> interface <interface>.<logical unit> virtual-circuit-id <1..4294967295>
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.
[edit interfaces]
<interface name> {
encapsulation ethernet-ccc;
unit <number> {
<additional configuration>
}
}
[edit protocols]
l2circuit {
neighbor 1.1.1.1 {
interface <interface name>.<logical unit> {
virtual-circuit-id <1..4294967295>;
}
}
}
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-254067
False
JUEX-RT-000950
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.
[edit interfaces]
<interface name> {
encapsulation ethernet-ccc;
unit <number> {
<additional configuration>
}
}
[edit protocols]
l2circuit {
neighbor 1.1.1.1 {
interface <interface name>.<logical unit> {
virtual-circuit-id <1..4294967295>;
}
}
}
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
5479