Skip to Content.
Sympa Menu

netsec-sig - Re: [Security-WG] I2 - draft of "filtering tcp/179" paper

Subject: Internet2 Network Security SIG

List archive

Re: [Security-WG] I2 - draft of "filtering tcp/179" paper


Chronological Thread 
  • From: gcbrowni <>
  • To:
  • Subject: Re: [Security-WG] I2 - draft of "filtering tcp/179" paper
  • Date: Wed, 14 Dec 2016 10:21:38 -0500
  • Ironport-phdr: 9a23:JnIi8BJhlbXLZcxhwNmcpTZWNBhigK39O0sv0rFitYgeL/zxwZ3uMQTl6Ol3ixeRBMOAuqkC1bSd6PuocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbQhFgDSwbalzIRi3ogncuMcbipZ+J6gszRfEvmFGcPlMy2NyIlKTkRf85sOu85Nm7i9dpfEv+dNeXKvjZ6g3QqBWAzogM2Au+c3krgLDQheV5nsdSWoZjBxFCBXY4R7gX5fxtiz6tvdh2CSfIMb7Q6w4VSik4qx2TxDmlToHNyUh8G7JlsNwkKxVoBWkpxNlwo7UZpyeOP5xc67ZeN8XQ3dKUMRMWCxbGo6yb5cAAOUcM+hWoYnzuVkBoxi5CwS3C+Pj1jpIi2X23aEm0eksFxzN0gw6H9IJtXTZtNr1O7sJXuCvy6nJwzPDb/JL0jr654jHbgsuoeuLXbN+d8rRyFIiFwzBjlWXsoPqJTeV1uIKs2eH9eZgVP+vh3Q5pA5svzii38EhgZTHiIISz1DL7yR5wIAtKN23T057ZtGkEJ9OuC2AK4R2RcYiTmd1syg50r0LoYO3cScOxZg92hLSavyKf5KV7h/tW+udOzZ1iXZ9dL++iBu+61Wsx+PzW8WuzVpHrzRJnsPPu30M0RHY99KJReFn/ki73DaCzwDT5f9AIUAzjafbLoQuwr80lpYOqEjDGDH5mUvsgK+ZbEUk/O+o5Pj9brXnu5+QLZF7hRzjMqg2m8y/B/o3MhQWUmSG9umx0Kfv8VD4TbhKlPE6j6fUvZ/AKckaoqO1GwpV3Zwi6xa7ATemytMYnXwfIVJKZB2IlJLpO1bAIfD+DPeymFuskDNsx//dJLLhBpPNLn/fn7v7fLZ99lRQxxQuwtBC/55UEK0OIOrvWk/ts9zVFgQ5PBKozOb6EtV9158eWGKWDq6XP6PfqluI5uM0I+mQf48ZpizxK/kj5/7yk3A5g1kdcre13ZcJcny3AOlpI1jKKUbr18wMGnoQvxYvCfPloFyETTNJYXuuBeQx6ixoJpihCNLMTYq3h6OH3W/vEZZcfGdZDFGkHnPvfYyAXfAHLiOPZMJtj2pXBvCaV4Y92ET250fBwL19I7+IqyA=

Thanks for the assist!

I’ve gone ahead and incorporated the suggestions. I’ll leave the topic open
for about another week, and then begin work on getting it posted and move on
to the next topic area. And, of course, none of this is static. We can make
changes in the future as well.

-G



> On Dec 13, 2016, at 1:59 PM, Andrew Gallo
> <>
> wrote:
>
> Good doc.
>
> few comments on the Junos section:
>
> The firewall filter config starts at the 'term' level. It might make the
> config a bit clearer to include the next higher level 'input-strict-in'
>
>> prefix-list BGP-PEERS {
>> apply-path "protocols bgp group <*> neighbor <*>";
>> }
>>
>> lo0 {
>> unit 0 {
>> family inet {
>> filter {
>> input-list input-strict-in;
>> }
>> }
>> family inet6 {
>> filter {
>> input-list input-strict-in;
>> }
>> }
>> }
>> }
>>
>>
>> filter input-strict-in {
>> term allow-bgp {
>> from {
>> source-prefix-list {
>> BGP-PEERS;
>> }
>> protocol tcp;
>> port bgp;
>> }
>> then accept;
>> }
>> <additional terms>
>> }
>
> (couple of other changes: changed the name of the prefix to match what is
> in the filter; changed interface syntax to 'input-list'; changed port from
> numeric to bgp; added family inet6 to the interface)
>
>
>
>
> On 12/13/2016 12:23 PM, gcbrowni wrote:
>> Folks,
>>
>> I’ve worked up a draft document in google doc, trying to incorporate the
>> feedback from the suvery and mailing list It’s at:
>> https://docs.google.com/document/d/1ewqrBGqsNDs_zcRIxGl7uGyGCXBJDuNs-LR5XIMy6ac/edit?usp=sharing
>>
>> <https://docs.google.com/document/d/1ewqrBGqsNDs_zcRIxGl7uGyGCXBJDuNs-LR5XIMy6ac/edit?usp=sharing>
>>
>> I’d appreciate feedback. The idea would be to have a web page on the I2
>> site that has a kind of general overview, and then a bunch of sub-pages on
>> individual topics. This would be the first of those individual topics. So,
>> more web pag'y and less pdf’y.
>>
>> In particular someone looking over the Cisco configs would be appreciated.
>> It’s been awhile for me and, frankly, the implementation of filtering
>> tcp/179 on Cisco devices seems a lot clunkier than either Juniper or
>> Brocade … making me wonder if I’m missing something. IE: it has to be
>> applied to every interface, as I understand it, because there is no
>> control plane interface (like on a Juniper) or control plane access list
>> (like on a Brocade.)
>>
>> Getting us a contact in Cisco to work with would also seem like a great
>> idea.
>>
>> Anyway, thoughts? Comments?
>>
>> (once this is do a good point we’ll get it posted and move on to the next
>> topic from the survey.)
>> -G
>
>

Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.19.

Top of Page