G1 : Advanced Networking Protocol Workshop : Différence entre versions

De Wiki de Projets IMA
(Week 1 (01/10/2015))
(Week 1 (01/10/2015))
Ligne 11 : Ligne 11 :
  
 
== Workshop progress ==
 
== Workshop progress ==
=== Week 1 (01/10/2015) ===
+
=== Week 1 (28/09/2015) ===
 
conf files :
 
conf files :
 
*[[Media:Conf_ospf_hsrp_ipv4.txt | Conf_ospf_hsrp_ipv4.txt]]
 
*[[Media:Conf_ospf_hsrp_ipv4.txt | Conf_ospf_hsrp_ipv4.txt]]
 
*[[Media:Conf_hsrp_ipv6.txt | Conf_hsrp_ipv6.txt]]
 
*[[Media:Conf_hsrp_ipv6.txt | Conf_hsrp_ipv6.txt]]
 +
 +
=== Week 2 (05/10/2015) ===
 +
*ssh pour la machine cordouan
 +
ssh root@cordouan.insecserv.deule.net
 +
 +
*configuration de la machine virtuelle XEN
 +
xen-create-image --hostname=WESTMALLE --ip=193.48.57.161 --netmask=255.255.255.240 --gateway=193.48.57.174 --nameserver=193.48.57.48 --dir=/usr/local/xen --genpass=0 --password=pasglop --dist=stable
 +
 +
*fichier de configuration de la machine XEN
 +
/etc/.../WESTMALLE.cfg
 +
 +
*permet de la créer une fois le fichier de config
 +
xl create /etc/xen/WESTMALLE.cfg
 +
 +
*permet de lancer la machine virtuelle XEN
 +
xl console WESTMALLE

Version du 8 octobre 2015 à 18:15

The main aim of this workshop is to realize a redundant network infrastructure to ensure maximum availability in case of a device or path failure. The architecture of the network is shown in the diagram given below.

Network architecture.PNG

Scope statement for the specific task

Task overview

We were assigned to configure one of the L3 switches to enable routing protocol(for IPv4 and IPv6) and also to ensure layer 3 redundancy with HSRP.

Materials used for the specific task

  • Layer-3 Switch : Cisco Catalyst 3560-E
  • PC with serial connection

Workshop progress

Week 1 (28/09/2015)

conf files :

Week 2 (05/10/2015)

  • ssh pour la machine cordouan

ssh root@cordouan.insecserv.deule.net

  • configuration de la machine virtuelle XEN

xen-create-image --hostname=WESTMALLE --ip=193.48.57.161 --netmask=255.255.255.240 --gateway=193.48.57.174 --nameserver=193.48.57.48 --dir=/usr/local/xen --genpass=0 --password=pasglop --dist=stable

  • fichier de configuration de la machine XEN

/etc/.../WESTMALLE.cfg

  • permet de la créer une fois le fichier de config

xl create /etc/xen/WESTMALLE.cfg

  • permet de lancer la machine virtuelle XEN

xl console WESTMALLE