Dear all,
my existing catalyst 2960 config for vlans:
...
interface FastEthernet0/2
description 3Com Switch
switchport access vlan 10
switchport mode access
...
interface FastEthernet0/5
description to Cyberoam
switchport mode trunk
...
interface FastEthernet0/18
switchport access vlan 40
switchport mode access
!
interface FastEthernet0/19
!
interface FastEthernet0/20
switchport access vlan 20
switchport mode access
!
interface FastEthernet0/21
!
interface FastEthernet0/22
...
!
interface Vlan1
no ip address
no ip route-cache
!
interface Vlan10
ip address 192.168.0.51 255.255.255.0
no ip route-cache
...
Inside trunk there are VLAN10 (native), VLAN20,30,40
now, when I try to configure the same on SG300 I get trunk issues - no VLAN10 (native) inside trunk.
Regards
GN