I've set three vlan in the company where I work. Besides Vlan1 (administrative VLAN):
Switch#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/1
2 Support active Fa0/2, Fa0/3, Fa0/4
3 Intranet active Fa0/8, Fa0/9, Fa0/10, Fa0/11,
Fa0/12
15 ACME active Fa0/5, Fa0/6, Fa0/7
If I set port 1 (Fa0/1) as a trunk port:
(extracted from sh run)
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
From my knowledge, this port can understand "frame tagging" between another switch and the vlan can be extended.
Port 1 belongs VLAN 1 (administrative), so can this port forward frames all VLAN? Really, is it like by default port 1 would belong each VLAN?
The switch is a 2900XL and IOS version is 12.0
Switch#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/1
2 Support active Fa0/2, Fa0/3, Fa0/4
3 Intranet active Fa0/8, Fa0/9, Fa0/10, Fa0/11,
Fa0/12
15 ACME active Fa0/5, Fa0/6, Fa0/7
If I set port 1 (Fa0/1) as a trunk port:
(extracted from sh run)
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
From my knowledge, this port can understand "frame tagging" between another switch and the vlan can be extended.
Port 1 belongs VLAN 1 (administrative), so can this port forward frames all VLAN? Really, is it like by default port 1 would belong each VLAN?
The switch is a 2900XL and IOS version is 12.0