cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
941
Views
0
Helpful
6
Replies

Failed ripng routing IPV6 & redistribute ripng to eigrp v6

baba_yaga
Level 1
Level 1

In this pkt file I attempt to make

1. IPv6 CONFIG
2. RIPNG
3. EIGRPv6
4. OSPFv3
5. ROUTE REDISTRIBUTION IPv6
6. WAN PPP

I enable ripng NXT-R6 same with NXT-R1, NXT-R2, NXT-R3, NXT-R4, NXT-R5 with this

The running config is in spoiler below

ipv6 rip NIXTRAIN enable to some connected port and ipv6 router rip NIXTRAIN
Spoiler
running config
NXT-R1#sh running-config 
Building configuration...

Current configuration : 799 bytes

version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption

hostname NXT-R1

ip cef
ipv6 unicast-routing

no ipv6 cef

license udi pid CISCO1941/K9 sn FTX15247S2V

spanning-tree mode pvst

interface Loopback1
no ip address
ipv6 address 1:1:1:1::1/128
ipv6 rip NIXTRAIN enable 

interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 12:12:12:12::1/64
ipv6 rip NIXTRAIN enable 

interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown

interface Vlan1
no ip address
shutdown

ipv6 router rip NIXTRAIN

ip classless

ip flow-export version 9

line con 0

line aux 0

line vty 0 4
login

end
Spoiler
running config NXT-R6
NXT-R6#sh running-config 
Building configuration...

Current configuration : 922 bytes

version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption

hostname NXT-R6

no ip cef
ipv6 unicast-routing

no ipv6 cef

license udi pid CISCO1941/K9 sn FTX1524X132

spanning-tree mode pvst

interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 56:56:56:56::6/24

interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
ipv6 address 67:67:67:67::7/24
ipv6 rip NIXTRAIN enable 

interface Serial0/0/0
no ip address
ipv6 address 610:610:610:610::6/64
ipv6 rip NIXTRAIN enable 
clock rate 2000000

interface Serial0/0/1
no ip address
clock rate 2000000
shutdown

interface Vlan1
no ip address
shutdown

ipv6 router rip NIXTRAIN
ip classless

ip flow-export version 9

line con 0

line aux 0

line vty 0 4
login

end
Spoiler
NXT-R10#sh running-config 
Building configuration...

Current configuration : 1033 bytes

version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption

hostname NXT-R10

no ip cef
ipv6 unicast-routing

no ipv6 cef

license udi pid CISCO1941/K9 sn FTX1524CP42

spanning-tree mode pvst

interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 1011:1011:1011:1011::10/64
ipv6 eigrp 1

interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown

interface Serial0/0/0
no ip address
ipv6 address 610:610:610:610::10/64
ipv6 rip NIXTRAIN enable 

interface Serial0/0/1
no ip address
clock rate 2000000
shutdown

interface Vlan1
no ip address
shutdown

ipv6 router eigrp 1
eigrp router-id 10.10.10.10
no shutdown 
redistribute rip NIXTRAIN metric 1544 20000 255 1 1500 

ipv6 router rip NIXTRAIN
redistribute eigrp 1 metric 2 

ip classless

ip flow-export version 9

line con 0

line aux 0

line vty 0 4
login

end

but NXT-R6 cant access other router with more than 1 hop & cant access NXT-R10 too.

And how command redistribute from ripng to eigrp v6? with my case

Is there need route distribution from NXT-R6 to NXT-R10? because in NXT-R10 I use route redistribtion.

from NXT-R10 I Can ping until NXT-R25.

LAB 10.PNG

 

Any configuration I missed?

pkt file : https://drive.google.com/open?id=1fMx3bTG6H2Vv66bujFA-ZZbN4d4cIppm

 

Thanks in advance

 

6 Replies 6

baba_yaga
Level 1
Level 1

Up

Up

baba_yaga
Level 1
Level 1

up

baba_yaga
Level 1
Level 1
up

baba_yaga
Level 1
Level 1

up

Hi

Your configuration looks fine, try adding the following word:

ipv6 router eigrp 1
eigrp router-id 10.10.10.10
no shutdown 
redistribute rip NIXTRAIN metric 1544 20000 255 1 1500 include-connected

ipv6 router rip NIXTRAIN
redistribute eigrp 1 metric 2 include-connnected



>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
Review Cisco Networking for a $25 gift card