SV-217034r1050849_rule
V-217034
SRG-NET-000019-RTR-000009
JUNI-RT-000290
CAT I
10
This requirement is not applicable for the DODIN backbone.
Configure a static route on the perimeter router to reach the AS of a router connecting to an approved gateway as shown in the example below.
[edit routing-options]
set static route 0.0.0.0/0 next-hop x.x.x.x
This requirement is not applicable for the DODIN backbone.
Review the protocols hierarchy in the router configuration (see example below) and verify no BGP neighbors are configured to a peer AS that belongs to the approved gateway service provider.
protocols {
bgp {
group AS_2 {
type external;
peer-as 2;
neighbor x.x.x.x {
authentication-algorithm hmac-sha-1-96;
authentication-key-chain BGP_KEY;
}
neighbor x.x.x.x {
authentication-algorithm hmac-sha-1-96;
authentication-key-chain BGP_KEY;
}
}
}
If BGP neighbors are connecting to a peer AS of the approved gateway service provider, this is a finding.
V-217034
False
JUNI-RT-000290
This requirement is not applicable for the DODIN backbone.
Review the protocols hierarchy in the router configuration (see example below) and verify no BGP neighbors are configured to a peer AS that belongs to the approved gateway service provider.
protocols {
bgp {
group AS_2 {
type external;
peer-as 2;
neighbor x.x.x.x {
authentication-algorithm hmac-sha-1-96;
authentication-key-chain BGP_KEY;
}
neighbor x.x.x.x {
authentication-algorithm hmac-sha-1-96;
authentication-key-chain BGP_KEY;
}
}
}
If BGP neighbors are connecting to a peer AS of the approved gateway service provider, this is a finding.
M
4032