summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/nunoc.org.conf36
-rw-r--r--www/index.html8
-rw-r--r--www/nunocweb/-_engineering.html142
-rw-r--r--www/nunocweb/-_operations.html142
-rw-r--r--www/nunocweb/-_optical_network_department.html158
-rw-r--r--www/nunocweb/email_filtering.html151
-rw-r--r--www/nunocweb/email_filtering_attchmt/Filter MailApp.pdfbin0 -> 151898 bytes
-rw-r--r--www/nunocweb/email_filtering_attchmt/Filter Outlook.pdfbin0 -> 158188 bytes
-rw-r--r--www/nunocweb/email_filtering_attchmt/Filter Thunderbird.pdfbin0 -> 121375 bytes
-rw-r--r--www/nunocweb/escalation.html168
-rw-r--r--www/nunocweb/fault_reporting.html160
-rw-r--r--www/nunocweb/home.html150
-rw-r--r--www/nunocweb/jobs.html121
-rw-r--r--www/nunocweb/network.html159
-rw-r--r--www/nunocweb/network_attchmt/NORUnet connections map.jpgbin0 -> 867556 bytes
-rw-r--r--www/nunocweb/news.html146
-rw-r--r--www/nunocweb/open_trouble_tickets.html143
-rw-r--r--www/nunocweb/operations_management.html142
-rw-r--r--www/nunocweb/organisation.html142
-rw-r--r--www/nunocweb/service_levels.html160
-rw-r--r--www/nunocweb/service_status.html151
-rw-r--r--www/nunocweb/services.html205
-rw-r--r--www/nunocweb/services_attchmt/Naming Standard Rev. 1.5.pdfbin0 -> 1209047 bytes
-rw-r--r--www/nunocweb/support.html159
-rw-r--r--www/nunocweb/support___fault_reporting.html145
-rw-r--r--www/nunocweb/visiting_address.html157
-rw-r--r--www/resources/NORDUnet.css321
-rw-r--r--www/resources/NORDUnetPrint.css60
-rw-r--r--www/resources/intro_bottom.jpgbin0 -> 564 bytes
-rw-r--r--www/resources/intro_top.jpgbin0 -> 807 bytes
-rw-r--r--www/resources/left_back.gifbin0 -> 1366 bytes
-rw-r--r--www/resources/main_nav_back.gifbin0 -> 4259 bytes
-rw-r--r--www/resources/main_nav_back_selected.gifbin0 -> 4521 bytes
-rw-r--r--www/resources/main_nav_back_selected.jpgbin0 -> 1384 bytes
-rw-r--r--www/resources/main_nav_left.gifbin0 -> 1272 bytes
-rw-r--r--www/resources/main_nav_left_selected.gifbin0 -> 1211 bytes
-rw-r--r--www/resources/nunoc_logo.pngbin0 -> 15715 bytes
-rw-r--r--www/resources/pipes.jpgbin0 -> 2730 bytes
-rw-r--r--www/resources/pipes_back.jpgbin0 -> 389 bytes
-rw-r--r--www/resources/search.gifbin0 -> 148 bytes
-rw-r--r--www/resources/subnavback.gifbin0 -> 198 bytes
-rw-r--r--www/resources/top_back.gifbin0 -> 1097 bytes
42 files changed, 3326 insertions, 0 deletions
diff --git a/conf/nunoc.org.conf b/conf/nunoc.org.conf
new file mode 100644
index 0000000..6c444ce
--- /dev/null
+++ b/conf/nunoc.org.conf
@@ -0,0 +1,36 @@
+
+server {
+ listen 80 default_server;
+ server_name www.nordunoc.net
+ www.nunoc.se
+ www.nunoc.fi
+ www.nunoc.no
+ www.nunoc.org
+ www.nunoc.eu
+ www.nunoc.com
+ www.nordunoc.se
+ www.nordunoc.com
+ www.nordunoc.org
+ www.nordunoc.eu;
+ return 302 $scheme://www.nunoc.net$request_uri;
+}
+
+server {
+ listen 80;
+ server_name www.nunoc.net;
+
+ location / {
+ root /var/www;
+ index index.html index.htm;
+ }
+
+ location /nunocweb/ticket.php {
+ #return 302 https://register.nordu.net/tts/openissues.php?$query_string;
+ proxy_pass https://register.nordu.net/tts/openissues.php;
+ }
+
+ location /nunocweb/rss.php {
+ #return 302 https://register.nordu.net/tts/rss.php?$query_string;
+ proxy_pass https://register.nordu.net/tts/rss.php;
+ }
+}
diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..32a83e1
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <title>NUNOC Website</title>
+ <meta http-equiv="refresh" content="0;URL=nunocweb/home.html">
+ </head>
+ <body>
+ </body>
+</html> \ No newline at end of file
diff --git a/www/nunocweb/-_engineering.html b/www/nunocweb/-_engineering.html
new file mode 100644
index 0000000..173e90f
--- /dev/null
+++ b/www/nunocweb/-_engineering.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - - Engineering</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">- Engineering</strong>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h3 id="id--Engineering-TheEngineeringDepartmentistheexpertorganistationwithinNUNOC.">The Engineering Department is the expert organistation within NUNOC.</h3><h5 id="id--Engineering-Themaindepartmentobjectivesarelistedbelow:">The main department objectives are listed below:</h5><ul><li>Design, build &amp; implement network topology changes in conjunction with the NOC</li><li>Handle escalation from the NOC on network problems and IP Services.</li><li>Liaise with vendors within problems solution, escalations etc.</li><li>Performance monitoring.</li><li>Responsible for design, configuration, provisioning and implementation of other special purpose IP networks/services.</li><li>Represent NORDUnet/SUNET externally in IP/IT related matters.</li><li>Participate and lead IP development activities.</li><li>Be a knowledge and sparring partner for the NREN community</li><li>Design, build and implement transmission network topologies</li><li>Responsible for design, configuration, provisioning and implementation of transmission services</li><li>Investigate and correct non procedural transmission problems</li><li>Maintain the transmission network at a carrier grade quality state</li><li>Represent NORDUnet and the NORDIC REN's externally in transmission related matters</li><li>Analyze transmission network performance and take corrective measures to secure best possible network utilization</li><li>Cooperate with vendors within problems solution</li><li>Influence the technical roadmaps of equipment vendors based on requirements from OND</li><li>Participate in transmission network research and development activities</li><li>Continuously push the development and design of next generation networks and services</li><li>Be a knowledge base and sparring partner for the NREN community</li><li>Provide basic and advanced training education in transmission related matters</li><li>Conduct project management in relation to transmission related project</li></ul></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/-_operations.html b/www/nunocweb/-_operations.html
new file mode 100644
index 0000000..8b69a9d
--- /dev/null
+++ b/www/nunocweb/-_operations.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - - Operations</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">- Operations</strong>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h3 id="id--Operations-TheNetworkOperationsCenteristhe24/7operationsdepartment.">The Network Operations Center is the 24/7 operations department.</h3><h5 id="id--Operations-Thedepartmentmainobjectivesarelistedbelow.">The department main objectives are listed below.</h5><ul><li>24/7 Operation</li><li>Monitor state on Routed and Optical Network</li><li>Monitor services</li><li>React on and resolve procedural and documented problems</li><li>Escalate non procedural problems to 2nd. Line support within the required technology area</li><li>Perform trivial maintenance in accordance with briefing of 2nd. Line support staff</li><li>Arrange &quot;Hands and Feet&quot; for remote requests</li><li>Deliiver IT (Unix &amp; Microsoft) support to the SUNET/ NORDUnet organisations</li><li>Serve as On Call for out of hours events</li><li>Administer and maintain DNS Services for SUNET &amp; NORDUnet</li><li>Administer Domain registration &amp; IP Address assignment SUNET &amp; NORDUnet</li><li>Administer and maintain News Server - SUNET</li><li>Administer and maintain List Server - SUNET</li><li>Support for Stockholm Region</li><li>Handle Provisioning requests from customer on base services</li><li>Escalate complicated network provisioning to 2. Level Function</li></ul></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/-_optical_network_department.html b/www/nunocweb/-_optical_network_department.html
new file mode 100644
index 0000000..9c77625
--- /dev/null
+++ b/www/nunocweb/-_optical_network_department.html
@@ -0,0 +1,158 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - - Optical Network Department</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">- Optical Network Department</strong>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h3 id="id--OpticalNetworkDepartment-TheOpticalNetworkDepartmentistheOpticalandtransmissionnetworkexpertorganistationwithinNUNOC.">The Optical Network Department is the Optical and transmission network expert organistation within NUNOC. </h3>
+<h5 id="id--OpticalNetworkDepartment-Themaindepartmentobjectivesarelistedbelow:">The main department objectives are listed below:</h5>
+<ul>
+ <li>Design, build and implement transmission network topologies</li>
+ <li>Responsible for design, configuration, provisioning and implementation of transmission services</li>
+ <li>Investigate and correct non procedural transmission problems</li>
+ <li>Maintain the transmission network at a carrier grade quality state</li>
+ <li>Represent NORDUnet and the NORDIC REN's externally in transmission related matters</li>
+ <li>Analyze transmission network performance and take corrective measures to secure best possible network utilization</li>
+ <li>Cooperate with vendors within problems solution</li>
+ <li>Influence the technical roadmaps of equipment vendors based on requirements from OND</li>
+ <li>Participate in transmission network research and development activities</li>
+ <li>Continuously push the development and design of next generation networks and services</li>
+ <li>Be a knowledge base and sparring partner for the NREN community</li>
+ <li>Provide basic and advanced training education in transmission related matters</li>
+ <li>Conduct project management in relation to transmission related project</li>
+</ul></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/email_filtering.html b/www/nunocweb/email_filtering.html
new file mode 100644
index 0000000..500207b
--- /dev/null
+++ b/www/nunocweb/email_filtering.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <link rel="alternate" type="application/rss+xml" title="NORDUnet open trouble tickets - RSS" href="https://register.nordu.net/tts/rss.php" />
+
+ <title>NUNOC - Email Filtering</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Support & Fault reporting</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="fault_reporting.html" class="level2">Fault reporting</a>
+ </li>
+ <li class="level2">
+ <a href="open_trouble_tickets.html" class="level2">Open trouble tickets</a>
+ </li>
+ <li class="level2">
+ <a href="support.html" class="level2">Support</a>
+ </li>
+ <li class="level2">
+ <a href="escalation.html" class="level2">Escalation</a>
+ </li>
+ <li class="level2">
+ <a href="service_levels.html" class="level2">Service Levels</a>
+ </li>
+ <li class="level2">
+ <a href="service_status.html" class="level2">Service Status</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h3 id="EmailFiltering-E-mailfiltering">E-mail filtering</h3>
+
+<p>To avoid the risk of missing important information among all e-mails sent out on the SUNET and/or NORDUnet-FAIL list, we recommend creating a filter on your e-mail client that filters on your organisation abbreviation and SUNET/NORDUnet.</p>
+
+<p>To enable filtering of NUNOC’s trouble tickets, all our e-mails contain the specific header X-Affected. The organisations affected by an incident or by a planned maintenance work are specified in that header. When major or generic incidents occur the organisation specified in that header is SUNET/NORDUnet. </p>
+
+<p>How to create a filter on a specific header varies depending on which mail client you use. Enclosed are examples on how to create these filters on Thunderbird 3, Mail.app SL and Outlook 2011. Note that all mail clients may not support this feature.</p>
+
+<ul>
+ <li>Filter with <a href="../nunocweb/email_filtering_attchmt/Filter Thunderbird.pdf">Thunderbird</a></li>
+ <li>Filter with <a href="../nunocweb/email_filtering_attchmt/Filter MailApp.pdf">Mail.app</a></li>
+ <li>Filter with <a href="../nunocweb/email_filtering_attchmt/Filter Outlook.pdf">Microsoft Outlook</a></li>
+</ul></div>
+
+<div id="opentickets">
+<?php
+ echo(file_get_contents("https://register.nordu.net/tts/openissues.php?raw=1"));
+?>
+</div>
+<!-- Test -->
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/email_filtering_attchmt/Filter MailApp.pdf b/www/nunocweb/email_filtering_attchmt/Filter MailApp.pdf
new file mode 100644
index 0000000..5999933
--- /dev/null
+++ b/www/nunocweb/email_filtering_attchmt/Filter MailApp.pdf
Binary files differ
diff --git a/www/nunocweb/email_filtering_attchmt/Filter Outlook.pdf b/www/nunocweb/email_filtering_attchmt/Filter Outlook.pdf
new file mode 100644
index 0000000..81fa39e
--- /dev/null
+++ b/www/nunocweb/email_filtering_attchmt/Filter Outlook.pdf
Binary files differ
diff --git a/www/nunocweb/email_filtering_attchmt/Filter Thunderbird.pdf b/www/nunocweb/email_filtering_attchmt/Filter Thunderbird.pdf
new file mode 100644
index 0000000..aee994a
--- /dev/null
+++ b/www/nunocweb/email_filtering_attchmt/Filter Thunderbird.pdf
Binary files differ
diff --git a/www/nunocweb/escalation.html b/www/nunocweb/escalation.html
new file mode 100644
index 0000000..1ea8136
--- /dev/null
+++ b/www/nunocweb/escalation.html
@@ -0,0 +1,168 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Escalation</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Support & Fault reporting</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="fault_reporting.html" class="level2">Fault reporting</a>
+ </li>
+ <li class="level2">
+ <a href="open_trouble_tickets.html" class="level2">Open trouble tickets</a>
+ </li>
+ <li class="level2">
+ <a href="support.html" class="level2">Support</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Escalation</strong>
+ </li>
+ <li class="level2">
+ <a href="service_levels.html" class="level2">Service Levels</a>
+ </li>
+ <li class="level2">
+ <a href="service_status.html" class="level2">Service Status</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Escalation-Escalation">Escalation</h2>
+
+<h5 id="Escalation-AllescalationsmustbedoneviatheNOC">All escalations must be done via the NOC</h5>
+
+<p><strong>If you are not able to contact the NOC by phone, or if the guaranteed response time is exceeded, please escalate according to below, starting at Level 1.</strong></p>
+
+<div class="table-wrap"><table class="confluenceTable"><tbody>
+<tr>
+<th class="confluenceTh"><p>Level</p></th>
+<th class="confluenceTh"><p>Name</p></th>
+<th class="confluenceTh"><p>Email</p></th>
+<th class="confluenceTh"><p>Title</p></th>
+<th class="confluenceTh"><p>Phone</p></th>
+</tr>
+<tr>
+<td class="confluenceTd"><p>Level 1</p></td>
+<td class="confluenceTd"><p>Jonny Lundin</p></td>
+<td class="confluenceTd"><p> jlundin@nordu.net </p></td>
+<td class="confluenceTd"><p> NOC Manager </p></td>
+<td class="confluenceTd"><p> +46 76 007 0240</p></td>
+</tr>
+<tr>
+<td class="confluenceTd"><p>Level 2</p></td>
+<td class="confluenceTd"><p>Jørgen Qvist</p></td>
+<td class="confluenceTd"><p> qvist@nordu.net </p></td>
+<td class="confluenceTd"><p> Chief Network Operating Officer </p></td>
+<td class="confluenceTd"><p> +45 31 62 14 00 </p></td>
+</tr>
+<tr>
+<td class="confluenceTd"><p>Level 3</p></td>
+<td class="confluenceTd"><p>René Buch</p></td>
+<td class="confluenceTd"><p> rene.buch@nordu.net </p></td>
+<td class="confluenceTd"><p> Chief Executive Officer </p></td>
+<td class="confluenceTd"><p> +45 31 19 14 00 </p></td>
+</tr>
+</tbody></table></div></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/fault_reporting.html b/www/nunocweb/fault_reporting.html
new file mode 100644
index 0000000..a421e7c
--- /dev/null
+++ b/www/nunocweb/fault_reporting.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Fault reporting</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Support & Fault reporting</strong>
+
+ <ul>
+ <li class="level2">
+ <strong class="level2">Fault reporting</strong>
+ </li>
+ <li class="level2">
+ <a href="open_trouble_tickets.html" class="level2">Open trouble tickets</a>
+ </li>
+ <li class="level2">
+ <a href="support.html" class="level2">Support</a>
+ </li>
+ <li class="level2">
+ <a href="escalation.html" class="level2">Escalation</a>
+ </li>
+ <li class="level2">
+ <a href="service_levels.html" class="level2">Service Levels</a>
+ </li>
+ <li class="level2">
+ <a href="service_status.html" class="level2">Service Status</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Faultreporting-Faultreporting:">Fault reporting:</h2>
+
+
+<p><strong>NORDUnet:</strong><br />
+Phone: +46(0)8 20 78 60<br />
+Email: 247@nordu.net</p>
+
+<p><strong>SUNET:</strong><br />
+Phone: +46(0)8 20 78 60<br />
+Email: 247@sunet.se</p>
+
+<h5 id="Faultreporting-PleasenotethatURGENTproblemsmustalwaysbereportedviatelephoneandifpossiblesupportedbyanemail.">Please note that URGENT problems must always be reported via telephone and if possible supported by an email.</h5>
+
+<p>When reporting a fault <strong>please provide the following information:</strong></p>
+
+<p>Name<br />
+Service ID or name<br />
+Contact Telephone Number<br />
+Contact E-mail Address<br />
+Customer Reference Number or Ticket<br />
+Problem details and impact<br />
+Problem Symptoms. For example, faults (if so what type of errors), alarms identified (type of alarm) and from which direction?<br />
+Node name and IP Address if available<br />
+At what time did the problem start?<br />
+Is the problem still present and is it constant or intermittent?<br />
+What checks have been performed on own equipment<br />
+If required, are engineers able to access the site? and during which times (i.e. 9 to 5, out of hours)?<br />
+Is there somebody who could assist with fault finding on site if required? Contact details?</p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/home.html b/www/nunocweb/home.html
new file mode 100644
index 0000000..86f03b4
--- /dev/null
+++ b/www/nunocweb/home.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Home</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Home-WelcometotheNUNOCHomepage">Welcome to the NUNOC Homepage</h2>
+
+
+<p>NUNOC is the 24x7 Operations organisation established by NORDUnet, to operate and support Optical and IP network infrastructure for the NORDIC Research &amp; Educational network(s).</p>
+
+
+<p>NUNOC is currently operating and supporting the NORDUnet and the national Swedish Research &amp; Educational network (SUNET) fibre, optical and IP networks, as well as various <a href="../nunocweb/services.html">services</a>. NUNOC is available for all NORDIC Research and Educational organisations with a 24x7 technical operations and support requirement. </p>
+
+<p>The NUNOC Network Operations Centre is located at Tulegatan 11 in Stockholm, with a combined office and state of the art Hosting facility. The Network Operations Centre is supported by pan Nordic technology expert teams covering all aspects of IP and Optical networking.</p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/jobs.html b/www/nunocweb/jobs.html
new file mode 100644
index 0000000..4a46339
--- /dev/null
+++ b/www/nunocweb/jobs.html
@@ -0,0 +1,121 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Jobs</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Jobs</strong>
+
+ <ul>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Jobs-Jobs">Jobs</h2>
+
+<h4 id="Jobs-NORDUnetiscurrentlyHiringforthefollowingpositions:">NORDUnet is currently Hiring for the following positions:</h4>
+
+<p>*</p>
+
+<p>If you are interested in working for NORDUnet please submit your resume and application to NORDUnet at jobs@nordu.net</p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/network.html b/www/nunocweb/network.html
new file mode 100644
index 0000000..aa418d9
--- /dev/null
+++ b/www/nunocweb/network.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Network</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Network</strong>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Network-NORDUnetNetworks">NORDUnet Networks</h2>
+
+<p><a href="http://www.nordu.net/ndnweb/nordunet_ip_network.html" class="external-link" rel="nofollow">NORDUnet IP Network</a> The Nordic IP backbone network that interconnects the research and education networks in the Nordic countries to the rest of the world</p>
+
+<p>NORDUnet IP Network <a href="http://cacti.sunet.se/plugins/weathermap/weathermap-cacti-plugin.php?action=viewmap&amp;id=673c21a9b06b3382167c" class="external-link" rel="nofollow">Dynamic load map</a></p>
+
+<p><a href="http://www.nordu.net/ndnweb/nordunet_nox.html" class="external-link" rel="nofollow">NOX - NorthernLight Optical Exchange</a> The Nordic Optical wavelength Exchange network that interconnects the Nordic Countries and via GLIF Open Lightpath Exchange (GOLE) connects to the rest of the world.</p>
+
+<h2 id="Network-Networkstatusandstatistics">Network status and statistics</h2>
+<p>Go to: <a href="http://stats.nordu.net" class="external-link" rel="nofollow">Network status and statistics</a></p>
+
+<h5 id="Network-Pleasedoalsosee">Please do also see</h5>
+
+<p><a href="http://www.nordu.net/ndnweb/nordunet_member_networks.html" class="external-link" rel="nofollow">Nordic NREN Networks</a> An overview of the in country NREN networks</p>
+
+<h5 id="Network-NORDUnetNetworkconnections">NORDUnet Network connections</h5>
+
+<p><img class="confluence-embedded-image" height="750" width="500" src="../nunocweb/network_attchmt/NORUnet connections map.jpg" data-image-src="../nunocweb/network_attchmt/NORUnet connections map.jpg"></p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/network_attchmt/NORUnet connections map.jpg b/www/nunocweb/network_attchmt/NORUnet connections map.jpg
new file mode 100644
index 0000000..59a34e6
--- /dev/null
+++ b/www/nunocweb/network_attchmt/NORUnet connections map.jpg
Binary files differ
diff --git a/www/nunocweb/news.html b/www/nunocweb/news.html
new file mode 100644
index 0000000..424437f
--- /dev/null
+++ b/www/nunocweb/news.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - News</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <strong class="level2">News</strong>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="News-NUNOCNews">NUNOC News</h2>
+
+<ul>
+ <li>As of January 1, 2012, NORDUnet are to provide a Videoconferencing MCU service for CSC FUNET. The service is operated by NUNOC.</li>
+</ul></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/open_trouble_tickets.html b/www/nunocweb/open_trouble_tickets.html
new file mode 100644
index 0000000..689e340
--- /dev/null
+++ b/www/nunocweb/open_trouble_tickets.html
@@ -0,0 +1,143 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <link rel="alternate" type="application/rss+xml" title="NORDUnet open trouble tickets - RSS" href="https://register.nordu.net/tts/rss.php" />
+
+ <title>NUNOC - Open trouble tickets</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Support & Fault reporting</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="fault_reporting.html" class="level2">Fault reporting</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Open trouble tickets</strong>
+ </li>
+ <li class="level2">
+ <a href="support.html" class="level2">Support</a>
+ </li>
+ <li class="level2">
+ <a href="escalation.html" class="level2">Escalation</a>
+ </li>
+ <li class="level2">
+ <a href="service_levels.html" class="level2">Service Levels</a>
+ </li>
+ <li class="level2">
+ <a href="service_status.html" class="level2">Service Status</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Opentroubletickets-Opentroubletickets">Open trouble tickets</h2>
+
+<p>NUNOC publishes generic lists of all open trouble tickets below.</p>
+
+<p>We recommend that you subscribe to the ticket lists to get automatic e-mail notification about faults and planned maintenance activities. <br />
+When subscribing to a list you will get all tickets sent out by NUNOC, we therefore advise to filter the ones affecting your organisation. <br />
+For instructions on how to filter please visit: <a href="../nunocweb/email_filtering.html">E-mail filtering</a></p></div>
+
+<div id="opentickets">
+ <iframe class="fill" frameborder=0 width="100%" height="100%" src="https://register.nordu.net/tts/openissues.php"></iframe>
+</div>
+<!-- Test -->
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/operations_management.html b/www/nunocweb/operations_management.html
new file mode 100644
index 0000000..3fe75d3
--- /dev/null
+++ b/www/nunocweb/operations_management.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Operations Management</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Operations Management</strong>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="OperationsManagement-Operationsmanagement">Operations management</h2><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th class="confluenceTh"><p>Name</p></th><th class="confluenceTh"><p>Title</p></th><th class="confluenceTh"><p>email</p></th></tr><tr><td class="confluenceTd"><p>Jørgen Qvist</p></td><td class="confluenceTd"><p>Chief Operating &amp; Service Development Officer</p></td><td class="confluenceTd"><p>qvist@nordu.net</p></td></tr><tr><td class="confluenceTd"><p>Jonny Lundin</p></td><td class="confluenceTd"><p>NOC Operations Manager</p></td><td class="confluenceTd"><p>jlundin@nordu.net</p></td></tr><tr><td class="confluenceTd"><p>Lars Lange Bjørn</p></td><td class="confluenceTd"><p>Network Engineering Manager</p></td><td class="confluenceTd"><p>longbear@nordu.net</p></td></tr></tbody></table></div></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/organisation.html b/www/nunocweb/organisation.html
new file mode 100644
index 0000000..6276377
--- /dev/null
+++ b/www/nunocweb/organisation.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Organisation</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Organisation</strong>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Organisation-NUNOCStructure">NUNOC Structure</h2><p><strong>The NUNOC service organisation consist of 2 departments; the Network Engineering and Operations which contains the 24/7 NOC operations<br /></strong></p><h2 id="Organisation-TheNUNOCTeam">The NUNOC Team</h2><ul><li><a href="https://portal.nordu.net/pages/viewpage.action?pageId=5799968">J&oslash;rgen Qvist, Chief Operating &amp; Service Development Officer</a></li></ul><h5 id="Organisation-Operations">Operations</h5><ul><li><a class="external-link" href="mailto:jlundin@nordu.net" rel="nofollow">Jonny Lundin, Operations Manager<br /></a><ul><li>Dennis Wallberg, Senior Operations Engineer</li><li>Salu Upadhyay, Senior Operations Engineer</li><li>Patrik Larsson, Operations Engineer</li><li>Mikael Ottosson, Operations Engineer</li><li>Jonas Hagström, Operations Engineer</li><li>Fredrik Korsbäck, Operations Engineer</li></ul></li></ul><h5 id="Organisation-Engineering">Engineering</h5><ul><li><a class="external-link" href="mailto:longbear@nordu.net" rel="nofollow">Lars Lange Bjørn, Engineering Manager</a><ul><li>Magnus Bergroth, IP Network Specialist</li><li>Fredrik Pettai, IP Network Specialist</li><li>Alin Pastrama, IP Network Specialist</li><li>Alberto Colmenero Sanchez, Optical Network Architect</li><li>Rasmus Lund, Optical Network Architect</li><li>Michael Breitenstein, Network Engineer</li><li>Håvard Eidnes, IP Network consultant</li></ul></li></ul><h3 id="Organisation-Services(ReportingintoJørgenQvist)">Services (Reporting into Jørgen Qvist)</h3><ul><li>SUNET Business Unit (Reporting into SUNET)<ul><li>Leif Johansson, SUNET CTO</li><li>Per Nihlén, SUNET CTO</li><li>Valter Nordh, SUNET Advisor<br /><br /></li></ul></li><li>Erik Kikkenborg, Media Services Manager</li></ul><p><img class="wysiwyg-unknown-macro" src="https://portal.nordu.net/plugins/servlet/confluence/placeholder/unknown-macro?name=html&locale=en_GB&version=2" /></p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/service_levels.html b/www/nunocweb/service_levels.html
new file mode 100644
index 0000000..69348be
--- /dev/null
+++ b/www/nunocweb/service_levels.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Service Levels</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Support & Fault reporting</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="fault_reporting.html" class="level2">Fault reporting</a>
+ </li>
+ <li class="level2">
+ <a href="open_trouble_tickets.html" class="level2">Open trouble tickets</a>
+ </li>
+ <li class="level2">
+ <a href="support.html" class="level2">Support</a>
+ </li>
+ <li class="level2">
+ <a href="escalation.html" class="level2">Escalation</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Service Levels</strong>
+ </li>
+ <li class="level2">
+ <a href="service_status.html" class="level2">Service Status</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="ServiceLevels-ServiceLevels">Service Levels</h2>
+
+<h3 id="ServiceLevels-NUNOCisafull24/7operations,withproactivesurveillanceandoperationsofthesupportedNetworksandServices">NUNOC is a full 24/7 operations, with proactive surveillance and operations of the supported Networks and Services</h3>
+
+<h5 id="ServiceLevels-DuringMannedhours(MondaytoFriday06:00-22:00):">During Manned hours (Monday to Friday 06:00 - 22:00):</h5>
+<p>Faults can be reported by telephone and via e-mail. </p>
+
+<ul>
+ <li>Faults reported by telephone shall be answered within 2 minutes.</li>
+ <li>In exceptional cases, faults can be reported to a &quot;telephone answering service&quot;. The NOC shall contact the person who has reported the fault within a maximum of 10 minutes.</li>
+ <li>The NOC shall confirm faults that are reported by e-mail within 10 minutes.<br />
+Fault isolation and reporting shall be effected as quickly as possible. </li>
+ <li>The NOC shall begin fault isolation within 5 minutes after the fault has been notified / reported.</li>
+ <li>The NOC shall notify the fault immediately after fault localisation to the relevant provider / operator if the fault is due to a fault in the connection and/or equipment and to the respective level 2 operation if the fault is not directly attributable to connections or equipment.</li>
+ <li>Proactive surveillance is done by means of &quot;eyeballing&quot; alarms from all Network mgt. and support system.</li>
+</ul>
+
+
+<h5 id="ServiceLevels-DuringOtherhours:">During Other hours:</h5>
+<p>Faults can be reported by telephone and via e-mail. </p>
+
+<ul>
+ <li>Faults that are reported by telephone may be received by a &quot;telephone answering service&quot;. The NOC shall contact the person who reported the fault within a maximum of 30 minutes.<br />
+Fault isolation and reporting shall be effected as quickly as possible. </li>
+ <li>The NOC shall begin fault isolation within 30 minutes after the fault has been notified / reported.</li>
+ <li>The NOC shall notify the fault immediately after fault localisation to the relevant provider / operator if the fault is due to a fault in the connection and/or equipment and to the respective level 2 operation if the fault is not directly attributable to connections or equipment.'</li>
+ <li>Proactive surveillance is done by means of SMS alarms sent from Network mgt. and support system.</li>
+</ul></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/service_status.html b/www/nunocweb/service_status.html
new file mode 100644
index 0000000..07ca946
--- /dev/null
+++ b/www/nunocweb/service_status.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Service Status</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Support & Fault reporting</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="fault_reporting.html" class="level2">Fault reporting</a>
+ </li>
+ <li class="level2">
+ <a href="open_trouble_tickets.html" class="level2">Open trouble tickets</a>
+ </li>
+ <li class="level2">
+ <a href="support.html" class="level2">Support</a>
+ </li>
+ <li class="level2">
+ <a href="escalation.html" class="level2">Escalation</a>
+ </li>
+ <li class="level2">
+ <a href="service_levels.html" class="level2">Service Levels</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Service Status</strong>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h3 id="ServiceStatus-ServiceStatus">Service Status</h3>
+<p>NUNOC publishes the operational status of the supported services. </p>
+
+<p>The view’s are based on the NUNOC Nagios surveillance installation.</p>
+
+<p>Please note that as most services are redundant a service can be fully working even if a host or service component is down.</p>
+
+
+<p>You can choose between a Summary and a more detailled Overview.</p>
+<ul>
+ <li><a href="https://nagios.nordu.net/stats/summary.html" class="external-link" rel="nofollow">Status Summary</a></li>
+ <li><a href="https://nagios.nordu.net/stats/overview.html" class="external-link" rel="nofollow">Status Overview</a></li>
+</ul>
+
+
+<h3 id="ServiceStatus-Availabilityreports">Availability reports</h3>
+
+<p>NUNOC publishes availability reports for the supported services. The views are based on our Nagios availability reports.<br />
+You can choose between <a href="http://nagios.nordu.net/reports/index.html" class="external-link" rel="nofollow">monthly and 6 month roling reports</a>.</p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/services.html b/www/nunocweb/services.html
new file mode 100644
index 0000000..917ba8d
--- /dev/null
+++ b/www/nunocweb/services.html
@@ -0,0 +1,205 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Services</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Services</strong>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h5 id="Services-NORDUnetoffersanumberofgenericservicesthatcanbesourcedthroughthelocalinCountryNREN">NORDUnet offers a number of generic <a href="http://www.nordu.net/ndnweb/network___services.html" class="external-link" rel="nofollow">services</a> that can be sourced through the local in Country <a href="http://www.nordu.net/ndnweb/nordunet_member_networks.html" class="external-link" rel="nofollow">NREN</a></h5>
+
+<hr />
+
+<h3 id="Services-CurrentlythefollowingServicesaremaintainedbyNUNOC">Currently the following Services are maintained by NUNOC</h3>
+
+<h5 id="Services-NetworkOperations">Network Operations</h5>
+<ul>
+ <li>NORDUnet Transport and IP Network</li>
+ <li>SUNET Transport and IP Network</li>
+</ul>
+
+
+<h5 id="Services-ServiceOperations">Service Operations</h5>
+<ul>
+ <li><a href="http://wayf.dk/wayfweb/forside.html" class="external-link" rel="nofollow">WAYF</a>, Where Are You From, The Danish AAI Federation</li>
+ <li><a href="http://www.ndgf.org/ndgfweb/home.html" class="external-link" rel="nofollow">NeIC/NDGF</a> (OOH), the Nordic DataGrid Facility</li>
+ <li>IP Transit</li>
+ <li>Lambda and transport capacity Services</li>
+ <li>Equipment Hosting</li>
+ <li><a href="http://www.nordu.net/ndnweb/nordunet_virtualized_server_hosting.html" class="external-link" rel="nofollow">Virtualised Server Hosting</a></li>
+ <li>DNS</li>
+ <li><a href="http://lobber.se" class="external-link" rel="nofollow">Lobber</a> Data-Distribution-Service</li>
+ <li>E-meeting (Adobe Connect-Pro)</li>
+ <li>E-Mailfilter (Canit)</li>
+ <li><a href="https://wiki.nordu.net/display/NORDUwiki/NORDUnet+Video+Conferencing+Services" class="external-link" rel="nofollow">Video Conferencing Service</a> (Radvision)</li>
+</ul>
+
+
+<hr />
+
+<h3 id="Services-GenericSLC(ServicelevelCommitment)">Generic SLC (Service level Commitment)</h3>
+
+<h5 id="Services-ServiceAvailability">Service Availability</h5>
+<p>Commitment:<br />
+NORDUnet will endeavor to meet the Service availability at the following levels:<br />
+Single Route or non-redundant Services 99.50%<br />
+Protected Route or redundant Services 99.99%</p>
+
+<h5 id="Services-DefinitionandMeasurement:">Definition and Measurement:</h5>
+<p>Service Availability is a measure of the relative amount of time during which a Service is available for Customer use during a calendar month. „Service Unavailability“ on a Service is defined as the periods for which a Service is experienced as unusable, and is measured from the time</p>
+<ul>
+ <li>that the Customer reports unavailability of the Service to the NORDUnet NOC and NORDUnet opens a trouble ticket, until the time</li>
+ <li>that NORDUnet advises the Customer that the Service is restored and operating in accordance with agreed specifications.<br />
+Any periods of time which a trouble ticket is kept open following notification by the NORDUnet NOC that Service has been restored, is not included in measuring the duration of a period of Service Unavailability.</li>
+</ul>
+
+
+<h5 id="Services-Serviceinterruptionsthatarenotcountedasunavailability">Service interruptions that are not counted as unavailability</h5>
+<ul>
+ <li>Planned work announced in accordance with GTC</li>
+ <li>Any interruptions of a redundant link or service that are not service affecting</li>
+ <li>Interruptions caused by customer either planned or unplanned</li>
+ <li>Interruptions cause by another NORDUnet service that the service depend on</li>
+ <li>Force majeure or similar in accordance with GTC</li>
+</ul>
+
+
+<hr />
+
+<h3 id="Services-NORDUnetstandardsanddocumentsavailable,foreveryonetousefreely">NORDUnet standards and documents available, for everyone to use freely </h3>
+<ul>
+ <li><a href="../nunocweb/services_attchmt/Naming Standard Rev. 1.5.pdf">Generic Network and Services naming standard</a></li>
+</ul></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/services_attchmt/Naming Standard Rev. 1.5.pdf b/www/nunocweb/services_attchmt/Naming Standard Rev. 1.5.pdf
new file mode 100644
index 0000000..9939a74
--- /dev/null
+++ b/www/nunocweb/services_attchmt/Naming Standard Rev. 1.5.pdf
Binary files differ
diff --git a/www/nunocweb/support.html b/www/nunocweb/support.html
new file mode 100644
index 0000000..a365bd6
--- /dev/null
+++ b/www/nunocweb/support.html
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Support</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Support & Fault reporting</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="fault_reporting.html" class="level2">Fault reporting</a>
+ </li>
+ <li class="level2">
+ <a href="open_trouble_tickets.html" class="level2">Open trouble tickets</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Support</strong>
+ </li>
+ <li class="level2">
+ <a href="escalation.html" class="level2">Escalation</a>
+ </li>
+ <li class="level2">
+ <a href="service_levels.html" class="level2">Service Levels</a>
+ </li>
+ <li class="level2">
+ <a href="service_status.html" class="level2">Service Status</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Support-Support:">Support:</h2>
+
+
+<h5 id="Support-Forsupportonexistingservicespleaseusebelow:">For support on existing services please use below:</h5>
+
+<p><strong>NORDUnet:</strong><br />
+Phone: +46(0)8 20 78 60<br />
+Email: noc@nordu.net</p>
+
+<p><strong>SUNET:</strong><br />
+Phone: +46(0)8 20 78 60<br />
+Email: noc@sunet.se</p>
+
+
+
+
+<h5 id="Support-ForsupportregardingNORDUnetcontractorbillingissuespleasecontact:">For support regarding NORDUnet contract or billing issues please contact:</h5>
+
+<p><strong>Contract Manager - Thomas Hyllested</strong><br />
+Email: thomas.hyllested@nordu.net<br />
+Telephone: +45 31 62 14 07</p>
+
+<h5 id="Support-ForinformationorenquiriesregardingnewNORDUnetservicespleasecontact:">For information or enquiries regarding new NORDUnet services please contact:</h5>
+
+<p><strong>Chief Networking Operating Officer - Jørgen Qvist</strong><br />
+Email: jorgen.qvist@nordu.net<br />
+Telephone: +45 31 62 14 00</p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/support___fault_reporting.html b/www/nunocweb/support___fault_reporting.html
new file mode 100644
index 0000000..8b0c3f6
--- /dev/null
+++ b/www/nunocweb/support___fault_reporting.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Support & Fault reporting</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li>
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li id="selectedPage">
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Support & Fault reporting</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="fault_reporting.html" class="level2">Fault reporting</a>
+ </li>
+ <li class="level2">
+ <a href="open_trouble_tickets.html" class="level2">Open trouble tickets</a>
+ </li>
+ <li class="level2">
+ <a href="support.html" class="level2">Support</a>
+ </li>
+ <li class="level2">
+ <a href="escalation.html" class="level2">Escalation</a>
+ </li>
+ <li class="level2">
+ <a href="service_levels.html" class="level2">Service Levels</a>
+ </li>
+ <li class="level2">
+ <a href="service_status.html" class="level2">Service Status</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h4 id="Support&amp;Faultreporting-NUNOCSupportsanumberofdifferentnetworksandservices.EachhasaseperateSupportandServiceLevelAgreement.">NUNOC Supports a number of different networks and services. Each has a seperate Support and Service Level Agreement.</h4>
+
+
+<h4 id="Support&amp;Faultreporting-BeforereportingafaultorsupportissuepleasecheckiftheproblemshouldbedealtwithattheNUNOClevel.">Before reporting a fault or support issue please check if the problem should be dealt with at the NUNOC level.</h4>
+
+
+<h5 id="Support&amp;Faultreporting-"> </h5>
+
+
+<h5 id="Support&amp;Faultreporting-AsafurtherhelpNUNOCpublishesagenericlistofallopentroubletickets.">As a further help NUNOC publishes a generic list of all open trouble tickets.</h5>
+
+
+<h5 id="Support&amp;Faultreporting-Pleaseconsultthelistoftroubleticketsbeforereportingproblemstoseewhethertheproblemhasalreadybeenidentifiedandhandled.OpenTroubleTicketsList">Please consult the list of trouble tickets before reporting problems to see whether the problem has already been identified and handled. <a href="../nunocweb/open_trouble_tickets.html">Open Trouble Tickets List</a></h5></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/nunocweb/visiting_address.html b/www/nunocweb/visiting_address.html
new file mode 100644
index 0000000..81cf00d
--- /dev/null
+++ b/www/nunocweb/visiting_address.html
@@ -0,0 +1,157 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Visiting address</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <strong class="level2">Visiting address</strong>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Visitingaddress-VisitingNUNOC">Visiting NUNOC</h2>
+
+<h3 id="Visitingaddress-NUNOC">NUNOC</h3>
+<p>Tulegatan 11, 2tr<br />
+SE-113 53 Stockholm<br />
+Sweden<br />
+Switchboard: +46 8 441 8800<br />
+Fax: +46 8 207 866</p>
+
+<h3 id="Visitingaddress-Headquarters">Headquarters</h3>
+<p>NORDUnet A/S<br />
+Kastruplundgade 22<br />
+DK-2770 Kastrup<br />
+Denmark<br />
+Switchboard: +45 32 46 25 00<br />
+Fax: +45 45 76 23 66</p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html>
diff --git a/www/resources/NORDUnet.css b/www/resources/NORDUnet.css
new file mode 100644
index 0000000..71db7db
--- /dev/null
+++ b/www/resources/NORDUnet.css
@@ -0,0 +1,321 @@
+html {
+
+}
+
+body {
+ margin: 0;
+ padding: 0;
+
+}
+
+#container {
+ width: 100%;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #000;
+ background: #fff url('pipes_back.jpg') repeat-y top left;
+}
+
+#top {
+ display: block;
+ width: 100%;
+ background: #00B2E4 url('top_back.gif') repeat-x bottom left;
+ overflow: hidden;
+
+}
+#top_table {
+ margin:0;
+ padding:0;
+ margin-top: 33px;
+ width: 900px;
+ border-collapse: collapse;
+ margin-bottom: -1px;
+
+
+}
+
+#top_table td {
+ vertical-align:bottom;
+}
+
+#top_table td img {
+ margin-bottom: 20px;
+ display: block;
+ padding-right:10px;
+
+}
+
+#main_nav {
+ margin:0;
+ padding:0;
+ list-style:none;
+ color: #fff;
+ height: 40px;
+ display: block;
+
+}
+
+#main_nav li {
+ display: block;
+ float: left;
+ background: url('main_nav_left.gif') no-repeat bottom left;
+ padding: 0 0 0 11px;
+
+}
+#main_nav li#selectedPage {
+ background: url('main_nav_left_selected.gif') no-repeat bottom left;
+}
+#main_nav li a {
+ display: block;
+ float: left;
+ padding: 0 11px 0 0;
+ height: 40px;
+ color: #fff;
+ text-decoration: none;
+ outline: 0;
+ background: url('main_nav_back.gif') no-repeat bottom right;
+}
+
+#main_nav li#selectedPage a {
+ background: url('main_nav_back_selected.jpg') no-repeat bottom right;
+ color: #000;
+
+}
+#main_nav li a span {
+ vertical-align: middle;
+ display: block;
+ padding-top: 10px;
+
+}
+
+#left {
+ clear: both;
+ background: #fff url('left_back.gif') repeat-y top left;
+ width: 200px;
+ float: left;
+}
+
+#search_form {
+ padding-left: 8px;
+ width: 200px;
+ margin: 10px 0 20px 0;
+}
+
+#search_form .input_image {
+
+ vertical-align: middle;
+}
+
+#nav {
+
+ width: 200px;
+ font-size: 12px;
+ clear: both;
+}
+
+#nav #intro {
+ width: 179px;
+ background: #fff url('intro_top.jpg') no-repeat top left;
+ padding: 15px 10px 1px 10px;
+}
+
+#nav #intro_footer {
+ width: 199px;
+ height:27px;
+ background: #fff url('intro_bottom.jpg') no-repeat top left;
+}
+
+
+#nav ul.site_tree,
+#nav ul.site_tree ul,
+#nav ul.site_tree li {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+
+}
+#nav ul.site_tree {
+ background: transparent url(subnavback.gif) no-repeat bottom left;
+ padding-bottom:2px;
+}
+
+#nav ul.site_tree a {
+ color: #4F4E4E;
+ text-decoration: none;
+ display: block;
+}
+
+#nav ul.site_tree a:hover {
+ text-decoration: none;
+}
+
+#nav ul.site_tree strong.level1 {
+ color: #000;
+ display: block;
+ background-color: #59BAE7;
+}
+
+#nav ul.site_tree li.level2 {
+ background: transparent url(subnavback.gif) no-repeat top left;
+}
+
+
+#nav ul.site_tree a.level1,
+#nav ul.site_tree strong.level1 {
+ padding:5px 0 5px 10px;
+
+}
+
+#nav ul.site_tree li.level2 {
+ display:block;
+ padding: 5px 0 2px 15px;
+}
+
+#nav ul.site_tree a.level2 {
+
+}
+
+#nav #nav_pic {
+ display: block;
+ margin: 0;
+ padding: 0;
+}
+
+
+h1 {
+ font-size: 20px;
+ color: #004788;
+}
+
+h2 {
+ font-size: 18px;
+ color: #004788;
+}
+
+h3 {
+ font-size: 16px;
+ color: #004788;
+}
+
+h4 {
+ font-size: 14px;
+ color: #004788;
+}
+
+h5 {
+ font-size: 12px;
+ color: #004788;
+}
+
+p {
+ font-size: 12px;
+ color: #004788;
+
+}
+
+ul {
+ font-size: 12px;
+ color: #004788;
+
+}
+
+#ConfluenceContent {
+ margin-left: 200px;
+ padding: 20px;
+ width: auto;
+ line-height: 1.5em;
+}
+
+#ConfluenceContent table {
+ border-collapse: collapse;
+}
+
+#ConfluenceContent th {
+ background-color: #f0f0f0;
+ padding: 5px;
+ border: 1px solid #ccc;
+ color: #036;
+}
+
+#ConfluenceContent td {
+ vertical-align: top;
+ border: 1px solid #ccc;
+ padding: 5px;
+}
+
+*html #ConfluenceContent table { width:99%; }
+
+#footer {
+ clear: both;
+ width: 100%;
+ height: 35px;
+ background-color: #D8D8D8;
+ border-top: 1px solid #989898;
+ border-bottom: 1px solid #989898;
+}
+
+#footer p {
+ vertical-align: middle;
+ margin: 12px 10px 10px 200px;
+ font-size: 10px;
+ color: #848484;
+}
+
+#footer img {
+ float: left;
+ margin: 0px 0px 0px 2px;
+}
+
+hr {
+ border: 0;
+ color: #696969;
+ background-color:#696969;
+ height: 1px;
+}
+
+
+#intro img{
+ padding-top: 5px;
+ border: none;
+}
+
+/* Open trouble tickets */
+#opentickets {
+ margin-left: 200px;
+ padding: 0 20px 20px 20px;
+ width: auto;
+}
+
+.blue {
+background:#004788 none repeat scroll 0 0;
+}
+
+.text {
+ font-size: 12px;
+ color: #004788;
+}
+
+.group_heading {
+color:#004788;
+font-size:12px;
+font-weight:bolder;
+}
+
+.list_info {
+background-color:#D9EFFA;
+color:#004788;
+padding:0.6em;
+}
+
+.whitebold {
+color:#FFFFFF;
+font-size:12px;
+font-weight:bold;
+}
+
+iframe.fill {
+ width: 100%;
+ min-height: 600px;
+ height: -moz-available;
+ height: -webkit-fill-available;
+}
diff --git a/www/resources/NORDUnetPrint.css b/www/resources/NORDUnetPrint.css
new file mode 100644
index 0000000..e7b7657
--- /dev/null
+++ b/www/resources/NORDUnetPrint.css
@@ -0,0 +1,60 @@
+#container {
+ width: auto;
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background: white;
+}
+
+#top {
+ display: none;
+ }
+
+#left {
+ display: none;
+}
+
+#ConfluenceContent {
+ font-family: Georgia, "Times New Roman", serif;
+ font-size: 12pt;
+ line-height: 1.5em;
+ width: auto;
+ margin: 0 5px;
+ padding: 0;
+ border: 0;
+ float: none !important;
+ color: black;
+}
+
+
+#footer {
+ clear: both;
+ width: 100%;
+ border-top: 1px solid #989898;
+ border-bottom: 1px solid #989898;
+ text-align: center;
+ clear: both;
+ margin: 0;
+ padding: 0;
+ border-bottom: none;
+}
+
+#footer p {
+ font-size: 9px;
+ color: #000;
+ margin: 0;
+ padding: 0;
+ line-height: 35px;
+}
+
+#footer img {
+ float: left;
+ margin: 0px 0px 0px 2px;
+}
+
+hr {
+ border: 0;
+ color: #000;
+ background-color:#000;
+ height: 1px;
+}
diff --git a/www/resources/intro_bottom.jpg b/www/resources/intro_bottom.jpg
new file mode 100644
index 0000000..f1f01b5
--- /dev/null
+++ b/www/resources/intro_bottom.jpg
Binary files differ
diff --git a/www/resources/intro_top.jpg b/www/resources/intro_top.jpg
new file mode 100644
index 0000000..4579323
--- /dev/null
+++ b/www/resources/intro_top.jpg
Binary files differ
diff --git a/www/resources/left_back.gif b/www/resources/left_back.gif
new file mode 100644
index 0000000..bffe2f0
--- /dev/null
+++ b/www/resources/left_back.gif
Binary files differ
diff --git a/www/resources/main_nav_back.gif b/www/resources/main_nav_back.gif
new file mode 100644
index 0000000..c6ad535
--- /dev/null
+++ b/www/resources/main_nav_back.gif
Binary files differ
diff --git a/www/resources/main_nav_back_selected.gif b/www/resources/main_nav_back_selected.gif
new file mode 100644
index 0000000..8f4b32d
--- /dev/null
+++ b/www/resources/main_nav_back_selected.gif
Binary files differ
diff --git a/www/resources/main_nav_back_selected.jpg b/www/resources/main_nav_back_selected.jpg
new file mode 100644
index 0000000..8492215
--- /dev/null
+++ b/www/resources/main_nav_back_selected.jpg
Binary files differ
diff --git a/www/resources/main_nav_left.gif b/www/resources/main_nav_left.gif
new file mode 100644
index 0000000..122e91b
--- /dev/null
+++ b/www/resources/main_nav_left.gif
Binary files differ
diff --git a/www/resources/main_nav_left_selected.gif b/www/resources/main_nav_left_selected.gif
new file mode 100644
index 0000000..1e8a0c0
--- /dev/null
+++ b/www/resources/main_nav_left_selected.gif
Binary files differ
diff --git a/www/resources/nunoc_logo.png b/www/resources/nunoc_logo.png
new file mode 100644
index 0000000..d48c79e
--- /dev/null
+++ b/www/resources/nunoc_logo.png
Binary files differ
diff --git a/www/resources/pipes.jpg b/www/resources/pipes.jpg
new file mode 100644
index 0000000..378a45d
--- /dev/null
+++ b/www/resources/pipes.jpg
Binary files differ
diff --git a/www/resources/pipes_back.jpg b/www/resources/pipes_back.jpg
new file mode 100644
index 0000000..d492675
--- /dev/null
+++ b/www/resources/pipes_back.jpg
Binary files differ
diff --git a/www/resources/search.gif b/www/resources/search.gif
new file mode 100644
index 0000000..0010e5e
--- /dev/null
+++ b/www/resources/search.gif
Binary files differ
diff --git a/www/resources/subnavback.gif b/www/resources/subnavback.gif
new file mode 100644
index 0000000..799b35f
--- /dev/null
+++ b/www/resources/subnavback.gif
Binary files differ
diff --git a/www/resources/top_back.gif b/www/resources/top_back.gif
new file mode 100644
index 0000000..40ae535
--- /dev/null
+++ b/www/resources/top_back.gif
Binary files differ