Jump to content

Recommended Posts

Posted

3com 5500G-EI

ну не хотят пинговаться хосты в разных vlan'ах

 

interface Vlan-interface 2

ip address 192.168.10.3 255.255.255.0

 

interface Vlan-interface 3

ip address 192.168.11.3 255.255.255.0

 

interface GigabitEthernet 1/0/27

port link-type hybrid

port hybrid vlan 2 to 3 untagged

port hybrid pvid vlan 2

 

interface GigabitEthernet 1/0/26

port link-type hybrid

port hybrid vlan 2 to 3 untagged

port hybrid pvid vlan 3

 

...с самого 3com'а всё пингуется, однако же пакеты из сети 192.168.10.0/24 не проходят в сеть 192.168.11.0/24. Но! с сети 192.168.10.0/24 пингуется 192.168.11.3 и с сети 192.168.11.0/24 пингуется 192.168.10.3!

 

в доках написано:

after adding an Ethernet port to specified VLANs, the local port can forward packets to these VLANs. Hybrid and trunk ports can be added to multiple VLANs, thereby implementing the VLAN intercomminication between peers.

Posted

всё заработало,

5500 подключен к двум хабам без vlan'ов:

 

а на нём:

vlan 2

description VLAN2

#

vlan 3

description VLAN3

#

interface Vlan-interface2

ip address 192.168.10.1 255.255.255.0

#

interface Vlan-interface3

ip address 192.168.11.1 255.255.255.0

 

interface GigabitEthernet1/0/26

stp edged-port enable

description shkaf#3

port link-type trunk

port trunk permit vlan 2 to 3

port trunk pvid vlan 3

broadcast-suppression PPS 3000

priority trust

undo jumboframe enable

apply qos-profile default

#

 

interface GigabitEthernet1/0/27

stp edged-port enable

port link-type trunk

port trunk permit vlan 2 to 3

port trunk pvid vlan 2

broadcast-suppression PPS 3000

priority trust

undo jumboframe enable

apply qos-profile default

#

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.