Mailing List Archive

can not retrieve config. of a cisco 2924XL switch - 'End of run not found'
I was able to successfully retrieve config. for a bunch of Cisco routers
and switches(5000 series), but not for a cisco 2924XL switch:

This is the debug output:

%cat5rancid -dl 192.168.1.96
executing clogin -t 90 -c"show version;show boot;show flash;dir
bootflash:;dir slot0:;dir slot1:;dir sup-bootflash:;dir sup-microcode:;show
module;show port ifindex;write term" 192.168.1.96
executing clogin -t 90 -c"show version;show boot;show flash;dir
bootflash:;dir slot0:;dir slot1:;dir sup-bootflash:;dir sup-microcode:;show
module;show port ifindex;write term" 192.168.1.96
Done :
192.168.1.96: missed cmd(s): dir sup-bootflash:,write term,dir
sup-microcode:,dir slot0:,dir bootflash:,dir slot1:,show port ifindex,show
boot,show module,show flash,show version
192.168.1.96: missed cmd(s): dir sup-bootflash:,write term,dir
sup-microcode:,dir slot0:,dir bootflash:,dir slot1:,show port ifindex,show
boot,show module,show flash,show version
192.168.1.96: End of run not found
192.168.1.96: End of run not found
!



I was able to clogin:

%clogin 192.168.1.96
192.168.1.96
spawn telnet 192.168.1.96
Trying 192.168.1.96...
Connected to 192.168.1.96.
Escape character is '^]'.


User Access Verification

Password: Kerberos: No default realm defined for Kerberos!

BLDG(9)IDF(1)>enable
Password:
BLDG(9)IDF(1)#
BLDG(9)IDF(1)#



Below is the config file:



!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname BLDG(9)IDF(1)
!
enable secret 5 <removed>
!
!
!
!
!
!
ip subnet-zero
!
cluster commander-address 0003.e38c.0780 member 2 name west-campus
!
!
interface FastEthernet0/1
description MS09.01
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/2
description MS09.02
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/3
description MS09.03
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/4
description MS09.04
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/5
description MS09.05
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/6
description MS09.06
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/7
description MS09.07
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/8
description MS09.08
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/9
description MS09.09
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/10
description MS09.10
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/11
description MS09.11
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/12
description MS09.12
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/13
description MS09.13
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/14
description MS09.14
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/15
description MS09.15
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/16
description MS09.16
duplex half
speed 10
switchport access vlan 8
spanning-tree portfast
!
interface FastEthernet0/17
description blank
!
interface FastEthernet0/18
description MS10.01
duplex half
speed 10
switchport access vlan 18
!
interface FastEthernet0/19
description MS10.02
duplex half
speed 10
switchport access vlan 18
!
interface FastEthernet0/20
description MS10.03
duplex half
speed 10
switchport access vlan 18
!
interface FastEthernet0/21
description MS10.04
duplex half
speed 10
switchport access vlan 18
!
interface FastEthernet0/22
description MS10.05
duplex half
speed 10
switchport access vlan 18
!
interface FastEthernet0/23
description MS10.06
duplex half
speed 10
switchport access vlan 18
!
interface FastEthernet0/24
description MS10.07
duplex half
speed 10
switchport access vlan 18
!
interface FastEthernet1/1
switchport mode trunk
!
interface FastEthernet1/2
switchport mode trunk
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface VLAN1
ip address 192.168.1.96 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
ip default-gateway 192.168.1.1
!
line con 0
password 7 <removed>
transport input none
stopbits 1
line vty 0 4
password 7 <removed>
login
line vty 5 14
password 7 <removed>
login
line vty 15
login
!
end