Mark Silinio Posted October 16, 2006 Posted October 16, 2006 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. Вставить ник Quote
Mark Silinio Posted October 18, 2006 Author Posted October 18, 2006 всё заработало, 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 # Вставить ник Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.