el 06-29-2019 05:56 PM
how to configure the topology
el 06-29-2019 06:42 PM
Hi @sjo626 ,
Some help for you:
IPv4
R(config)#int 0/X
R(config)#ip address <host network1> <mask>
R(config)#int 0/Y
R(config)#ip address <host network2> <mask>
RIPv2
R(config)#router rip
R(config-router)#version 2
R(config-router)#no auto-summary
R(config-router)#network <network1>
R(config-router)#network <network2>
IPv6
R(config)#ipv6 unicast-routing
R(config)#int 0/X
R(config)#ipv6 address <host network1/mask>
R(config)#int 0/Y
R(config)#ipv6 address <host network2/mask>
RIPng
R(config)#int 0/X
R(config)#ipv6 rip <name ID process> enable
R(config)#int 0/Y
R(config)#ipv6 rip <name ID process> enable
Regards
el 06-29-2019 10:04 PM
Descubra y salve sus notas favoritas. Vuelva a encontrar las respuestas de los expertos, guías paso a paso, temas recientes y mucho más.
¿Es nuevo por aquí? Empiece con estos tips. Cómo usar la comunidad Guía para nuevos miembros