cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
0
Helpful
2
Replies

dynamic routing

sjo626
Level 1
Level 1

how to configure the topology 

2 Replies 2

luis_cordova
VIP Alumni
VIP Alumni

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

 

Martin L
VIP
VIP

you can go to CLN for learning support. Find CCNA Study group and post your Qs and file.
you get more help there as this site is more of technical issues, etc.

https://learningnetwork.cisco.com/content?filterID=all~objecttype~objecttype%5Bthread%5D&itemView=detail
Review Cisco Networking for a $25 gift card