Temkin, David | 6 Aug 2003 14:32
Favicon

Problem with CatOS logins

I'm sure this question has been asked a million times, but I've tried all of the suggested fixes and haven't been able to figure it out.  I have a freshly compiled/patched version of expect and tcl, so I don't think that's the issue...

Cat5login appears to log into the switches correctly, but then it just hangs thinking that it's waiting for something else.  Autoenable is enabled (the username goes straight to enable mode) so I don't think that's the issue either..

From having clogin dump a raw file, here's what I see:

User Access Verification

Username: ServiceCW2k
Password:
xxx> (enable)
Error: TIMEOUT reached

And then it just dies. 

The logfile shows:

Xxx.xxx.com clogin error: Error: TIMEOUT reached
Xxx.xxx.com: missed cmd(s): show port ifindex,show module,dir sup-microcode:,dir sup-bootflash:,dir bootflash:,dir slot0:,show version,show flash,write term,show boot,dir slot1:

Xxx.xxx.com: End of run not found

Any help would be greatly appreciated...

Thanks,
-Dave

john heasley | 6 Aug 2003 19:56

Re: Problem with CatOS logins

Wed, Aug 06, 2003 at 08:32:02AM -0400, Temkin, David:
> I'm sure this question has been asked a million times, but I've tried all of
> the suggested fixes and haven't been able to figure it out.  I have a
> freshly compiled/patched version of expect and tcl, so I don't think that's
> the issue...
> 
> Cat5login appears to log into the switches correctly, but then it just hangs
> thinking that it's waiting for something else.  Autoenable is enabled (the
> username goes straight to enable mode) so I don't think that's the issue
> either..

the problem is that the current clogin does not handle auto-enable
catalysts correctly.  afaik, auto-enable was not possible on CatOS
until relatively recently.  I just need to find the time to work
on it.

> >From having clogin dump a raw file, here's what I see:
> 
> User Access Verification
> 
> Username: ServiceCW2k
> Password: 
> xxx> (enable) 
> Error: TIMEOUT reached
> 
> And then it just dies.  
> 
> The logfile shows:
> 
> Xxx.xxx.com clogin error: Error: TIMEOUT reached
> Xxx.xxx.com: missed cmd(s): show port ifindex,show module,dir
> sup-microcode:,dir sup-bootflash:,dir bootflash:,dir slot0:,show
> version,show flash,write term,show boot,dir slot1:
> Xxx.xxx.com: End of run not found
> 
> Any help would be greatly appreciated...
> 
> Thanks,
> -Dave

Andrew Fort | 12 Aug 2003 08:48

patches and alternative enterasys/riverstone support

Hi folks,
I've recently found myself with some new devices to add to the 
repository, which didn't have some things handled as originally expected 
(thanks for the variance, cisco)..

The following patch for 'rancid' does the following:

-  Identifies 4500s and 3550s as switches
- Gathers System, Motherboard and Power Supply serial numbers from 
Cat3550 (and possibly others) (NOTE: on a 3550 the System S/N really is 
usable with TAC, which is a real bonus ;).
- Gathers 3550 (and again, possibly other) redundant power supply status 
info from the "show env all" output. 
- Ignores "show vlan" output on 3550/4500 IOS switches(*). 

(*) This really needs to be on a per-device configurable basis, which I 
believe is coming to a future rancid release (i.e., different device 
[groups] have different parser configuration and commands to run).  The 
reason is that this patch is suitable really only if you're using the 
extended VLAN support (i.e., you have "vlan" configuration inside your 
main running-configuration, rather than just stored in the 
flash:vlan.dat file), whereas the "show vlan" output was included by 
RANCID to allow for the 2900XL/3500XL switches where this info was not 
available via the main configuration. 

On the Enterasys/Riverstone front, I've had some luck patching "rscmd" 
from the 'Quartz' package at http://www.nmops.org so that the -c option 
allows multiple commands to be executed.  Since it was originally 
derived from clogin and is GPL, it should be suitable for inclusion 
(except that it's been stripped back for a slightly different method of 
usage and has less functionality than the current clogin derived 
scripts).  This works well, and appears to avoid the output buffering 
issues seen with the other variants by doing 'expect "*"' to flush the 
input before sending more back to the device.  I still have some 
features to add (last-resort password handling), but would appreciate if 
I could get some folks to run my mods on their systems.  It involves a 
modded "rscmd" (from Quartz) and a modified rivrancid (i.e.,  
:%s/rivlogin/rscmd/g).

