[GTER] VLAN Trunk em Switch Cisco 3560

Rafael Ganascim rganascim at gmail.com
Tue Jan 29 15:54:14 -02 2008


Você precisa criar a interface VLAN no switch.

interface vlan 4
 ip address 192.168.0.2 255.255.255.0
 no sh

Também precisa ativar a porta que vai ligada ao roteador como tronco

int g0/1
 description Trunk to Router
 switchport mode trunk
 switchport trunk encapsulation dot1q


2008/1/29, Diego Zuaneti Arruda <diego at fasternet.com.br>:
>   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