<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
    <meta charset="utf-8"> <!-- utf-8 works for most cases -->
    <meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
    <meta name="x-apple-disable-message-reformatting">  <!-- Disable auto-scale in iOS 10 Mail entirely -->
    <title></title> <!-- The title tag shows in email notifications, like Android 4.4. -->

    <!-- Web Font / @font-face : BEGIN -->
    <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->

    <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
    <!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]-->

    <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
    <!--[if !mso]><!-->
        <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
    <!--<![endif]-->

    <!-- Web Font / @font-face : END -->

    <!-- CSS Reset -->
    <style>

        /* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        .divider {
             width: 99%; 
             color:#555555;
            height: 1px;
            border-width: 0;
            color: gray;
            background-color: gray;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }
        /* What it does: Centers email on Android 4.4 */

        div[style*="margin: 16px 0"] {
            margin:0 !important;
        }

        .task_table {
            background-color: white;
        }
        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }

        /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }
        table table table {
            table-layout: auto;
        }

        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* What it does: A work-around for iOS meddling in triggered links. */
        *[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
        }

        /* What it does: A work-around for Gmail meddling in triggered links. */
        .x-gmail-data-detectors,
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
        }

        /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
        .a6S {
            display: none !important;
            opacity: 0.01 !important;
        }
        /* If the above doesn't work, add a .g-img class to any image in question. */
        img.g-img + div {
            display:none !important;
        }
        .standard_cell {
             padding: 10px;
             font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
             font-size: 15px;
             line-height: 15px;
             color: #555555;
             vertical-align: top;
        }

        .row_header {
            font-weight: bold;
            width: 31%;
        }

        /* What it does: Prevents underlining the button text in Windows 10 */
        .button-link {
            text-decoration: none !important;
        }
        .email-container {
            min-width: 600px;    
                margin-left: 3%; 
                margin-right: 3%;
        }

        .content_table {
            min-width: 600px;
                margin-left: 3%; 
                margin-right: 3%;
        }

        /* stuff for mobile phone. :) */
        @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 3)  { /* iPhone 6  */
            .email-container {
                min-width: 375px !important;
                max-width: 600px !important;
                padding-top:0px;
                margin-left: 3%; 
                margin-right: 3%;
            }
            .content_table {
                min-width: 375px !important;
                margin-left: 3%; 
                margin-right: 3%;
                max-width: 600px !important;
            }
        }
        @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) { /* iPhone X */
            .email-container {
                min-width: 375px !important;
                max-width: 600px !important;
                padding-top:0px;
                margin-left: 3%; 
                margin-right: 3%;
            }
            .content_table {
                min-width: 375px !important;
                max-width: 600px !important;
                margin-left: 3%; 
                margin-right: 3%;
            }
        }
        
        @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) { /* iPhone 6 7+ and 8+ */
            .email-container {
                min-width: 414px !important;
                max-width: 600px !important;
                padding-top:0px;
                margin-left: 3%; 
                margin-right: 3%;
            }
            .content_table {
                min-width: 414px !important;
                max-width: 600px !important;
                margin-left: 3%; 
                margin-right: 3%;
            }
        }
        @media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 2) { /* Galaxy S3 */
            .email-container {
                min-width: 320px !important;
                max-width: 600px !important;
                padding-top:0px;
                margin-left: 3%; 
                margin-right: 3%;
            }
            .content_table {
                min-width: 320px !important;
                max-width: 600px !important;
                margin-left: 3%; 
                margin-right: 3%;
            }
        }

        @media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 3) { /* Galaxy S4, s5 and note3 */
            .email-container {
                min-width: 320px !important;
                max-width: 600px !important;
                padding-top:0px;
                margin-left: 3%; 
                margin-right: 3%;
            }
            .content_table {
                min-width: 320px !important;
                max-width: 600px !important;
                margin-left: 3%; 
                margin-right: 3%;
            }
        }
        
        @media only screen and (min-device-width: 340px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 4) { /* Galaxy S6 */
            .email-container {
                min-width: 340px !important;
                max-width: 600px !important;
                padding-top:0px;
                margin-left: 3%; 
                margin-right: 3%;
            }
            .content_table {
                min-width: 340px !important;
                max-width: 600px !important;
                margin-left: 3%; 
                margin-right: 3%;
            }
        }
        
        @media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 4) { /* Galaxy S6 */
            .email-container {
                min-width: 360px !important;
                max-width: 600px !important;
                padding-top:0px;
                margin-left: 3%; 
                margin-right: 3%;
            }
            .content_table {
                min-width: 360px !important;
                max-width: 600px !important;
                margin-left: 3%; 
                margin-right: 3%;
            }
        }

    </style>

    <!-- Progressive Enhancements -->
    <style>

        /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
        .button-td:hover,
        .button-a:hover {
            background: #555555 !important;
            border-color: #555555 !important;
        }

        /* Media Queries */
        @media screen and (max-width: 600px) {

            /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
                font-size: 17px !important;
                line-height: 22px !important;
            }

        }

    </style>

    <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
    <!--[if gte mso 9]>
    <xml>
      <o:OfficeDocumentSettings>
        <o:AllowPNG/>
        <o:PixelsPerInch>96</o:PixelsPerInch>
     </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->

