Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
These lab simulations are...
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
02-27-2026, 09:04 AM
» Replies: 2
» Views: 560
LAB - CoPP Configuration
Forum: CCNP ENARSI 300-410 Forum
Last Post: help_desk
02-26-2026, 09:49 AM
» Replies: 2
» Views: 712
eBGP Neighbor Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-11-2026, 09:55 AM
» Replies: 1
» Views: 531
300-710 SNCF (Securing Ne...
Forum: General Discussion
Last Post: help_desk
02-11-2026, 09:35 AM
» Replies: 1
» Views: 409
QID:EC1046
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-05-2026, 07:17 AM
» Replies: 1
» Views: 628
QID:EC1067
Forum: CCNP ENCOR 350-401 Forum
Last Post: muddytechz
02-04-2026, 01:29 AM
» Replies: 0
» Views: 365
Netflow & IP SLA Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-03-2026, 09:59 AM
» Replies: 7
» Views: 7,991
VRF Configuration Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: muddytechz
02-02-2026, 02:54 PM
» Replies: 4
» Views: 3,297
OSPF DR/BDR Sim
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-02-2026, 09:28 AM
» Replies: 1
» Views: 550
Etherchannel and root bri...
Forum: CCNP ENCOR 350-401 Forum
Last Post: help_desk
02-02-2026, 09:21 AM
» Replies: 7
» Views: 5,895

 
  AND20
Posted by: JamesJones - 12-08-2025, 12:11 AM - Forum: Answer this question - Replies (1)

  • CQ (Custom Queuing):
    services a specified number of bytes in one queue before continuing to the next queue.
    ❌ The list incorrectly says CQ provides guaranteed bandwidth to a specific class of traffic (that’s CBWFQ).

  • CBWFQ (Class-Based Weighted Fair Queuing):
    provides guaranteed bandwidth to a specific class of traffic.
    ❌ The list incorrectly says CBWFQ services a specified number of bytes per queue (that’s CQ).


So the accurate mapping should be:
  • PQ: places packets into one of four priority-based queues.
  • CQ: services a specified number of bytes in one queue before continuing to the next queue.
  • WFQ: provides minimum guaranteed bandwidth to one or more flows.
  • CBWFQ: provides guaranteed bandwidth to a specific class of traffic.
  • FIFO: uses store-and-forwarding queueing.

Print this item

  Inaccurate questions/answers
Posted by: JamesJones - 12-07-2025, 03:38 AM - Forum: Site News & Issues - Replies (5)

I'm concerned about the accuracy, since so many of the examples provided needed correction.

Is there any way to bulk-audit using A.I.?

Thanks,
James

Print this item

  AND35
Posted by: JamesJones - 12-07-2025, 03:30 AM - Forum: Answer this question - Replies (1)

Rapid PVST+ forwarding state actions

  1. Frames received from the attached segment are processed
    (The port actively forwards frames from its connected segment.)

  2. Switched frames received from other ports are advanced
    (Frames from other ports are switched out through this port.)

  3. The port in the forwarding state responds to network management messages
    (It participates in network management protocols like SNMP.)

  4. BPDUs received from the system module are processed and transmitted
    (The port sends and receives BPDUs to maintain spanning tree.)


❗ The other options belong to different states:
  • Frames received from the attached segment are discarded → Blocking state.
  • BPDUs received are forwarded to the system module → Listening/Learning states.

Your answer shows
BPDUs received are forwarded to the system module

Please correct and advise

thanks,
James

Print this item

  AN652
Posted by: JamesJones - 12-07-2025, 02:44 AM - Forum: Answer this question - Replies (1)

Which two protocols are used by an administrator for authentication and configuration on access points?
Answer says "802.1x, and RADIUS"

Can you please verify.


Answer:

  • TACACS+
    (Terminal Access Controller Access-Control System Plus – used for administrator authentication and authorization for device configuration.)

  • RADIUS
    (Remote Authentication Dial-In User Service – also used for authentication, commonly for both administrators and wireless clients.)


❗ Why not the others?
  • Kerberos → Used for secure authentication in Active Directory environments, not typically for AP configuration.
  • 802.1Q → VLAN tagging protocol, not for authentication/configuration.
  • 802.1X → Used for client authentication (not admin configuration).


thanks,
James

Print this item

  AND34
Posted by: JamesJones - 12-07-2025, 02:28 AM - Forum: Answer this question - Replies (1)

Please correct this drap and drop as some of the answers that show as "correct" are wrong.



[*]✅ Correct vs Incorrect:

  1. Sniffer mode: allows for packet captures of wireless traffic.
    Correct – Sniffer mode is used for capturing 802.11 frames for analysis.

  2. FlexConnect mode: allows the access point to communicate with the WLC over a WAN link.
    Correct – FlexConnect is designed for remote sites where APs connect to WLC over WAN.

  3. Monitor mode: receive only mode which acts as a dedicated sensor for RFID and IDS.
    Incorrect – Monitor mode is for detecting rogue APs and IDS scanning, not RFID. It does not serve clients.

  4. Bridge mode: preferred for connecting access points in a mesh environment.
    Correct – Bridge mode is used for mesh APs or point-to-point bridging.

  5. Local mode: transmits normally on one channel and monitors other channels for noise and interference.
    Correct – Local mode serves clients and performs RRM scanning.

  6. Rogue detector mode: monitor for rogue APs, does not handle data at all.
    Incorrect – Rogue detector mode listens for MAC addresses from wired networks to detect rogue APs, not wireless monitoring.


[*]This is what is actually correct:

[*]Monitor mode
monitor for rogue APs, does not handle data at all
(Used for detecting rogue access points and IDS/IPS scanning.)

[*]Bridge mode
preferred for connecting access points in a mesh environment
(AP acts as a bridge between two networks, common in mesh setups.)

[*]FlexConnect mode
allows the access point to communicate with the WLC over a WAN link
(Ideal for remote sites where APs connect to a central WLC over WAN.)

[*]Local mode
transmits normally on one channel and monitors other channels for noise and interference
(Default mode for APs; serves clients and performs RRM scanning.)

[*]Rogue detector mode
receive only mode which acts as a dedicated sensor for RFID and IDS
(Used for detecting rogue devices; does not transmit.)

[*]Sniffer mode
allows for packet captures of wireless traffic
(Captures 802.11 frames for analysis in Wireshark or similar tools.)

Print this item

  Terraform
Posted by: JamesJones - 12-04-2025, 05:20 AM - Forum: Answer this question - Replies (2)

The new CCNA v1.1 exam has added Terraform but I do not see any Terraform questions in these practice exams. 

Please advise. 

I also heard that Chef and Puppet were removed and Terraform added. 

When was the last update to these questions??

Thanks, 
James

Print this item

  [Q993] BGP
Posted by: CamillaTrend - 12-02-2025, 12:41 PM - Forum: General - Replies (1)

Does the CCNA contain questions about BGP?


Neither Cisco's CCNA blueprint nor PingMyNetwork's study plan includes BGP.

https://learningnetwork.cisco.com/s/ccna-exam-topics
https://pingmynetwork.com/network/ccna-200-301

Print this item

  AN393
Posted by: JamesJones - 12-01-2025, 01:21 AM - Forum: Answer this question - Replies (1)

I believe R1 has a "typo" for the IP address as it says ".255" but the correct answer shows ".225"

Please advise.

Thanks,
James

Print this item

  AND78
Posted by: JamesJones - 11-29-2025, 09:14 PM - Forum: Answer this question - Replies (2)

At least one of the drag-and-drop answers is likely wrong.

"Monitor- It enables enhanced RFID-tag location tracking" is wrong.

Answers should be:

Monitor

  • It provides air-quality data and interference detection across all enabled channels.
  • It supports analytics for wireless performance testing.
Sensor
  • It enables enhanced RFID-tag location tracking.
  • It supports real-time Wi-Fi client troubleshooting when network engineers are offsite.
Sniffer
  • It captures and forwards packets on a specific wireless channel.
  • It supports software that analyzes wireless frames on a remote device.

Please verify thanks,
James

Print this item

  AND84
Posted by: JamesJones - 11-29-2025, 03:45 AM - Forum: Answer this question - No Replies

Please check this drag-and-drop: specifically, "Allows sites to be combined without address conflicts" should be set to Unique Local, not Global Unicast Address.

Thanks!
James

Print this item