Mailing List Archive

extreme networks summit/blackdiamond support broken ?
Hi!

just deployed rancid but extreme network switches are not working
any clue why ?


Thanks for looking in.

Greets

jan

p.s. using latest beta version



Trying to get all of the configs.
invalid command name "more"
while executing
"more"
invoked from within
"expect -nobrace # gag, 2 more prompts -re "\[\r\n]*\r" {} -re "\[
^\r\n]*Press <SPACE>*" { send " "; exp_continue } "
invoked from within
"expect {
# gag, 2 more prompts
-re "\[\r\n]*\r" {}
-re "\[^\r\n]*Press <SPACE>*" { send " "; exp_continu
e }
}"
invoked from within
"expect -nobrace -re "^\[^\n\r *]*$reprompt" { send_user -- "$expect_out(buffer)"
} -re "^\[^\n\r]*$reprompt." { send_user --
"$expect_out(b ..."
invoked from within
"expect {
-re "^\[^\n\r *]*$reprompt" { send_user -- "$expect_out(buffer)"
}
-re "^\[^\n\r]*$reprompt." { send_user -- "$expect_out(buffer)"
..."
("for" body line 3)
invoked from within
"for {set i 0} {$i < $num_commands} { incr i} {
send "[subst -nocommands [lindex $commands $i]]\r"
expect {
-re "^\[^\n\r *]*$reprompt" { s ..."
invoked from within
"if [ string match "*\;*" "$command" ] {
set commands [split $command \;]
set num_commands [llength $commands]
# the pager can not be turned off on ..."
(procedure "run_commands" line 25)
invoked from within
"run_commands $prompt $command"
invoked from within
"if {[run_commands $prompt $command]} {
continue
}"
invoked from within
"if { $do_command } {
if {[run_commands $prompt $command]} {
continue
}
} elseif { $do_script } {
# If the prompt is (enable), then we are ..."
("foreach" body line 118)
invoked from within
"foreach router [lrange $argv $i end] {
set router [string tolower $router]
send_user "$router\n"

# Figure out prompt.
# Since autoena ..."
(file "/home-l/rancid/bin/clogin" line 522)
#Image: Extremeware Version 4.1.19 (Build 2) by dsaravanan Wed 08/09/2000 6:18p
missed cmd(s): show slot,show configuration
End of run not found





--
Jan-Ahrent Czmok email: jan.czmok at jippiigroup.com
Senior Network Engineer // CNO Team voice: +49-69-17084-917
Jippii GmbH fax : +49-69-17084-530
business support team www : http://www.jippii.de
extreme networks summit/blackdiamond support broken ? [ In reply to ]
On Sun, Aug 26, 2001 at 02:07:29AM +0200, Jan-Ahrent Czmok wrote:
> just deployed rancid but extreme network switches are not working

The extreme stuff in rancid is real new; I think its only known to
sorta work on one extreme box so far -:).
--asp