[GTER] VLAN Trunk em Switch Cisco 3560
Frederico Madeira
fmadeira at gmail.com
Tue Jan 29 16:00:21 -02 2008
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
Em Ter, 2008-01-29 às 15:38 -0200, Diego Zuaneti Arruda escreveu:
> Boa tarde,
>
> Pessoal, estou precisando configurar algumas subinterfaces em um switch Cisco 3560 Layer3.
>
> Em um roteador Cisco utilizo o seguinte comando:
>
> 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
>
> Alguém sabe como faço para transportar VLANs com endereços IPs diferentes no Switch ?
> Tentei o mesmo comando, mas não existe o "encapsulation dot1Q x" no switch.
>
> Alguma idéia ?
>
>
> Obrigado a todos.
>
> Diego.
> --
> gter list https://eng.registro.br/mailman/listinfo/gter
More information about the gter
mailing list