In this ongoing series here at blog.ipexpert.com, we are going to answer the most common questions CCIE instructors hear. Here is the latest:
Question: Am I penalized for over-configuration in the lab exam?
Answer: This is another one of those great questions, especially when you consider the fact that the grading for the lab exam is quite complex. Depending on what track you are discussing, the lab is graded by a computer script, a human, or a combination of both. Given this fact, students begin to suspect that the grading is some mysterious “black art”, that might harshly penalize for the slightest deviation from the proctor’s expectations with a task.
I like to answer this question for students with an example. Say you get the task below:
Sample Task 1 – Switching
1.3 Trunking
Create a standards-based trunk between SW1 and SW4 according to the Layer 2 diagram provided.
2 pts
I recommend that students ask themselves the question here – how would the proctor write a script to grade this task? I think they would issue the SHOW INTERFACE TRUNK command on each device. In your mind, run through the parameters that must exist.
- Correct two devices
- Correct two interfaces
- UP/UP status
- 802.1Q trunk established
If these parameters are met – you just achieved the 2 pts.
Here are three different configurations (from just one of the two devices) that get the full two points.
Solution 1
switchport trunk encapsulation dot1q switchport mode trunk
Solution 2
switchport trunk encapsulation dot1q switchport mode trunk switchport nonegotiate
Solution 3
switchport trunk encapsulation dot1q switchport mode trunk switchport nonegotiate switchport trunk allowed-vlan 100,200,300,400,500,501,502
Always ask yourself two questions:
- Could this additional configuration I am about to add help me gain these points?
- Could this additional configuration I am about to add potentially cost me here or elsewhere in the lab?
If your answers are YES and NO respectively, then you can certainly consider this “additional” configuration. Notice that Solution 3 comes very close to a NO and YES answer respectfully and should be frowned upon as a result.
Another great rule of thumb in this regard – “do what they ask for, nothing more, nothing less!”
Anthony Sequeira CCIE, CCSI
Twitter: @compsolv
Facebook: http://www.facebook.com/compsolv






