From: ccie2k7 (ccie2k7@yahoo.com)
Date: Tue Mar 27 2007 - 07:48:40 ART
hi GS,
i was trying to do dot1Q tunneling may be i'm missing something
R1 -- dot1q -- SW1 -- dot1q -- SW2 -- dot1q -- SW3 -- dot1q -- R2
configs:
r1:
int f0/0.1
encap dot1q 12
ip add 12.12.12.1 255.255.255.0
no shut
sw1:
system mtu 1504
int fa0/1
sw mode dot1q-tunn
no shut
int fa0/13
! connected to sw2
sw trunk encap dot1q
sw mode trunk
no shut
sw2:
system mtu 1504
int fa0/13
! connected to sw1
sw trunk encap dot1q
sw mode trunk
no shut
int fa0/14
! connected to sw3
sw trunk encap dot1q
sw mode trunk
no shut
sw3:
system mtu 1504
int fa0/2
sw mode dot1q-tunn
no shut
int fa0/14
! connected to sw2
sw trunk encap dot1q
sw mode trunk
no shut
r2:
int f0/0.1
encap dot1q 12
ip add 12.12.12.2 255.255.255.0
no shut
i tried but this doesn't work
This archive was generated by hypermail 2.1.4 : Sun Apr 01 2007 - 06:35:53 ART