SV-254033r997534_rule
V-254033
SRG-NET-000362-RTR-000112
JUEX-RT-000610
CAT III
10
Disable IP directed broadcasts on all layer 3 interfaces.
delete interfaces <L3 interface> unit <number> family inet targeted-broadcast
delete interfaces irb unit <L3 IRB interface> family inet targeted-broadcast
Review the router configuration to determine if IP directed broadcast is enabled.
By default, IP directed broadcast is disabled on all L3 interfaces, including Integrated Routing and Bridging (IRB) interfaces. Verify "targeted-broadcast" is not enabled as shown.
[edit interfaces]
<L3 interface> {
unit <number> {
family inet {
targeted-broadcast; << Must not be present.
address <IPv4 address>/<mask>;
}
}
}
irb {
unit <number> {
family inet {
targeted-broadcast; << Must not be present.
address <IPv4 address>/<mask>;
}
}
}
If IP directed broadcast is enabled on layer 3 interfaces, this is a finding.
V-254033
False
JUEX-RT-000610
Review the router configuration to determine if IP directed broadcast is enabled.
By default, IP directed broadcast is disabled on all L3 interfaces, including Integrated Routing and Bridging (IRB) interfaces. Verify "targeted-broadcast" is not enabled as shown.
[edit interfaces]
<L3 interface> {
unit <number> {
family inet {
targeted-broadcast; << Must not be present.
address <IPv4 address>/<mask>;
}
}
}
irb {
unit <number> {
family inet {
targeted-broadcast; << Must not be present.
address <IPv4 address>/<mask>;
}
}
}
If IP directed broadcast is enabled on layer 3 interfaces, this is a finding.
M
5479