Start a Conversation

Unsolved

This post is more than 5 years old

23912

January 7th, 2010 02:00

Trunk between dell 6224 and cisco router

I try to connect dell 6224 and cisco 1811 (sub interfaces):

config of dell switch:

vlan database
vlan  10
vlan association subnet 10.10.45.0 255.255.255.0 10
exit
ip address 10.10.44.6 255.255.255.0
ip default-gateway 10.10.44.1
ip domain-name CCL.local
ip name-server 10.10.44.101
ip routing

interface vlan 10
routing

ip address  10.10.45.25  255.255.255.0

interface ethernet 1/g1
description 'To cisco'
spanning-tree disable
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 10 tagged

interface ethernet 1/g20
switchport access vlan 10
exit

interface ethernet 1/g22
switchport access vlan 10
exit

 

interface ethernet 1/g24
switchport access vlan 10
exit

 

config of cisco router:

 

interface FastEthernet0.1
 encapsulation dot1Q 1 native
 ip address 10.10.44.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
interface FastEthernet0.10
 encapsulation dot1Q 10
 ip address 10.10.45.35 255.255.255.0

 

With vlan 1 - no problems, I can ping from cisco all host in this vlan and managment inteface of dell. But problems with vlan 10 (tagget), I can't ping from router host in vlan 10 and interface vlan 10 on dell. Host in vlan 10 (ports 20, 22, 24) can ping int vlan 10 on dell, but not ping cisco interface fa0.10.

Additional in logg on dell I see many messages:  UNKN[236037472]: dot1q_outcalls.c(289) 1658 %% Bad rc 1 in vlanNotifyRegisteredUsers for registrar 51

3 Posts

February 1st, 2010 08:00

Try switchport mode trunk

No Events found!

Top