netsec-sig - RE: [Security-WG] I2 - Routing security survey results
Subject: Internet2 Network Security SIG
List archive
- From: Michael Hare <>
- To: "" <>, "" <>
- Subject: RE: [Security-WG] I2 - Routing security survey results
- Date: Thu, 01 Dec 2016 16:03:33 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:IlxOzREfGLn1C33NEV3eNZ1GYnF86YWxBRYc798ds5kLTJ7zr8SwAkXT6L1XgUPTWs2DsrQf2rGQ7/mrBTVIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZb1/IA+5oAnMucUbjpZuIbstxxXUpXdFZ/5Yzn5yK1KJmBb86Maw/Jp9/ClVpvks6c1OX7jkcqohVbBXAygoPG4z5M3wqBnMVhCP6WcGUmUXiRVHHQ7I5wznU5jrsyv6su192DSGPcDzULs5Vyiu47ttRRT1jioMKjw3/3zNisFojKxVvg+vpwBxzYDXboGaNvt+cKzGcNMGXmVNQtpdWzBdDo6+aYYEEuoPPfxfr4n4v1YAqhq+ChWsBOz11DBIgmL9068g3OQ7Dw7NwQstH9cPsHvIrNX6LrkdUeSvwKnI1zrDde1Z1Czz6YjJaRAuveuAUqxtfsrM0EQiER7OgFaIqYH9Ij+Y2esAv3Kf4uZ+T+6jlmoqpgNrrjSyycogl5HFip8ax13L7yl0xJg5Kce5RUN5e9KoDZVduzmEO4dqQM4uWW5ltScgxrEbuJO2cjIGxZcpyhPZdveJaZKH4gj5W+aUOTp4hGxqeLa4hxuq6kigz/H8VtGu31ZXsipFksTAumoD1hzS8ciIVv598V2g2TaLzQzS5OBEIVsomqbBNZEu36MwmoISsUTFACD2hF37gLKZe0gr4OSl7/rrbq/7qpKYNYJ4kBzyP6szlsCnBOQ3KAkOX2yV+eSm073j+FX0QLBLjvIqkqnWqo7VJcABqq65GQBVyJgs5g2xDjeny9QXgWMLI0xYdxKal4TpIU3BIOjkDfejhFShiCxryO7aMb38GJXNL2TDkbf4cbdz5E5R0w4zzdFE55JIEbENPuj/Wk73tNzEEBA5KQq0zPj7CNljzI8RR3+AArLKeJ/V5BWK+uEHKumFfpdTuTHnIL4p6ubnkHt/lFMAN+H934cUQHm4F+5+ZUSee3GqjtoZGHoO+AcyUbquwBeZXDVOfXeuTucj6Rk6Dp6rF4HOWtrrjbCclm/vBZBde3pHFkHJDnjAdoOYVu0KZT7IZMJtj2pXe6KmTtoE1BquvQL+g5puNOecrigZvpLq2dwz5+TJmDkt9Cd/ScmRzjfeHClPgmoUSmpuj+hEqktnxwLb3A==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
If we want to push GTSM, as a group may want to put pressure on Juniper to
improve their implementation. Last time I checked [14.x] it was an easy
outbound toggle but inbound you have to manually change your input firewall
filter to disallow BGP that is not TTL 255. We use groups extensively so
the worst outcome is that I've had to come up with a different input filter
for internet facing connections, but for others I could see this being
cumbsersome if they are not using groups.
-Michael
==/==
set firewall family inet filter antispoof-in-ttl-security apply-groups
sync_fw-inet-ttl-security
m7h@r-uwmilwaukee-hub-re1# show groups sync_fw-inet-ttl-security
firewall {
family inet {
filter <*> {
term bgp {
from {
protocol tcp;
ttl-except 255;
port 179;
}
then {
count :discard:tcp:bgp-ttl;
discard;
}
}
term else {
then next term;
}
}
}
}
-----Original Message-----
From:
[mailto:]
On Behalf Of John Kristoff
Sent: Thursday, December 1, 2016 9:22 AM
To:
Subject: Re: [Security-WG] I2 - Routing security survey results
On Thu, 1 Dec 2016 14:51:53 +0000
gcbrowni
<>
wrote:
> Based on the SHOULD/MUST column, it would seem that we should start
> with a discussion paper on filter BGP/tcp-179 and then maybe iBGP
> edge filtering? How’s that sound, or does anyone have some alternatre
> suggestions?
Sounds good to me. It seems like GTSM is an easy win at IXes or p2p
links. Perhaps we can add this as a third item on the todo list? I'll
add this to our todo here locally where applicable.
John
- [Security-WG] I2 - Routing security survey results, gcbrowni, 12/01/2016
- <Possible follow-up(s)>
- Re: [Security-WG] I2 - Routing security survey results, John Kristoff, 12/01/2016
- RE: [Security-WG] I2 - Routing security survey results, Michael Hare, 12/01/2016
- Re: [Security-WG] I2 - Routing security survey results, Brad Fleming, 12/01/2016
- Re: [Security-WG] I2 - Routing security survey results, gcbrowni, 12/02/2016
- Re: [Security-WG] I2 - Routing security survey results, Michael H Lambert, 12/02/2016
- Re: [Security-WG] I2 - Routing security survey results, gcbrowni, 12/02/2016
- Re: [Security-WG] I2 - Routing security survey results, Dale W. Carder, 12/02/2016
- Re: [Security-WG] I2 - Routing security survey results, gcbrowni, 12/02/2016
- Re: [Security-WG] I2 - Routing security survey results, Michael H Lambert, 12/02/2016
- RE: [Security-WG] I2 - Routing security survey results, Michael Hare, 12/01/2016
Archive powered by MHonArc 2.6.19.