CCNA • Practice Exam 59
Free CCNA practice exam — 20 questions with explanations. Set 59. No signup required.
You are connected to a multilayer switch MLS1. Configure it so that IP phones connected to FastEthernet 0/1 and FastEthernet 0/2 use voice VLAN 20 and receive power via PoE. Additionally, FastEthernet 0/3 must be configured as an access port for a wireless access point (AP) on VLAN 30, with PoE enabled. Verify your configuration using 'show interfaces switchport' and 'show power inline'.
MLS1#show running-config | section interface
interface FastEthernet0/1
switchport mode access
switchport access vlan 10
no shutdown
!
interface FastEthernet0/2
switchport mode access
switchport access vlan 10
no shutdown
!
interface FastEthernet0/3
switchport mode access
switchport access vlan 30
no shutdown
!
interface GigabitEthernet0/1
no switchport
ip address 192.0.2.1 255.255.255.252
no shutdown
!
MLS1#show interfaces switchport
Name: Fa0/1
Switchport: Enabled
Administrative Mode: static access
Operational Mode: static access
Administrative Trunking Encapsulation: negotiate
Operational Trunking Encapsulation: native
Negotiation of Trunking: Off
Access Mode VLAN: 10 (VLAN0010)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative Private VLAN Host Association: none
Administrative Private VLAN Mapping: none
...
Name: Fa0/2
... (similar to Fa0/1)
...
Name: Fa0/3
... (similar to Fa0/1 but Access Mode VLAN: 30)
...
MLS1#show power inline
Module Available Used Remaining
(Watts) (Watts) (Watts)
1 370 0 370
Interface Admin Oper Power Device Class Max
(Watts)
--------- ------ ---------- ------- ------------- ----- ---
Fa0/1 auto off 0.0 n/a n/a 15.4
Fa0/2 auto off 0.0 n/a n/a 15.4
Fa0/3 auto off 0.0 n/a n/a 15.4MLS1#show running-config | section interface
interface FastEthernet0/1
switchport mode access
switchport access vlan 10
no shutdown
!
interface FastEthernet0/2
switchport mode access
switchport access vlan 10
no shutdown
!
interface FastEthernet0/3
switchport mode access
switchport access vlan 30
no shutdown
!
interface GigabitEthernet0/1
no switchport
ip address 192.0.2.1 255.255.255.252
no shutdown
!
MLS1#show interfaces switchport
Name: Fa0/1
Switchport: Enabled
Administrative Mode: static access
Operational Mode: static access
Administrative Trunking Encapsulation: negotiate
Operational Trunking Encapsulation: native
Negotiation of Trunking: Off
Access Mode VLAN: 10 (VLAN0010)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative Private VLAN Host Association: none
Administrative Private VLAN Mapping: none
...
Name: Fa0/2
... (similar to Fa0/1)
...
Name: Fa0/3
... (similar to Fa0/1 but Access Mode VLAN: 30)
...
MLS1#show power inline
Module Available Used Remaining
(Watts) (Watts) (Watts)
1 370 0 370
Interface Admin Oper Power Device Class Max
(Watts)
--------- ------ ---------- ------- ------------- ----- ---
Fa0/1 auto off 0.0 n/a n/a 15.4
Fa0/2 auto off 0.0 n/a n/a 15.4
Fa0/3 auto off 0.0 n/a n/a 15.4