You are on page 1of 8

TRABAJO APLICATIVO N 2 1. Implementacin de una red con protocolos de enrutamiento, vlans y F.R.

NG con IPV 6

I.

TOPOLOGIA

II. CONFIGURACIONES A. CONFIGURACION PARA FRAME-RELAY (PUNTO - PUNTO) a) FR FR#configure terminal FR(config)#frame-relay switching FR(config)# interface s1/0 FR(config-if)#no shutdown

FR(config-if)#encapsulation frame-relay FR(config-if)#frame-relay route 16 interface s1/1 17 FR(config-if)#frame-relay intf-type dce FR(config-if)#frame-relay lmi-type ansi FR(config-if)#exit FR(config)# interface s1/1 FR(config-if)#no shutdown FR(config-if)#encapsulation frame-relay FR(config-if)#frame-relay route 17 interface s1/0 16 FR(config-if)#frame-relay intf-type dce FR(config-if)#frame-relay lmi-type ansi b) Rremoto1 Rremoto1#configure terminal Rremoto1(config)#interface s1/0 Rremoto1(config)#ipv6 unicast-routing Rremoto1(config-if)#no shutdown Rremoto1(config-if)#encapsulation frame-relay Rremoto1(config-if)#exit Rremoto1(config)#interface s1/0.16 point-to-point Rremoto1(config-subif)#ipv6 enable Rremoto1(config-subif)#ipv6 address 2001:db9:2::2/64 Rremoto1(config-subif)#bandwith 128 Rremoto1(config-subif)#frame-relay interface-dlci 16 Rremoto1(config-subif)#no shutdown C) Rlocal

Rlocal#configure terminal Rlocal (config) #interface s1/0 Rlocal (config-if)#no shutdown Rlocal (config-if)#encapsulation frame-relay Rlocal (config-if)#exit Rlocal (config)#interface s1/0.17 point-to-point Rlocal (config-subif)#ipv6 address 2001:db9:2::1/64 Rlocal (config-subif)# bandwith 128 Rlocal (config-subif)# frame-relay interface-dlci 17

B. CONFIGURACION PARA EBGP

a) Rlocal Rlocal#configure terminal Rlocal (config)#router bgp 2 Rlocal (config-router)#no synchronization Rlocal (config-router)#bgp router-id 1.1.1.1 Rlocal (config-router)#2001:db8:1::1 remote-as 1 Rlocal (config-router)#address-family ipv6 Rlocal (config-router-af)#neighbor 2001:db8:1::1 activate Rlocal (config-router-af)#redistribute connected

b) Risp Risp#configure terminal Risp(config)#ipv6 unicast-routing Risp(config)#interface loopback 0 Risp(config-if)#ipv6 enable Risp(config-if)#ipv6 address 2001:db8:1::/64 Risp(config)#router bgp 1 Risp(config-router)#no synchronization Risp(config-router)#bgp router-id 2.2.2.2 Risp(config-router)#2001:db8:1::2 remote-as 2 Risp(config-router)#address-family ipv6 Risp(config-router)# neighbor 2001:db8:1::2 activate

C. CONFIGURACION OSPF a) Rremote1 Rremote1#configure terminal Rremote1(config)#ipv6 unicast-routing Rremote1(config)#ipv6 router ospf 1 Rremote1(config-rtr)#router-id 1.1.1.1 Rremote1(config-rtr)#exit Rremote1(config)#ipv6 router ospf 3 Rremote1(config-rtr)#exit Rremote1(config)#ipv6 router ospf 4 Rremote1(config-rtr)#exit Rremote1(config)#interface s 1/0 Rremote1(config-if)#ipv6 enable Rremote1(config-if)#ipv6 address 2001:db8:2::2/64 Rremote1(config-if)#ipv6 ospf 1 area 0

Rremote1(config-if)#no shutdown Rremote1(config-if)#exit Rremote1(config)#interface f 0/0 Rremote1(config-if)#ipv6 enable Rremote1(config-if)#ipv6 address 2001:db8:4::1/64 Rremote1(config-if)#ipv6 ospf 3 area 2 Rremote1(config-if)#no shutdown Rremote1(config-if)#exit Rremote1(config)#interface f 1/0 Rremote1(config-if)#ipv6 enable Rremote1(config-if)#ipv6 ospf 4 area 3 Rremote1(config-if)#no shutdown Rremote1(config)#interface s 1/0.16 Rremote1(config-if)#ipv6 ospf 1 area 0 Rremote1(config-if)#exit

