RE: Opinions wanted [bcc][faked-from][bayes]

From: marvin greenlee (marvin@ccbootcamp.com)
Date: Thu Jan 06 2005 - 19:21:41 GMT-3


The default for max-reserved-bandwidth is 75, not 25. One key point would
be to make sure that the item is actually the default, and not just that the
documentation says that the specific value is the default. Sometimes, I
think they throw these things in, just to see whether you know the defaults.

The router will not display commands that are set to the default.

I've seen students drive themself crazy when they configure a default, and
then don't see it in the config. For example, the default HSRP password is
cisco.

**Using the password cisco **
Router(config)#int eth1/0
Router(config-if)#standby authentication cisco
Router(config-if)#do show run int eth1/0
Building configuration...

Current configuration : 67 bytes
!
interface Ethernet1/0
 no ip address
 shutdown
 half-duplex
end

**Using a different password **

Router(config)#int eth1/0
Router(config-if)#standby authentication cisco2
Router(config-if)#do show run int eth1/0
Building configuration...

Current configuration : 98 bytes
!
interface Ethernet1/0
 no ip address
 shutdown
 half-duplex
 standby authentication cisco2
end

- Marvin Greenlee, CCIE#12237, CCSI# 30483
Network Learning Inc
marvin@ccbootcamp.com
www.ccbootcamp.com (Cisco Training)

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
ccie2be
Sent: Thursday, January 06, 2005 2:03 PM
To: Group Study
Subject: Opinions wanted [bcc][faked-from][bayes]
Importance: Low

Hi guys,

In the real lab, if they tell you that a certain parameter should be set to
a
specific value

and then you see that the value they're telling you to set is the default
value for that parameter,

do you think I should explicitly set that parameter to it's default value?

Here's a dumb example:

By default, the max-reserved-bandwidth is 25%. If the problem states that

max-reserved-bandwidth should be set to 25%, do you think I should enter the
command

to set max-reserved-bandwidth to it's default value?

TIA, Tim



This archive was generated by hypermail 2.1.4 : Wed Feb 02 2005 - 22:10:19 GMT-3