Hi,
i got these:
vlan internal allocation policy ascending
!
vlan 101
vlan 102
!
interface GigabitEthernet0/1
switchport access vlan 101
switchport mode access
!
interface GigabitEthernet0/2
switchport access vlan 101
switchport mode access
!
interface GigabitEthernet0/3
switchport access vlan 102
switchport mode access
!
on interface 0/1 I got the firewall/gateway, on 0/2 the first VLAN and on 0/3 the second VLAN.
Now, the 0/2 works perfectly, but 0/3 doesn't.
Of course is due to the fact that 0/1 in part of that VLAN.
How can I let 0/3 works?
How do I have to configure it?
Thanks
Main Topics
Browse All Topics





by: giltjrPosted on 2009-02-01 at 18:10:08ID: 23524039
To make sure:
1) You must have two VLANs.
2) All traffic from either VLAN must go through the firewall, even if the traffic is destine for another host on the same VLAN.
The only way you can have more than one VLAN on a port is to make the port a TRUNK.