Site icon eConfigs

CCNA 2.4.a: Access ports (data and voice) (FREE LAB!)

Overview:

How to configure an access port for data and voice

 

Study Notes:

 

THIS LAB FREE!
PacketTracer Lab: CCNA-2.4.a-How-to-configure-an-access-port-for-data-and-voice.pkt

Connect PC3 to the PC port on the IP Phone using a straight-through cable
Connect the switchport on the IP Phone to f0/3 on the switch using a crossover cable
Configure the switch

show run
config t
    int f0/3
        switchport mode access
        switchport access vlan 200
        switchport voice vlan 250
        Ctrl+Z
show run

On PC0, open a command prompt

ping 10.2.1.6
Reply from 10.2.1.6 bytes=32 time=1ms ttl=128
Reply from 10.2.1.6 bytes=32 time=1ms ttl=128
Reply from 10.2.1.6 bytes=32 time=1ms ttl=128
Reply from 10.2.1.6 bytes=32 time=1ms ttl=128

Video:

Exit mobile version