HELP !! CCIE 2B or NOT? [7:36542]

2002-02-26 Thread Jerry P.

Hi all:

I have a dilemma that I was wondering if I could ask your opinion on
concerning CCIE status.  I am a Network Admin for the cisco lab at a
university.  The racks of equipment in the lab is available to use for any
BGP, VLAN or multicast network possible it seems like.  But I'm at a point
in my life where there's a fork in the road; it looks like the CCIE route or
MBA route and I am leaning towards the MBA with a lower cert like CCNP.  But
with all this equipment and abundance of lab time here, would I be foolish
not to take advantage of this situation?  And suppose I do go for it and
hope that I pass the big one, I'm curious what kinds of jobs are out there
in this industry for someone like myself with 5 years of experience, 1-2
years of it concentrated in IT?  What should I do??


Thanks.

Jerry
CCNA CCDA MCSA


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=36542&t=36542
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RIP question [7:37455]

2002-03-06 Thread Jerry P.

Hi all:

I have a question about a RIP lab exercise that I am developing for school
that I was wondering if I could ask you about.  I have three routers each
connected through ethernet like such:  0---0---0

My goal is to have one of the routers go in holddown state after shutting
down an interface of a connecting router.  So I type in debug ip routing and
clear ip route * expecting to get a routing table update of the router going
in holddown then eventually gets flushed out of the table.  However, with
this network, it only shows that the network (or route) is deleted from the
table and seems to not put it into holddown state.  Is there something wrong
with my network? Am I missing something?  Any help on this would be greatly
appreciated.

Thanks!

Jerry


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37455&t=37455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: RIP question [7:37455]

2002-03-06 Thread Jerry P.

I tried to disconnect the cable but that delete message still appears. 
Isn't it possible to just shutdown the interface.  Isn't it the same as
unplugging the connection?  ALso, only when I clear ip route* does any
message appears.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37460&t=37455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: RIP question [7:37455]

2002-03-06 Thread Jerry P.

Hi Scott:

Ok so I did what you said, shutdown R1 and enable debug ip routing on R3, I
waited for 5 minutes and got no output whatsoever:

r3#debug ip routing
IP routing debugging is on
r3#

So I cleared ip route * and got this:

r3#clear ip route *
r3#
02:26:26: RT: add 193.1.1.0/24 via 0.0.0.0, connec
02:26:26: RT: add 192.1.1.0/24 via 193.1.1.1, rip
02:26:29: is_up: 1 state: 4 sub state: 1 line: 1

Debug ip rip works on this, it's just that nothing happens with debug ip
routing?  What the heck?!!!



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37467&t=37455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: RIP question [7:37455]

2002-03-06 Thread Jerry P.

Hi Priscilla:

Here are the configs.  Not much to 'em, I can ping everywhere, it's just
that the routers don't seem to want to put the route into holddown.  Thanks
for your help!


hostname r1
!
ip subnet-zero
!
interface FastEthernet0/0
 ip address 192.1.1.1 255.255.255.0
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 shutdown
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
!
interface Serial0/2
 no ip address
 shutdown
 clockrate 200
!
interface Serial0/3
 no ip address
 shutdown
 clockrate 200
!
router rip
 network 192.1.1.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end



hostname r2
!
memory-size iomem 25
ip subnet-zero
!
interface FastEthernet0/0
 ip address 192.1.1.2 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 shutdown
 no fair-queue
!
interface FastEthernet0/1
 ip address 193.1.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clockrate 200
!
interface Serial0/2
 no ip address
 shutdown
 clockrate 200
!
interface Serial0/3
 no ip address
 shutdown
 clockrate 200
!
router rip
 network 192.1.1.0
 network 193.1.1.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end



hostname r3
!
memory-size iomem 25
ip subnet-zero
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 shutdown
 no fair-queue
 clockrate 200
!
interface FastEthernet0/1
 ip address 193.1.1.2 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clockrate 200
!
interface Serial0/2
 no ip address
 shutdown
 clockrate 200
!
interface Serial0/3
 no ip address
 shutdown
 clockrate 200
!
router rip
 network 193.1.1.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37482&t=37455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: RIP question [7:37455]

2002-03-06 Thread Jerry P.

When I added a network 154.1.1.0 to router r1 pinged it and shut it down
this is what r3 did:

r3#debug ip routing
IP routing debugging is on
r3#
05:25:49: RT: del 154.1.0.0 via 193.1.1.1, rip metric [120/2]
05:25:49: RT: delete network route to 154.1.0.0

I have ethernet connections from r1 to r2 using a crossover cable.  

Jerry 


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37494&t=37455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]