WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

Mise au point d'une stratégie de qualité de service dans inter réseau via le protocole BGP. Cas de Microcom et Afrinet

( Télécharger le fichier original )
par Falonne NDAY
Université protestante de Lubumbashi en RDC - Diplôme d'ingénieur en sciences informatiques 2013
  

précédent sommaire suivant

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

III.2.4. Nommage

Quant à la manière dont les deux AS seront reconnus sur le réseau, ou encore le nom sous lequel un AS reconnaitra un autre, nous allons prendre leurs numéros d'AS qui leurs sont déjà attribué d'avance par le registre régionale, mais au NAP nous allons lui attribuer un autre, voici ces numéro :

ü Afrinet  : AS8513

ü Microcom : AS22351

ü Nap : AS200

Mais en ce qui concerne les équipements, chacun a sa propre nomenclature que nous allons décrire dans le tableau suivant :

TYPE

FAI

NUMERO

NOM DE L'EQUIPEMENT

routeur

afrinet

1

Afrit-rout-1

routeur

afrinet

2

Afri-rout-2

routeur

microcom

1

Micro-rout-1

routeur

microcom

2

Micro-rout-2

switch

afrinet

 

Afri-switch

switch

microcom

 

Micro-switch

ordinateur

afrinet

1

PC1

ordinateur

microcom

2

P

switch

N/A

 

Ixp-switch

Tableau 5: nomenclature des équipements interconnectés

III.2.5. Configuration

Pour la simulation de ce travail nous avons utilisé le logiciel suivant :

· GNS3

· DYNAMIPS

Sur le routeur afri-rout-1

afri-rout-1#afri-rout-1(config)#interface fastethernet 0/0

afri-rout-1#afri-rout-1(config-if)#ip address 192.168.1.1 255.255.255.0

afri-rout-1#Destination filename [startup-config]?

afri-rout-1#Destination filename [startup-config]

afri-rout-1#Building configuration...

afri-rout-1#[OK]

afri-rout-1#Enter configuration commands, one per line. End with CNTL/Z.

afri-rout-1#afri-rout-1(config)#INTERFACE SERIAL 0/0

afri-rout-1#afri-rout-1(config-if)#ip address 41.222.216.1 255.255.252.0

afri-rout-1#

afri-rout-1#afri-rout-1(config-if)#exit

afri-rout-1#

afri-rout-1#afri-rout-1(config)#router bgp 8513

afri-rout-1#afri-rout-1(config-router)#bgp log-neighbor-changes

afri-rout-1#$(config-router)#network 41.222.216.0 mask 255.255.252.0

afri-rout-1#afri-rout-1(config-ighbor 192.160.1.2 remote-as 200

afri-rout-1#afri-rout-1(config-router)#no neighbor 192.160.1.2 remote-as 200

afri-rout-1#afri-rout-1(config-router)#neighbor 192.168.1.2 remote-as 200

afri-rout-1#afri-rout-1(config-router)#neighbor 192)#no auto summary

afri-rout-1#afri-rout-1(config-router)#no auto-summary

afri-rout-1#afri-rout-1(config)#access-list 1 permit 41.222.216.0 0 .0.0.255

afri-rout-1#afri-rout-1(config)#access-list 1 permit 192.168.1.0 0 .0.0.255

afri-rout-1#afri-rout-1(config)#END

afri-rout-1#afri-rout-1#EXIT

afri-rout-1#

afri-rout-1#COPY R S

Destination filename [startup-config]?

Building configuration...

[OK]

afri-rout-1#conf t

Enter configuration commands, one per line. End with CNTL/Z.

afri-rout-1(config)#route-map SET_COMMUNITY permit 10

afri-rout-1(config-route-map)#match ip address 1

afri-rout-1(config-route-map)#set community 100

afri-rout-1(config-route-map)#exit

afri-rout-1(config)#line con 0

afri-rout-1(config-line)#exec-timeout 5 0

afri-rout-1(config-line)#privilege level 15

afri-rout-1(config-line)#password cisco

afri-rout-1(config-line)#logging synchrinous

Translating "synchrinous"...domain server (255.255.255.255)

afri-rout-1(config-line)#logi

afri-rout-1(config-line)#login

afri-rout-1(config-line)#stopbits 1

afri-rout-1(config-line)#line vty 0 5

afri-rout-1(config-line)#privilege level 15

afri-rout-1(config-line)#password tfe

afri-rout-1(config-line)#login

afri-rout-1(config-line)#terminal-type monitor

afri-rout-1(config-line)#^Z

afri-rout-1#

*Mar 1 00:53:38.103: %SYS-5-CONFIG_I: Configured from console by console

afri-rout-1#copy r s

Destination filename [startup-config]?

Building configuration...

[OK]

Sur le routeur afri-rout-2

R2#enable

R2#conf t

Enter configuration commands, one per line. End with CNTL/Z.

R2(config)#hostname afri-rout-2

afri-rout-2(config)#interface fastethernet0/1

afri-rout-2(config-if)#ip address 192.168.1.2 255.255.255.0

afri-rout-2(config-if)#end

COPY R S

