SV-253988r843997_rule
V-253988
SRG-NET-000019-RTR-000007
JUEX-RT-000160
CAT III
10
Disable inactive interfaces.
delete interfaces <interface name>
-or-
set interfaces <interface name> disable
-or-
set interfaces interface-range DISABLED_INTERFACES member <interface name>
set interfaces interface-range DISABLED_INTERFACES member-range <first interface name> to <last interface name>
set interfaces interface-range DISABLED_INTERFACES disable
Review the router configuration and verify unused interfaces are not configured (implicitly disabled) or are explicitly disabled. If explicitly disabling interfaces, verify multiple interfaces are disabled with the "interface-range" command or separately at each interface declaration.
[edit interfaces]
interface-range DISABLED_INTERFACES {
member <interface name>;
member-range <first interface> to <last interface>;
disable;
}
<interface name> {
disable;
}
Note: Individually disabled interfaces should not be included in any "interface-range" stanza. The "member-range" directive assigns the configured parameter(s) to contiguously numbered interfaces.
Junos lists interfaces in order so a "missing" interface is not enabled. For instance, if ge-0/0/0 and ge-0/0/2 are configured, but there is no individual ge-0/0/1 stanza and that interface is not a member of an interface-range, then ge-0/0/1 is implicitly disabled.
If an interface is not being used but is configured or enabled, this is a finding.
V-253988
False
JUEX-RT-000160
Review the router configuration and verify unused interfaces are not configured (implicitly disabled) or are explicitly disabled. If explicitly disabling interfaces, verify multiple interfaces are disabled with the "interface-range" command or separately at each interface declaration.
[edit interfaces]
interface-range DISABLED_INTERFACES {
member <interface name>;
member-range <first interface> to <last interface>;
disable;
}
<interface name> {
disable;
}
Note: Individually disabled interfaces should not be included in any "interface-range" stanza. The "member-range" directive assigns the configured parameter(s) to contiguously numbered interfaces.
Junos lists interfaces in order so a "missing" interface is not enabled. For instance, if ge-0/0/0 and ge-0/0/2 are configured, but there is no individual ge-0/0/1 stanza and that interface is not a member of an interface-range, then ge-0/0/1 is implicitly disabled.
If an interface is not being used but is configured or enabled, this is a finding.
M
5479