Re: why my clock reset after reboot? [7:56120]

2002-10-23 Thread Matthew Poole
You will always lose the clock when you do a reboot.

You'll need to set up some sort of NTP server, or use an NTP server out on
the net.

You could also use another router as an NTP server, however same problem
applies when it reboots!

""Kenny Smith""  wrote in message
news:200210230334.DAA31963@;groupstudy.com...
> Hi.. Friends,
>
> I set the date and time on my cisco router using the following command
>
> Router#clock set 11:00:00 23 oct 2002
> Router#wr mem
>
> The time did change when I type Router#sh clock but it was still reset to
> 00:00 1 March 1993 after reboot.  How to make it stay permanently
>
> Thanks in advance
>
>
>
>
>
>
>
>
>
>
> _
> Internet access plans that fit your lifestyle -- join MSN.
> http://resourcecenter.msn.com/access/plans/default.asp




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



Re: MPLS and QOS study materials for R&S Written [7:56099]

2002-10-22 Thread Matthew Poole
I used IP QOS from Ciscopress ISBN:1578701163

I relied on CCO for MPLS

""Jayagiri B Nair""  wrote in message
news:200210221916.TAA17048@;groupstudy.com...
> Hello friends,
>
> Please anybody could suggest the best books for mpls and qos topics for
the
> R&S written exam?
> Any news about the new CCIE written exam?[from nov 4th?]
>
> Thanks and rgds
>
> jbnair




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



Re: Xmodem Question??? [7:55931]

2002-10-19 Thread Matthew Poole
Haven't done it for a while, when you do a transfer file in hyperterminal
you select send file and browse to the file you want to send, then open.

i.e. click transfer, followed by send file, browse to your file then ensure
xmodem is selected.

""jghkskgsjk ghsfghsdfhg""  wrote in message
news:200210190634.GAA22618@;groupstudy.com...
> Hi all,
>
>
> I have a question regarding xmodem in Rom Monitor Mode. I downloaded a
> corrupted image on my Cisco 806 Router and then erased the flash and
TFTP'd
> the new image to it. The install failed and now I'm in Rommon mode. The
> TFTPDNLD Command wont work so I'm trying to use xmodem, my question is:
when
> I upload the new image to the router using the "xmodem -cyrx" command,
using
> hyperterminal, I know where to put the file on the router, but how do I
tell
> it where to get the file from on my computer, I found a link on cisco's
> website that says :
>
> The following are the syntax and descriptions for the xmodem console
> download command:
>
> xmodem [-cyrx] destination_file_name
>
>
>
> where
>
>
> c
> Optional. Performs the download using 16-bit cyclic redundancy check
> (CRC-16) error checking to validate packets. Default is 8-bit CRC.
>
>
>
>
> y
> Optional. Sets the router to perform the download using Ymodem protocol.
> Default is Xmodem protocol. The protocols differ as follows:
>
> Xmodem supports a 128-block transfer size. Ymodem supports a 1024-block
> transfer size.
>
>
> Ymodem uses (CRC)-16 error checking to validate each packet. Depending on
> the device that the software is being downloaded from, this function might
> not be supported by Xmodem.
>
>
>
> r
> Optional. Image is loaded into DRAM for execution. Default is to load the
> image into Flash memory.
>
> x
> Optional. Image is loaded into DRAM without being executed.
>
> destination_file_name
> The name of the system image file or the system configuration file. In
order
> for the router to recognize it, the name of the configuration file must be
> router_confg.
>
>
>
>
>
> Follow these steps to run Xmodem:
>
>
> --
--
> Step 1 Move the image file to the local drive where the Xmodem will
execute.
>
>
> Step 2 Enter the xmodem command.
>
> Where exactly do I put the image file so that xmodem knows where to get
it?
> Hyperterminal's Program Diectory?
>
>
> Thanx in Advance




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



Re: Frame Relay Config [7:55879]

2002-10-18 Thread Matthew Poole
If you did it on the major interface you would only be able to have one
DLCI.

It's good habit to use subinterfaces, as to add 2nd DLCI you wouldn't first
need to remove the DLCI from the major interface thereby disrupting traffic.

B.J. Wilson  wrote in message
news:200210181517.PAA05406@;groupstudy.com...
> You can put the same configuration (ip address and interface-dlci) on the
> major interface.  The physical interface will then default to being a
> point-to-point link.  It would be a waste of interfaces to do this on a
hub
> router, but on a spoke it's fine.  Your config would be:
>
> > r(config)#int s0
> > r(config-if)#encap frame-relay ietf
> > r(config-if)#frame-relay lmi-type ansi
> > r(config-if)#ip addr 10.1.1.1 255.255.0.0
> > r(config-if)#frame-relay interface-dlci 22
> > r(config-if)#bandwidth 256
> > r(config-if)#no shut
>
> BJ
>
>
>
> On Fri, 18 Oct 2002 15:05:29 GMT Aaron Ajello  wrote:
>
> > I'm studying for the BCRAN test and have been
> > practicing Frame Relay stuff.
> > I work with a guy who says sometimes FR is
> > configured on a major interface.
> > From everything I can see, it's done on a
> > subinterface.  Below is how I
> > think FR should go:
> > r(config)#int s0
> > r(config-if)#no ip addr
> > r(config-if)#encap frame-relay ietf
> > r(config-if)#frame-relay lmi-type ansi
> > r(config-if)#int s0.22 multipoint
> > r(config-subif)#ip addr 10.1.1.1 255.255.0.0
> > r(config-subif)#frame-relay interface-dlci 22
> > r(config-subif)#bandwidth 256
> > r(config-subif)#no shut
> >
> > Does that look right?  Is there a reason to
> > configure FR on a major int?
> > I've tried to do that but can't figure out how
> > to declare a major int to be
> > multipoint or point-to-point, like you can with
> > the line: r(config-if)#int
> > s0.22 multipoint
> >
> > Thanks for any input.
> > -Aaron
> > to [EMAIL PROTECTED]




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



Re: Resources for Writing Proposals [7:54995]

2002-10-07 Thread Matthew Poole

Try the DCN book
""Albert Lu""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello Group,
>
> Could anyone point me to any resources (ie. web, books) for writing
> pre-sales/tendering documentation which might include such things as
> proposed solutions, pricing, etc.
>
> Thanks
>
> Albert




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