--snip--

--- /home/afort/rancid-2.3.eft/bin/rancid.in    Thu Jan  2 06:15:47 2003
+++ ./rancid    Mon Aug 11 16:30:04 2003
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-#! <at> PERLV_PATH <at> 
+#!/usr/bin/perl
 ##
 ##
 ## Copyright (C) 1997-2001 by Henry Kilmer.
 <at>  <at>  -173,6 +173,8  <at>  <at> 
        }
        /^Serial Number:\s+(.*)$/ &&
            ProcessHistory("COMMENTS","keysort","C1", "!$_") && next;
+       /^(System|Motherboard|Power supply) serial number:\s+(.*)$/ &&
+           ProcessHistory("COMMENTS","keysort","C1", "!$_") && next;
        /^Activation Key:\s+(.*)$/ &&
            ProcessHistory("COMMENTS","keysort","C2", "!$_") && next;
        /^ROM: \d+ Bootstrap .*(Version.*)$/ &&
 <at>  <at>  -242,9 +244,15  <at>  <at> 
            } elsif ( $proc =~ /WS-C29/) {
                $type = "2900XL";
                $device = "switch";
+           } elsif ( $proc =~ /WS-C3550/) {
+               $type = "3550";
+               $device = "switch";
            } elsif ( $proc =~ /WS-C35/) {
                $type = "3500XL";
                $device = "switch";
+           } elsif ( $proc =~ /WS-C45/) {
+               $type = "4500";
+               $device = "switch";
            } elsif ( $proc =~ /6000/) {
                $type = "6000";
                $device = "switch";
 <at>  <at>  -379,6 +387,8  <at>  <at> 
            ProcessHistory("COMMENTS","keysort","E2","!Power: $1\n") && 
next;
        /^\s*(redundant .*)/i &&
            ProcessHistory("COMMENTS","keysort","E2","!Power: $1\n") && 
next;
+        /^\s*(RPS is .*)/i &&
+           ProcessHistory("COMMENTS","keysort","E2","!Power: $1\n") && 
next;
     }
     ProcessHistory("COMMENTS","","","!\n");
     return(0);
 <at>  <at>  -928,6 +938,7  <at>  <at> 
        last if (/^$prompt/);
        next if (/^(\s*|\s*$cmd\s*)$/);
        return(1) if /(Invalid input detected|Type help or )/;
+       return(1) if ($type =~ /^(3550|4500)$/);
        #return(1) if ($type !~ /^(2900XL|3500XL|6000)$/);
        return(-1) if (/command authorization failed/i);
        # the pager can not be disabled per-session on the PIX

--snip--

-afort

Bug | 13 Aug 2003 17:44

missed cmds under redhat 9.0

I am trying to migrate my rancid collection machine from Solaris 2.8 to
Redhat 9.0.  The diffs are working, but rancid logs into each cisco
router 4 times with the errors - 

svl0rtr00: missed cmd(s): show diag,show install active,show controllers
cbus
svl0rtr01: missed cmd(s): show diag,show install active,show controllers
cbus
svl0rtr02: missed cmd(s): show diag,show install active,show controllers
cbus

When I look at the raw dialog, I see the commands are there -

 Entry=13:  Addr=FFFF.FFFF.FFFF^M
  Entry=14:  Addr=FFFF.FFFF.FFFF^M
  Entry=15:  Addr=0000.2100.0000^M
^M
svl0rtr00#show controllers cbus^M
                            ^^M
% Invalid input detected at '^' marker.^M
^M
svl0rtr00#show diagbus^M
^M
svl0rtr00#show diag^M
^M
svl0rtr00#show module^M
% Incomplete command.^M
^M
svl0rtr00#show c7200^M 
                ^^M
% Invalid input detected at '^' marker.^M
^M
svl0rtr00#show vtp status^M
                 ^^M
% Invalid input detected at '^' marker.^M
^M
svl0rtr00#show vlan^M
% Incomplete command.^M
^M
svl0rtr00#write term^M
Building configuration...^M
^M
Current configuration : 11485 bytes^M
!^M
! Last configuration change at 17:12:12 PDT Tue Aug 12 2003^M
! NVRAM config last updated at 17:12:13 PDT Tue Aug 12 2003^M
!^M
version 12.1^M

