cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1383
Views
0
Helpful
19
Replies

Connect Switch3560 and Switch2960 with ipv6 in CPT

Cisco2960:

interface Vlan6

no ip address

ipv6 address 2001:DB8:0:22::3/64

ipv6 enable

interface FastEthernet0/24

switchport mode trunk

ipv6 unicast-routing

Cisco3560:

interface Vlan6

mac-address 0001.64ba.ba02

no ip address

ipv6 address 2001:DB8:0:22::2/64

ipv6 enable

interface FastEthernet0/24

switchport trunk encapsulation dot1q

switchport mode trunk

ipv6 unicast-routing

 

dakaiyandallasgrpcom_0-1669358662537.png

When I connected 3560 and 3560 with ipv6, it can ping, but it failed when I connect 3560 and 2960. Why?

 

 

19 Replies 19

Today I config the same configuration on both real 3560 and 2960. And they can't ping mutually.

Catalyst3560

interface GigabitEthernet0/1

 switchport access vlan 21

 

interface Vlan21

 ip address 172.16.0.1 255.255.255.248

电脑172.16.0.5/29,可以ping通。

 

interface Vlan8

 no ip address

 ipv6 address 2001::1/64

 ipv6 enable

 

interface GigabitEthernet0/2

 switchport access vlan 8

电脑设置2001::2/64,可以ping通。可以telnet 2001::1

Catalyst2960:同AP交换机信息。

 

 

interface GigabitEthernet1/0/1

 switchport access vlan 8

 

interface Vlan8

 ip address 172.16.0.3 255.255.255.248

 

interface GigabitEthernet1/0/2

 switchport access vlan 5

 

interface Vlan5

 no ip address

 ipv6 address 2001::3/64

 ipv6 enable

电脑设置2001::2/64,可以ping通,可以telnet 2001::3

Today I config the same configuration on both real 3560 and 2960. And they can't ping mutually.  - you mean to say after replacing the node with 2960 with 3560 the issue still the same ?

can you post show run from all device again -to cross check

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Yes, on the physical switch both 2960 and 3560. But can't ping mutually.

Thanks. I will try.

can you post show run from all device again -to cross check

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

dakaiyandallasgrpcom_0-1671069348322.png

Switch2960:

Switch2960#show run

version 15.0

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Switch2960

!

ipv6 unicast-routing

!

spanning-tree mode pvst

spanning-tree extend system-id

!

interface FastEthernet0/1

 switchport mode trunk

!!

interface FastEthernet0/24

!

interface GigabitEthernet0/1

 switchport mode trunk

 

interface Vlan1

 no ip address

 shutdown

!

interface Vlan5

 no ip address

 ipv6 address 2001:DB8:0:20::3/64

 ipv6 enable

!

interface Vlan6

 ip address 172.31.20.3 255.255.255.0

!

ipv6 route 2001:DB8:0:20::/64 GigabitEthernet0/1

!

line con 0

!

line vty 0 4

 login

line vty 5 15

 login

!

End

 

Switch3560_0:

Switch3560_0#show run

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Switch3560_0

!

ipv6 unicast-routing

!

spanning-tree mode pvst

!

interface FastEthernet0/1

 switchport trunk encapsulation dot1q

 switchport mode trunk

!

interface GigabitEthernet0/1

 switchport trunk encapsulation dot1q

 switchport mode trunk

!

interface GigabitEthernet0/2

 switchport trunk encapsulation dot1q

 switchport mode trunk

!

interface Vlan1

 no ip address

!

interface Vlan5

 mac-address 0030.a392.5e01

 no ip address

 ipv6 address 2001:DB8:0:20::2/64

 ipv6 enable

!

interface Vlan6

 mac-address 0030.a392.5e02

 ip address 172.31.20.2 255.255.255.0

!

ip classless

!

ip flow-export version 9

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

End

 

Switch3560_1:

Switch3560_1#show run

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Switch3560_1

!

spanning-tree mode pvst

!

interface GigabitEthernet0/1

!

interface GigabitEthernet0/2

 switchport trunk encapsulation dot1q

 switchport mode trunk

!

interface Vlan1

 no ip address

 shutdown

!

interface Vlan5

 mac-address 00e0.f911.2301

 no ip address

 ipv6 address 2001:DB8:0:20::4/64

 ipv6 enable

!

ip classless

!

ip flow-export version 9

!

no cdp run

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

end