Dear Friends
Im have two different interfaces
switch is connected in router by gi0/3 .
but im have another Fa0/2 in router with vlan 38 and the switch is in trunk with router..
im want to use one vlan of Fa0/2 and another vla of Gi0/3 on the switch connected by trunk
im can put some ports in this switch on vlan 38 and others ports in vlan 50 ????
See :
interface GigabitEthernet0/3
duplex auto
speed auto
media-type rj45
negotiation auto
no keepalive
interface GigabitEthernet0/3.50
encapsulation dot1Q 50
ip address 10.135.50.1 255.255.255.0
ip access-group 100 in
ip helper-address 10.132.5.81
interface FastEthernet0/2
bandwidth 100000
duplex auto
speed auto
media-type rj45
negotiation auto
no keepalive
interface FastEthernet0/2.38
encapsulation dot1Q 50
ip address 10.132.38.1 255.255.255.0
ip access-group 100 in
ip helper-address 10.132.38.81