</head>
<body width="100%" bgcolor="#D1D1D1" style="margin: 0; mso-line-height-rule: exactly; min-width:320px;">
    <center style="width: 100%; background:#D1D1D1; text-align: left;">

        <!-- Visually Hidden Preheader Text : END -->

        <!--
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.
            2. MSO tags for Desktop Windows Outlook enforce a 600px width.
        -->
        <div style="display:flex;">
        <div style="display:block;  margin-bottom: 60px; margin-left: 3%; margin-right: 3%; padding-top:25px; min-width:320px;" class="email-container">
            <!--[if mso]>
            <table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" width="600px" align="center">
            <tr>
            <td>
            <![endif]-->

            <!-- Email Header : BEGIN -->
            <table role="presentation" class="content_table" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="background-color: #c1c1c1; min-width:320px;  margin-left: 3%; margin-right: 3%;">
                <tr>
                    <td>
                    </td>
                    <td style="padding-top: 10px; padding-bottom: 10px; padding-right: 0px; padding-left: 0px; text-align: center; width: 275px; height: 150px;">
                        
                            <a href="https://kinber.org/services/network-services/pennren/">
                        
                                <img align="middle" src="cid:pennren-logo.png" aria-hidden="true" alt="organizaton logo" class="logo_style" border="0" style="width: 275px; height: 150px; max-width: 275px; max-height: 150px">
                        
                            </a>
                        
                    </td>
                    <td>
                    </td>
                </tr>
            </table>
            <!-- Email Header : END -->

            <!-- Email Body : BEGIN -->
                <table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" width="100%" class="content_table task_table" style="background-color: #FFFFFF; min-width:320px; margin-left: 3%; margin-right: 3%; ">
                    <tr>
                        <th colspan='2' style="padding-top: 30px; padding-right:30px; padding-left:30px; padding-bottom:10px; font-family: proxima-nova, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; line-height: 20px; color: #555555; text-align: center">
                            <b>*Cancelled* Maintenance - PennREN Core Nodes BKNL, USCR, LEHI, PSHY, and NBRD</b>
                        </th>
                    </tr>
                    <tr>
                        <th colspan="2" style="padding:-5px; text-align: center; color: #555555;">
                            <hr class="divider">
                        </th>
                    </tr>
                </table>
                <table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" width="100%" class="content_table task_table" style="background-color: #FFFFFF; min-width:320px; margin-left: 3%; margin-right: 3%;">
                        
                        
                        <tr><td class="standard_cell row_header" style="word-break: keep-all; ">Affected:</td><td class="standard_cell row_item">Core Node BKNL <br/>
                                Core Node USCR <br/>
                                Core Node LEHI <br/>
                                Core Node PSHY <br/>
                                Core Node NBRD <br/>
                                Backbone BKNL-BLOM <br/>
                                Backbone BKNL-CAMP <br/>
                                Backbone BKNL-GMBDC <br/>
                                Backbone BKNL-LKHV <br/>
                                Backbone BKNL-PAJA <br/>
                                Backbone BKNL-PCOT <br/>
                                Backbone BKNL-PCOT2 <br/>
                                Backbone BKNL-UCKB <br/>
                                Backbone EAST-LEHI <br/>
                                Backbone LAFC-LEHI <br/>
                                Backbone LCCC-LEHI <br/>
                                Backbone LCCC-MAWC <br/>
                                Backbone LEHI-MULC <br/>
                                Backbone LEHI-NHCC <br/>
                                Backbone LEHI-PSLV <br/>
                                Backbone CTC1-PSHY <br/>
                                Backbone FANM-PSHY <br/>
                                Backbone HACC-PSHY <br/>
                                Backbone HACY-PSHY <br/>
                                Backbone MILL-PSHY <br/>
                                Backbone PSDN-PSHY <br/>
                                Backbone PSHB-PSHY <br/>
                                Backbone PSHY-SHIP <br/>
                                Backbone CCOP-NBRD <br/>
                                Backbone NBRD-BCNC <br/>
                                Backbone BUCK-NBRD <br/>
                                Backbone CHYN-NBRD <br/>
                                Backbone LSWC-NBRD <br/>
                                Backbone NBRD-DRXL <br/>
                                Backbone NBRD-PHLU <br/>
                                Backbone NBRD-PSAB <br/>
                                Backbone NBRD-PSDV <br/>
                                Backbone NBRD-SUNS <br/>
                                Backbone NBRD-WEST <br/>
                                Core BKNL-PSUP <br/>
                                Core BKNL-USCR <br/>
                                Core KUTZ-LEHI <br/>
                                Core LEHI-NBRD <br/>
                                Core LEHI-USCR <br/>
                                Core FANM-PSHY <br/>
                                Core NBRD-PSHY <br/>
                                Core PSHY-WIND <br/>
                                Core KUTZ-NBRD <br/>
                                Core NBRD-NBRD <br/>
                                Core NBRD-PSAB <br/>
                                Vendor RiverValley Internet <br/>
                                Vendor Conxx <br/>
                                Vendor Windstream Communication, Inc. <br/>
                                Peer Ironton Telephone <br/>
                                Peer Tierpoint <br/>
                                Peer NJEdge <br/>
                                Peer Netflix <br/>
                                Peer WiscNet <br/>
                                Customer Lock Haven University of PA <br/>
                                Customer The Pennsylvania State University <br/>
                                Customer Penn State University Park <br/>
                                Customer Penn State Hazleton <br/>
                                Customer Penn State Schuylkill <br/>
                                Customer Penn State Scranton <br/>
                                Customer Penn State Wilkes-Barre <br/>
                                Customer Penn State Harrisburg <br/>
                                Customer Penn State Dickinson <br/>
                                Customer Penn State Abington <br/>
                                Customer Penn State Brandywine <br/>
                                Customer Union County Keystone Building <br/>
                                Customer Bucknell University <br/>
                                Customer Small Business Development Center Bucknell University - LSBDC <br/>
                                Customer Bloomsburg University <br/>
                                Customer Camp Susque <br/>
                                Customer Geisinger Health System <br/>
                                Customer Lock Haven University of PA <br/>
                                Customer Luzerne County Community College <br/>
                                Customer Mansfield University of PA <br/>
                                Customer Pajama Factory <br/>
                                Customer Pennsylvania College of Technology <br/>
                                Customer Pennsylvania State Employees Credit Union <br/>
                                Customer Susquehanna University <br/>
                                Customer Troy Area School District <br/>
                                Customer Apogee Telecom Inc. <br/>
                                Customer GetWireless.net Inc <br/>
                                Customer University of Pittsburgh Main Campus <br/>
                                Customer University of Pittsburgh Bradford <br/>
                                Customer East Stroudsburg University of PA <br/>
                                Customer Lafayette College <br/>
                                Customer Lackawanna County <br/>
                                Customer University of Scranton <br/>
                                Customer Northampton County Community College <br/>
                                Customer Kutztown University of PA <br/>
                                Customer Lehigh Carbon Community College <br/>
                                Customer Lehigh University <br/>
                                Customer MAW Communications <br/>
                                Customer Montgomery County Emergency Operations Center - MCEOC <br/>
                                Customer Muhlenberg College <br/>
                                Customer Reading Area Community College <br/>
                                Customer Cheyney University of PA <br/>
                                Customer Franklin and Marshall College <br/>
                                Customer Harrisburg Area Community College <br/>
                                Customer Millersville University of PA <br/>
                                Customer Shippensburg University of PA <br/>
                                Customer Pennsylvania State Police <br/>
                                Customer WARE Center <br/>
                                Customer Fannett-Metal Senior High School <br/>
                                Customer Bopax Inc. DBA Subway 52779 <br/>
                                Customer Penn Manor School District <br/>
                                Customer Rural Broadband Cooperative <br/>
                                Customer Bucks County Community College <br/>
                                Customer Delaware County Community College <br/>
                                Customer La Salle University <br/>
                                Customer Montgomery County Community College <br/>
                                Customer West Chester University of PA <br/>
                                Customer Villanova University <br/>
                                Customer PASSHE Center City Multi-Campus <br/>
                                Customer Jefferson University - East Falls <br/>
                                Customer Susquehanna University <br/>
                                Customer Allegheny College <br/>
                                Customer Arcadia University <br/>
                                Customer Butler County Community College <br/>
                                Customer California University of PA <br/>
                                Customer Community College of Allegheny County <br/>
                                Customer Community College of Beaver County <br/>
                                Customer Community College of Philadelphia <br/>
                                Customer Clarion University of PA <br/>
                                Customer Carnegie Mellon University <br/>
                                Customer Drexel University <br/>
                                Customer Duquesne University <br/>
                                Customer Edinboro University of PA <br/>
                                Customer County of Venango <br/>
                                Customer Hempfield School District <br/>
                                Customer Indiana University of PA <br/>
                                Customer Monell Chemical Senses Center <br/>
                                Customer Meta Mesh Wireless Communities <br/>
                                Customer Butler Healthcare Providers <br/>
                                Customer Keystone Human Services <br/>
                                Customer Penn Highlands Community College <br/>
                                Customer Borough of Pottstown <br/>
                                Customer Reading Area Community College <br/>
                                Customer Rural Broadband Cooperative <br/>
                                Customer Slippery Rock University of PA <br/>
                                Customer Thaddeus Stevens College of Technology <br/>
                                Customer Thiel College <br/>
                                Customer The Public Library for Union County <br/>
                                </td></tr>
                        
                        <tr><td class="standard_cell row_header" style=" vertical-align: middle; word-break: keep-all;">Description:</td><td class="standard_cell row_item">*Please note that this maintenance has been cancelled* <br>The core nodes at Bucknell University, at University of Scranton, at Lehigh University, at Penn State Hershey, and at 401 N. Broad Street will be unavailable while PennREN Engineers perform a code upgrade maintenance. An outage of up to 5 minutes is expected and the entire window is reserved. Multi-homed traffic will reroute.</td></tr>
                        <tr><td class="standard_cell row_header" style=" word-break: keep-all;">Task Number:</td><td class="standard_cell row_item">CHG0040173</td></tr>
                        
                            <tr><td class="standard_cell row_header" style=" word-break: keep-all;">Planned Start Time:</td><td class="standard_cell row_item">2020-01-09 04:00:00 UTC</td></tr>
                            <tr><td class="standard_cell row_header" style="word-break: keep-all;">Planned End Time:</td><td class="standard_cell row_item">2020-01-09 11:00:00  UTC
                                    </td></tr>
                        
                        
                        
                        <tr><td class="standard_cell row_header" style="word-break: keep-all;">Affected Circuits:</td><td class="standard_cell row_item">PREN-CMCH-CMCH-10GE-07294<br/>
                                PREN-NBRD-NBRD-10GE-03515<br/>
                                PREN-NBRD-WEST-10GE-06187<br/>
                                PREN-BKNL-USCR-10GE-02075<br/>
                                PREN-NBRD-NBRD-10GE-07167<br/>
                                PREN-FANM-HFSD-GIGE-06403<br/>
                                PREN-BKNL-USCR-10GE-03932<br/>
                                PREN-PSHY-WIND-10GE-07680<br/>
                                PREN-EAST-EAST-10GE-07075<br/>
                                PREN-USCR-USCR-10GE-08475<br/>
                                PREN-RBCA-RBCA-GIGE-08887<br/>
                                PREN-KUTZ-KUTZ-10GE-06572<br/>
                                PREN-NBRD-PSHY-10GE-08538<br/>
                                PREN-FANM-THAD-GIGE-06508<br/>
                                PREN-USCR-USCR-GIGE-06172<br/>
                                PREN-PSAB-PSAB-GIGE-06780<br/>
                                PREN-DUQF-DUQF-10GE-08147<br/>
                                PREN-EAST-LEHI-10GE-07074<br/>
                                PREN-PHCC-PITJ-GIGE-03526<br/>
                                PREN-ECHC-ECHC-10GE-07696<br/>
                                PREN-BKNL-PCOT2-10GE-08401<br/>
                                PREN-NHCC-NHCC-GIGE-02900<br/>
                                PREN-BKNL-UCKB-GIGE-06332<br/>
                                PREN-CLAR-CLAR-GIGE-08797<br/>
                                PREN-NBRD-PSHY-10GE-04638<br/>
                                PREN-LAFC-LAFC-10GE-03689<br/>
                                PREN-NBRD-PSAB-GIGE-06743<br/>
                                PREN-NBRD-NBRD-GIGE-06623<br/>
                                PREN-BCCC-BCCC-GIGE-03561<br/>
                                PREN-NBRD-NBRD-10GE-08695<br/>
                                PREN-UCKB-UCKB-GIGE-06268<br/>
                                PREN-LEHI-USCR-10GE-03071<br/>
                                PREN-PSHY-SHIP-GIGE-06142<br/>
                                PREN-MILL-PSHY-10GE-06021<br/>
                                PREN-HACC-HACC-GIGE-07814<br/>
                                PREN-CALU-CALU-10GE-07974<br/>
                                PREN-BUCK-NBRD-GIGE-07381<br/>
                                PREN-KUTZ-NBRD-GIGE-07067<br/>
                                PREN-LEHI-USCR-10GE-04636<br/>
                                PREN-CTC1-PSHY-GIGE-06838<br/>
                                PREN-HACY-PSHY-GIGE-07498<br/>
                                PREN-NBRD-NOVA-10GE-06926<br/>
                                PREN-DCCC-DCCC-GIGE-06872<br/>
                                PREN-BKNL-UCKB-GIGE-06318<br/>
                                PREN-NBRD-PSAB-GIGE-06575<br/>
                                PREN-BKNL-PAJA-GIGE-06876<br/>
                                PREN-LEHI-NHCC-GIGE-07628<br/>
                                PREN-BKNL-BLOM-10GE-06003<br/>
                                PREN-MILL-PSHY-GIGE-06095<br/>
                                PREN-PSHY-SHIP-10GE-07440<br/>
                                PREN-PSUP-PSUP-GIGE-07812<br/>
                                PREN-NBRD-UCLB-VLAN-06269<br/>
                                PREN-LZCC-LZCC-GIGE-06539<br/>
                                PREN-CHYN-CHYN-GIGE-06036<br/>
                                PREN-SCRL-SCRL-10GE-07002<br/>
                                PREN-CHYN-NBRD-GIGE-06185<br/>
                                PREN-BKNL-BKNL-10GE-03197<br/>
                                PREN-PAJA-PAJA-GIGE-06875<br/>
                                PREN-NBRD-PHLU-10GE-08346<br/>
                                PREN-LZCC-LZCC-GIGE-07839<br/>
                                PREN-LAFC-LEHI-10GE-03737<br/>
                                PREN-BKNL-LKHV-10GE-07102<br/>
                                PREN-MILL-PMSD-10GE-06391<br/>
                                PREN-HACC-HACC-GIGE-03705<br/>
                                PREN-MAWC-MAWC-GIGE-05673<br/>
                                PREN-BKNL-PSUP-10GE-02073<br/>
                                PREN-NBRD-PSHY-10GE-01673<br/>
                                PREN-GMBDC-GMBDC-10GE-07419<br/>
                                PREN-BKNL-CAMP-GIGE-07016<br/>
                                PREN-MCEOC-MCEOC-GIGE-07109<br/>
                                PREN-PSHB-PSHY-GIGE-06740<br/>
                                PREN-NBRD-NBRD-10GE-08697<br/>
                                PREN-BUCK-BUCK-10GE-07587<br/>
                                PREN-HACC-PSHY-10GE-07135<br/>
                                PREN-SLIP-SLIP-GIGE-06011<br/>
                                PREN-CCBC-CCBC-GIGE-06148<br/>
                                PREN-LEHI-LEHI-10GE-04237<br/>
                                PREN-CCACS-CCACS-10GE-08520<br/>
                                PREN-HACC-HACC-GIGE-07979<br/>
                                PREN-LCCC-LEHI-10GE-07693<br/>
                                PREN-AUBH-AUBH-10GE-08824<br/>
                                PREN-ALLC-ALLC-10GE-08100<br/>
                                PREN-KUTZ-NBRD-GIGE-07485<br/>
                                PREN-LCCC-MAWC-10GE-05603<br/>
                                PREN-PSHY-WIND-10GE-02421<br/>
                                PREN-ACMA-ACMA-10GE-06934<br/>
                                PREN-BUCK-NBRD-10GE-04303<br/>
                                PREN-KUTZ-NBRD-GIGE-07059<br/>
                                PREN-MMHD-MMHD-GIGE-07563<br/>
                                PREN-FANM-PSHY-10GE-06588<br/>
                                PREN-LKHV-PSECU-GIGE-07659<br/>
                                PREN-NBRD-NBRD-GIGE-07984<br/>
                                PREN-NBRD-DRXL-10GE-03555<br/>
                                PREN-LCCC-LEHI-GIGE-05656<br/>
                                PREN-BKNL-PSUP-10GE-02074<br/>
                                PREN-BKNL-BKNL-10GE-08443<br/>
                                PREN-FMHS-FMHS-GIGE-06591<br/>
                                PREN-TASD-TASD-10GE-07011<br/>
                                PREN-EPHL-NBRD-NNI-05775<br/>
                                PREN-SHIP-SHIP-10GE-07648<br/>
                                PREN-PSHY-WIND-10GE-04637<br/>
                                PREN-NBRD-NBRD-10GE-08644<br/>
                                PREN-CCOP-NBRD-GIGE-06603<br/>
                                PREN-BKNL-PSHN-GIGE-05590<br/>
                                PREN-LSWC-LSWC-10GE-07819<br/>
                                PREN-LEHI-NBRD-10GE-01515<br/>
                                PREN-BKNL-USCR-10GE-02076<br/>
                                PREN-MCCC-POTB-GIGE-07144<br/>
                                PREN-RACC-RACC-GIGE-06991<br/>
                                PREN-NBRD-NBRD-10GE-03516<br/>
                                PREN-NBRD-PSHY-10GE-01664<br/>
                                PREN-FANM-FANM-10GE-06586<br/>
                                PREN-NBRD-NJEDGE-GIGE-06958<br/>
                                PREN-BMH-SLIP-GIGE-06087<br/>
                                PREN-LEHI-USCR-10GE-03072<br/>
                                PREN-ATA1-ATA1-GIGE-07124<br/>
                                PREN-NBRD-SUSQ1-10GE-08454<br/>
                                PREN-CAMP-CAMP-GIGE-07042<br/>
                                PREN-LEHI-MULC-10GE-08763<br/>
                                PREN-LEHI-NBRD-10GE-04644<br/>
                                PREN-THLC-THLC-GIGE-07584<br/>
                                PREN-NBRD-PSAB-10GE-08537<br/>
                                PREN-NBRD-PSDV-GIGE-06742<br/>
                                PREN-PSUP-WIND-10GE-06918<br/>
                                PREN-MULC-MULC-10GE-08756<br/>
                                PREN-BKNL-BKNL-GIGE-04617<br/>
                                PREN-KUTZ-LEHI-10GE-06032<br/>
                                PREN-NBRD-NBRD-10GE-08696<br/>
                                PREN-FRNK-FRNK-GIGE-07531<br/>
                                PREN-LEHI-PSLV-GIGE-06570<br/>
                                PREN-DRXL-DRXL-10GE-06144<br/>
                                PREN-MANS-MANS-10GE-06015<br/>
                                PREN-PCOT2-PCOT2-10GE-08402<br/>
                                PREN-DRXL-MCSC-GIGE-07576<br/>
                                PREN-BKNL-PSUP-10GE-04632<br/>
                                PREN-PSDV-PSDV-GIGE-06781<br/>
                                PREN-INDP-INDP-10GE-06556<br/>
                                PREN-BLOM-BLOM-10GE-06845<br/>
                                PREN-NBRD-SUNS-10GE-07972<br/>
                                PREN-LCCC-LEHI-GIGE-05874<br/>
                                PREN-NBRD-NBRD-10GE-08698<br/>
                                PREN-KUTZ-NBRD-GIGE-07065<br/>
                                PREN-BKNL-PCOT-10GE-06149<br/>
                                PREN-NBRD-NBRD-GIGE-06396<br/>
                                PREN-LKHV-LKHV-10GE-08496<br/>
                                PREN-PHLU-PHLU-10GE-08296<br/>
                                PREN-EDIN-EDIN-GIGE-06014<br/>
                                PREN-KUTZ-NBRD-GIGE-07064<br/>
                                PREN-MILL-MILL-GIGE-06098<br/>
                                PREN-FANM-WARE-GIGE-06460<br/>
                                PREN-LKHV-LKHV-GIGE-04619<br/>
                                PREN-LEHI-PSLV-GIGE-06427<br/>
                                PREN-BKNL-GMBDC-10GE-07418<br/>
                                PREN-LEHI-NHCC-GIGE-02901<br/>
                                PREN-PSHY-WIND-10GE-02429<br/>
                                PREN-WIND-WIND-GIGE-08450<br/>
                                PREN-BCNC-NBRD-GIGE-08800<br/>
                                PREN-LEHI-NBRD-10GE-01513<br/>
                                PREN-NBRD-NBRD-10GE-07237<br/>
                                PREN-FANM-PSHY-GIGE-03724<br/>
                                PREN-PSDN-PSHY-GIGE-07348<br/>
                                PREN-PSUP-PSUP-10GE-08426<br/>
                                PREN-LSWC-NBRD-10GE-07818<br/>
                                
                        </td></tr>
                        
                        
                        <tr><td class="standard_cell row_header" style="word-break: keep-all;">Affected Elements:</td><td class="standard_cell row_item">swt01.bknl.net.pennren.net<br/>
                                swt01.pshy.net.pennren.net<br/>
                                swt01.lehi.net.pennren.net<br/>
                                swt01.nbrd.net.pennren.net<br/>
                                swt01.uscr.net.pennren.net<br/>
                                </td></tr>
                        
                        
                        
                        
                        <tr style=""><td class="standard_cell row_header" style=" word-break: keep-all;">Timestamp:</td><td class="standard_cell row_item">2020-01-09 01:18:11 UTC</td></tr>
                        <tr style=""><td class="standard_cell row_header" style=" word-break: keep-all;">Message ID:</td><td class="standard_cell row_item">PennREN.CHG0040173.669.0</td></tr>
                        <tr>
                            <th colspan="2" style="padding:-5px; text-align: center; color: #555555;">
                                <hr class="divider">
                            </th>
                        </tr>
                </table>
                <table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" width="100%" class="content_table"  style="background-color: #FFFFFF; min-width:320px;  margin-left: 3%; margin-right: 3%;" >
                    <!-- <tr><td style="font-family: proxima-nova, Helvetica Neue, Helvetica, sans-serif; font-size: 15px; line-height: 20px; color: #555555;"><pre class="standard_cell x-gmail-data-detectors">The times provided above are in Coordinated Universal Time (UTC).<br/>

