Re: core dump using ftp

From: Michael Yang (yangm241@yahoo.com)
Date: Wed Jul 05 2006 - 15:48:11 ART


No, not from India, just curious, did not mean to offend you, sorry.
  

Narbik Kocharians <narbikk@gmail.com> wrote:
    No i am not from India, i have never seen the place, actually this is the first time i am hearing that name in IT (Just kidding).
  No i am not an Indian and i have never worked in Motorola. why are you from India?
   
   
  Narbik Kocharians
CCIE# 12410 (R&S, SP, Security)
CCSI# 30832
Network Learning, Inc. (CCIE class Instructor)
www.ccbootcamp.com (CCIE Training)
 
   
  

 
  On 7/5/06, Michael Yang <yangm241@yahoo.com> wrote: Thank you Narbik, that is what I was looking for.
   
  Is there any reason I would NOT want to use the compress feature?
   
  BTW: Are you from India? I worked with a Narbik at Motorola that was from India.
  

Narbik Kocharians <narbikk@gmail.com> wrote:
  

      Michael,
  As i said before to me the configuration is "the money" and once you see the money, i think it makes more sense. I hope this helps:
   
  (config)#exception protocol ftp
  There are 4 ways to setup the router to generate a core dump; FTP, RCP, Flash disk, and TFTP (Default). In this scenario FTP is configured.
   
   
  (config)#exception dump 1.1.1.1
  The above command configures the IP address of the FTP server. I just picked 1.1.1.1
   
   
  (config)#ip ftp username User
   (config)#ip ftp password Cisco
  The above commands specify the username and the password to be used for the FTP connection.
   
   
  (config)#ip ftp passive
  All types of FTP can be used, but this command configures the router to ONLY use passive-mode FTP connection if that's what you are using.
   
  (config)#ip ftp source-interface lo0
  Optional; this command specifies the source IP address for the FTP connection.
   
   
  (config)#exception region-size 16384
  This command is used as a fallback pool. When the processor memory pool is marked corrupted, this helps to prevent memory failures during the core dump process. The value is expressed in Bytes and the range is 1024  65536 Bytes.
   
   
  (config)#exception core-file Rxdump compress
  This command specifies the name of the core dump (Rxdump). The compress argument will compress the file to save space. The compress argument is not supported if RCP is used.
   
  Narbik Kocharians
CCIE# 12410 (R&S, SP, Security)
CCSI# 30832
Network Learning, Inc. (CCIE class Instructor)
www.ccbootcamp.com (CCIE Training)

  On 7/5/06, Victor Cappuccio <cvictor@protokolgroup.com > wrote: http://www.cisco.com/univercd/cc/td/doc/cisintwk/itg_v1/tr19aa.htm#xtocid3

ip ftp usename username

ip ftp password password

exception protocol ftp

exception dump a.b.c.d

-----Mensaje original-----
De: nobody@groupstudy.com [mailto: nobody@groupstudy.com] En nombre de
Michael Yang
Enviado el: Miircoles, 05 de Julio de 2006 01:26 p.m.
Para: ccielab@groupstudy.com
Asunto: core dump using ftp

How do you configure core dump using ftp server?

---------------------------------
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail Beta.



This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:46 ART