UNSOLVED

nflnetwork29

updated

7 years ago

N

nflnetwork29

1 Rookie

41 Posts

0

1726

June 27th, 2019 06:00

Trunk between CAT93k and Dell 6200 Help !!!

Hello i have a configured a trunk port between a Cisco and a DELL powerconnect however i cannot pass traffic 

2019-06-26_12-56-43.jpg

the Blue is CISCO

the Orange is DELL

What did i misconfigure? Native VLAN is 20 for DATA

 

 

  • DELL-Josh Cr

    Community Manager

    9694 Posts

    43679 Points

    1340

    0

    Posted June 27th, 2019 10:00

    Hi,

    Since the Cisco is in trunk mode it should be sending tagged packets, but the powerconnect is sending back untagged traffic and it doesn’t know what to do with them. Try setting the power connect to send VLAN 20 as tagged.

  • nflnetwork29

    1 Rookie

    41 Posts

    1338

    0

    Posted June 27th, 2019 11:00

    hi josh, 

     

    still not passing traffic. 

    if i put both sides into switchport access vlan 20  i can pass the vlan 20 traffic. 

    its just in trunk and general mode i cannot pass anything . 

     

     

    DELLconsole#show running-config interface ethernet 2/g17
    description "Uplinkto9300'"
    mtu 9216
    switchport mode general
    switchport general pvid 20
    switchport general allowed vlan add 7,10,20 tagged
    switchport general allowed vlan remove 1

     

     

    CISCO

    Building configuration...

    Current configuration : 154 bytes
    !
    interface GigabitEthernet1/0/1
    description UplinkDELL
    switchport trunk native vlan 20
    switchport trunk allowed vlan 7,10
    switchport mode trunk
    end

  • DELL-Josh Cr

    Community Manager

    9694 Posts

    43679 Points

    1324

    0

    Posted June 27th, 2019 13:00

    What happens if you make both sides trunk ports?

  • nflnetwork29

    1 Rookie

    41 Posts

    1320

    0

    Posted June 27th, 2019 14:00

    how do i configure the native vlan when using a trunk port?

  • DELL-Josh Cr

    Community Manager

    9694 Posts

    43679 Points

    1318

    0

    Posted June 27th, 2019 15:00

    Trunk ports don’t have a native VLAN. Why do you need an untagged VLAN between the switches?

  • nflnetwork29

    1 Rookie

    41 Posts

    1310

    0

    Posted June 27th, 2019 17:00

    vlan 20 is not tagged its just the defaut vlan for the data lan

    we do not use vlan 1

     

  • DELL-Josh Cr

    Community Manager

    9694 Posts

    43679 Points

    1290

    0

    Posted June 28th, 2019 07:00

    Ok, everything else looks fine from the current configuration so it should work. Is the firmware up to date?

  • nflnetwork29

    1 Rookie

    41 Posts

    1288

    0

    Posted June 28th, 2019 08:00

    i dont think so 

     current F/W = 3.3.17.1

    can you suggest a latest stable version to upgrade to?

  • DELL-Josh Cr

    Community Manager

    9694 Posts

    43679 Points

    1284

    0

    Posted June 28th, 2019 09:00

  • nflnetwork29

    1 Rookie

    41 Posts

    440

    0

    Posted July 9th, 2019 11:00

    do i need to enable routing on my VLAN? (on the dell switch) 

    will this cause any interruption if i change it?