04-27-2018 08:57 PM - edited 03-08-2019 02:49 PM
HI. I am unable to see any remote IPv6 routes on my 3650 Packet Tracer switch.
I can get a similar config working on Router to Router links with no problems (so must be missing something with a L3 switch).
I have 2 client computers connected to g1/0/1 & g1/0/2. They can ping the default gw (vlan1) no problem.
I have a pretty big network behind vlan 100 but my rip routing table isn't showing it.
--- 3650 switch --
ip cef
ip routing
!
ipv6 unicast-routing
!
no ipv6 cef
interface Loopback0
no ip address
ipv6 address 2001:1::1/64
ipv6 rip rip enable
!
interface GigabitEthernet1/0/1
spanning-tree portfast
!
interface GigabitEthernet1/0/2
spanning-tree portfast
!
!
interface GigabitEthernet1/0/24
switchport access vlan 100
!
interface Vlan1
no ip address
ipv6 address 2001::3/64
ipv6 rip rip enable
!
interface Vlan100
mac-address 0001.c91c.e301
ipv6 address 2001:2::1/64
ipv6 rip rip enable
!
router rip
!
ipv6 router rip rip
And a Router connected into g1/0/24 - vlan 100
ipv6 unicast-routing
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 2001:2::2/64
ipv6 rip rip enable
!
ipv6 router rip rip
I can ping the address on either end and get a reply - 2001:2::1 --> 2001:2::2
Any pointers?
Solved! Go to Solution.
04-28-2018 05:08 AM
Hello,
as soon as I configure the uplink port (GigabitEthernet1/0/24) on the switch as 'no switchport' and enable ipv6 rip, it establishes the neighborship.
interface GigabitEthernet1/0/24
no switchport
no ip address
duplex auto
speed auto
ipv6 rip rip enable
To be honest, I wouldn't spend too much time on it. Packet Tracer doesn't run a real, full IOS, but only a set of predefined commands, which trigger predefined responses...
If you get it to work in GNS3, that is more like the real world...
04-27-2018 11:17 PM
Hi,
Please share the routing table output.
Regards,
Deepak Kuamar
04-28-2018 01:16 AM
04-28-2018 01:43 AM
Hello,
post the Packet Tracer file (save as .pkt and rename to .jpg, otherwise you cannot upload it).
04-28-2018 01:58 AM
04-28-2018 05:08 AM
Hello,
as soon as I configure the uplink port (GigabitEthernet1/0/24) on the switch as 'no switchport' and enable ipv6 rip, it establishes the neighborship.
interface GigabitEthernet1/0/24
no switchport
no ip address
duplex auto
speed auto
ipv6 rip rip enable
To be honest, I wouldn't spend too much time on it. Packet Tracer doesn't run a real, full IOS, but only a set of predefined commands, which trigger predefined responses...
If you get it to work in GNS3, that is more like the real world...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide