Im forever starting the Solution Guide then get nowhere because I want it perfected. I decided to just do a post per Question. The mini lab was built on the IE workbooks topology. I have also spent way too much time making a dynamips version of the mini lab, more on that later. Once all posts are completed I will make a pdf version.
Update: The dynamips version has been posted.
Question 1:
Pretty simple question requesting that the switchports are cofigured with the correct vlans. Looking at the diagram its clear R2 is in vlan2 and R4 in vlan4. The ports on Sw2 are Fa0/2 and Fa0/4. Everyone is expected to get this one right.
Rack1SW2#sh run in fa0/2
!
interface FastEthernet0/2
shutdownRack1SW2#sh run in fa0/4
!
interface FastEthernet0/4
shutdown
Enable and set the vlans.
Rack1SW2(config)#int fa0/2
Rack1SW2(config-if)#switchport access vlan 2
Rack1SW2(config-if)#no shut
Rack1SW2(config-if)#int fa0/4
Rack1SW2(config-if)#switchport access vlan 4
Rack1SW2(config-if)#no shut
Verify Config:
Rack1SW2#sh int status | in Fa0/2 |Fa0/4
Fa0/2 connected 2 a-full a-100 10/100BaseTX
Fa0/4 connected 4 a-full a-100 10/100BaseTX
Verify Connectivity:
Rack1R2>ping 183.0.2.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 183.0.2.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 msRack1R4>ping 183.0.4.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 183.0.4.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
[...] Mini Lab – Question 1 Mini Lab – Question 2 Mini Lab – Question 3 Mini Lab – Question 4 Mini Lab – Question 5 Mini Lab – [...]
Pingback by Bridging the gap between CCIE RS and SP » Mini Lab - Summary — December 1, 2008 @ 3:28 pm