Switch(config)#vlan 10
Switch(config-vlan)#nam
Switch(config-vlan)#name IT_Department
Switch(config-vlan)#vlan 20
Switch(config-vlan)#name Placement_Department
Switch(config)#interface fastEthernet 0/1
Switch(config-if)#switchport access vlan 20
Switch(config-if)#interface fastEthernet 0/2
Switch(config-if)#switchport access vlan 20
or
Step-3A) Assign VLAN ID to Ports (Multiple)
Switch(config)#interface range fastEthernet 0/3-4
Switch(config-if-range)#switchport access vlan 10
Now ping the IT_Department PC(192.168.10.2/24) from PC of IT_Department(192.168.10.3/24). The status is pc ping to each other but when we ping the pc of IT_Department(192.168.10.2/24) from the pc of Placement_Department(192.168.10.4/24). The status is pc can not ping to each other.
No comments:
Post a Comment