Voici la configuration avec un vlan native inférieur à 1000 (même si je ne 
crois que cela peut avoir une incidence...).
J'ai essayé toutes les combinaisons sur le switch et le router avec native sans 
native...

Switch :
vtp mode transparent
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
vlan 10
 name VLAN10
!
vlan 20
 name VLAN20
!
vlan 30
 name VLAN30
!
vlan 200,2010
!
interface GigabitEthernet0/1
 switchport trunk native vlan 200
 switchport trunk allowed vlan 10,20,30,200
 switchport mode trunk
 switchport nonegotiate
!
interface Vlan1
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
 shutdown
 ntp disable
!
interface Vlan200
 ip address 192.168.200.1 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
!

Router 
#Test 1 :
interface GigabitEthernet0/0.200
 encapsulation dot1Q 200 native
 ip address 192.168.200.200 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
!

#Test 2:
interface GigabitEthernet0/0
 ip address 192.168.200.200 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
!
interface GigabitEthernet0/0.10
 encapsulation dot1Q 10
 ip address 192.168.10.1 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache
!
interface GigabitEthernet0/0.20
 encapsulation dot1Q 20 
ip address 192.168.20.1 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip route-cache


---------------------------
Liste de diffusion du FRnOG
http://www.frnog.org/

Reply via email to