SV-217098r639663_rule
V-217098
SRG-NET-000512-RTR-000011
JUNI-RT-000940
CAT III
10
Configure the router to use its loopback address is used as the source address when sending MSDP packets.
[edit protocols msdp]
set group AS_5 peer 5.5.5.5 local-address 2.2.2.2
Review the router configuration to verify that a loopback address has been configured.
interfaces {
…
…
…
lo0 {
unit 0 {
family inet {
address 2.2.2.2/32;
}
}
}
}
Verify that the loopback interface is used as the source address for all MSDP packets generated by the router.
protocols {
msdp {
group AS25 {
peer 5.5.5.5 {
local-address 2.2.2.2;
}
}
}
If the router does not use its loopback address as the source address when originating MSDP traffic, this is a finding.
V-217098
False
JUNI-RT-000940
Review the router configuration to verify that a loopback address has been configured.
interfaces {
…
…
…
lo0 {
unit 0 {
family inet {
address 2.2.2.2/32;
}
}
}
}
Verify that the loopback interface is used as the source address for all MSDP packets generated by the router.
protocols {
msdp {
group AS25 {
peer 5.5.5.5 {
local-address 2.2.2.2;
}
}
}
If the router does not use its loopback address as the source address when originating MSDP traffic, this is a finding.
M
4032