Вообщем есть cisco catalyst 2950 (24 ports)
в 10 и 11 порты включенны рабочие станции, пинги проходят без проблем
А вот в 12 порт соединен с cisco1803(маршрутизатор) с 8 портовым урезаным свитчем.
Это catalyst2950
interface FastEthernet0/10
description Inet_WAN
switchport access vlan 100
switchport mode access
switchport port-security
switchport port-security aging time 2
switchport port-security violation restrict
switchport port-security aging type inactivity
mls qos cos override
macro description cisco-desktop
spanning-tree portfast
spanning-tree bpduguard enable
!
interface FastEthernet0/11
description Inet_WAN
switchport access vlan 100
switchport mode access
switchport port-security
switchport port-security aging time 2
switchport port-security violation restrict
switchport port-security aging type inactivity
mls qos cos override
macro description cisco-desktop
spanning-tree portfast
spanning-tree bpduguard enable
!
interface FastEthernet0/12
switchport trunk native vlan 100
switchport mode trunk
switchport nonegotiate
auto qos voip trust
macro description cisco-switch
spanning-tree link-type point-to-point
!А это Это Сisco 1803
Пробовал так
interface FastEthernet7
switchport access vlan 140
!
interface Vlan140
ip address 192.168.33.1 255.255.255.0
!
и так
interface FastEthernet7
switchport trunk native vlan 140
switchport mode trunk
!
Никак не получается. Хотя вот другой порт на cisco1803 смотрит на catalyst2960, и порт настроен так
interface FastEthernet4
description production_LAN
switchport access vlan 120
!
и все работает.
Не пойму почему е хочет работать с Сatalyst 2950 ???