This setup worked great under solaris, and it still works well for the
foundry and extreme gear.

Here's the versions
		solaris		redhat
OS		5.8		9.0
rancid		2.2.2		2.2.2
perl		v5.6.1		v5.8.0
expect		5.38.0		5.38.0

Any help would be appreciated.  It looks like it's in the perl parsing
the output, but I haven't been able to chase it down.

Thanks

-Mark

King, David | 13 Aug 2003 21:52

RE: missed cmds under redhat 9.0

The perl "study" command appears to cause the problem in RedHat 9. What I
have determined at this point is that study in a sub (like sub ShowVersion)
causes the regexp not to match when it returns to "main". Therefore a line
in the router config is skipped. Remove "study" from the subs that use it
and the problem will go away. (An alternative is to move study after the
"last" statement which is a few lines later. This only causes the last line
before the next command not to be "studied".)

If you notice, the commands being skipped all follow a command whose output
is parsed by a sub that uses study.

I haven't determined if this is something specific to the way study is used
in rancid or a general RedHat 9/perl 5.8.0 problem. 

At least, that worked for me, YMMV,
David King

-----Original Message-----
From: Bug [mailto:bugtraq <at> porksoda.com]
Sent: Wednesday, August 13, 2003 11:44 AM
To: rancid-discuss <at> shrubbery.net
Subject: missed cmds under redhat 9.0

I am trying to migrate my rancid collection machine from Solaris 2.8 to
Redhat 9.0.  The diffs are working, but rancid logs into each cisco
router 4 times with the errors - 

svl0rtr00: missed cmd(s): show diag,show install active,show controllers
cbus
svl0rtr01: missed cmd(s): show diag,show install active,show controllers
cbus
svl0rtr02: missed cmd(s): show diag,show install active,show controllers
cbus

When I look at the raw dialog, I see the commands are there -

 Entry=13:  Addr=FFFF.FFFF.FFFF^M
  Entry=14:  Addr=FFFF.FFFF.FFFF^M
  Entry=15:  Addr=0000.2100.0000^M
^M
svl0rtr00#show controllers cbus^M
                            ^^M
% Invalid input detected at '^' marker.^M
^M
svl0rtr00#show diagbus^M
^M
svl0rtr00#show diag^M
^M
svl0rtr00#show module^M
% Incomplete command.^M
^M
svl0rtr00#show c7200^M 
                ^^M
% Invalid input detected at '^' marker.^M
^M
svl0rtr00#show vtp status^M
                 ^^M
% Invalid input detected at '^' marker.^M
^M
svl0rtr00#show vlan^M
% Incomplete command.^M
^M
svl0rtr00#write term^M
Building configuration...^M
^M
Current configuration : 11485 bytes^M
!^M
! Last configuration change at 17:12:12 PDT Tue Aug 12 2003^M
! NVRAM config last updated at 17:12:13 PDT Tue Aug 12 2003^M
!^M
version 12.1^M

This setup worked great under solaris, and it still works well for the
foundry and extreme gear.

Here's the versions
		solaris		redhat
OS		5.8		9.0
rancid		2.2.2		2.2.2
perl		v5.6.1		v5.8.0
expect		5.38.0		5.38.0

Any help would be appreciated.  It looks like it's in the perl parsing
the output, but I haven't been able to chase it down.

Thanks

-Mark

Randy Bush | 13 Aug 2003 23:22

config fetcher problems - cisco 1760

From: Randy Bush <randy <at> psg.com>
To: rancid-admin-psgnet <at> psg.com
Subject: config fetcher problems - psgnet
Date: Wed, 13 Aug 2003 21:15:26 +0000

The following routers have not been successfully contacted for
more than 4 hours.
-rw-r-----  1 randy  staff  0 Aug 13 07:15 blort.psg.com

and yet, from the same host

% rancid/bin/clogin -c 'show version;show version' blort.psg.com
blort.psg.com
spawn ssh -c 3des -x -l randy blort.psg.com
randy <at> blort.psg.com's password: 

U N A U T H O R I Z E D   A C C E S S   P R O H I B I T E D 

blort>enable
Password: 
blort#
blort#term length 0
blort#show version
Cisco Internetwork Operating System Software 
IOS (tm) C1700 Software (C1700-K9SV8Y7-M), Version 12.2(15)T5,  RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 12-Jun-03 11:04 by eaarmas
Image text-base: 0x80008120, data-base: 0x81656784

