init
This commit is contained in:
17
2024-05-24-panda-1.log
Normal file
17
2024-05-24-panda-1.log
Normal file
@@ -0,0 +1,17 @@
|
||||
Abs/Rel, Value, IP, Date, Time, OID
|
||||
Abs/Rel, Value, IP, Date, Time, OID
|
||||
R, 0, panda-1, 2024-05-24, 07:50:37, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, -1, panda-1, 2024-05-24, 07:50:42, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 0, panda-1, 2024-05-24, 07:50:47, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 1, panda-1, 2024-05-24, 07:50:52, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 0, panda-1, 2024-05-24, 07:50:57, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 0, panda-1, 2024-05-24, 07:51:02, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 0, panda-1, 2024-05-24, 07:51:07, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, -1, panda-1, 2024-05-24, 07:51:12, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 0, panda-1, 2024-05-24, 07:51:17, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 1, panda-1, 2024-05-24, 07:51:22, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 0, panda-1, 2024-05-24, 07:51:27, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, -1, panda-1, 2024-05-24, 07:51:32, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 0, panda-1, 2024-05-24, 07:51:37, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 1, panda-1, 2024-05-24, 07:51:42, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
R, 0, panda-1, 2024-05-24, 07:51:47, .1.3.6.1.4.1.3652.3.3.3.7.1.4.303
|
||||
21
CAchmod.sh
Executable file
21
CAchmod.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
chmod 777 -R /home/conetadm/.TinyCA
|
||||
chown -R www-data:conetadm /home/conetadm/.TinyCA
|
||||
|
||||
chmod 744 /home/conetadm/*.der
|
||||
chown www-data:www-data /home/conetadm/*.der
|
||||
|
||||
chmod 744 /home/conetadm/*.pem
|
||||
chown www-data:www-data /home/conetadm/*.pem
|
||||
|
||||
chmod 744 /var/www2/cert.conet-services.de/*
|
||||
chown www-data:www-data /var/www2/cert.conet-services.de/*
|
||||
|
||||
chmod 744 /var/www2/cert.conet-services.de/clients/*
|
||||
chown www-data:www-data /var/www2/cert.conet-services.de/clients/*
|
||||
|
||||
chmod 744 /var/www2/cert.conet-services.de/certs/*
|
||||
chown www-data:www-data /var/www2/cert.conet-services.de/certs/*
|
||||
|
||||
chmod 744 /var/www2/cert.conet-services.de/profiles/*
|
||||
chown www-data:www-data /var/www2/cert.conet-services.de/profiles/*
|
||||
|
||||
21
CAgenerateCRLs.sh
Executable file
21
CAgenerateCRLs.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
export SSLPASS=@Defender2014!
|
||||
|
||||
export CA=CONET_CA
|
||||
/usr/bin/openssl ca -gencrl -passin env:SSLPASS -config /home/conetadm/.TinyCA/$CA/openssl.cnf -out /home/conetadm/$CA-crl.pem -crldays 5
|
||||
openssl crl -inform PEM -outform DER -in /home/conetadm/$CA-crl.pem -out /home/conetadm/$CA-crl.der
|
||||
|
||||
export CA=CONET_Frankfurt
|
||||
/usr/bin/openssl ca -gencrl -passin env:SSLPASS -config /home/conetadm/.TinyCA/$CA/openssl.cnf -out /home/conetadm/$CA-crl.pem -crldays 5
|
||||
openssl crl -inform PEM -outform DER -in /home/conetadm/$CA-crl.pem -out /home/conetadm/$CA-crl.der
|
||||
|
||||
export CA=Resi_Invest
|
||||
/usr/bin/openssl ca -gencrl -passin env:SSLPASS -config /home/conetadm/.TinyCA/$CA/openssl.cnf -out /home/conetadm/$CA-crl.pem -crldays 5
|
||||
openssl crl -inform PEM -outform DER -in /home/conetadm/$CA-crl.pem -out /home/conetadm/$CA-crl.der
|
||||
|
||||
export CA=CONET_CA2
|
||||
/usr/bin/openssl ca -gencrl -passin env:SSLPASS -config /home/conetadm/.TinyCA/$CA/openssl.cnf -out /home/conetadm/$CA-crl.pem -crldays 5
|
||||
openssl crl -inform PEM -outform DER -in /home/conetadm/$CA-crl.pem -out /home/conetadm/$CA-crl.der
|
||||
|
||||
export CA=CONET_Frankfurt2
|
||||
/usr/bin/openssl ca -gencrl -passin env:SSLPASS -config /home/conetadm/.TinyCA/$CA/openssl.cnf -out /home/conetadm/$CA-crl.pem -crldays 5
|
||||
openssl crl -inform PEM -outform DER -in /home/conetadm/$CA-crl.pem -out /home/conetadm/$CA-crl.der
|
||||
120
SUP-report.sh
Executable file
120
SUP-report.sh
Executable file
@@ -0,0 +1,120 @@
|
||||
#!/bin/bash
|
||||
|
||||
xyz="SUP"
|
||||
# 2016-03-01
|
||||
#ENDE_DATUM_MANUELL="2022-11-01"
|
||||
AUSGABEDIR=/var/www/html/$xyz-report/
|
||||
MAILREC=$1
|
||||
|
||||
function get_png {
|
||||
d=$1; t=$2; i=$3; a=$START; e=$ENDE; h=$IMGH; w=$IMGW; mm=$4
|
||||
if [[ $t == alert* ]]
|
||||
then
|
||||
rm -f $d$t$mm.png
|
||||
echo "http://10.101.0.11/graph.php?device=$d&type=$t&id=$i&from=$a&to=$e&$width=$w&height=$h"
|
||||
wget -q -O $d$t$mm.png "http://10.101.0.11/graph.php?device=$d&type=$t&id=$i&from=$a&to=$e&$width=$w&height=$h"
|
||||
else
|
||||
rm -f $d$t$mm.png
|
||||
echo "http://10.101.0.11/graph.php?device=$d&type=$t&from=$a&to=$e&$width=$w&height=$h"
|
||||
wget -q -O $d$t$mm.png "http://10.101.0.11/graph.php?device=$d&type=$t&from=$a&to=$e&$width=$w&height=$h"
|
||||
fi
|
||||
}
|
||||
|
||||
function get_pngp {
|
||||
p=$1; a=$START; e=$ENDE; h=$IMGH; w=$IMGW; mm=$2;
|
||||
rm -f $p$mm.png
|
||||
echo "http://10.101.0.11/graph.php?type=port_bits&to=$e&id=$p&from=$a&height=$h&width=$w&scale=auto"
|
||||
wget -q -O $p$mm.png "http://10.101.0.11/graph.php?type=port_bits&to=$e&id=$p&from=$a&height=$h&width=$w&scale=auto"
|
||||
}
|
||||
|
||||
function init {
|
||||
COUNT=$1
|
||||
mkdir -p $AUSGABEDIR && pushd $AUSGABEDIR
|
||||
ENDE=`date +%s`
|
||||
MDATE=`date +%Y-%m-%d`
|
||||
|
||||
if [ "$ENDE_DATUM_MANUELL" != "" ]
|
||||
then
|
||||
ENDE=`date -d "$ENDE_DATUM_MANUELL" +%s`
|
||||
MDATE=$ENDE_DATUM_MANUELL
|
||||
fi
|
||||
|
||||
MONAT=`expr $COUNT \* 60 \* 60 \* 24 \* 31`
|
||||
START=`expr $ENDE - $MONAT`
|
||||
|
||||
IMGW=400
|
||||
IMGH=`expr $IMGW / 3`
|
||||
}
|
||||
|
||||
function destruct {
|
||||
popd
|
||||
}
|
||||
|
||||
MONATE=1
|
||||
init $MONATE;
|
||||
|
||||
# ="deviceid:alert_status_id deviceid:alert_status_id ..."
|
||||
#devices="73:718 74:719 176:821 242:12282 78:723 79:724 75:720 76:721 217:5708 218:5738 77:722 238:12184 241:12239 240:12225 239:12211 243:12474 244:12486 251:13523 256:13800";
|
||||
#graphs="alert_status device_ucd_ss_cpu device_ucd_memory device_storage device_ucd_load device_diskio processor device_processor device_NETAPP-MIB_cp_ops";
|
||||
# asa sw-1 sw-3
|
||||
devices="417:1 351:1 387:1"
|
||||
graphs="alert_status device_processor device_la device_availability"
|
||||
|
||||
#
|
||||
ports=""
|
||||
|
||||
for DEV in $devices
|
||||
do
|
||||
device=$(echo $DEV | cut -f1 -d:)
|
||||
id=$(echo $DEV | cut -f2 -d:)
|
||||
for GRAPH in $graphs
|
||||
do
|
||||
type=$GRAPH
|
||||
get_png $device $type $id $MONATE
|
||||
done
|
||||
done
|
||||
|
||||
for PORT in $ports
|
||||
do
|
||||
get_pngp $PORT $MONATE
|
||||
done
|
||||
|
||||
destruct;
|
||||
|
||||
MONATE=6
|
||||
init $MONATE;
|
||||
|
||||
for DEV in $devices
|
||||
do
|
||||
device=$(echo $DEV | cut -f1 -d:)
|
||||
id=$(echo $DEV | cut -f2 -d:)
|
||||
for GRAPH in $graphs
|
||||
do
|
||||
type=$GRAPH
|
||||
get_png $device $type $id $MONATE
|
||||
done
|
||||
done
|
||||
|
||||
for PORT in $ports
|
||||
do
|
||||
get_pngp $PORT $MONATE
|
||||
done
|
||||
|
||||
destruct;
|
||||
|
||||
echo $xyz
|
||||
echo $MDATE
|
||||
|
||||
htmldoc -t pdf14 -f "/var/www/tmp/$xyz-report_$MDATE.pdf" --book --toclevels 3 --no-numbered --toctitle "Inhaltsverzeichnis" --no-title --linkstyle underline --size A4 --left 0.75in --right 0.50in --top 0.50in --bottom 0.50in --header .t. --header1 ... --footer dt/ --nup 1 --tocheader ... --tocfooter dti --color --no-pscommands --no-xrxcomments --compression=1 --jpeg=90 --fontsize 8.0 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 8.0 --headfootfont Helvetica --charset iso-8859-1 --links --embedfonts --pagemode outline --pagelayout single --firstpage p1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 1000 --no-strict --no-overflow /var/www/html/$xyz-report.html
|
||||
|
||||
for MAIL in $MAILREC
|
||||
do
|
||||
echo "TO: $MAIL" > /tmp/$xyz-mailreportfile.tmp
|
||||
echo "FROM: CONET Services Monitoring Reporter <help@conet.de>" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "SUBJECT: $xyz Monitoring Report $MDATE" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "X-CONET-SRC: root@conlxsyslog03:/scripts/$xyz-report.sh" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "" | mutt -H /tmp/$xyz-mailreportfile.tmp -a /var/www/tmp/$xyz-report_$MDATE.pdf -- $MAIL
|
||||
rm /tmp/$xyz-mailreportfile.tmp
|
||||
done
|
||||
117
VWD-report.sh
Executable file
117
VWD-report.sh
Executable file
@@ -0,0 +1,117 @@
|
||||
#!/bin/bash
|
||||
|
||||
xyz="VWD"
|
||||
# 2016-03-01
|
||||
#ENDE_DATUM_MANUELL="2022-06-01"
|
||||
AUSGABEDIR=/var/www/html/$xyz-report/
|
||||
MAILREC=$1
|
||||
|
||||
function get_png {
|
||||
d=$1; t=$2; i=$3; a=$START; e=$ENDE; h=$IMGH; w=$IMGW; mm=$4
|
||||
if [[ $t == alert* ]]
|
||||
then
|
||||
rm -f $d$t$mm.png
|
||||
echo "http://10.101.0.11/graph.php?device=$d&type=$t&id=$i&from=$a&to=$e&$width=$w&height=$h"
|
||||
wget -q -O $d$t$mm.png "http://10.101.0.11/graph.php?device=$d&type=$t&id=$i&from=$a&to=$e&$width=$w&height=$h"
|
||||
else
|
||||
rm -f $d$t$mm.png
|
||||
echo "http://10.101.0.11/graph.php?device=$d&type=$t&from=$a&to=$e&$width=$w&height=$h"
|
||||
wget -q -O $d$t$mm.png "http://10.101.0.11/graph.php?device=$d&type=$t&from=$a&to=$e&$width=$w&height=$h"
|
||||
fi
|
||||
}
|
||||
|
||||
function get_pngp {
|
||||
p=$1; a=$START; e=$ENDE; h=$IMGH; w=$IMGW; mm=$2;
|
||||
rm -f $p$mm.png
|
||||
echo "http://10.101.0.11/graph.php?type=port_bits&to=$e&id=$p&from=$a&height=$h&width=$w&scale=auto"
|
||||
wget -q -O $p$mm.png "http://10.101.0.11/graph.php?type=port_bits&to=$e&id=$p&from=$a&height=$h&width=$w&scale=auto"
|
||||
}
|
||||
|
||||
function init {
|
||||
COUNT=$1
|
||||
mkdir -p $AUSGABEDIR && pushd $AUSGABEDIR
|
||||
ENDE=`date +%s`
|
||||
MDATE=`date +%Y-%m-%d`
|
||||
|
||||
if [ "$ENDE_DATUM_MANUELL" != "" ]
|
||||
then
|
||||
ENDE=`date -d "$ENDE_DATUM_MANUELL" +%s`
|
||||
MDATE=$ENDE_DATUM_MANUELL
|
||||
fi
|
||||
|
||||
MONAT=`expr $COUNT \* 60 \* 60 \* 24 \* 31`
|
||||
START=`expr $ENDE - $MONAT`
|
||||
|
||||
IMGW=400
|
||||
IMGH=`expr $IMGW / 3`
|
||||
}
|
||||
|
||||
function destruct {
|
||||
popd
|
||||
}
|
||||
|
||||
MONATE=1
|
||||
init $MONATE;
|
||||
|
||||
# ="deviceid:alert_status_id deviceid:alert_status_id ..."
|
||||
#devices="73:718 74:719 176:821 242:12282 78:723 79:724 75:720 76:721 217:5708 218:5738 77:722 238:12184 241:12239 240:12225 239:12211 243:12474 244:12486 251:13523 256:13800";
|
||||
#graphs="alert_status device_ucd_ss_cpu device_ucd_memory device_storage device_ucd_load device_diskio processor device_processor device_NETAPP-MIB_cp_ops";
|
||||
# sp-1 sp-2
|
||||
devices="5:9779 290:21071 292:22024 296:22206 297:68865 298:22208"
|
||||
graphs="alert_status device_processor device_la device_availability"
|
||||
|
||||
#
|
||||
ports=""
|
||||
|
||||
for DEV in $devices
|
||||
do
|
||||
device=$(echo $DEV | cut -f1 -d:)
|
||||
id=$(echo $DEV | cut -f2 -d:)
|
||||
for GRAPH in $graphs
|
||||
do
|
||||
type=$GRAPH
|
||||
get_png $device $type $id $MONATE
|
||||
done
|
||||
done
|
||||
|
||||
for PORT in $ports
|
||||
do
|
||||
get_pngp $PORT $MONATE
|
||||
done
|
||||
|
||||
destruct;
|
||||
|
||||
MONATE=6
|
||||
init $MONATE;
|
||||
|
||||
for DEV in $devices
|
||||
do
|
||||
device=$(echo $DEV | cut -f1 -d:)
|
||||
id=$(echo $DEV | cut -f2 -d:)
|
||||
for GRAPH in $graphs
|
||||
do
|
||||
type=$GRAPH
|
||||
get_png $device $type $id $MONATE
|
||||
done
|
||||
done
|
||||
|
||||
for PORT in $ports
|
||||
do
|
||||
get_pngp $PORT $MONATE
|
||||
done
|
||||
|
||||
destruct;
|
||||
|
||||
htmldoc -t pdf14 -f "/var/www/tmp/$xyz-report_$MDATE.pdf" --book --toclevels 3 --no-numbered --toctitle "Inhaltsverzeichnis" --no-title --linkstyle underline --size A4 --left 0.75in --right 0.50in --top 0.50in --bottom 0.50in --header .t. --header1 ... --footer dt/ --nup 1 --tocheader ... --tocfooter dti --color --no-pscommands --no-xrxcomments --compression=1 --jpeg=90 --fontsize 8.0 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 8.0 --headfootfont Helvetica --charset iso-8859-1 --links --embedfonts --pagemode outline --pagelayout single --firstpage p1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 1000 --no-strict --no-overflow /var/www/html/$xyz-report.html
|
||||
|
||||
for MAIL in $MAILREC
|
||||
do
|
||||
echo "TO: $MAIL" > /tmp/$xyz-mailreportfile.tmp
|
||||
echo "FROM: CONET Services Monitoring Reporter <help@conet.de>" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "SUBJECT: $xyz Monitoring Report $MDATE" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "X-CONET-SRC: root@conlxsyslog03:/scripts/VWD-report.sh" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "" >> /tmp/$xyz-mailreportfile.tmp
|
||||
echo "" | mutt -H /tmp/$xyz-mailreportfile.tmp -a /var/www/tmp/$xyz-report_$MDATE.pdf -- $MAIL
|
||||
rm /tmp/$xyz-mailreportfile.tmp
|
||||
done
|
||||
19
accessed_url.pl
Executable file
19
accessed_url.pl
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
open OUT, ">>/mnt/syslog/scripts/accessed_url.txt";
|
||||
while (<STDIN>) {
|
||||
$line = $_;
|
||||
if ($line =~ /Accessed URL/) {
|
||||
foreach $arg (@ARGV) {
|
||||
if ($line =~ /$arg/) {
|
||||
# Jun 8 03:28:23 10.99.0.250 %ASA-5-304001: 192.168.64.240 Accessed
|
||||
($TIME, $IP, $URL) = $line =~ /(.*) 10.99.0.250 %ASA-5-304001: ([^ ]*) Accessed URL [^ ]*:(http:\/\/[^\/]*)/;
|
||||
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
|
||||
#printf OUT "%4d.%02d.%02d %02d:%02d:%02d %-15s %s\n", $year+1900, $mon+1, $mday, $hour, $min, $sec, $IP, $URL;
|
||||
#printf "%4d.%02d.%02d %02d:%02d:%02d %-15s %s\n", $year+1900, $mon+1, $mday, $hour, $min, $sec, $IP, $URL;
|
||||
printf OUT "%s %-15s %s\n", $TIME, $IP, $URL;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
close OUT;
|
||||
14
autoconfig1/archive/autoconfig.1-2018-11-28_14-45
Executable file
14
autoconfig1/archive/autoconfig.1-2018-11-28_14-45
Executable file
@@ -0,0 +1,14 @@
|
||||
echo "conf t
|
||||
vlan 66
|
||||
name Kickstart
|
||||
|
||||
end
|
||||
wr
|
||||
exit
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n switch-catalyst-1,switch-catalyst-2,switch-catalyst-3,switch-catalyst-4,switch-catalyst-5,switch-catalyst-7,switch-nexus-1
|
||||
|
||||
|
||||
|
||||
|
||||
12
autoconfig1/archive/autoconfig.1-2019-09-02_10-16
Executable file
12
autoconfig1/archive/autoconfig.1-2019-09-02_10-16
Executable file
@@ -0,0 +1,12 @@
|
||||
echo "conf t
|
||||
int Fa1
|
||||
description ______TEST______
|
||||
end
|
||||
exit
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n router-renell-1
|
||||
|
||||
|
||||
|
||||
|
||||
14
autoconfig1/archive/autoconfig.1-2019-09-03_01-55
Executable file
14
autoconfig1/archive/autoconfig.1-2019-09-03_01-55
Executable file
@@ -0,0 +1,14 @@
|
||||
echo "conf t
|
||||
int Fa1
|
||||
shutdown
|
||||
int Vlan 22
|
||||
shutdown
|
||||
end
|
||||
exit
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n router-renell-1
|
||||
|
||||
|
||||
|
||||
|
||||
10
autoconfig1/archive/autoconfig.A-2018-11-28_14-42
Executable file
10
autoconfig1/archive/autoconfig.A-2018-11-28_14-42
Executable file
@@ -0,0 +1,10 @@
|
||||
|
||||
echo "
|
||||
conf t
|
||||
no vlan 66
|
||||
end
|
||||
copy run start
|
||||
|
||||
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf
|
||||
14
autoconfig1/archive/autoconfig.E-2018-11-28_14-58
Executable file
14
autoconfig1/archive/autoconfig.E-2018-11-28_14-58
Executable file
@@ -0,0 +1,14 @@
|
||||
|
||||
echo "
|
||||
copy run start
|
||||
|
||||
|
||||
wr
|
||||
|
||||
|
||||
exit
|
||||
logout
|
||||
|
||||
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf
|
||||
14
autoconfig1/archive/autoconfig.E-2018-11-28_15-13
Executable file
14
autoconfig1/archive/autoconfig.E-2018-11-28_15-13
Executable file
@@ -0,0 +1,14 @@
|
||||
|
||||
echo "
|
||||
wr mem
|
||||
|
||||
|
||||
copy run start
|
||||
|
||||
|
||||
exit
|
||||
logout
|
||||
|
||||
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf
|
||||
8
autoconfig1/archive/autoconfig.E-2018-11-28_16-10
Executable file
8
autoconfig1/archive/autoconfig.E-2018-11-28_16-10
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
echo "
|
||||
wr mem
|
||||
copy run start
|
||||
exit
|
||||
logout
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf
|
||||
13
autoconfig1/autoconfig.1.example
Executable file
13
autoconfig1/autoconfig.1.example
Executable file
@@ -0,0 +1,13 @@
|
||||
echo "conf t
|
||||
vlan 66
|
||||
name Kickstart
|
||||
|
||||
end
|
||||
exit
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n switch-catalyst-1,switch-catalyst-2,switch-catalyst-3,switch-catalyst-4,switch-catalyst-5,switch-catalyst-7,switch-nexus-1
|
||||
|
||||
|
||||
|
||||
|
||||
16
autoconfig1/autoconfig.2.example
Executable file
16
autoconfig1/autoconfig.2.example
Executable file
@@ -0,0 +1,16 @@
|
||||
for I in `echo "1"`
|
||||
do
|
||||
echo "conf t
|
||||
vlan 66
|
||||
name Kickstart
|
||||
|
||||
end
|
||||
exit
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n switch-nexus-$I
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
||||
14
autoconfig1/autoconfig.3.example
Executable file
14
autoconfig1/autoconfig.3.example
Executable file
@@ -0,0 +1,14 @@
|
||||
echo "conf t
|
||||
int Fa1
|
||||
shutdown
|
||||
int Vlan 22
|
||||
shutdown
|
||||
end
|
||||
exit
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf -n router-renell-1
|
||||
|
||||
|
||||
|
||||
|
||||
8
autoconfig1/autoconfig.A.example
Executable file
8
autoconfig1/autoconfig.A.example
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
echo "
|
||||
conf t
|
||||
no vlan 66
|
||||
end
|
||||
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf
|
||||
8
autoconfig1/autoconfig.E.example
Executable file
8
autoconfig1/autoconfig.E.example
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
echo "
|
||||
wr mem
|
||||
copy run start
|
||||
exit
|
||||
logout
|
||||
" > /scripts/autoconfig/tmp/autoconfig.conf
|
||||
/usr/local/bin/cmc -ld /scripts/autoconfig/logs/ -cf /scripts/autoconfig/tmp/autoconfig.conf
|
||||
14
autoconfig1/autoconfig.sh
Executable file
14
autoconfig1/autoconfig.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
export CMC_CLOGINRC=/home/rancid/.cloginrc
|
||||
export CMC_ROUTER=/home/rancid/var/rancid/network/router.db
|
||||
|
||||
for I in `echo "A 1 2 3 4 5 6 7 8 9 E"`
|
||||
do
|
||||
if [ -f /scripts/autoconfig/autoconfig.$I ]
|
||||
then
|
||||
/bin/bash -l -c /scripts/autoconfig/autoconfig.$I
|
||||
mv /scripts/autoconfig/autoconfig.$I /scripts/autoconfig/archive/autoconfig.$I-`date +"%Y-%m-%d_%H-%M"`
|
||||
sleep 60
|
||||
fi
|
||||
done
|
||||
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-frankfurt.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-frankfurt.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-frankfurt
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-frankfurt
|
||||
conetadm@asa-frankfurt's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
conasafw1/pri/act> enable
|
||||
Password: ********
|
||||
|
||||
conasafw1/pri/act#
|
||||
|
||||
conasafw1/pri/act# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
conasafw1/pri/act# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
conasafw1/pri/act#
|
||||
|
||||
conasafw1/pri/act# conf t
|
||||
|
||||
conasafw1/pri/act(config)# no vlan 66
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-hosting.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-hosting.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-hosting
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-hosting
|
||||
conetadm@asa-hosting's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
hosting/pri/act> enable
|
||||
Password: ********
|
||||
|
||||
hosting/pri/act#
|
||||
|
||||
hosting/pri/act# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
hosting/pri/act# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
hosting/pri/act#
|
||||
|
||||
hosting/pri/act# conf t
|
||||
|
||||
hosting/pri/act(config)# no vlan 66
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-office-1.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-office-1.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-office-1
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-office-1
|
||||
conetadm@asa-office-1's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
asa-office-1> enable
|
||||
Password: ********
|
||||
|
||||
asa-office-1#
|
||||
|
||||
asa-office-1# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-office-1# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-office-1#
|
||||
|
||||
asa-office-1# conf t
|
||||
|
||||
asa-office-1(config)# no vlan 66
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-resi-f.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-resi-f.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-resi-f
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-resi-f
|
||||
conetadm@asa-resi-f's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
asa-resi-f> enable
|
||||
Password: ********
|
||||
|
||||
asa-resi-f#
|
||||
|
||||
asa-resi-f# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-resi-f# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-resi-f#
|
||||
|
||||
asa-resi-f# conf t
|
||||
|
||||
asa-resi-f(config)# no vlan 66
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-resi-h.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-resi-h.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-resi-h
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-resi-h
|
||||
conetadm@asa-resi-h's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
asa-resi-h> enable
|
||||
Password: ********
|
||||
|
||||
asa-resi-h#
|
||||
|
||||
asa-resi-h# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-resi-h# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-resi-h#
|
||||
|
||||
asa-resi-h# conf t
|
||||
|
||||
asa-resi-h(config)# no vlan 66
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-rho-1.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-rho-1.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-rho-1
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-rho-1
|
||||
conetadm@asa-rho-1's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
rho1> enable
|
||||
Password: ********
|
||||
|
||||
rho1#
|
||||
|
||||
rho1# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
rho1# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
rho1#
|
||||
|
||||
rho1# conf t
|
||||
|
||||
rho1(config)# no vlan 66
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-vwd-1.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-vwd-1.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-vwd-1
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-vwd-1
|
||||
conetadm@asa-vwd-1's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
asa-vwd-1/pri/act> enable
|
||||
Password: ********
|
||||
|
||||
asa-vwd-1/pri/act#
|
||||
|
||||
asa-vwd-1/pri/act# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-vwd-1/pri/act# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-vwd-1/pri/act#
|
||||
|
||||
asa-vwd-1/pri/act# conf t
|
||||
|
||||
asa-vwd-1/pri/act(config)# no vlan 66
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-warschau-116.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-warschau-116.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-warschau-116
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-warschau-116
|
||||
conetadm@asa-warschau-116's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
ciscoasapl01> enable
|
||||
Password: ********
|
||||
|
||||
ciscoasapl01#
|
||||
|
||||
ciscoasapl01# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
ciscoasapl01# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
ciscoasapl01#
|
||||
|
||||
ciscoasapl01# conf t
|
||||
|
||||
ciscoasapl01(config)# no vlan 66
|
||||
23
autoconfig1/logs/2018-11-28_13-58/asa-warschau-117.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/asa-warschau-117.log
Executable file
@@ -0,0 +1,23 @@
|
||||
asa-warschau-117
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-warschau-117
|
||||
conetadm@asa-warschau-117's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
conasawse02> enable
|
||||
Password: ********
|
||||
|
||||
conasawse02#
|
||||
|
||||
conasawse02# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
conasawse02# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
conasawse02#
|
||||
|
||||
conasawse02# conf t
|
||||
|
||||
conasawse02(config)# no vlan 66
|
||||
15
autoconfig1/logs/2018-11-28_13-58/conlxctxns1.log
Executable file
15
autoconfig1/logs/2018-11-28_13-58/conlxctxns1.log
Executable file
@@ -0,0 +1,15 @@
|
||||
conlxctxns1
|
||||
spawn ssh -x -l admin conlxctxns1
|
||||
###############################################################################
|
||||
# #
|
||||
# WARNING: Access to this system is for authorized users only #
|
||||
# Disconnect IMMEDIATELY if you are not an authorized user! #
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
Password:
|
||||
Last login: Wed Nov 28 14:02:21 2018 from 10.101.0.11
|
||||
|
||||
Done
|
||||
>
|
||||
>
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-acon-2.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-acon-2.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-acon-2
|
||||
spawn ssh -x -l conetadm router-acon-2
|
||||
Password:
|
||||
router-acon-2#
|
||||
router-acon-2#terminal length 0
|
||||
router-acon-2#terminal width 132
|
||||
router-acon-2#
|
||||
router-acon-2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
router-acon-2(config)#no vlan 66
|
||||
router-acon-2(config)#end
|
||||
router-acon-2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
25
autoconfig1/logs/2018-11-28_13-58/router-caceis-r007842.log
Executable file
25
autoconfig1/logs/2018-11-28_13-58/router-caceis-r007842.log
Executable file
@@ -0,0 +1,25 @@
|
||||
router-caceis-r007842
|
||||
spawn telnet router-caceis-r007842
|
||||
Trying 92.254.20.22...
|
||||
Connected to router-caceis-r007842.conet.mgmt.
|
||||
Escape character is '^]'.
|
||||
|
||||
|
||||
User Access Verification
|
||||
|
||||
Username: conetadm
|
||||
Password:
|
||||
R007842#
|
||||
R007842#terminal length 0
|
||||
R007842#terminal width 132
|
||||
R007842#
|
||||
R007842#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
R007842(config)#no vlan 66
|
||||
^
|
||||
% Invalid input detected at '^' marker.
|
||||
|
||||
R007842(config)#end
|
||||
R007842#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
25
autoconfig1/logs/2018-11-28_13-58/router-caceis-r009485.log
Executable file
25
autoconfig1/logs/2018-11-28_13-58/router-caceis-r009485.log
Executable file
@@ -0,0 +1,25 @@
|
||||
router-caceis-r009485
|
||||
spawn telnet router-caceis-r009485
|
||||
Trying 10.99.0.226...
|
||||
Connected to router-caceis-r009485.conet.mgmt.
|
||||
Escape character is '^]'.
|
||||
|
||||
|
||||
User Access Verification
|
||||
|
||||
Username: conetadm
|
||||
Password:
|
||||
R009485#
|
||||
R009485#terminal length 0
|
||||
R009485#terminal width 132
|
||||
R009485#
|
||||
R009485#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
R009485(config)#no vlan 66
|
||||
^
|
||||
% Invalid input detected at '^' marker.
|
||||
|
||||
R009485(config)#end
|
||||
R009485#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
17
autoconfig1/logs/2018-11-28_13-58/router-cogent-1.log
Executable file
17
autoconfig1/logs/2018-11-28_13-58/router-cogent-1.log
Executable file
@@ -0,0 +1,17 @@
|
||||
router-cogent-1
|
||||
spawn ssh -x -l conetadm router-cogent-1
|
||||
Password:
|
||||
CONC29COG01#
|
||||
CONC29COG01#terminal length 0
|
||||
CONC29COG01#terminal width 132
|
||||
CONC29COG01#
|
||||
CONC29COG01#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
CONC29COG01(config)#no vlan 66
|
||||
^
|
||||
% Invalid input detected at '^' marker.
|
||||
|
||||
CONC29COG01(config)#end
|
||||
CONC29COG01#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
17
autoconfig1/logs/2018-11-28_13-58/router-cogent-2.log
Executable file
17
autoconfig1/logs/2018-11-28_13-58/router-cogent-2.log
Executable file
@@ -0,0 +1,17 @@
|
||||
router-cogent-2
|
||||
spawn ssh -x -l conetadm router-cogent-2
|
||||
Password:
|
||||
CONC29COG02#
|
||||
CONC29COG02#terminal length 0
|
||||
CONC29COG02#terminal width 132
|
||||
CONC29COG02#
|
||||
CONC29COG02#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
CONC29COG02(config)#no vlan 66
|
||||
^
|
||||
% Invalid input detected at '^' marker.
|
||||
|
||||
CONC29COG02(config)#end
|
||||
CONC29COG02#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-hedegger-ffm.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-hedegger-ffm.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-hedegger-ffm
|
||||
spawn ssh -x -l admin router-hedegger-ffm
|
||||
Password:
|
||||
Hedegger_Ffm#
|
||||
Hedegger_Ffm#terminal length 0
|
||||
Hedegger_Ffm#terminal width 132
|
||||
Hedegger_Ffm#
|
||||
Hedegger_Ffm#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
Hedegger_Ffm(config)#no vlan 66
|
||||
Hedegger_Ffm(config)#end
|
||||
Hedegger_Ffm#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-hedegger-ffm2.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-hedegger-ffm2.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-hedegger-ffm2
|
||||
spawn ssh -x -l admin router-hedegger-ffm2
|
||||
Password:
|
||||
Hedegger_FH#
|
||||
Hedegger_FH#terminal length 0
|
||||
Hedegger_FH#terminal width 132
|
||||
Hedegger_FH#
|
||||
Hedegger_FH#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
Hedegger_FH(config)#no vlan 66
|
||||
Hedegger_FH(config)#end
|
||||
Hedegger_FH#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-hedegger-wi.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-hedegger-wi.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-hedegger-wi
|
||||
spawn ssh -x -l admin router-hedegger-wi
|
||||
Password:
|
||||
Hedegger_Wi#
|
||||
Hedegger_Wi#terminal length 0
|
||||
Hedegger_Wi#terminal width 132
|
||||
Hedegger_Wi#
|
||||
Hedegger_Wi#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
Hedegger_Wi(config)#no vlan 66
|
||||
Hedegger_Wi(config)#end
|
||||
Hedegger_Wi#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-renell-1.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-renell-1.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-renell-1
|
||||
spawn ssh -x -l conetadm router-renell-1
|
||||
Password:
|
||||
router-renell-1#
|
||||
router-renell-1#terminal length 0
|
||||
router-renell-1#terminal width 132
|
||||
router-renell-1#
|
||||
router-renell-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
router-renell-1(config)#no vlan 66
|
||||
router-renell-1(config)#end
|
||||
router-renell-1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-renell-2.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-renell-2.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-renell-2
|
||||
spawn ssh -x -l conetadm router-renell-2
|
||||
Password:
|
||||
router-renell-2#
|
||||
router-renell-2#terminal length 0
|
||||
router-renell-2#terminal width 132
|
||||
router-renell-2#
|
||||
router-renell-2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
router-renell-2(config)#no vlan 66
|
||||
router-renell-2(config)#end
|
||||
router-renell-2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-rho-1.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-rho-1.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-rho-1
|
||||
spawn ssh -x -l conetadm router-rho-1
|
||||
Password:
|
||||
router-rho-1#
|
||||
router-rho-1#terminal length 0
|
||||
router-rho-1#terminal width 132
|
||||
router-rho-1#
|
||||
router-rho-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
router-rho-1(config)#no vlan 66
|
||||
router-rho-1(config)#end
|
||||
router-rho-1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-steubing-1.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-steubing-1.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-steubing-1
|
||||
spawn ssh -x -l conetadm router-steubing-1
|
||||
Password:
|
||||
router-steubing-1#
|
||||
router-steubing-1#terminal length 0
|
||||
router-steubing-1#terminal width 132
|
||||
router-steubing-1#
|
||||
router-steubing-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
router-steubing-1(config)#no vlan 66
|
||||
router-steubing-1(config)#end
|
||||
router-steubing-1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-steubing-2.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-steubing-2.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-steubing-2
|
||||
spawn ssh -x -l conetadm router-steubing-2
|
||||
Password:
|
||||
router-steubing-2#
|
||||
router-steubing-2#terminal length 0
|
||||
router-steubing-2#terminal width 132
|
||||
router-steubing-2#
|
||||
router-steubing-2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
router-steubing-2(config)#no vlan 66
|
||||
router-steubing-2(config)#end
|
||||
router-steubing-2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-sup-1.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-sup-1.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-sup-1
|
||||
spawn ssh -x -l conetadm router-sup-1
|
||||
Password:
|
||||
router-sup-1#
|
||||
router-sup-1#terminal length 0
|
||||
router-sup-1#terminal width 132
|
||||
router-sup-1#
|
||||
router-sup-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
router-sup-1(config)#no vlan 66
|
||||
router-sup-1(config)#end
|
||||
router-sup-1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-swx-1.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-swx-1.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-swx-1
|
||||
spawn ssh -x -l conetadm router-swx-1
|
||||
Password:
|
||||
vcap01200072#
|
||||
vcap01200072#terminal length 0
|
||||
vcap01200072#terminal width 132
|
||||
vcap01200072#
|
||||
vcap01200072#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
vcap01200072(config)#no vlan 66
|
||||
vcap01200072(config)#end
|
||||
vcap01200072#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-swx-2.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-swx-2.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-swx-2
|
||||
spawn ssh -x -l conetadm router-swx-2
|
||||
Password:
|
||||
vcap01200073#
|
||||
vcap01200073#terminal length 0
|
||||
vcap01200073#terminal width 132
|
||||
vcap01200073#
|
||||
vcap01200073#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
vcap01200073(config)#no vlan 66
|
||||
vcap01200073(config)#end
|
||||
vcap01200073#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
20
autoconfig1/logs/2018-11-28_13-58/router-volksbank-1.log
Executable file
20
autoconfig1/logs/2018-11-28_13-58/router-volksbank-1.log
Executable file
@@ -0,0 +1,20 @@
|
||||
router-volksbank-1
|
||||
spawn ssh -x -l conetadm router-volksbank-1
|
||||
conetadm@router-volksbank-1's password:
|
||||
|
||||
conc2651xmvoba01 line 66
|
||||
|
||||
conc2651xmvoba01#
|
||||
conc2651xmvoba01#terminal length 0
|
||||
conc2651xmvoba01#terminal width 132
|
||||
conc2651xmvoba01#
|
||||
conc2651xmvoba01#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
conc2651xmvoba01(config)#no vlan 66
|
||||
^
|
||||
% Invalid input detected at '^' marker.
|
||||
|
||||
conc2651xmvoba01(config)#end
|
||||
conc2651xmvoba01#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
20
autoconfig1/logs/2018-11-28_13-58/router-volksbank-2.log
Executable file
20
autoconfig1/logs/2018-11-28_13-58/router-volksbank-2.log
Executable file
@@ -0,0 +1,20 @@
|
||||
router-volksbank-2
|
||||
spawn ssh -x -l conetadm router-volksbank-2
|
||||
conetadm@router-volksbank-2's password:
|
||||
|
||||
conc2651xmvoba02 line 66
|
||||
|
||||
conc2651xmvoba02#
|
||||
conc2651xmvoba02#terminal length 0
|
||||
conc2651xmvoba02#terminal width 132
|
||||
conc2651xmvoba02#
|
||||
conc2651xmvoba02#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
conc2651xmvoba02(config)#no vlan 66
|
||||
^
|
||||
% Invalid input detected at '^' marker.
|
||||
|
||||
conc2651xmvoba02(config)#end
|
||||
conc2651xmvoba02#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-wse-1.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-wse-1.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-wse-1
|
||||
spawn ssh -x -l conetadm router-wse-1
|
||||
Password:
|
||||
WSE-R1#
|
||||
WSE-R1#terminal length 0
|
||||
WSE-R1#terminal width 132
|
||||
WSE-R1#
|
||||
WSE-R1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
WSE-R1(config)#no vlan 66
|
||||
WSE-R1(config)#end
|
||||
WSE-R1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/router-wse-2.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/router-wse-2.log
Executable file
@@ -0,0 +1,14 @@
|
||||
router-wse-2
|
||||
spawn ssh -x -l conetadm router-wse-2
|
||||
Password:
|
||||
WSE-R2#
|
||||
WSE-R2#terminal length 0
|
||||
WSE-R2#terminal width 132
|
||||
WSE-R2#
|
||||
WSE-R2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
WSE-R2(config)#no vlan 66
|
||||
WSE-R2(config)#end
|
||||
WSE-R2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
46
autoconfig1/logs/2018-11-28_13-58/switch-acon-2.log
Executable file
46
autoconfig1/logs/2018-11-28_13-58/switch-acon-2.log
Executable file
@@ -0,0 +1,46 @@
|
||||
switch-acon-2
|
||||
spawn hpuifilter -- telnet switch-acon-2
|
||||
Trying 10.130.32.2...
|
||||
|
||||
Connected to switch-acon-2.conet.mgmt.
|
||||
|
||||
Escape character is '^]'.
|
||||
|
||||
ProCurve J8698A Switch 5412zl
|
||||
|
||||
|
||||
Software revision K.15.03.0007
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright (C) 1991-2011 Hewlett-Packard Development Company, L.P.
|
||||
|
||||
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
Confidential computer software. Valid license from HP required for possession,
|
||||
|
||||
use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
|
||||
|
||||
Software, Computer Software Documentation, and Technical Data for Commercial
|
||||
|
||||
Items are licensed to the U.S. Government under vendor's standard commercial
|
||||
|
||||
license.
|
||||
|
||||
HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
|
||||
|
||||
20555 State Highway 249, Houston, TX 77070
|
||||
|
||||
|
||||
|
||||
We'd like to keep you up to date about:
|
||||
|
||||
* Software feature updates
|
||||
|
||||
* New product announcements
|
||||
|
||||
* Special events
|
||||
15
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-1.log
Executable file
15
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-1.log
Executable file
@@ -0,0 +1,15 @@
|
||||
switch-catalyst-1
|
||||
spawn ssh -x -l conetadm switch-catalyst-1
|
||||
Password:
|
||||
|
||||
switch-catalyst-1#
|
||||
switch-catalyst-1#terminal length 0
|
||||
switch-catalyst-1#terminal width 132
|
||||
switch-catalyst-1#
|
||||
switch-catalyst-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-1(config)#no vlan 66
|
||||
switch-catalyst-1(config)#end
|
||||
switch-catalyst-1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
15
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-2.log
Executable file
15
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-2.log
Executable file
@@ -0,0 +1,15 @@
|
||||
switch-catalyst-2
|
||||
spawn ssh -x -l conetadm switch-catalyst-2
|
||||
Password:
|
||||
|
||||
switch-catalyst-2#
|
||||
switch-catalyst-2#terminal length 0
|
||||
switch-catalyst-2#terminal width 132
|
||||
switch-catalyst-2#
|
||||
switch-catalyst-2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-2(config)#no vlan 66
|
||||
switch-catalyst-2(config)#end
|
||||
switch-catalyst-2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
15
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-3.log
Executable file
15
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-3.log
Executable file
@@ -0,0 +1,15 @@
|
||||
switch-catalyst-3
|
||||
spawn ssh -x -l conetadm switch-catalyst-3
|
||||
Password:
|
||||
|
||||
switch-catalyst-3#
|
||||
switch-catalyst-3#terminal length 0
|
||||
switch-catalyst-3#terminal width 132
|
||||
switch-catalyst-3#
|
||||
switch-catalyst-3#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-3(config)#no vlan 66
|
||||
switch-catalyst-3(config)#end
|
||||
switch-catalyst-3#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-4.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-4.log
Executable file
@@ -0,0 +1,14 @@
|
||||
switch-catalyst-4
|
||||
spawn ssh -x -l conetadm switch-catalyst-4
|
||||
Password:
|
||||
switch-catalyst-4#
|
||||
switch-catalyst-4#terminal length 0
|
||||
switch-catalyst-4#terminal width 132
|
||||
switch-catalyst-4#
|
||||
switch-catalyst-4#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-4(config)#no vlan 66
|
||||
switch-catalyst-4(config)#end
|
||||
switch-catalyst-4#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
15
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-5.log
Executable file
15
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-5.log
Executable file
@@ -0,0 +1,15 @@
|
||||
switch-catalyst-5
|
||||
spawn ssh -x -l conetadm switch-catalyst-5
|
||||
Password:
|
||||
|
||||
switch-catalyst-5#
|
||||
switch-catalyst-5#terminal length 0
|
||||
switch-catalyst-5#terminal width 132
|
||||
switch-catalyst-5#
|
||||
switch-catalyst-5#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-5(config)#no vlan 66
|
||||
switch-catalyst-5(config)#end
|
||||
switch-catalyst-5#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
16
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-7.log
Executable file
16
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-7.log
Executable file
@@ -0,0 +1,16 @@
|
||||
switch-catalyst-7
|
||||
spawn ssh -x -l conetadm switch-catalyst-7
|
||||
Password:
|
||||
|
||||
|
||||
switch-catalyst-7#
|
||||
switch-catalyst-7#terminal length 0
|
||||
switch-catalyst-7#terminal width 132
|
||||
switch-catalyst-7#
|
||||
switch-catalyst-7#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-7(config)#no vlan 66
|
||||
switch-catalyst-7(config)#end
|
||||
switch-catalyst-7#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-office1.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/switch-catalyst-office1.log
Executable file
@@ -0,0 +1,14 @@
|
||||
switch-catalyst-office1
|
||||
spawn ssh -x -l conetadm switch-catalyst-office1
|
||||
Password:
|
||||
switch-catalyst-office1#
|
||||
switch-catalyst-office1#terminal length 0
|
||||
switch-catalyst-office1#terminal width 132
|
||||
switch-catalyst-office1#
|
||||
switch-catalyst-office1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-offi(config)#no vlan 66
|
||||
switch-catalyst-offi(config)#end
|
||||
switch-catalyst-office1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
42
autoconfig1/logs/2018-11-28_13-58/switch-dbs-102.log
Executable file
42
autoconfig1/logs/2018-11-28_13-58/switch-dbs-102.log
Executable file
@@ -0,0 +1,42 @@
|
||||
switch-dbs-102
|
||||
spawn hpuifilter -- ssh -x -l admin switch-dbs-102
|
||||
We'd like to keep you up to date about:
|
||||
|
||||
* Software feature updates
|
||||
|
||||
* New product announcements
|
||||
|
||||
* Special events
|
||||
|
||||
|
||||
|
||||
Please register your products now at: www.ProCurve.com
|
||||
|
||||
|
||||
|
||||
admin@switch-dbs-102's password:
|
||||
|
||||
ProCurve J9138A Switch 2520-24-PoE
|
||||
|
||||
|
||||
Software revision S.14.03
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright (C) 1991-2009 Hewlett-Packard Co. All Rights Reserved.
|
||||
|
||||
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
|
||||
|
||||
Use, duplication, or disclosure by the Government is subject to restrictions
|
||||
|
||||
as set forth in subdivision (b) (3) (ii) of the Rights in Technical Data and
|
||||
|
||||
Computer Software clause at 52.227-7013.
|
||||
|
||||
|
||||
46
autoconfig1/logs/2018-11-28_13-58/switch-dbs-106.log
Executable file
46
autoconfig1/logs/2018-11-28_13-58/switch-dbs-106.log
Executable file
@@ -0,0 +1,46 @@
|
||||
switch-dbs-106
|
||||
spawn hpuifilter -- telnet switch-dbs-106
|
||||
Trying 10.1.1.106...
|
||||
|
||||
Connected to switch-dbs-106.conet.mgmt.
|
||||
|
||||
Escape character is '^]'.
|
||||
|
||||
ProCurve J8697A Switch 5406zl
|
||||
|
||||
|
||||
Software revision K.15.04.0019m
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
|
||||
|
||||
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
Confidential computer software. Valid license from HP required for possession,
|
||||
|
||||
use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
|
||||
|
||||
Software, Computer Software Documentation, and Technical Data for Commercial
|
||||
|
||||
Items are licensed to the U.S. Government under vendor's standard commercial
|
||||
|
||||
license.
|
||||
|
||||
HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
|
||||
|
||||
20555 State Highway 249, Houston, TX 77070
|
||||
|
||||
|
||||
|
||||
We'd like to keep you up to date about:
|
||||
|
||||
* Software feature updates
|
||||
|
||||
* New product announcements
|
||||
|
||||
* Special events
|
||||
46
autoconfig1/logs/2018-11-28_13-58/switch-dbs-107.log
Executable file
46
autoconfig1/logs/2018-11-28_13-58/switch-dbs-107.log
Executable file
@@ -0,0 +1,46 @@
|
||||
switch-dbs-107
|
||||
spawn hpuifilter -- telnet switch-dbs-107
|
||||
Trying 10.1.1.107...
|
||||
|
||||
Connected to switch-dbs-107.conet.mgmt.
|
||||
|
||||
Escape character is '^]'.
|
||||
|
||||
ProCurve J8693A Switch 3500yl-48G
|
||||
|
||||
|
||||
Software revision K.15.04.0019m
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright (C) 1991-2012 Hewlett-Packard Development Company, L.P.
|
||||
|
||||
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
Confidential computer software. Valid license from HP required for possession,
|
||||
|
||||
use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer
|
||||
|
||||
Software, Computer Software Documentation, and Technical Data for Commercial
|
||||
|
||||
Items are licensed to the U.S. Government under vendor's standard commercial
|
||||
|
||||
license.
|
||||
|
||||
HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
|
||||
|
||||
20555 State Highway 249, Houston, TX 77070
|
||||
|
||||
|
||||
|
||||
We'd like to keep you up to date about:
|
||||
|
||||
* Software feature updates
|
||||
|
||||
* New product announcements
|
||||
|
||||
* Special events
|
||||
36
autoconfig1/logs/2018-11-28_13-58/switch-fibre-1.log
Executable file
36
autoconfig1/logs/2018-11-28_13-58/switch-fibre-1.log
Executable file
@@ -0,0 +1,36 @@
|
||||
switch-fibre-1
|
||||
spawn ssh -x -l conetadm switch-fibre-1
|
||||
User Access Verification
|
||||
Password:
|
||||
Bad terminal type: "ansi". Will assume vt100.
|
||||
Cisco Nexus Operating System (NX-OS) Software
|
||||
TAC support: http://www.cisco.com/tac
|
||||
Copyright (c) 2002-2017, Cisco Systems, Inc. All rights reserved.
|
||||
The copyrights to certain works contained in this software are
|
||||
owned by other third parties and used and distributed under
|
||||
license. Certain components of this software are licensed under
|
||||
the GNU General Public License (GPL) version 2.0 or the GNU
|
||||
Lesser General Public License (LGPL) Version 2.1. A copy of each
|
||||
such license is available at
|
||||
http://www.opensource.org/licenses/gpl-2.0.php and
|
||||
http://www.opensource.org/licenses/lgpl-2.1.php
|
||||
|
||||
switch-fibre-1#
|
||||
|
||||
|
||||
switch-fibre-1# terminal length 0
|
||||
|
||||
|
||||
switch-fibre-1# terminal width 132
|
||||
|
||||
|
||||
switch-fibre-1#
|
||||
|
||||
|
||||
switch-fibre-1# conf t
|
||||
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
|
||||
switch-fibre-1(config)# no vlan 66
|
||||
|
||||
^
|
||||
36
autoconfig1/logs/2018-11-28_13-58/switch-fibre-2.log
Executable file
36
autoconfig1/logs/2018-11-28_13-58/switch-fibre-2.log
Executable file
@@ -0,0 +1,36 @@
|
||||
switch-fibre-2
|
||||
spawn ssh -x -l conetadm switch-fibre-2
|
||||
User Access Verification
|
||||
Password:
|
||||
Bad terminal type: "ansi". Will assume vt100.
|
||||
Cisco Nexus Operating System (NX-OS) Software
|
||||
TAC support: http://www.cisco.com/tac
|
||||
Copyright (c) 2002-2017, Cisco Systems, Inc. All rights reserved.
|
||||
The copyrights to certain works contained in this software are
|
||||
owned by other third parties and used and distributed under
|
||||
license. Certain components of this software are licensed under
|
||||
the GNU General Public License (GPL) version 2.0 or the GNU
|
||||
Lesser General Public License (LGPL) Version 2.1. A copy of each
|
||||
such license is available at
|
||||
http://www.opensource.org/licenses/gpl-2.0.php and
|
||||
http://www.opensource.org/licenses/lgpl-2.1.php
|
||||
|
||||
switch-fibre-2#
|
||||
|
||||
|
||||
switch-fibre-2# terminal length 0
|
||||
|
||||
|
||||
switch-fibre-2# terminal width 132
|
||||
|
||||
|
||||
switch-fibre-2#
|
||||
|
||||
|
||||
switch-fibre-2# conf t
|
||||
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
|
||||
switch-fibre-2(config)# no vlan 66
|
||||
|
||||
^
|
||||
36
autoconfig1/logs/2018-11-28_13-58/switch-fibre-3.log
Executable file
36
autoconfig1/logs/2018-11-28_13-58/switch-fibre-3.log
Executable file
@@ -0,0 +1,36 @@
|
||||
switch-fibre-3
|
||||
spawn ssh -x -l conetadm switch-fibre-3
|
||||
User Access Verification
|
||||
Password:
|
||||
Bad terminal type: "ansi". Will assume vt100.
|
||||
Cisco Nexus Operating System (NX-OS) Software
|
||||
TAC support: http://www.cisco.com/tac
|
||||
Copyright (c) 2002-2017, Cisco Systems, Inc. All rights reserved.
|
||||
The copyrights to certain works contained in this software are
|
||||
owned by other third parties and used and distributed under
|
||||
license. Certain components of this software are licensed under
|
||||
the GNU General Public License (GPL) version 2.0 or the GNU
|
||||
Lesser General Public License (LGPL) Version 2.1. A copy of each
|
||||
such license is available at
|
||||
http://www.opensource.org/licenses/gpl-2.0.php and
|
||||
http://www.opensource.org/licenses/lgpl-2.1.php
|
||||
|
||||
switch-fibre-3#
|
||||
|
||||
|
||||
switch-fibre-3# terminal length 0
|
||||
|
||||
|
||||
switch-fibre-3# terminal width 132
|
||||
|
||||
|
||||
switch-fibre-3#
|
||||
|
||||
|
||||
switch-fibre-3# conf t
|
||||
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
|
||||
switch-fibre-3(config)# no vlan 66
|
||||
|
||||
^
|
||||
36
autoconfig1/logs/2018-11-28_13-58/switch-fibre-4.log
Executable file
36
autoconfig1/logs/2018-11-28_13-58/switch-fibre-4.log
Executable file
@@ -0,0 +1,36 @@
|
||||
switch-fibre-4
|
||||
spawn ssh -x -l conetadm switch-fibre-4
|
||||
User Access Verification
|
||||
Password:
|
||||
Bad terminal type: "ansi". Will assume vt100.
|
||||
Cisco Nexus Operating System (NX-OS) Software
|
||||
TAC support: http://www.cisco.com/tac
|
||||
Copyright (c) 2002-2017, Cisco Systems, Inc. All rights reserved.
|
||||
The copyrights to certain works contained in this software are
|
||||
owned by other third parties and used and distributed under
|
||||
license. Certain components of this software are licensed under
|
||||
the GNU General Public License (GPL) version 2.0 or the GNU
|
||||
Lesser General Public License (LGPL) Version 2.1. A copy of each
|
||||
such license is available at
|
||||
http://www.opensource.org/licenses/gpl-2.0.php and
|
||||
http://www.opensource.org/licenses/lgpl-2.1.php
|
||||
|
||||
switch-fibre-4#
|
||||
|
||||
|
||||
switch-fibre-4# terminal length 0
|
||||
|
||||
|
||||
switch-fibre-4# terminal width 132
|
||||
|
||||
|
||||
switch-fibre-4#
|
||||
|
||||
|
||||
switch-fibre-4# conf t
|
||||
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
|
||||
switch-fibre-4(config)# no vlan 66
|
||||
|
||||
^
|
||||
36
autoconfig1/logs/2018-11-28_13-58/switch-nexus-1.log
Executable file
36
autoconfig1/logs/2018-11-28_13-58/switch-nexus-1.log
Executable file
File diff suppressed because one or more lines are too long
38
autoconfig1/logs/2018-11-28_13-58/switch-nexus-2.log
Executable file
38
autoconfig1/logs/2018-11-28_13-58/switch-nexus-2.log
Executable file
File diff suppressed because one or more lines are too long
38
autoconfig1/logs/2018-11-28_13-58/switch-nexus-3.log
Executable file
38
autoconfig1/logs/2018-11-28_13-58/switch-nexus-3.log
Executable file
File diff suppressed because one or more lines are too long
38
autoconfig1/logs/2018-11-28_13-58/switch-nexus-4.log
Executable file
38
autoconfig1/logs/2018-11-28_13-58/switch-nexus-4.log
Executable file
File diff suppressed because one or more lines are too long
33
autoconfig1/logs/2018-11-28_13-58/switch-nexus-ptp1.log
Executable file
33
autoconfig1/logs/2018-11-28_13-58/switch-nexus-ptp1.log
Executable file
@@ -0,0 +1,33 @@
|
||||
switch-nexus-ptp1
|
||||
spawn ssh -x -l conetadm switch-nexus-ptp1
|
||||
Nexus 3000 Switch
|
||||
Password:
|
||||
Cisco Nexus Operating System (NX-OS) Software
|
||||
TAC support: http://www.cisco.com/tac
|
||||
Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved.
|
||||
The copyrights to certain works contained in this software are
|
||||
owned by other third parties and used and distributed under
|
||||
license. Certain components of this software are licensed under
|
||||
the GNU General Public License (GPL) version 2.0 or the GNU
|
||||
Lesser General Public License (LGPL) Version 2.1. A copy of each
|
||||
such license is available at
|
||||
http://www.opensource.org/licenses/gpl-2.0.php and
|
||||
http://www.opensource.org/licenses/lgpl-2.1.php
|
||||
|
||||
switch-nexus-ptp1#
|
||||
|
||||
|
||||
switch-nexus-ptp1# terminal length 0
|
||||
|
||||
|
||||
switch-nexus-ptp1# terminal width 132
|
||||
|
||||
|
||||
switch-nexus-ptp1#
|
||||
|
||||
|
||||
switch-nexus-ptp1# conf t
|
||||
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
|
||||
switch-nexus-ptp1(config)# no vlan 66
|
||||
33
autoconfig1/logs/2018-11-28_13-58/switch-nexus-ptp2.log
Executable file
33
autoconfig1/logs/2018-11-28_13-58/switch-nexus-ptp2.log
Executable file
@@ -0,0 +1,33 @@
|
||||
switch-nexus-ptp2
|
||||
spawn ssh -x -l conetadm switch-nexus-ptp2
|
||||
Nexus 3000 Switch
|
||||
Password:
|
||||
Cisco Nexus Operating System (NX-OS) Software
|
||||
TAC support: http://www.cisco.com/tac
|
||||
Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved.
|
||||
The copyrights to certain works contained in this software are
|
||||
owned by other third parties and used and distributed under
|
||||
license. Certain components of this software are licensed under
|
||||
the GNU General Public License (GPL) version 2.0 or the GNU
|
||||
Lesser General Public License (LGPL) Version 2.1. A copy of each
|
||||
such license is available at
|
||||
http://www.opensource.org/licenses/gpl-2.0.php and
|
||||
http://www.opensource.org/licenses/lgpl-2.1.php
|
||||
|
||||
switch-nexus-ptp2#
|
||||
|
||||
|
||||
switch-nexus-ptp2# terminal length 0
|
||||
|
||||
|
||||
switch-nexus-ptp2# terminal width 132
|
||||
|
||||
|
||||
switch-nexus-ptp2#
|
||||
|
||||
|
||||
switch-nexus-ptp2# conf t
|
||||
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
|
||||
switch-nexus-ptp2(config)# no vlan 66
|
||||
19
autoconfig1/logs/2018-11-28_13-58/switch-pl-1.log
Executable file
19
autoconfig1/logs/2018-11-28_13-58/switch-pl-1.log
Executable file
@@ -0,0 +1,19 @@
|
||||
switch-pl-1
|
||||
spawn telnet switch-pl-1
|
||||
Trying 192.168.5.251...
|
||||
Connected to switch-pl-1.conet.mgmt.
|
||||
Escape character is '^]'.
|
||||
|
||||
conc3560wse01>enable
|
||||
Password:
|
||||
conc3560wse01#
|
||||
conc3560wse01#terminal length 0
|
||||
conc3560wse01#terminal width 132
|
||||
conc3560wse01#
|
||||
conc3560wse01#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
conc3560wse01(config)#no vlan 66
|
||||
conc3560wse01(config)#end
|
||||
conc3560wse01#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
20
autoconfig1/logs/2018-11-28_13-58/switch-pl-2.log
Executable file
20
autoconfig1/logs/2018-11-28_13-58/switch-pl-2.log
Executable file
@@ -0,0 +1,20 @@
|
||||
switch-pl-2
|
||||
spawn telnet switch-pl-2
|
||||
Trying 192.168.5.252...
|
||||
Connected to switch-pl-2.conet.mgmt.
|
||||
Escape character is '^]'.
|
||||
|
||||
conc3560wse02>enable
|
||||
Password:
|
||||
conc3560wse02#
|
||||
conc3560wse02#terminal length 0
|
||||
conc3560wse02#terminal width 132
|
||||
conc3560wse02#
|
||||
conc3560wse02#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
conc3560wse02(config)#no vlan 66
|
||||
VTP VLAN configuration not allowed when device is in CLIENT mode.
|
||||
conc3560wse02(config)#end
|
||||
conc3560wse02#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
46
autoconfig1/logs/2018-11-28_13-58/switch-renell-241.log
Executable file
46
autoconfig1/logs/2018-11-28_13-58/switch-renell-241.log
Executable file
@@ -0,0 +1,46 @@
|
||||
switch-renell-241
|
||||
spawn hpuifilter -- telnet switch-renell-241
|
||||
Trying 10.130.10.241...
|
||||
|
||||
Connected to switch-renell-241.conet.mgmt.
|
||||
|
||||
Escape character is '^]'.
|
||||
|
||||
ProCurve J8692A Switch 3500yl-24G
|
||||
|
||||
|
||||
Software revision K.15.01.0031
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright (C) 1991-2010 Hewlett-Packard Co. All Rights Reserved.
|
||||
|
||||
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
|
||||
|
||||
Use, duplication, or disclosure by the Government is subject to restrictions
|
||||
|
||||
as set forth in subdivision (b) (3) (ii) of the Rights in Technical Data and
|
||||
|
||||
Computer Software clause at 52.227-7013.
|
||||
|
||||
|
||||
|
||||
HEWLETT-PACKARD COMPANY, 3000 Hanover St., Palo Alto, CA 94303
|
||||
|
||||
|
||||
|
||||
We'd like to keep you up to date about:
|
||||
|
||||
* Software feature updates
|
||||
|
||||
* New product announcements
|
||||
|
||||
* Special events
|
||||
|
||||
|
||||
46
autoconfig1/logs/2018-11-28_13-58/switch-renell-242.log
Executable file
46
autoconfig1/logs/2018-11-28_13-58/switch-renell-242.log
Executable file
@@ -0,0 +1,46 @@
|
||||
switch-renell-242
|
||||
spawn hpuifilter -- telnet switch-renell-242
|
||||
Trying 10.130.10.242...
|
||||
|
||||
Connected to switch-renell-242.conet.mgmt.
|
||||
|
||||
Escape character is '^]'.
|
||||
|
||||
ProCurve J8692A Switch 3500yl-24G
|
||||
|
||||
|
||||
Software revision K.14.60
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright (C) 1991-2010 Hewlett-Packard Co. All Rights Reserved.
|
||||
|
||||
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
|
||||
|
||||
Use, duplication, or disclosure by the Government is subject to restrictions
|
||||
|
||||
as set forth in subdivision (b) (3) (ii) of the Rights in Technical Data and
|
||||
|
||||
Computer Software clause at 52.227-7013.
|
||||
|
||||
|
||||
|
||||
HEWLETT-PACKARD COMPANY, 3000 Hanover St., Palo Alto, CA 94303
|
||||
|
||||
|
||||
|
||||
We'd like to keep you up to date about:
|
||||
|
||||
* Software feature updates
|
||||
|
||||
* New product announcements
|
||||
|
||||
* Special events
|
||||
|
||||
|
||||
61
autoconfig1/logs/2018-11-28_13-58/switch-renell-243.log
Executable file
61
autoconfig1/logs/2018-11-28_13-58/switch-renell-243.log
Executable file
@@ -0,0 +1,61 @@
|
||||
switch-renell-243
|
||||
spawn hpuifilter -- telnet switch-renell-243
|
||||
Trying 10.130.10.243...
|
||||
|
||||
Connected to switch-renell-243.conet.mgmt.
|
||||
|
||||
Escape character is '^]'.
|
||||
|
||||
HP J4899B ProCurve Switch 2650
|
||||
|
||||
|
||||
Firmware revision H.08.67
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright (C) 1991-2005 Hewlett-Packard Co. All Rights Reserved.
|
||||
|
||||
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
|
||||
|
||||
Use, duplication, or disclosure by the Government is subject to restrictions
|
||||
|
||||
as set forth in subdivision (b) (3) (ii) of the Rights in Technical Data and
|
||||
|
||||
Computer Software clause at 52.227-7013.
|
||||
|
||||
|
||||
|
||||
HEWLETT-PACKARD COMPANY, 3000 Hanover St., Palo Alto, CA 94303
|
||||
|
||||
|
||||
|
||||
Password:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
46
autoconfig1/logs/2018-11-28_13-58/switch-renell-244.log
Executable file
46
autoconfig1/logs/2018-11-28_13-58/switch-renell-244.log
Executable file
@@ -0,0 +1,46 @@
|
||||
switch-renell-244
|
||||
spawn hpuifilter -- telnet switch-renell-244
|
||||
Trying 10.130.10.244...
|
||||
|
||||
Connected to switch-renell-244.conet.mgmt.
|
||||
|
||||
Escape character is '^]'.
|
||||
|
||||
ProCurve J9138A Switch 2520-24-PoE
|
||||
|
||||
|
||||
Software revision S.14.03
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Copyright (C) 1991-2009 Hewlett-Packard Co. All Rights Reserved.
|
||||
|
||||
|
||||
|
||||
RESTRICTED RIGHTS LEGEND
|
||||
|
||||
|
||||
|
||||
Use, duplication, or disclosure by the Government is subject to restrictions
|
||||
|
||||
as set forth in subdivision (b) (3) (ii) of the Rights in Technical Data and
|
||||
|
||||
Computer Software clause at 52.227-7013.
|
||||
|
||||
|
||||
|
||||
HEWLETT-PACKARD COMPANY, 3000 Hanover St., Palo Alto, CA 94303
|
||||
|
||||
|
||||
|
||||
We'd like to keep you up to date about:
|
||||
|
||||
* Software feature updates
|
||||
|
||||
* New product announcements
|
||||
|
||||
* Special events
|
||||
|
||||
|
||||
14
autoconfig1/logs/2018-11-28_13-58/switch-renell-245.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/switch-renell-245.log
Executable file
@@ -0,0 +1,14 @@
|
||||
switch-renell-245
|
||||
spawn ssh -x -l conetadm switch-renell-245
|
||||
Password:
|
||||
switch-renell-245#
|
||||
switch-renell-245#terminal length 0
|
||||
switch-renell-245#terminal width 132
|
||||
switch-renell-245#
|
||||
switch-renell-245#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-renell-245(config)#no vlan 66
|
||||
switch-renell-245(config)#end
|
||||
switch-renell-245#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/switch-renell-246.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/switch-renell-246.log
Executable file
@@ -0,0 +1,14 @@
|
||||
switch-renell-246
|
||||
spawn ssh -x -l conetadm switch-renell-246
|
||||
Password:
|
||||
switch-renell-246#
|
||||
switch-renell-246#terminal length 0
|
||||
switch-renell-246#terminal width 132
|
||||
switch-renell-246#
|
||||
switch-renell-246#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-renell-246(config)#no vlan 66
|
||||
switch-renell-246(config)#end
|
||||
switch-renell-246#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/switch-renell-247.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/switch-renell-247.log
Executable file
@@ -0,0 +1,14 @@
|
||||
switch-renell-247
|
||||
spawn ssh -x -l conetadm switch-renell-247
|
||||
Password:
|
||||
switch-renell-247#
|
||||
switch-renell-247#terminal length 0
|
||||
switch-renell-247#terminal width 132
|
||||
switch-renell-247#
|
||||
switch-renell-247#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-renell-247(config)#no vlan 66
|
||||
switch-renell-247(config)#end
|
||||
switch-renell-247#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/switch-renell-248.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/switch-renell-248.log
Executable file
@@ -0,0 +1,14 @@
|
||||
switch-renell-248
|
||||
spawn ssh -x -l conetadm switch-renell-248
|
||||
Password:
|
||||
switch-renell-248#
|
||||
switch-renell-248#terminal length 0
|
||||
switch-renell-248#terminal width 132
|
||||
switch-renell-248#
|
||||
switch-renell-248#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-renell-248(config)#no vlan 66
|
||||
switch-renell-248(config)#end
|
||||
switch-renell-248#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/switch-sp-1.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/switch-sp-1.log
Executable file
@@ -0,0 +1,14 @@
|
||||
switch-sp-1
|
||||
spawn ssh -x -l admin switch-sp-1
|
||||
Password:
|
||||
switch-sp-1#
|
||||
switch-sp-1#terminal length 0
|
||||
switch-sp-1#terminal width 132
|
||||
switch-sp-1#
|
||||
switch-sp-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-sp-1(config)#no vlan 66
|
||||
switch-sp-1(config)#end
|
||||
switch-sp-1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
14
autoconfig1/logs/2018-11-28_13-58/switch-sp-2.log
Executable file
14
autoconfig1/logs/2018-11-28_13-58/switch-sp-2.log
Executable file
@@ -0,0 +1,14 @@
|
||||
switch-sp-2
|
||||
spawn ssh -x -l admin switch-sp-2
|
||||
Password:
|
||||
switch-sp-2#
|
||||
switch-sp-2#terminal length 0
|
||||
switch-sp-2#terminal width 132
|
||||
switch-sp-2#
|
||||
switch-sp-2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-sp-2(config)#no vlan 66
|
||||
switch-sp-2(config)#end
|
||||
switch-sp-2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
23
autoconfig1/logs/2018-11-28_13-58/switch-sup-1.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/switch-sup-1.log
Executable file
@@ -0,0 +1,23 @@
|
||||
switch-sup-1
|
||||
spawn telnet switch-sup-1
|
||||
Trying 10.130.30.221...
|
||||
Connected to switch-sup-1.conet.mgmt.
|
||||
Escape character is '^]'.
|
||||
|
||||
|
||||
User Access Verification
|
||||
|
||||
Username: conetadm
|
||||
Password:
|
||||
switch-sup-1#
|
||||
switch-sup-1#terminal length 0
|
||||
switch-sup-1#terminal width 132
|
||||
switch-sup-1#
|
||||
switch-sup-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-sup-1(config)#no vlan 66
|
||||
%VTP VLAN configuration not allowed when device is in CLIENT mode.
|
||||
switch-sup-1(config)#end
|
||||
switch-sup-1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
23
autoconfig1/logs/2018-11-28_13-58/switch-sup-2.log
Executable file
23
autoconfig1/logs/2018-11-28_13-58/switch-sup-2.log
Executable file
@@ -0,0 +1,23 @@
|
||||
switch-sup-2
|
||||
spawn telnet switch-sup-2
|
||||
Trying 10.130.30.222...
|
||||
Connected to switch-sup-2.conet.mgmt.
|
||||
Escape character is '^]'.
|
||||
|
||||
|
||||
User Access Verification
|
||||
|
||||
Username: conetadm
|
||||
Password:
|
||||
switch-sup-2#
|
||||
switch-sup-2#terminal length 0
|
||||
switch-sup-2#terminal width 132
|
||||
switch-sup-2#
|
||||
switch-sup-2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-sup-2(config)#no vlan 66
|
||||
%VTP VLAN configuration not allowed when device is in CLIENT mode.
|
||||
switch-sup-2(config)#end
|
||||
switch-sup-2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
16
autoconfig1/logs/2018-11-28_13-58/switch-vwd-1.log
Executable file
16
autoconfig1/logs/2018-11-28_13-58/switch-vwd-1.log
Executable file
@@ -0,0 +1,16 @@
|
||||
switch-vwd-1
|
||||
spawn ssh -x -l conetadm switch-vwd-1
|
||||
Password:
|
||||
|
||||
|
||||
switch-vwd-1#
|
||||
switch-vwd-1#terminal length 0
|
||||
switch-vwd-1#terminal width 132
|
||||
switch-vwd-1#
|
||||
switch-vwd-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-vwd-1(config)#no vlan 66
|
||||
switch-vwd-1(config)#end
|
||||
switch-vwd-1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
16
autoconfig1/logs/2018-11-28_13-58/switch-vwd-2.log
Executable file
16
autoconfig1/logs/2018-11-28_13-58/switch-vwd-2.log
Executable file
@@ -0,0 +1,16 @@
|
||||
switch-vwd-2
|
||||
spawn ssh -x -l conetadm switch-vwd-2
|
||||
Password:
|
||||
|
||||
|
||||
switch-vwd-2#
|
||||
switch-vwd-2#terminal length 0
|
||||
switch-vwd-2#terminal width 132
|
||||
switch-vwd-2#
|
||||
switch-vwd-2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-vwd-2(config)#no vlan 66
|
||||
switch-vwd-2(config)#end
|
||||
switch-vwd-2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
16
autoconfig1/logs/2018-11-28_13-58/switch-vwd-sp1.log
Executable file
16
autoconfig1/logs/2018-11-28_13-58/switch-vwd-sp1.log
Executable file
@@ -0,0 +1,16 @@
|
||||
switch-vwd-sp1
|
||||
spawn ssh -x -l conetadm switch-vwd-sp1
|
||||
Password:
|
||||
|
||||
|
||||
switch-vwd-sp1#
|
||||
switch-vwd-sp1#terminal length 0
|
||||
switch-vwd-sp1#terminal width 132
|
||||
switch-vwd-sp1#
|
||||
switch-vwd-sp1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-vwd-sp1(config)#no vlan 66
|
||||
switch-vwd-sp1(config)#end
|
||||
switch-vwd-sp1#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
16
autoconfig1/logs/2018-11-28_13-58/switch-vwd-sp2.log
Executable file
16
autoconfig1/logs/2018-11-28_13-58/switch-vwd-sp2.log
Executable file
@@ -0,0 +1,16 @@
|
||||
switch-vwd-sp2
|
||||
spawn ssh -x -l conetadm switch-vwd-sp2
|
||||
Password:
|
||||
|
||||
|
||||
switch-vwd-sp2#
|
||||
switch-vwd-sp2#terminal length 0
|
||||
switch-vwd-sp2#terminal width 132
|
||||
switch-vwd-sp2#
|
||||
switch-vwd-sp2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-vwd-sp2(config)#no vlan 66
|
||||
switch-vwd-sp2(config)#end
|
||||
switch-vwd-sp2#copy run start
|
||||
|
||||
Error: TIMEOUT reached
|
||||
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-1.log
Executable file
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-1.log
Executable file
@@ -0,0 +1,20 @@
|
||||
switch-catalyst-1
|
||||
spawn ssh -x -l conetadm switch-catalyst-1
|
||||
Password:
|
||||
|
||||
switch-catalyst-1#
|
||||
switch-catalyst-1#terminal length 0
|
||||
switch-catalyst-1#terminal width 132
|
||||
switch-catalyst-1#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-1(config)#vlan 66
|
||||
switch-catalyst-1(config-vlan)#name Kickstart
|
||||
switch-catalyst-1(config-vlan)#
|
||||
switch-catalyst-1(config-vlan)#end
|
||||
switch-catalyst-1#wr
|
||||
Building configuration...
|
||||
[OK]
|
||||
switch-catalyst-1#exit
|
||||
Connection to switch-catalyst-1 closed.
|
||||
|
||||
|
||||
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-2.log
Executable file
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-2.log
Executable file
@@ -0,0 +1,20 @@
|
||||
switch-catalyst-2
|
||||
spawn ssh -x -l conetadm switch-catalyst-2
|
||||
Password:
|
||||
|
||||
switch-catalyst-2#
|
||||
switch-catalyst-2#terminal length 0
|
||||
switch-catalyst-2#terminal width 132
|
||||
switch-catalyst-2#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-2(config)#vlan 66
|
||||
switch-catalyst-2(config-vlan)#name Kickstart
|
||||
switch-catalyst-2(config-vlan)#
|
||||
switch-catalyst-2(config-vlan)#end
|
||||
switch-catalyst-2#wr
|
||||
Building configuration...
|
||||
[OK]
|
||||
switch-catalyst-2#exit
|
||||
Connection to switch-catalyst-2 closed.
|
||||
|
||||
|
||||
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-3.log
Executable file
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-3.log
Executable file
@@ -0,0 +1,20 @@
|
||||
switch-catalyst-3
|
||||
spawn ssh -x -l conetadm switch-catalyst-3
|
||||
Password:
|
||||
|
||||
switch-catalyst-3#
|
||||
switch-catalyst-3#terminal length 0
|
||||
switch-catalyst-3#terminal width 132
|
||||
switch-catalyst-3#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-3(config)#vlan 66
|
||||
switch-catalyst-3(config-vlan)#name Kickstart
|
||||
switch-catalyst-3(config-vlan)#
|
||||
switch-catalyst-3(config-vlan)#end
|
||||
switch-catalyst-3#wr
|
||||
Building configuration...
|
||||
[OK]
|
||||
switch-catalyst-3#exit
|
||||
Connection to switch-catalyst-3 closed.
|
||||
|
||||
|
||||
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-4.log
Executable file
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-4.log
Executable file
@@ -0,0 +1,20 @@
|
||||
switch-catalyst-4
|
||||
spawn ssh -x -l conetadm switch-catalyst-4
|
||||
Password:
|
||||
|
||||
switch-catalyst-4#
|
||||
switch-catalyst-4#terminal length 0
|
||||
switch-catalyst-4#terminal width 132
|
||||
switch-catalyst-4#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-4(config)#vlan 66
|
||||
switch-catalyst-4(config-vlan)#name Kickstart
|
||||
switch-catalyst-4(config-vlan)#
|
||||
switch-catalyst-4(config-vlan)#end
|
||||
switch-catalyst-4#wr
|
||||
Building configuration...
|
||||
Compressed configuration from 17140 bytes to 6455 bytes[OK]
|
||||
switch-catalyst-4#exit
|
||||
Connection to switch-catalyst-4 closed.
|
||||
|
||||
|
||||
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-5.log
Executable file
20
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-5.log
Executable file
@@ -0,0 +1,20 @@
|
||||
switch-catalyst-5
|
||||
spawn ssh -x -l conetadm switch-catalyst-5
|
||||
Password:
|
||||
|
||||
switch-catalyst-5#
|
||||
switch-catalyst-5#terminal length 0
|
||||
switch-catalyst-5#terminal width 132
|
||||
switch-catalyst-5#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-5(config)#vlan 66
|
||||
switch-catalyst-5(config-vlan)#name Kickstart
|
||||
switch-catalyst-5(config-vlan)#
|
||||
switch-catalyst-5(config-vlan)#end
|
||||
switch-catalyst-5#wr
|
||||
Building configuration...
|
||||
[OK]
|
||||
switch-catalyst-5#exit
|
||||
Connection to switch-catalyst-5 closed.
|
||||
|
||||
|
||||
23
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-7.log
Executable file
23
autoconfig1/logs/2018-11-28_14-43/switch-catalyst-7.log
Executable file
@@ -0,0 +1,23 @@
|
||||
switch-catalyst-7
|
||||
spawn ssh -x -l conetadm switch-catalyst-7
|
||||
Password:
|
||||
|
||||
|
||||
|
||||
switch-catalyst-7#
|
||||
switch-catalyst-7#terminal length 0
|
||||
switch-catalyst-7#terminal width 132
|
||||
switch-catalyst-7#conf t
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
switch-catalyst-7(config)#vlan 66
|
||||
switch-catalyst-7(config-vlan)#name Kickstart
|
||||
switch-catalyst-7(config-vlan)#
|
||||
switch-catalyst-7(config-vlan)#end
|
||||
switch-catalyst-7#wr
|
||||
Building configuration...
|
||||
[OK]
|
||||
switch-catalyst-7#exit
|
||||
Connection to switch-catalyst-7 closed by remote host.
|
||||
|
||||
Connection to switch-catalyst-7 closed.
|
||||
|
||||
34
autoconfig1/logs/2018-11-28_14-43/switch-nexus-1.log
Executable file
34
autoconfig1/logs/2018-11-28_14-43/switch-nexus-1.log
Executable file
@@ -0,0 +1,34 @@
|
||||
switch-nexus-1
|
||||
spawn ssh -x -l conetadm switch-nexus-1
|
||||
Nexus 5000 Switch
|
||||
Password:
|
||||
|
||||
|
||||
Bad terminal type: "ansi". Will assume vt100.
|
||||
Cisco Nexus Operating System (NX-OS) Software
|
||||
TAC support: http://www.cisco.com/tac
|
||||
Copyright (c) 2002-2017, Cisco Systems, Inc. All rights reserved.
|
||||
The copyrights to certain works contained in this software are
|
||||
owned by other third parties and used and distributed under
|
||||
license. Certain components of this software are licensed under
|
||||
the GNU General Public License (GPL) version 2.0 or the GNU
|
||||
Lesser General Public License (LGPL) Version 2.1. A copy of each
|
||||
such license is available at
|
||||
http://www.opensource.org/licenses/gpl-2.0.php and
|
||||
http://www.opensource.org/licenses/lgpl-2.1.php
|
||||
|
||||
switch-nexus-1#
|
||||
|
||||
|
||||
switch-nexus-1# terminal length 0
|
||||
|
||||
|
||||
switch-nexus-1# terminal width 132
|
||||
|
||||
|
||||
switch-nexus-1# conf t
|
||||
|
||||
Enter configuration commands, one per line. End with CNTL/Z.
|
||||
|
||||
switch-nexus-1(config)# vlan 66
|
||||
|
||||
18
autoconfig1/logs/2018-11-28_14-56/asa-frankfurt.log
Executable file
18
autoconfig1/logs/2018-11-28_14-56/asa-frankfurt.log
Executable file
@@ -0,0 +1,18 @@
|
||||
asa-frankfurt
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-frankfurt
|
||||
conetadm@asa-frankfurt's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
conasafw1/pri/act> enable
|
||||
Password: ********
|
||||
|
||||
conasafw1/pri/act#
|
||||
|
||||
conasafw1/pri/act# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
conasafw1/pri/act# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
16
autoconfig1/logs/2018-11-28_14-56/asa-hosting.log
Executable file
16
autoconfig1/logs/2018-11-28_14-56/asa-hosting.log
Executable file
@@ -0,0 +1,16 @@
|
||||
asa-hosting
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-hosting
|
||||
conetadm@asa-hosting's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
hosting/pri/act> enable
|
||||
Password: ********
|
||||
|
||||
hosting/pri/act#
|
||||
|
||||
hosting/pri/act# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
hosting/pri/act# terminal width 132
|
||||
^
|
||||
32
autoconfig1/logs/2018-11-28_14-59/asa-frankfurt.log
Executable file
32
autoconfig1/logs/2018-11-28_14-59/asa-frankfurt.log
Executable file
@@ -0,0 +1,32 @@
|
||||
asa-frankfurt
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-frankfurt
|
||||
conetadm@asa-frankfurt's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
conasafw1/pri/act> enable
|
||||
Password: ********
|
||||
|
||||
conasafw1/pri/act#
|
||||
|
||||
conasafw1/pri/act# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
conasafw1/pri/act# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
conasafw1/pri/act#
|
||||
|
||||
conasafw1/pri/act# wr mem
|
||||
Building configuration...
|
||||
Cryptochecksum: 223686d4 89133cb6 658861fc d6e255e8
|
||||
|
||||
255562 bytes copied in 0.720 secs
|
||||
[OK]
|
||||
|
||||
conasafw1/pri/act#
|
||||
|
||||
conasafw1/pri/act# ;copy run start
|
||||
|
||||
conasafw1/pri/act#
|
||||
31
autoconfig1/logs/2018-11-28_14-59/asa-hosting.log
Executable file
31
autoconfig1/logs/2018-11-28_14-59/asa-hosting.log
Executable file
@@ -0,0 +1,31 @@
|
||||
asa-hosting
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-hosting
|
||||
conetadm@asa-hosting's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
hosting/pri/act> enable
|
||||
Password: ********
|
||||
|
||||
hosting/pri/act#
|
||||
|
||||
hosting/pri/act# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
hosting/pri/act# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
hosting/pri/act#
|
||||
|
||||
hosting/pri/act# wr mem
|
||||
Building configuration...
|
||||
Cryptochecksum: c8f0dc86 d158317b bac0b6e8 70d6a5cc
|
||||
|
||||
152161 bytes copied in 3.390 secs (50720 bytes/sec)
|
||||
[OK]
|
||||
|
||||
hosting/pri/act#
|
||||
|
||||
hosting/pri/act# ;copy run start
|
||||
|
||||
32
autoconfig1/logs/2018-11-28_14-59/asa-office-1.log
Executable file
32
autoconfig1/logs/2018-11-28_14-59/asa-office-1.log
Executable file
@@ -0,0 +1,32 @@
|
||||
asa-office-1
|
||||
spawn ssh -c aes128-cbc -x -l conetadm asa-office-1
|
||||
conetadm@asa-office-1's password:
|
||||
Type help or '?' for a list of available commands.
|
||||
|
||||
asa-office-1> enable
|
||||
Password: ********
|
||||
|
||||
asa-office-1#
|
||||
|
||||
asa-office-1# terminal length 0
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-office-1# terminal width 132
|
||||
^
|
||||
ERROR: % Invalid input detected at '^' marker.
|
||||
|
||||
asa-office-1#
|
||||
|
||||
asa-office-1# wr mem
|
||||
Building configuration...
|
||||
Cryptochecksum: 799dfbc0 794ecd6d c6b84714 9ce0a019
|
||||
|
||||
13177 bytes copied in 1.350 secs (13177 bytes/sec)
|
||||
[OK]
|
||||
|
||||
asa-office-1#
|
||||
|
||||
asa-office-1# ;copy run start
|
||||
|
||||
asa-office-1#
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user