Destination filename [startup-config]?

Building configuration...

[OK]

afri-rout-2#conf t

Enter configuration commands, one per line. End with CNTL/Z.

afri-rout-2(config)#interface fastethernet0/0

afri-rout-2(config-if)#ip address 192.168.0.1 255.255.255.0

afri-rout-2(config-if)#end

afri-rout-2(config)#end

afri-rout-2#

*Mar 1 03:20:29.103: %SYS-5-CONFIG_I: Configured from console by console

afri-rout-2#copy r s

Destination filename [startup-config]?

Building configuration...

[OK]

afri-rout-2#conf t

Enter configuration commands, one per line. End with CNTL/Z.

afri-rout-2(config)#interface fa 0/1

afri-rout-2(config-if)#ip address 192.168.0.1 255.255.255.0

afri-rout-2(config-if)#duplex full

afri-rout-2(config-if)#speed auto

afri-rout-2(config-if)#exit

afri-rout-2(config)#router bgp 200

afri-rout-2(config-router)#no synchronization

afri-rout-2(config-router)#bgp log-neighbor-changes

afri-rout-2(config-router)#network 192.168.0.0 255.255.255.0

afri-rout-2(config-router)#network 192.168.0.0 mask 255.255.255.0

afri-rout-2(config-router)#neighbor 192.168.0.3 remote-as 200

afri-rout-2(config-router)#end

afri-rout-2#

afri-rout-2#copy r s

Destination filename [startup-config]?

Building configuration...

[OK]

afri-rout-2#exit

sur le routeur micro-rout-1

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname micro-rout-1

micro-rout-1(config)#int fa0/0

micro-rout-1(config-if)#ip add 172.16.0.1 255.255.255.0

micro-rout-1(config-if)#duplex full

micro-rout-1(config-if)#speed auto

micro-rout-1(config-if)#exit

micro-rout-1(config)#int s0/0

micro-rout-1(config-if)#ip add 66.36.192.1 255.255.240.0

micro-rout-1(config-if)#exit

micro-rout-1(config)#int s0/0

micro-rout-1(config-if)#ip add 66.36.192.1 255.255.240.0

micro-rout-1(config-if)#duplex full

micro-rout-1(config-if)#exit

micro-rout-1(config)#router bgp 22351

micro-rout-1(config-router)#no synchronization

micro-rout-1(config-router)#bgp log-neighbor-changes

micro-rout-1(config-router)#network 66.36.192.0 mask 255.255.240.0

micro-rout-1(config-router)#network 172.16.0.0

micro-rout-1(config-router)#neighbor 172.16.0.2 remote-as 200

micro-rout-1(config-router)#neighbor 172.16.0.2 send-community

micro-rout-1(config-router)#neighbor 172.16.0.2 route-map SET_COMMUNITY out

micro-rout-1(config-router)#no auto-summary

micro-rout-1(config-router)#exit

micro-rout-1(config)#access-list 1 permit 66.36.192.0 0.0.15.255

micro-rout-1(config)#access-list 1 permit 172.16.0.0 0.0.0.255

micro-rout-1(config-route-map)#route-map SET_COMMUNITY permit 10

micro-rout-1(config-route-map)#match ip address 1

micro-rout-1(config-route-map)#set community 300

micro-rout-1(config-route-map)#exit

micro-rout-1(config)#line con 0

micro-rout-1(config-line)#exec-timeout 0 0

micro-rout-1(config-line)#privilege level 15

micro-rout-1(config-line)#password tfe

micro-rout-1(config-line)#logging synchronous

micro-rout-1(config-line)#login

micro-rout-1(config-line)#do copy r s

Destination filename [startup-config]?

Building configuration...

[OK]

micro-rout-1(config-line)#exit

micro-rout-1(config)#exit

micro-rout-1#

*Mar 1 00:36:43.179: %SYS-5-CONFIG_I: Configured from console by console

Sur le routeur micro-rout-2

interface FastEthernet0/0

ip address 172.16.0.1 255.255.255.0

shutdown

speed auto

full-duplex

interface FastEthernet0/1

ip address 192.168.10.1 255.255.255.0

shutdown

speed auto

full-duplex

!

routerbgp 200

no synchronization

bgp log-neighbor-changes

network 192.168.10.0

neighbor 192.168.0.1 remote-as 22351

neighbor 192.168.10.4 remote-as 200

neighbor 192.168.10.4 description ---NAP route reflector---

neighbor 192.168.10.4 version 4

neighbor 192.168.10.4 next-hop-self

neighbor 192.168.10.4 send-community

neighbor 192.168.10.4 soft-reconfiguration inbound

neighbor 192.168.10.4 maximum-prefix 1000 50

no auto-summary

!

ip http server

noip http secure-server

!

control-plane

!

line con 0

exec-timeout 5 0

privilege level 15

passwordtfe

logging synchronous

login

line aux 0

linevty 0 4

!

end

micro-rout-2#

précédent sommaire suivant






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy








"Il y a des temps ou l'on doit dispenser son mépris qu'avec économie à cause du grand nombre de nécessiteux"   Chateaubriand