ROM: System Bootstrap, Version 12.2(4r)XL, RELEASE SOFTWARE (fc1)

blort uptime is 2 hours, 41 minutes
System returned to ROM by reload
System restarted at 18:38:19 UTC Wed Aug 13 2003
System image file is "flash:c1700-k9sv8y7-mz.122-15.T5.bin"

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export <at> cisco.com.

cisco 1760 (MPC860P) processor (revision 0x200) with 86184K/12120K bytes of memory.
Processor board ID VMS05500QEE (2790806760), with hardware revision 0000
MPC860P processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
1 FastEthernet/IEEE 802.3 interface(s)
2 Voice FXO interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

blort#show version
Cisco Internetwork Operating System Software 
IOS (tm) C1700 Software (C1700-K9SV8Y7-M), Version 12.2(15)T5,  RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 12-Jun-03 11:04 by eaarmas
Image text-base: 0x80008120, data-base: 0x81656784

ROM: System Bootstrap, Version 12.2(4r)XL, RELEASE SOFTWARE (fc1)

blort uptime is 2 hours, 41 minutes
System returned to ROM by reload
System restarted at 18:38:19 UTC Wed Aug 13 2003
System image file is "flash:c1700-k9sv8y7-mz.122-15.T5.bin"

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export <at> cisco.com.

cisco 1760 (MPC860P) processor (revision 0x200) with 86184K/12120K bytes of memory.
Processor board ID VMS05500QEE (2790806760), with hardware revision 0000
MPC860P processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
1 FastEthernet/IEEE 802.3 interface(s)
2 Voice FXO interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

blort#exit
Connection to blort.psg.com closed.

Randy Bush | 14 Aug 2003 23:42

config fetcher problems - cisco 1760

uh, any help with this, pleaae?

The following routers have not been successfully contacted for
more than 4 hours.
-rw-r-----  1 randy  staff  0 Aug 13 07:15 blort.psg.com

and yet, from the same host

% rancid/bin/clogin -c 'show version;show version' blort.psg.com
blort.psg.com
spawn ssh -c 3des -x -l randy blort.psg.com
randy <at> blort.psg.com's password: 

U N A U T H O R I Z E D   A C C E S S   P R O H I B I T E D 

blort>enable
Password: 
blort#
blort#term length 0
blort#show version
Cisco Internetwork Operating System Software 
IOS (tm) C1700 Software (C1700-K9SV8Y7-M), Version 12.2(15)T5,  RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 12-Jun-03 11:04 by eaarmas
Image text-base: 0x80008120, data-base: 0x81656784

ROM: System Bootstrap, Version 12.2(4r)XL, RELEASE SOFTWARE (fc1)

blort uptime is 2 hours, 41 minutes
System returned to ROM by reload
System restarted at 18:38:19 UTC Wed Aug 13 2003
System image file is "flash:c1700-k9sv8y7-mz.122-15.T5.bin"

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export <at> cisco.com.

cisco 1760 (MPC860P) processor (revision 0x200) with 86184K/12120K bytes of memory.
Processor board ID VMS05500QEE (2790806760), with hardware revision 0000
MPC860P processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
1 FastEthernet/IEEE 802.3 interface(s)
2 Voice FXO interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

blort#show version
Cisco Internetwork Operating System Software 
IOS (tm) C1700 Software (C1700-K9SV8Y7-M), Version 12.2(15)T5,  RELEASE SOFTWARE (fc1)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 12-Jun-03 11:04 by eaarmas
Image text-base: 0x80008120, data-base: 0x81656784

ROM: System Bootstrap, Version 12.2(4r)XL, RELEASE SOFTWARE (fc1)

blort uptime is 2 hours, 41 minutes
System returned to ROM by reload
System restarted at 18:38:19 UTC Wed Aug 13 2003
System image file is "flash:c1700-k9sv8y7-mz.122-15.T5.bin"

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export <at> cisco.com.

cisco 1760 (MPC860P) processor (revision 0x200) with 86184K/12120K bytes of memory.
Processor board ID VMS05500QEE (2790806760), with hardware revision 0000
MPC860P processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
1 FastEthernet/IEEE 802.3 interface(s)
2 Voice FXO interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

blort#exit
Connection to blort.psg.com closed.

