Хорошо оставим Selective QinQ на потом.Начал разбираться с 802.1Q Tunnel и не могу понять как же в локалку клиенту инет организовать если "IP routing is not supported on a VLAN that includes IEEE 802.1Q ports. Packets received from a tunnel port are forwarded based only on Layer 2 information. If routing is enabled on the switch virtual interface (SVI) that includes tunnel ports, untagged IP packets received from the tunnel port are recognized and routed by the switch. This allows the customer to access the Internet through its native VLAN."
Те если у меня Native vlan на транке от клиентского коммутатора например Vlan3 то как из других Vlan-ов пользователи будут попадать в инет?
Собрал в лабе такую схемку с клиентской стороны 2950 на порте в сторону провайдера:
interface FastEthernet0/13
switchport mode trunkСо сторны провайдера 3750 на порте в сторону клинета:
interface FastEthernet2/0/23
switchport access vlan 3
switchport trunk encapsulation dot1q
switchport mode dot1q-tunnel
no cdp enable
И SVI к примеру
nterface Vlan3
ip address 192.168.1.254 255.255.255.0
!
interface Vlan4
ip address 192.168.12.254 255.255.255.0
Пользователи в с-vlan3 в инет ходят, а с с-vlan4 соответсвенно нет потому как я понял Packets received from a tunnel port are forwarded based only on Layer 2 information.
Может схема подключения клиентского коммутатора не верноа хотя написано "When you configure IEEE 802.1Q tunneling, you should always use an asymmetrical link between the customer device and the edge switch, with the customer device port configured as an IEEE 802.1Q trunk port and the edge switch port configured as a tunnel port."
Подскажите как сделать чтобы и с других vlan-ов пользователи могли в инет ходить?