optymalizacja Q-IN-Q

Problemy związane ze switchingiem
Wiadomość
Autor
max239
wannabe
wannabe
Posty: 270
Rejestracja: 04 paź 2007, 09:22

optymalizacja Q-IN-Q

#1

#1 Post autor: max239 »

Witajcie ,

dziwny temat ... mam cos co dziala bardzo dobrze juz dłuższy czas.. ale jest złe....
generalnie temat jest taki ze provider dostarcza mi lacza L2 , jednak kazde dwa lacza na jednym kablu... z SVlanami
moj objective to zeby switche 1-6 widziały bez problemu swoje vlany od 10 do tam paresetnego... aktualnie dziala tam tylko jeden vlan .. czyli 10

generalnie problem polega na tym ze moge konfigurowac tylko SW7 cała reszta jest poza moją jurysdykcją (ew ograniczona )
aktualnie konfiguracja jest zrobiona i działa ... ale wymaga aby porty 11-12 13-14 15-16 17-18 byly polaczone patchcordami co zuzywa porty na switchu i ogólnie nie jest pro...

czy macie pomysł jak to zrealizować bez tego workarounda ?

rysunek topologi:
https://ibb.co/iSyvqQ


działająca konfiguracja

Kod: Zaznacz cały

interface GigabitEthernet2/0/9
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 250,251
 switchport mode trunk
 no lldp transmit
 no lldp receive
!
interface GigabitEthernet2/0/10
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 252,253
 switchport mode trunk
 no lldp transmit
 no lldp receive
!
interface GigabitEthernet2/0/11
 switchport access vlan 250
 switchport mode dot1q-tunnel
 l2protocol-tunnel cdp
 l2protocol-tunnel lldp
 l2protocol-tunnel stp
 l2protocol-tunnel vtp
 no cdp enable
 no lldp transmit
 no lldp receive
!
interface GigabitEthernet2/0/12
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 10
 switchport mode trunk
!
interface GigabitEthernet2/0/13
 switchport access vlan 251
 switchport mode dot1q-tunnel
 l2protocol-tunnel cdp
 l2protocol-tunnel lldp
 l2protocol-tunnel stp
 l2protocol-tunnel vtp
 no cdp enable
 no lldp transmit
 no lldp receive
!
interface GigabitEthernet2/0/14
  switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 10
 switchport mode trunk
!
interface GigabitEthernet2/0/15
  switchport access vlan 252
 switchport mode dot1q-tunnel
 l2protocol-tunnel cdp
 l2protocol-tunnel lldp
 l2protocol-tunnel stp
 l2protocol-tunnel vtp
 no cdp enable
 no lldp transmit
 no lldp receive
!
interface GigabitEthernet2/0/16
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 10
 switchport mode trunk
!
interface GigabitEthernet2/0/17
 switchport access vlan 253
 switchport mode dot1q-tunnel
 l2protocol-tunnel cdp
 l2protocol-tunnel lldp
 l2protocol-tunnel stp
 l2protocol-tunnel vtp
 no cdp enable
 no lldp transmit
 no lldp receive
!
interface GigabitEthernet2/0/18
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 10
 switchport mode trunk
 !


jakies pomysly jak to zrobic bardziej ,,koszernie" ew. może wymiana switcha na jakis inny da mi jakas technologie ktora na to pozwoli ? aktualnie mam tam SW7-WS-C3750E-24TD-S

ODPOWIEDZ