[nsp] VLANs Trunk: dot1q <-> isl

Noriega, Alejandro ANoriega at prima.com.ar
Tue Mar 9 08:23:38 EST 2004


Hello fellows,
	I'm having a problem with a trunk configuration.
I have this topology:

	RouterA(fe1/0)---(fe0/22)SwitchA(fe0/23)---SwitchB---RouterB

RouterA:

interface FastEthernet1/0
 speed 100
 full-duplex
!
interface FastEthernet1/0.1
 encapsulation isl 730
 ip address 172.18.34.9 255.255.255.252

SwitchA:

interface FastEthernet0/22
 duplex full
 speed 100
 switchport trunk encapsulation isl
 switchport trunk allowed vlan 1,730,1002-1005
 switchport mode trunk
!
interface FastEthernet0/23
 duplex full
 speed 100
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 1,730,1002-1005
 switchport mode trunk

If I changed the encapsulation in the router to dot1q and in the switch
trunk FE0/22 to dot1q I can to ping the RouterB (172.18.34.10). But I
need it to be ISL. Is Ok de configuration?
Is there any command to instruct the switch to translate the frames from
ISL to DOT1q.

Thanks in advance.

Regards,
Alejandro.



More information about the cisco-nsp mailing list