When replying, type your text above this line.<br/>
Please submit problems, requests, and questions at:<br/>
<a href="https://globalnoc.iu.edu/pennren/support/report-a-problem.html">https://globalnoc.iu.edu/pennren/support/report-a-problem.html</a><br/> <br/>

Thank You, <br/>
PennREN Network Operations Center <br/>
<a href="mailto:noc@pennren.net">noc@pennren.net</a>, 833-736-6736 (833-PENNREN) <br/>
 <br/>
PennREN NOC Home Page: <a href="https://noc.pennren.net">https://noc.pennren.net</a> <br/>
PennREN NOC Operations Calendars: <br/>
<a href="https://sn-tools.grnoc.iu.edu/operations-calendars/?network_name=PennREN">https://sn-tools.grnoc.iu.edu/operations-calendars/?network_name=PennREN</a></pre></td></tr> -->
                    <tr><td class="standard_cell">The times provided above are in Coordinated Universal Time (UTC).<br/>

When replying, type your text above this line.<br/>
Please submit problems, requests, and questions at:<br/>
<a href="https://globalnoc.iu.edu/pennren/support/report-a-problem.html">https://globalnoc.iu.edu/pennren/support/report-a-problem.html</a><br/> <br/>

Thank You, <br/>
PennREN Network Operations Center <br/>
<a href="mailto:noc@pennren.net">noc@pennren.net</a>, 833-736-6736 (833-PENNREN) <br/>
 <br/>