Nipper, Arnold | 14 Aug 2003 23:53
Picon

Re: config fetcher problems - cisco 1760

On Thursday, August 14, 2003 11:42 PM, Randy Bush <randy <at> psg.com> wrote:
> uh, any help with this, pleaae?
>
> The following routers have not been successfully contacted for
> more than 4 hours.
> -rw-r-----  1 randy  staff  0 Aug 13 07:15 blort.psg.com
>

what does you logfile say? I'm having the same problem with C6509 running
CatOS and the log file says: "my_c6509: End of run not found". I could not
yet figure out what this really means.

Arnold

Randy Bush | 15 Aug 2003 00:00

Re: config fetcher problems - cisco 1760

>> The following routers have not been successfully contacted for
>> more than 4 hours.
>> -rw-r-----  1 randy  staff  0 Aug 13 07:15 blort.psg.com
> what does you logfile say?

<doh> <blush>  i knew there was more information hiding somewhere.

Trying to get all of the configs.
can not find channel named "exp3"
    while executing
"close"
    ("foreach" body line 110)
    invoked from within
"foreach router [lrange $argv $i end] {
    set router [string tolower $router]
    send_user "$router\n"

    # Figure out prompt.
    # Since autoena..."
    (file "/usr/home/randy/rancid/bin/hlogin" line 537)
;
blort.psg.com clogin error: Error: EOF received
blort.psg.com: missed cmd(s): show system-information,write term,show stack,show module,show
flash,show version
blort.psg.com: End of run not found
=====================================
Getting missed routers: round 1.
can not find channel named "exp3"
    while executing
"close"
    ("foreach" body line 110)
    invoked from within
"foreach router [lrange $argv $i end] {
    set router [string tolower $router]
    send_user "$router\n"

    # Figure out prompt.
    # Since autoena..."
    (file "/usr/home/randy/rancid/bin/hlogin" line 537)
;
blort.psg.com clogin error: Error: EOF received
blort.psg.com: missed cmd(s): show system-information,write term,show stack,show module,show
flash,show version
blort.psg.com: End of run not found
=====================================
Getting missed routers: round 2.
can not find channel named "exp3"
    while executing
"close"
    ("foreach" body line 110)
    invoked from within
"foreach router [lrange $argv $i end] {
    set router [string tolower $router]
    send_user "$router\n"

    # Figure out prompt.
    # Since autoena..."
    (file "/usr/home/randy/rancid/bin/hlogin" line 537)
;
blort.psg.com clogin error: Error: EOF received
blort.psg.com: missed cmd(s): show system-information,write term,show stack,show module,show
flash,show version
blort.psg.com: End of run not found
=====================================
Getting missed routers: round 3.
can not find channel named "exp3"
    while executing
"close"
    ("foreach" body line 110)
    invoked from within
"foreach router [lrange $argv $i end] {
    set router [string tolower $router]
    send_user "$router\n"

    # Figure out prompt.
    # Since autoena..."
    (file "/usr/home/randy/rancid/bin/hlogin" line 537)
;
blort.psg.com clogin error: Error: EOF received
blort.psg.com: missed cmd(s): show system-information,write term,show stack,show module,show
flash,show version
blort.psg.com: End of run not found
=====================================
Getting missed routers: round 4.
can not find channel named "exp3"
    while executing
"close"
    ("foreach" body line 110)
    invoked from within
"foreach router [lrange $argv $i end] {
    set router [string tolower $router]
    send_user "$router\n"

    # Figure out prompt.
    # Since autoena..."
    (file "/usr/home/randy/rancid/bin/hlogin" line 537)
;
blort.psg.com clogin error: Error: EOF received
blort.psg.com: missed cmd(s): show system-information,write term,show stack,show module,show
flash,show version
blort.psg.com: End of run not found

john heasley | 15 Aug 2003 00:25

Re: config fetcher problems - cisco 1760

Thu, Aug 14, 2003 at 02:42:13PM -0700, Randy Bush:
> uh, any help with this, pleaae?

been very busy.

> The following routers have not been successfully contacted for
> more than 4 hours.
> -rw-r-----  1 randy  staff  0 Aug 13 07:15 blort.psg.com
> 
> and yet, from the same host

is there an error in the log file for this device?  has collection of
this device been successful in the past (i dont have a 1700)?

