Difference between revisions of "Example-RedIris"

From VNUML-WIKI
Jump to: navigation, search
(initial release)
 
(Scenario)
Line 12: Line 12:
 
== Scenario ==
 
== Scenario ==
  
http://www.rediris.es/red/
+
RedIRIS is the the Spanish National Research and Education Network (NREN). The topology (described in the [http://www.rediris.es/red/index.en.html RedIRIS site] and also shown in the figure below is composed of 19 network nodes.
 +
 
 +
<center>
 +
[[Image:Rediris.jpg|RedIRIS topology]]<br />
 +
'''Figure 1: RedIRIS topology'''
 +
</center>
 +
 
 +
A VNUML scenario implementing the RedIRIS topology is shown in this example. However, note that given that the scenario does include routing configuration (by the moment), neither static nor dynamic, only directly connected nodes are reachable each other. However, it could be possible to run some dynamic routing process (eg., OSFP) in the nodes in order to get global connectivity.
 +
 
 +
Thing to do. If you want to help us to improve this example, the following enhancements could be done:
 +
 
 +
* Implementing OSPF-based routing to get global connectivity (consider, for example, to adapt the OSFP example to the RedIRIS scenario)
 +
* Using the <bw> to configure relative bandwidth (e.g, IX-CAT bandwidth four times the one in AND-VAL).
  
 
== VNUML Description ==
 
== VNUML Description ==

Revision as of 21:43, 1 July 2008

RedIRIS Network

Authors:
Fermín Galán (galan at dit.upm.es)
version 1.8, July 1st, 2008


Scenario

RedIRIS is the the Spanish National Research and Education Network (NREN). The topology (described in the RedIRIS site and also shown in the figure below is composed of 19 network nodes.

RedIRIS topology
Figure 1: RedIRIS topology

A VNUML scenario implementing the RedIRIS topology is shown in this example. However, note that given that the scenario does include routing configuration (by the moment), neither static nor dynamic, only directly connected nodes are reachable each other. However, it could be possible to run some dynamic routing process (eg., OSFP) in the nodes in order to get global connectivity.

Thing to do. If you want to help us to improve this example, the following enhancements could be done:

  • Implementing OSPF-based routing to get global connectivity (consider, for example, to adapt the OSFP example to the RedIRIS scenario)
  • Using the <bw> to configure relative bandwidth (e.g, IX-CAT bandwidth four times the one in AND-VAL).

VNUML Description


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vnuml SYSTEM "/usr/share/xml/vnuml/vnuml.dtd" 
[
  <!ENTITY VNUMLDIR "/usr/share/vnuml/">
]>

<vnuml>

TO BE DONE
</vnuml>

Download