Hi all,
We are in progress to connect switch N3024 to our core switch Cisco 3560E with vlan. We will need a vlan 192 on N3024 along with Cisco 3560E.
From N3024 we applied configuration for primary/secondary uplink to Cisco 3560E switch ( create vlan on this switch):
vlan 192
name "LON_ISCSI_VLAN"
exit
vlan 192
exit
interface Gi1/0/24
Des "uplink port to primary Cisco"
switchport mode trunk
switchport trunk allowed vlan 192
exit
interface Gi2/0/24
Des "uplink port to secondary Cisco"
switchport mode trunk
switchport trunk allowed vlan 192
exit
Cisco 3560E Primary/Secondary switches:
interface GigabitEthernet0/1
description "up to Dell SWC2 PT24"
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 192
switchport mode trunk
switchport nonegotiate
But when i show vlan on Cisco, there was no vlan192 updated from Dell to Cisco, we have the same configuration in other site but everything works well.
The question is ... how to make Cisco updated Vlan192 ? or do i have to create vlan192 again on my Cisco switch ?
Thanks
Hrzr