Configuring MVAP

Consider a topology:

 

A point to note is that IP phones are by default turned off you need to turn them on by adding power supply in the physical section.

Turning on IP phone:

Configuring PC3 and PC4:

Access Ports (Data and Voice) in CCNA

Pre-requisites:- Access ports, ping

Voice and data access ports are required when an end host is connected to a VoIP device. These are known as Multi VLAN Access Ports(MVAP). Using this allows both the PC and Phone to communicate using a single switch port which would otherwise require 2 ports.

 

An access port can be made MVAP using the command:

interface <interface>
switchport mode access
switchport access vlan <vlan>
switchport voice vlan <vlan>

Similar Reads

Configuring MVAP:

Consider a topology:...

Configuring Switch Physical Interfaces:

interface FastEthernet0/1switchport mode accessswitchport voice vlan 20interface FastEthernet0/2switchport mode access...

Simulation:

...

Contact Us