No, you need to use Gi0/0 connected to Cat1's Gi0/1. Please, look at the "Layer 2 Connectivity" diagram and tables at the beginning of the book. All the labs use that same physical connectivity and some labs simply don't provide individual cabling instructions.
Now, that said - the reason why it's not coming up is that you most likely didn'y use "Revert Entire Pod" between the labs and the R2 was simply in the default configuration. When that is the case, it defaults to using RJ45 connector on Gi0/0, instead of SFP fiber-optics, which is required for our physical setup. To get around that issue, please do the following on R2: interface GigabitEthernet0/0 media-type sfp no shutdown ! That will take care of the issue. Most of other labs in our workbooks actually take care of this for you when loading initial configs. This one happens to have none... :-) -- Marko Milivojevic - CCIE #18427 Senior Technical Instructor - IPexpert YES! We include 400 hours of REAL rack time with our Blended Learning Solution! Mailto: [email protected] Telephone: +1.810.326.1444 Fax: +1.810.454.0130 Web: http://www.ipexpert.com/ On Mon, Mar 22, 2010 at 20:50, FoosYou <[email protected]> wrote: > I'd have to assume that they mean Fa0/1 since it appears they want R1 and R2 > to connect via the same VLAN on Cat1. > > Cat1#sh cdp nei > Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge > S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone > > Device ID Local Intrfce Holdtme Capability Platform Port ID > R2 Fas 0/2 140 R S I 3825 Fas 1/0 > R1 Fas 0/1 134 R S I 2811 Fas 0/0 > Cat2 Gig 0/1 177 S I WS-C3560- Gig 0/1 > Cat2 Fas 0/24 123 S I WS-C3560- Fas 0/24 > Cat2 Fas 0/23 123 S I WS-C3560- Fas 0/23 > > On Mon, Mar 22, 2010 at 4:40 PM, FoosYou <[email protected]> wrote: >> >> Sorry, missed your second email. I don't see anything on the connectivity >> diagram that mention Gig 0/0 on R2. >> >> On Mon, Mar 22, 2010 at 4:39 PM, FoosYou <[email protected]> wrote: >>> >>> Unless I'm missing something it's not coming up. >>> >>> R2#sh run int g0/0 >>> Building configuration... >>> >>> Current configuration : 93 bytes >>> ! >>> interface GigabitEthernet0/0 >>> no ip address >>> duplex auto >>> speed auto >>> media-type rj45 >>> end >>> >>> R2#sh int g0/0 >>> GigabitEthernet0/0 is up, line protocol is down >>> Hardware is BCM1125 Internal MAC, address is 0011.9368.a0d0 (bia >>> 0011.9368.a0d0) >>> MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, >>> reliability 255/255, txload 1/255, rxload 1/255 >>> Encapsulation ARPA, loopback not set >>> Keepalive set (10 sec) >>> Unknown duplex, Unknown Speed, media type is RJ45 >>> output flow-control is XON, input flow-control is XON >>> ARP type: ARPA, ARP Timeout 04:00:00 >>> Last input never, output never, output hang never >>> Last clearing of "show interface" counters never >>> Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 >>> Queueing strategy: fifo >>> Output queue: 0/40 (size/max) >>> 5 minute input rate 0 bits/sec, 0 packets/sec >>> 5 minute output rate 0 bits/sec, 0 packets/sec >>> 0 packets input, 0 bytes, 0 no buffer >>> Received 0 broadcasts, 0 runts, 0 giants, 0 throttles >>> 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored >>> 0 watchdog, 0 multicast, 0 pause input >>> 0 input packets with dribble condition detected >>> 0 packets output, 0 bytes, 0 underruns >>> >>> Cat1(config-if)#do sh run int g0/2 >>> Building configuration... >>> >>> Current configuration : 71 bytes >>> ! >>> interface GigabitEthernet0/2 >>> switchport mode dynamic desirable >>> end >>> >>> Cat1(config-if)#do sh int g0/2 >>> GigabitEthernet0/2 is down, line protocol is down (notconnect) >>> Hardware is Gigabit Ethernet, address is 0012.01b0.f11a (bia >>> 0012.01b0.f11a) >>> MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, >>> reliability 255/255, txload 1/255, rxload 1/255 >>> Encapsulation ARPA, loopback not set >>> Keepalive not set >>> Auto-duplex, Auto-speed, link type is auto, media type is 1000BaseSX >>> input flow-control is off, output flow-control is desired >>> ARP type: ARPA, ARP Timeout 04:00:00 >>> Last input never, output never, output hang never >>> Last clearing of "show interface" counters never >>> Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 >>> Queueing strategy: fifo >>> Output queue: 0/40 (size/max) >>> 5 minute input rate 0 bits/sec, 0 packets/sec >>> 5 minute output rate 0 bits/sec, 0 packets/sec >>> 0 packets input, 0 bytes, 0 no buffer >>> Received 0 broadcasts (0 multicasts) >>> 0 runts, 0 giants, 0 throttles >>> 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored >>> 0 watchdog, 0 multicast, 0 pause input >>> 0 input packets with dribble condition detected >>> 0 packets output, 0 bytes, 0 underruns >>> 0 output errors, 0 collisions, 1 interface resets >>> 0 babbles, 0 late collision, 0 deferred >>> 0 lost carrier, 0 no carrier, 0 PAUSE output >>> 0 output buffer failures, 0 output buffers swapped out >>> >>> On Mon, Mar 22, 2010 at 4:29 PM, Marko Milivojevic <[email protected]> >>> wrote: >>>> >>>> Ah, sorry. We updated Volume 2. Still, Volume 1 is correct. Please >>>> consult the general connectivity diagram in the WB - it's all there. >>>> >>>> -- >>>> Marko Milivojevic - CCIE #18427 >>>> Senior Technical Instructor - IPexpert >>>> >>>> YES! We include 400 hours of REAL rack >>>> time with our Blended Learning Solution! >>>> >>>> Mailto: [email protected] >>>> Telephone: +1.810.326.1444 >>>> Fax: +1.810.454.0130 >>>> Web: http://www.ipexpert.com/ >>>> >>>> On Mon, Mar 22, 2010 at 20:21, Marko Milivojevic <[email protected]> >>>> wrote: >>>> > Hello, >>>> > >>>> > We have JUST uploaded revised documents. Please, get the updated >>>> > documents. >>>> > >>>> > Gi0/0 on R2 is connected to Cat1 Gi0/2. >>>> > >>>> > -- >>>> > Marko Milivojevic - CCIE #18427 >>>> > Senior Technical Instructor - IPexpert >>>> > >>>> > YES! We include 400 hours of REAL rack >>>> > time with our Blended Learning Solution! >>>> > >>>> > Mailto: [email protected] >>>> > Telephone: +1.810.326.1444 >>>> > Fax: +1.810.454.0130 >>>> > Web: http://www.ipexpert.com/ >>>> > >>>> > On Mon, Mar 22, 2010 at 20:17, FoosYou <[email protected]> wrote: >>>> >> Just getting started with the IPX Vol1 Lab1 and I'm not sure if this >>>> >> is a >>>> >> typo or I'm missing something. The VLAN/router interface table wants >>>> >> R2's >>>> >> Gig0/0 interface put into VLAN 12. I'm not seeing Gig 0/0 on R2 >>>> >> connected to >>>> >> anything based on the diagrams or via CDP with the interface enabled. >>>> >> >>>> >> Thanks! >>>> >> Jay >>>> >> >>>> >> _______________________________________________ >>>> >> For more information regarding industry leading CCIE Lab training, >>>> >> please >>>> >> visit www.ipexpert.com >>>> >> >>>> >> >>>> > >>> >> > > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