> % rancid/bin/clogin -c 'show version;show version' blort.psg.com
> blort.psg.com
> spawn ssh -c 3des -x -l randy blort.psg.com
> randy <at> blort.psg.com's password: 
> 
> U N A U T H O R I Z E D   A C C E S S   P R O H I B I T E D 
> 
> blort>enable
> Password: 
> blort#
> blort#term length 0
> blort#show version
> Cisco Internetwork Operating System Software 
> IOS (tm) C1700 Software (C1700-K9SV8Y7-M), Version 12.2(15)T5,  RELEASE SOFTWARE (fc1)
> TAC Support: http://www.cisco.com/tac
> Copyright (c) 1986-2003 by cisco Systems, Inc.
> Compiled Thu 12-Jun-03 11:04 by eaarmas
> Image text-base: 0x80008120, data-base: 0x81656784
> 
> ROM: System Bootstrap, Version 12.2(4r)XL, RELEASE SOFTWARE (fc1)
> 
> blort uptime is 2 hours, 41 minutes
> System returned to ROM by reload
> System restarted at 18:38:19 UTC Wed Aug 13 2003
> System image file is "flash:c1700-k9sv8y7-mz.122-15.T5.bin"
> 
> 
> This product contains cryptographic features and is subject to United
> States and local country laws governing import, export, transfer and
> use. Delivery of Cisco cryptographic products does not imply
> third-party authority to import, export, distribute or use encryption.
> Importers, exporters, distributors and users are responsible for
> compliance with U.S. and local country laws. By using this product you
> agree to comply with applicable laws and regulations. If you are unable
> to comply with U.S. and local laws, return this product immediately.
> 
> A summary of U.S. laws governing Cisco cryptographic products may be found at:
> http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
> 
> If you require further assistance please contact us by sending email to
> export <at> cisco.com.
> 
> cisco 1760 (MPC860P) processor (revision 0x200) with 86184K/12120K bytes of memory.
> Processor board ID VMS05500QEE (2790806760), with hardware revision 0000
> MPC860P processor: part number 5, mask 2
> Bridging software.
> X.25 software, Version 3.0.0.
> 1 FastEthernet/IEEE 802.3 interface(s)
> 2 Voice FXO interface(s)
> 32K bytes of non-volatile configuration memory.
> 16384K bytes of processor board System flash (Read/Write)
> 
> Configuration register is 0x2102
> 
> blort#show version
> Cisco Internetwork Operating System Software 
> IOS (tm) C1700 Software (C1700-K9SV8Y7-M), Version 12.2(15)T5,  RELEASE SOFTWARE (fc1)
> TAC Support: http://www.cisco.com/tac
> Copyright (c) 1986-2003 by cisco Systems, Inc.
> Compiled Thu 12-Jun-03 11:04 by eaarmas
> Image text-base: 0x80008120, data-base: 0x81656784
> 
> ROM: System Bootstrap, Version 12.2(4r)XL, RELEASE SOFTWARE (fc1)
> 
> blort uptime is 2 hours, 41 minutes
> System returned to ROM by reload
> System restarted at 18:38:19 UTC Wed Aug 13 2003
> System image file is "flash:c1700-k9sv8y7-mz.122-15.T5.bin"
> 
> 
> This product contains cryptographic features and is subject to United
> States and local country laws governing import, export, transfer and
> use. Delivery of Cisco cryptographic products does not imply
> third-party authority to import, export, distribute or use encryption.
> Importers, exporters, distributors and users are responsible for
> compliance with U.S. and local country laws. By using this product you
> agree to comply with applicable laws and regulations. If you are unable
> to comply with U.S. and local laws, return this product immediately.
> 
> A summary of U.S. laws governing Cisco cryptographic products may be found at:
> http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
> 
> If you require further assistance please contact us by sending email to
> export <at> cisco.com.
> 
> cisco 1760 (MPC860P) processor (revision 0x200) with 86184K/12120K bytes of memory.
> Processor board ID VMS05500QEE (2790806760), with hardware revision 0000
> MPC860P processor: part number 5, mask 2
> Bridging software.
> X.25 software, Version 3.0.0.
> 1 FastEthernet/IEEE 802.3 interface(s)
> 2 Voice FXO interface(s)
> 32K bytes of non-volatile configuration memory.
> 16384K bytes of processor board System flash (Read/Write)
> 
> Configuration register is 0x2102
> 
> blort#exit
> Connection to blort.psg.com closed.


Gmane