Всем еще раз доброго времени суток.
Как и просили вот конфиги коммутаторов на стенде(естественно только те части, которые связаны с работой ipif, vlan и gvrp)
1) Конфиг коммутатора (1) 3627G
Код:
...
# PORT
disable jumbo_frame
config ports 1-20 speed auto capability_advertised 1000_full flow_control disable learning enable state enable
config ports 21-24 medium_type copper speed auto capability_advertised 10_half 10_full 100_half 100_full 1000_full flow_control disable learning enable state enable
config ports 21-24 medium_type fiber speed auto capability_advertised 1000_full flow_control disable learning enable state enable
config ports 25-27 speed auto flow_control disable learning enable state enable
...
# VLAN
enable pvid auto_assign
config vlan default delete 1-27
config vlan default add untagged 23,25-27
config vlan default advertisement enable
create vlan vlan100 tag 100
config vlan vlan100 add tagged 1-2 advertisement disable
create vlan vlan200 tag 200
config vlan vlan200 add tagged 1-2 advertisement disable
disable qinq
disable gvrp
config gvrp 1-27 state disable ingress_checking enable acceptable_frame admit_all pvid 1
...
# IP
config ipif_mac_mapping ipif System mac_offset 0
config ipif System ipaddress 10.0.0.1/30 vlan default
config ipif System proxy_arp disable local disable
config ipif_mac_mapping ipif vlan100if mac_offset 1
create ipif vlan100if 192.168.0.1/29 vlan100 state enable
config ipif vlan100if proxy_arp disable local disable
config ipif_mac_mapping ipif vlan200if mac_offset 2
create ipif vlan200if 192.168.100.1/24 vlan200 state enable
config ipif vlan200if proxy_arp disable local disable
config ipif System ip_mtu 1500
config ipif vlan100if ip_mtu 1500
config ipif vlan200if ip_mtu 1500
disable autoconfig
...
2) Конфиг коммутатора (2) 3526
Код:
...
# PORT
config ports 1-24 speed auto flow_control disable mdix auto learning enable state enable trap enable
config ports 25-26 medium_type copper speed auto flow_control disable mdix auto learning enable state enable trap enable
config ports 25-26 medium_type fiber speed auto flow_control disable learning enable state enable trap enable
...
# VLAN
disable asymmetric_vlan
config vlan default delete 1-26
config vlan default advertisement enable
create vlan vlan100 tag 100
config vlan vlan100 add tagged 25-26
config vlan vlan100 advertisement disable
create vlan vlan200 tag 200
config vlan vlan200 add tagged 25-26
config vlan vlan200 advertisement enable
enable gvrp
config gvrp 1-24 state disable ingress_checking enable acceptable_frame admit_all pvid 1
config gvrp 25-26 state enable ingress_checking enable acceptable_frame admit_all pvid 100
...
# IP
config ipif System vlan vlan100 ipaddress 192.168.0.2/29 state enable
disable autoconfig
config autoconfig timeout 50
config ipif System dhcp_option12 state disable
...
3) Конфиг коммутатора (3) 3526
Код:
...
# PORT
config ports 1-24 speed auto flow_control disable mdix auto learning enable state enable trap enable
config ports 25-26 medium_type copper speed auto flow_control disable mdix auto learning enable state enable trap enable
config ports 25-26 medium_type fiber speed auto flow_control disable learning enable state enable trap enable
...
# VLAN
disable asymmetric_vlan
config vlan default delete 1-26
config vlan default advertisement enable
create vlan vlan100 tag 100
config vlan vlan100 add tagged 25-26
config vlan vlan100 advertisement disable
enable gvrp
config gvrp 1-24 state disable ingress_checking enable acceptable_frame admit_all pvid 1
config gvrp 25-26 state enable ingress_checking enable acceptable_frame admit_all pvid 100
...
# IP
config ipif System vlan vlan100 ipaddress 192.168.0.3/29 state enable
disable autoconfig
config autoconfig timeout 50
config ipif System dhcp_option12 state disable
...
4) Конфиг коммутатора (4) 3526
Код:
...
# PORT
config ports 1-24 speed auto flow_control disable mdix auto learning enable state enable trap enable
config ports 25-26 medium_type copper speed auto flow_control disable mdix auto learning enable state enable trap enable
config ports 25-26 medium_type fiber speed auto flow_control disable learning enable state enable trap enable
...
# VLAN
disable asymmetric_vlan
config vlan default delete 1-26
config vlan default advertisement enable
create vlan vlan100 tag 100
config vlan vlan100 add tagged 25-26
config vlan vlan100 advertisement disable
enable gvrp
config gvrp 1-24 state disable ingress_checking enable acceptable_frame admit_all pvid 1
config gvrp 25-26 state enable ingress_checking enable acceptable_frame admit_all pvid 100
...
# IP
config ipif System vlan vlan100 ipaddress 192.168.0.4/29 state enable
disable autoconfig
config autoconfig timeout 50
config ipif System dhcp_option12 state disable
...
5) Конфиг коммутатора (5) 3526
Код:
...
# PORT
config ports 1-24 speed auto flow_control disable mdix auto learning enable state enable trap enable
config ports 25-26 medium_type copper speed auto flow_control disable mdix auto learning enable state enable trap enable
config ports 25-26 medium_type fiber speed auto flow_control disable learning enable state enable trap enable
...
# VLAN
disable asymmetric_vlan
config vlan default delete 1-26
config vlan default advertisement enable
create vlan vlan100 tag 100
config vlan vlan100 add tagged 25-26
config vlan vlan100 advertisement disable
create vlan vlan200 tag 200
config vlan vlan200 add tagged 25-26
config vlan vlan200 add untagged 1
config vlan vlan200 advertisement enable
disable gvrp
config gvrp 1 state disable ingress_checking enable acceptable_frame admit_all pvid 200
config gvrp 2-24 state disable ingress_checking enable acceptable_frame admit_all pvid 1
config gvrp 25-26 state enable ingress_checking enable acceptable_frame admit_all pvid 100
...
# IP
config ipif System vlan vlan100 ipaddress 192.168.0.5/29 state enable
disable autoconfig
config autoconfig timeout 50
config ipif System dhcp_option12 state disable
...
Собственно это все что нужно для анализа проблемы