TP Quagga
TP Quagga
TP Quagga
1. PRINCIPE
Dans cette première étude, nous allons voir un exemple très simple où le routage est fait par des routes statiques
uniquement.
2. SCHÉMA
Fonctionnalités testées:
Paramétrage interfaces
Routes statiques
Accès Telnet
3. CONFIGURATIONS
Vous devez configurer votre système Linux correctement pour pouvoir lancer Quagga avec succès.
Référez-vous au tutorial Quagga pour de l'assistance.
CONFIGURATIONS LINUX
#vim /etc/quagga/daemons
zebra=yes
bgpd=no
ospfd=no
ospf6d=no
ripd=no
ripngd=no
isisd=no
Si vous avez effectués des changements dans vos fichiers daemon sur , redémarrez le service quagga:
Stopping Quagga daemons (prio:0): ospfd zebra (bgpd) (ripd) (ripngd) (ospf6= d) (isisd).
Removing all routes made by zebra.
Nothing to flush.
Loading capability module if not yet done.
Starting Quagga daemons (prio:10): zebra.
#vim /etc/quagga/vtysh.conf
!
! Sample
!
! service integrated-vtysh-config
hostname Quagga_A
username root nopassword
!
#vim /etc/quagga/vtysh.conf
!
! Sample
!
! service integrated-vtysh-config
hostname Quagga_B
username root nopassword
!
hostname Cisco-2651
ip routing
ip multicast-routing distributed
4. COMMANDES SHOW
TABLE DE ROUTAGE
Quagga_A#show ip route
Cisco-2651#show ip route
TP Serveur Quagga TRC NABOU Abdellah
Quagga_B#show ip route
3750_L3#show ip route
INTERFACES
Quagga_A#show version
Cisco-2651#show version
Quagga_A#show ip forwarding
IP forwarding is on