[GTER] VLAN Trunk em Switch Cisco 3560
Diego Zuaneti Arruda
diego at fasternet.com.br
Tue Jan 29 16:50:33 -02 2008
Ola Frederico, o que eu precisava é rotear VLANs de um switch para outro
utilizando sub-interface do mesmo modo que faço no roteador.
Na verdade, o switch irá rotear várias VLANs com endereços IPs diferentes
utilizando sub-interfaces (o switch é Layer3 e já está habilitado o "ip
routing") para outro switch.
No roteador faço assim:
interface GigabitEthernet0/1.4
encapsulation dot1Q 4
ip address 192.168.0.1 255.255.255.0
!
interface GigabitEthernet0/1.11
encapsulation dot1Q 11
ip address 192.168.1.1 255.255.255.0
Só que no switch, não existe o comando "encapsulation dot1Q <vlan
number>".
Alguém sabe se isso é possível ? Os 2 switchs são Cisco 3560 Layer3.
Obrigado,
----- Original Message -----
From: "Frederico Madeira" <fmadeira at gmail.com>
To: "Grupo de Trabalho de Engenharia e Operacao de Redes"
<gter at eng.registro.br>
Sent: Tuesday, January 29, 2008 4:00 PM
Subject: Re: [GTER] VLAN Trunk em Switch Cisco 3560
Diego,
Nos switches da linha 29XX eu faço da seguinte forma
core_2970(config)#int GigabitEthernet 0/20
core_2970(config-if)#switchport mode trunk
core_2970(config-if)#switchport trunk encapsulation ?
dot1q Interface uses only 802.1q trunking encapsulation when
trunking
isl Interface uses only ISL trunking encapsulation when
trunking
negotiate Device will negotiate trunking encapsulation with peer on
interface
Se o trunk for em 802.1q você usa:
core_2970(config-if)#switchport trunk encapsulation dot1q
Se o trunk for em ISL você usa:
core_2970(config-if)#switchport trunk encapsulation isl
Abraços.
--
Frederico Madeira
www.madeira.eng.br
GPG-Key-ID: 1024D/0F0A721D
Key fingerprint = C424 D86B 57D5 BE55 767A 6ED1 53F8 254E 0F0A 721D
Cisco CCNA, LPIC-1
More information about the gter
mailing list