0% found this document useful (0 votes)
12 views

Bandwidth - Router Rip - Comandos

The document provides configuration instructions for routing protocols like RIP, OSPF, and IPv6 variants on Cisco routers. It includes commands to configure RIP routing, OSPF routing with unique router IDs, and IPv6 RIP and OSPF on interfaces.

Uploaded by

jeanramos.08.04
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Bandwidth - Router Rip - Comandos

The document provides configuration instructions for routing protocols like RIP, OSPF, and IPv6 variants on Cisco routers. It includes commands to configure RIP routing, OSPF routing with unique router IDs, and IPv6 RIP and OSPF on interfaces.

Uploaded by

jeanramos.08.04
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

** para aumentar o disminuir el ancho de banda***

ena
conf t
interface serial0/0/0
bandwidth 10000
exit

65535 --- Numero maximo de ospf 2 elevado a la 12 menos 1

***CONFIGURAR RIP**
====SE CONFIGURA CON TODAS LAS REDES QUE ESTEN CONECTADAS AL ROUTER=====
******SE CONFIGURA EN TODOS LOS ROUTERS******

router rip
version 2
network 192.168.5.0
network 172.16.5.0
network 172.16.2.0

******CONFIGURAR OSPF*****
====SE CONFIGURA CON TODAS LAS REDES QUE ESTEN CONECTADAS AL ROUTER=====
******SE CONFIGURA EN TODOS LOS ROUTERS******
****EL ROUTER-ID ES UNICO PARA CADA ROUTER****

router ospf 10
router-id 1.1.1.1
network 192.168.1.0 255.255.255.255 area 0
network 172.16.1.0 255.255.255.252 area 0
network 172.16.3.0 255.255.255.252 area 0

router ospf 10
router-id 2.2.2.2
network 192.168.2.0 255.255.255.255 area 0
network 172.16.1.0 255.255.255.252 area 0
network 172.16.2.0 255.255.255.252 area 0

router ospf 10
router-id 3.3.3.3
network 192.168.3.0 255.255.255.255 area 0
network 172.16.3.0 255.255.255.252 area 0
network 172.16.4.0 255.255.255.252 area 0

router ospf 10
router-id 4.4.4.4
network 192.168.4.0 255.255.255.255 area 0
network 172.16.5.0 255.255.255.252 area 0
network 172.16.4.0 255.255.255.252 area 0

router ospf 10
router-id 5.5.5.5
network 192.168.5.0 255.255.255.255 area 0
network 172.16.5.0 255.255.255.252 area 0
network 172.16.2.0 255.255.255.252 area 0

show ip ospf databate --- ver la topologia


show ip ospf databate --- tabla de topologia

****CONFIGURAR RIP NG***


*** SE CONFIGURA EN TODAS LAS INTERFACES DEL ROUTER***

ena
conf t
interface gi0/0
ipv6 rip redes enable
exit
interface ser0/0/0
ipv6 rip redes enable
exit
interface ser0/0/1
ipv6 rip redes enable
exit

*******OSPFV2 **********

***CONFIGURAR ID (OBLIGATORIO)****
*** EN TODOS LOS ROUTERS***
ENA
CONF T
ipv6 router ospf 10
router-id 5.5.5.5
exit

interface gi0/0
ipv6 ospf 10 area 0
exit
interface se0/0/0
ipv6 ospf 10 area 0
exit
interface se0/0/0
ipv6 ospf 10 area 0
exit

You might also like