mainFetch Configuration - Support: sr #107067, Dell 3348

 
 

sr #107067: Dell 3348

Submitter:  None
Submitted:  Mon 19 Oct 2009 06:59:36 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  In Progress
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  *BSD
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 Oct 2009 07:15:27 PM UTC, comment #1: 

I can't help directly since I don't have access to Dell devices.

However, if you can code Perl, there is a possible work-around:

If the device does not provide a command for disabling
the pager, you may be able to scroll thru the paging
with the method expect_enable_prompt_paging()
available in the DmSwitch.pm module, like this:

($prematch, $match) = $self->expect_enable_prompt_paging($t, $prompt, '--More-- ');
if (!defined($prematch)) {
$self->log_error("could not find end of configuration");
return 1;
}

Cheers,
Everton

Everton da Silva Marques <evertonm>
Group administrator
Mon 19 Oct 2009 06:59:36 PM UTC, original submission:  

Hello,

I am able to successfully fetch configs from a number of different Dell powerconnect devices except for our 3348's.

It appears the pager functionality is broken for these devices.

fetchconfig: dev=3348 host=3348: error: dell: could not match enable/paging prompt: /(3348#)|(\Q--More-- or (q)uit\E)$/

One difference of note is that the our 3448's support the 'terminal datadump' command while the 3348's do not appear to.

Any help is appreciated.

Thanks,

Eli

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by evertonm (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-10-19 evertonm StatusNone In Progress

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code