Friday, July 5, 2013

How to assign ports in vlan by cisco packet tracer


If you didn’t read the third part then first read it.
1. click on the switch and go to CLI.
2. Hit enter.and then write,
enable
configure terminal
interface fastEthernet0/1
switchport mode access
switchport access vlan 10
interface fastEthernet0/2
switchport mode access
switchport access vlan 20

3. now press crtl + z
4. Hit enter and write,
show running-config

No comments:

Post a Comment