cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2322
Views
5
Helpful
11
Replies

Cisco 2960s trunk to SG220-50

4pratik
Level 1
Level 1

I'm trying to use SG220-50 as access layer switch and estiblished a trunk connection from Catalyst 2960-s Switch to it. Issue I came across is not able to ping/access the MGMT IP on SG220-50. 

Please let me know if someone has established a connection from  Cisco 2960s trunk to SG220-50 and able to manage SG220-50.

1 Accepted Solution

Accepted Solutions

Hi,

Here is the mistake:

interface GigabitEthernet1/0/11
 description Trunk to  SG220-50 
 switchport trunk native vlan 86
 switchport trunk allowed vlan 1,10,11,86,198
switchport mode trunk
 switchport port-security aging type inactivity
 mls qos trust cos
 spanning-tree guard root

As your Cisco 2960s having Native VLAN 86 but SG220 is configured with Native VLAN 198. So here VLAN mismatch is an issue for you. 

Make it correct as:

interface GigabitEthernet1/0/11
description Trunk to SG220-50
switchport trunk native vlan 198
switchport trunk allowed vlan 1,10,11,86,198
switchport mode trunk
switchport port-security aging type inactivity
mls qos trust cos
spanning-tree guard root

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

View solution in original post

11 Replies 11

balaji.bandi
Hall of Fame
Hall of Fame

From what source you are not able to ping ? from Switch or from the device ?

can you post the switch config, and let us know what is the IP address of SG220?

BB

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

How to Ask The Cisco Community for Help

Please find the Configuration from 2960-S . I've attached screenshot from SG220-50

 

interface GigabitEthernetx/y/z
description Trunk to SG220P

switchport trunk native vlan 86
switchport trunk allowed vlan 1,10,11,86,198
switchport mode trunk
switchport port-security aging type inactivity

 

CW-Catalyst2960s-1F#sh cdp nei


6c6cd3e25c81 Gig 1/0/11 137 S I SG200-50 gi49

 

CW-Catalyst2960s-1F#sh int GigabitEthernet1/0/11 status

Port Name Status Vlan Duplex Speed Type
Gi1/0/11 Trunk to ThinkTank connected trunk a-full a-1000 10/100/1000BaseTX

Please see attached screenshot from SG220-50

So Do you have VLAN 198 on Your Switch 2960 ? where is the Gateway IP configured 10.11.0.1?

 

Can you post 2960 Config ?

BB

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

How to Ask The Cisco Community for Help

Please find 2960S configs. 

gateway 10.11.0.1 is on our 3750 stack switch directly connected to 2960S.

Are you able to ping from 2960 console 10.11.0.1 and 10.11.0.X (SG220IP ?)

 

from SG  you able to ping 10.11.0.4?

BB

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

How to Ask The Cisco Community for Help

I’m able to Ping 10.11.0.1 from 2960 SW but not able to Ping SG IP 10.11.0.5.

 

SG-220 doesnt have console access so I am not able to check if SG is able to ping 10.11.0.4 or 10.11.0.1. 

Hi,

Here is the mistake:

interface GigabitEthernet1/0/11
 description Trunk to  SG220-50 
 switchport trunk native vlan 86
 switchport trunk allowed vlan 1,10,11,86,198
switchport mode trunk
 switchport port-security aging type inactivity
 mls qos trust cos
 spanning-tree guard root

As your Cisco 2960s having Native VLAN 86 but SG220 is configured with Native VLAN 198. So here VLAN mismatch is an issue for you. 

Make it correct as:

interface GigabitEthernet1/0/11
description Trunk to SG220-50
switchport trunk native vlan 198
switchport trunk allowed vlan 1,10,11,86,198
switchport mode trunk
switchport port-security aging type inactivity
mls qos trust cos
spanning-tree guard root

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Thank you for solution,

 

Just wanted to clarify that SG-220 has Management VLAN which is also a Native VLAN for the switch ? If so it is bit a separate config than legacy IOS devices.

 

 

Thanks and Regards,

Pratik 

Thank you for solution, it did worked right away after changing the native VLAN id.

Boa noite

Estou com o mesmo problema, porém no meu caso a VLAN de gerenciamento é VLAN 100 e a VLAN native 1 (padrão), porém eu não tenho gerenciamento dos demais SWITCHs para do SW-CORE.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card