PennREN NOC Home Page: <a href="https://noc.pennren.net">https://noc.pennren.net</a> <br/>
PennREN NOC Operations Calendars: <br/>
<a href="https://sn-tools.grnoc.iu.edu/operations-calendars/?network_name=PennREN">https://sn-tools.grnoc.iu.edu/operations-calendars/?network_name=PennREN</a></td></tr>
                </table>

                
                <table class="content_table" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" align="center" width="100%">
                    <tr>
                    <td>
                    </td>
                        <td style="padding-top: 10px; padding-bottom: 10px; padding-right: 0px; padding-left: 0px; text-align: center; width: 238px; height: 55px;">
                            <a href="https://globalnoc.iu.edu"><img align="middle" src="cid:sd-logo.png" aria-hidden="true" alt="organizaton logo" class="logo_style" border="0" style="width: 65%; height: 65%; max-width: 154px; max-height: 36px;"></a>
                        </td>
                    <td>
                    </td>
                    </tr>
                </table> 
                

            <!-- Email Body : END -->
            <table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" class="content_table">
                <tr>
                    <td style="padding: 40px 10px;width: 100%;font-size: 15px; font-family: proxima-nova, Helvetica Neue, Helvetica, sans-serif; line-height:18px; text-align: left; color: #888888;" class="x-gmail-data-detectors">
                    </td>
                </tr>
            </table>
            <!--[if mso]>
            </td>
            </tr>
            </table>
            <![endif]-->
        </div>
        </div>
    </center>
</body>
</html>