b) Rlocal

Rremote1#configure terminal Rremote1(config)#ipv6 unicast-routing Rremote1(config)#ipv6 router ospf 1 Rremote1(config-rtr)#router-id 2.2.2.2 Rremote1(config-rtr)#exit Rremote1(config)#ipv6 router ospf 2 Rremote1(config-rtr)#exit Rremote1(config)#interface s 1/0 Rremote1(config-if)#ipv6 enable Rremote1(config-if)#ipv6 address 2001:db8:2::1/64 Rremote1(config-if)#ipv6 ospf 1 area 0 Rremote1(config-if)#no shutdown Rremote1(config-if)#exit Rremote1(config)#interface f 0/0 Rremote1(config-if)#ipv6 enable Rremote1(config-if)#ipv6 address 2001:db8:4::1/64 Rremote1(config-if)#ipv6 ospf 2 area 1 Rremote1(config-if)#no shutdown Rremote1(config-if)#exit Rremote1(config)#interface s 1/0.17 Rremote1(config-if)#ipv6 ospf 1 area 0 Rremote1(config-if)#no shutdown

D. CONFIGURACION DE VLAN, PUERTOS TRUNK Y SUBINTERFACES

a) Rremote1 Rremote1#configure terminal Rremote1(config)#interface f1/0 Rremote1(config-if)#no shutdown Rremote1(config-if)#exit Rremote1(config)#interface f1/0.5 Rremote1(config-if)#encapsulation dot1q 2 Rremote1(config-if)#ipv6 address 2001:db8:5::1/64 Rremote1(config-if)#no shutdown Rremote1(config-if)#exit Rremote1(config)#interface f1/0.10 Rremote1(config-if)#ipv6 address 2001:db8:6::1/64 Rremote1(config-if)#encapsulation dot1q 3 Rremote1(config-if)#no shutdown Rremote1(config-if)#ipv6 address 2001:db8:7::1/64 Rremote1(config-if)#exit Rremote1(config)#interface f1/0.15 Rremote1(config-if)#encapsulation dot1q 4 Rremote1(config-if)#no shutdown Rremote1(config-if)#exit b) SWservidor SWservidor#configure terminal SWservidor(config)#vlan 2 SWservidor(config-vlan)#name LOGISTICA SWservidor(config-vlan)#exit SWservidor(config)#vlan 3 SWservidor(config-vlan)#name SOPORTE SWservidor(config-vlan)#exit SWservidor(config)#vlan 4 SWservidor(config-vlan)#name REDES SWservidor(config-vlan)#exit SWservidor(config)#interface 0/0 SWservidor(config)#switchport mode trunk SWservidor(config-vlan)#exit SWservidor(config)#interface 0/5 SWservidor(config-if)#switch port mode access SWservidor(config-if)#switchport access vlan 2 SWservidor(config)#interface 0/5 SWservidor(config-if)#switch port mode access SWservidor(config-if)#switchport access vlan 2 SWservidor(config-if)#exit SWservidor(config)#interface 0/10 SWservidor(config-if)#switch port mode access SWservidor(config-if)#switchport access vlan 3 SWservidor(config-if)#exit

SWservidor(config)#interface 0/15 SWservidor(config-if)#switch port mode access SWservidor(config-if)#switchport access vlan 4 SWservidor(config-if)#exit SWservidor(config)#exit SWservidor#vlan database SWservidor(vlan)#vtp domain UPAO SWservidor(vlan)#vtp server c) SWcliente SWcliente#configure terminal SWcliente(config)#vlan 3 SWcliente(config-vlan)#name SOPORTE SWcliente(config-vlan)#exit SWcliente(config)#interface f0/0 SWcliente(config-if)# switch port mode access SWcliente(config-if)#switchport access vlan 3 SWcliente(config-if)#exit SWcliente(config)#exit SWcliente#vlan database SWcliente(vlan)#vtp domain UPAO SWcliente(vlan)#vtp client

ASIGANACION DE DIRECCIONES IPV6 PARA LAS PCS PC5: 2001:DB8:4::2/64 PC6: 2001:DB8:3::2/64

VELARDE SAGASTEGUI, JUAN LENIN

CHAUCA AZABACHE, JUAN EDUARDO RAMOS TERRONES, WALTER RODRIGUEZ CATILLO, ELAR REVILLA BARRIGA, CLAUDIA SANCHEZ AGUIRRE, PAOLA

SISTEMAS DE TELECOMUNICACIONES I

You might also like