[rancid] Help with "Invalid input detected" and "End of run not found"

Jonathan Mills jonmills at renci.org
Mon Apr 23 16:13:54 UTC 2012


Manually run 'clogin', watching it connect to the switch and execute 
each command that you specified after the "-c" flag.  At some point, you 
should see the ^ sign and the "Invalid input" error.  This will at least 
show you where the expect script is messing up.


As for the "End of run not found", you'll want to look at the rancid 
script being used.  If you installed via RPM, then it will be something 
like /usr/libexec/rancid/rancid.  Look inside that script, and you'll 
see two declared variables, $clean_run and $found_end.  If either one 
evaluates false, then you'll get this "End of run not found" error. 
Trace each occurrence of each of those two variables, and eventually 
you'll find some regular expressions.  Your error likely relates to one 
of those regex's not being quite right for your switch output (as it was 
in my case).  If you have one switch working, and one switch not, then 
manually run

clogin -f /path/to/.cloginrc -c "show running-config" hostname

against each switch.  Look carefully at how it exits.  Compare with the 
regex used by $found_end.  My guess is you'll quickly see the difference.

--
Jonathan Mills
Systems Administrator
Renaissance Computing Institute
UNC-Chapel Hill

On 04/23/2012 11:25 AM, Voll, Toivo wrote:
> We have rancid running, but it keeps failing for a large number of switches and I'm having trouble figuring out why. Not all switches of the same model and software fail, and not all the failures are with a particular model or software.
>
> It appears, based on packet captures and logs, that the switches in question for some reason don't understand the rancid issued commands. Below is a sample run, as gleaned from wireshark.
>
> Looking at the hex dump, I don't see anything wrong with commands like "show running-config" followed by 0x0d 0x0a. I can issue them from a CLI just fine. Yet the switch (Catalyst 2950) responds with "% Invalid input detected" in the rancid run.
>
> This is a fairly stock rancid install, and we haven't mucked around with the scripts or commands.
>
> Below is the output from "rancid -d" and below that the ascii dump of the corresponding Wireshark capture. I've replaced the real switchname with "problem-switch.our.domain.edu"
>
> Any pointers on what to look at or try would be welcome.
>
> --
> Toivo Voll
> Network Engineer
> Information Technology Communications
> University of South Florida
>
>
>
>
>
> rancid -d problem-switch.our.domain.edu
> executing clogin -t 90 -c"show version;show redundancy secondary;show idprom backplane;show install active;show env all;show rsp chassis-info;show gsr chassis;show diag chassis-info;show boot;show bootvar;show variables boot;show flash;dir /all nvram:;dir /all bootflash:;dir /all slot0:;dir /all disk0:;dir /all slot1:;dir /all disk1:;dir /all slot2:;dir /all disk2:;dir /all harddisk:;dir /all harddiska:;dir /all harddiskb:;dir /all sup-bootdisk:;dir /all sup-bootflash:;dir /all sup-microcode:;dir /all slavenvram:;dir /all slavebootflash:;dir /all slaveslot0:;dir /all slavedisk0:;dir /all slaveslot1:;dir /all slavedisk1:;dir /all slaveslot2:;dir /all slavedisk2:;dir /all slavesup-bootflash:;dir /all sec-nvram:;dir /all sec-bootflash:;dir /all sec-slot0:;dir /all sec-disk0:;dir /all sec-slot1:;dir /all sec-disk1:;dir /all sec-slot2:;dir /all sec-disk2:;show controllers;show controllers cbus;show diagbus;show diag;show capture;show module;show spe version;show c7200;show inven
 to
>   ry raw;show vtp status;show vlan;show vlan-switch;show debug;show shun;more system:running-config;show running-config view full;show running-config;write term" problem-switch.our.domain.edu
> PROMPT MATCH: problem-switch#
> HIT COMMAND:problem-switch#show version
>      In ShowVersion: problem-switch#show version
> TYPE = 2900XL
> HIT COMMAND:problem-switch#show redundancy secondary
>      In ShowRedundancy: problem-switch#show redundancy secondary
> HIT COMMAND:problem-switch#show idprom backplane
>      In ShowIDprom: problem-switch#show idprom backplane
> HIT COMMAND:problem-switch#show install active
>      In ShowInstallActive: problem-switch#show install active
> HIT COMMAND:problem-switch#show env all
>      In ShowEnv: problem-switch#show env all
> HIT COMMAND:problem-switch#show rsp chassis-info
>      In ShowRSP: problem-switch#show rsp chassis-info
> HIT COMMAND:problem-switch#show gsr chassis
>      In ShowGSR: problem-switch#show gsr chassis
> HIT COMMAND:problem-switch#show diag chassis-info
>      In ShowGSR: problem-switch#show diag chassis-info
> HIT COMMAND:problem-switch#show boot
>      In ShowBoot: problem-switch#show boot
> HIT COMMAND:problem-switch#show bootvar
>      In ShowBoot: problem-switch#show bootvar
> HIT COMMAND:problem-switch#show variables boot
>      In ShowBoot: problem-switch#show variables boot
> HIT COMMAND:problem-switch#show flash
>      In ShowFlash: problem-switch#show flash
> HIT COMMAND:problem-switch#dir /all nvram:
>      In DirSlotN: problem-switch#dir /all nvram:
> HIT COMMAND:problem-switch#dir /all bootflash:
>      In DirSlotN: problem-switch#dir /all bootflash:
> HIT COMMAND:problem-switch#dir /all slot0:
>      In DirSlotN: problem-switch#dir /all slot0:
> HIT COMMAND:problem-switch#dir /all disk0:
>      In DirSlotN: problem-switch#dir /all disk0:
> HIT COMMAND:problem-switch#dir /all slot1:
>      In DirSlotN: problem-switch#dir /all slot1:
> HIT COMMAND:problem-switch#dir /all disk1:
>      In DirSlotN: problem-switch#dir /all disk1:
> HIT COMMAND:problem-switch#dir /all slot2:
>      In DirSlotN: problem-switch#dir /all slot2:
> HIT COMMAND:problem-switch#dir /all disk2:
>      In DirSlotN: problem-switch#dir /all disk2:
> HIT COMMAND:problem-switch#dir /all harddisk:
>      In DirSlotN: problem-switch#dir /all harddisk:
> HIT COMMAND:problem-switch#dir /all harddiska:
>      In DirSlotN: problem-switch#dir /all harddiska:
> HIT COMMAND:problem-switch#dir /all harddiskb:
>      In DirSlotN: problem-switch#dir /all harddiskb:
> HIT COMMAND:problem-switch#dir /all sup-bootdisk:
>      In DirSlotN: problem-switch#dir /all sup-bootdisk:
> HIT COMMAND:problem-switch#dir /all sup-bootflash:
>      In DirSlotN: problem-switch#dir /all sup-bootflash:
> HIT COMMAND:problem-switch#dir /all sup-microcode:
>      In DirSlotN: problem-switch#dir /all sup-microcode:
> HIT COMMAND:problem-switch#dir /all slavenvram:
>      In DirSlotN: problem-switch#dir /all slavenvram:
> HIT COMMAND:problem-switch#dir /all slavebootflash:
>      In DirSlotN: problem-switch#dir /all slavebootflash:
> HIT COMMAND:problem-switch#dir /all slaveslot0:
>      In DirSlotN: problem-switch#dir /all slaveslot0:
> HIT COMMAND:problem-switch#dir /all slavedisk0:
>      In DirSlotN: problem-switch#dir /all slavedisk0:
> HIT COMMAND:problem-switch#dir /all slaveslot1:
>      In DirSlotN: problem-switch#dir /all slaveslot1:
> HIT COMMAND:problem-switch#dir /all slavedisk1:
>      In DirSlotN: problem-switch#dir /all slavedisk1:
> HIT COMMAND:problem-switch#dir /all slaveslot2:
>      In DirSlotN: problem-switch#dir /all slaveslot2:
> HIT COMMAND:problem-switch#dir /all slavedisk2:
>      In DirSlotN: problem-switch#dir /all slavedisk2:
> HIT COMMAND:problem-switch#dir /all slavesup-bootflash:
>      In DirSlotN: problem-switch#dir /all slavesup-bootflash:
> HIT COMMAND:problem-switch#dir /all sec-nvram:
>      In DirSlotN: problem-switch#dir /all sec-nvram:
> HIT COMMAND:problem-switch#dir /all sec-bootflash:
>      In DirSlotN: problem-switch#dir /all sec-bootflash:
> HIT COMMAND:problem-switch#dir /all sec-slot0:
>      In DirSlotN: problem-switch#dir /all sec-slot0:
> HIT COMMAND:problem-switch#dir /all sec-disk0:
>      In DirSlotN: problem-switch#dir /all sec-disk0:
> HIT COMMAND:problem-switch#dir /all sec-slot1:
>      In DirSlotN: problem-switch#dir /all sec-slot1:
> HIT COMMAND:problem-switch#dir /all sec-disk1:
>      In DirSlotN: problem-switch#dir /all sec-disk1:
> HIT COMMAND:problem-switch#dir /all sec-slot2:
>      In DirSlotN: problem-switch#dir /all sec-slot2:
> HIT COMMAND:problem-switch#dir /all sec-disk2:
>      In DirSlotN: problem-switch#dir /all sec-disk2:
> HIT COMMAND:problem-switch#show controllers
>      In ShowContAll: problem-switch#show controllers
> HIT COMMAND:problem-switch#show controllers cbus
>      In ShowContCbus: problem-switch#show controllers cbus
> HIT COMMAND:problem-switch#show diagbus
>      In ShowDiagbus: problem-switch#show diagbus
> HIT COMMAND:problem-switch#show diag
>      In ShowDiag: problem-switch#show diag
> HIT COMMAND:problem-switch#show capture
>      In ShowCapture: problem-switch#show capture
> HIT COMMAND:problem-switch#show module
>      In ShowModule: problem-switch#show module
> HIT COMMAND:problem-switch#show spe version
>      In ShowSpeVersion: problem-switch#show spe version
> HIT COMMAND:problem-switch#show c7200
>      In ShowC7200: problem-switch#show c7200
> HIT COMMAND:problem-switch#show inventory raw
>      In ShowInventory: problem-switch#show inventory raw
> HIT COMMAND:problem-switch#show vtp status
>      In ShowVTP: problem-switch#show vtp status
> HIT COMMAND:problem-switch#show vlan
>      In ShowVLAN: problem-switch#show vlan
> HIT COMMAND:problem-switch#show vlan-switch
>      In ShowVLAN: problem-switch#show vlan-switch
> HIT COMMAND:problem-switch#show debug
>      In ShowDebug: problem-switch#show debug
> HIT COMMAND:problem-switch#show shun
>      In ShowShun: problem-switch#show shun
> HIT COMMAND:problem-switch#more system:running-config
>      In WriteTerm: problem-switch#more system:running-config
> HIT COMMAND:problem-switch#show running-config view full
>      In WriteTerm: problem-switch#show running-config view full
> HIT COMMAND:problem-switch#show running-config
>      In WriteTerm: problem-switch#show running-config
> HIT COMMAND:problem-switch#write term
>      In WriteTerm: problem-switch#write term
> problem-switch.our.domain.edu: End of run not found
> problem-switch.our.domain.edu: End of run not found
> !
>
> Wiresahark:
>
> problem-switch#
> terminal length 0 .
> t
> e
> r
> m
> i
> n
> a
> l
>
> l
> e
> n
> g
> t
> h
>
> 0
>
>
> problem-switch#
> terminal width 132 .
> t
> e
> r
> m
> i
> n
> a
> l
>
> w
> i
> d
> t
> h
>
> 1
> 3
> 2
>
>
> problem-switch#
> show version .
> s
> h
> o
> w
>
> v
> e
> r
> s
> i
> o
> n
>
>
> Cisco Internetwork Operating System Software
> IOS (tm) C2950 Software (C2950-I6K2L2Q4-M), Version 12.1(22)EA9, RELEASE SOFTWARE (fc1)
> Copyright (c) 1986-2006 by cisco Systems, Inc.
> Compiled Fri 01-Dec-06 18:22 by weiliu
> Image text-base: 0x80010000, data-base: 0x8067A000
>
> ROM: Bootstrap program is C2950 boot loader
>
> problem-switch uptime is 18 weeks, 1 day, 17 hours, 11 minutes
> System returned to ROM by power-on
> System restarted at 16:26:56 EST Sat Dec 17 2011
> System image file is "flash:c2950-i6k2l2q4-mz.121-22.EA9.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 t
> his 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 WS-C2950G-48-EI (RC32300) processor (revision L0) with 19958K bytes of memory.
> Processor board ID FOC0746X0WR
> Last reset from system-reset
> Running Enhanced Image
> 48 FastEthernet/IEEE 802.3 interface(s)
> 2 Gigabit Ethernet/IEEE 802.3 interface(s)
>
> 32K bytes of flas
> h-simulated non-volatile configuration memory.
> Base ethernet MAC Address: 00:0E:83:26:7A:C0
> Motherboard assembly number: 73-7409-12
> Power supply part number: 34-0965-01
> Motherboard serial number: FOC07460LLZ
> Power supply serial number: PHI07340GKH
> Model revision number: L0
> Motherboard revision number: A0
> Model number: WS-C2950G-48-EI
> System serial number: FOC0746X0WR
> Configuration register is 0xF
>
> problem-switch#
> show redundancy secondary .
> s
> h
> o
> w
>
> r
> e
> d
> u
> n
> d
> a
> n
> c
> y
>
> s
> e
> c
> o
> n
> d
> a
> r
> y
>
>
>                        ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show idprom backplane .
> s
> h
> o
> w
>
> i
> d
> p
> r
> o
> m
>
> b
> a
> c
> k
> p
> l
> a
> n
> e
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show install active .
> s
> h
> o
> w
>
> i
> n
> s
> t
> a
> l
> l
>
> a
> c
> t
> i
> v
> e
>
>
>                        ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show env all .
> s
> h
> o
> w
>
> e
> n
> v
>
> a
> l
> l
>
>
> FAN is OK
> Internal POWER supply is OK
> RPS is NOT present
>
> problem-switch#
> show rsp chassis-info .
> s
> h
> o
> w
>
> r
> s
> p
>
> c
> h
> a
> s
> s
> i
> s
> -
> i
> n
> f
> o
>
>
>                        ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show gsr chassis .
> s
> h
> o
> w
>
> g
> s
> r
>
> c
> h
> a
> s
> s
> i
> s
>
>
>                      ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show diag chassis-info .
> s
> h
> o
> w
>
> d
> i
> a
> g
>
> c
> h
> a
> s
> s
> i
> s
> -
> i
> n
> f
> o
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show boot .
> s
> h
> o
> w
>
> b
> o
> o
> t
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show bootvar .
> s
> h
> o
> w
>
> b
> o
> o
> t
> v
> a
> r
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show variables boot .
> s
> h
> o
> w
>
> v
> a
> r
> i
> a
> b
> l
> e
> s
>
> b
> o
> o
> t
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show flash .
> s
> h
> o
> w
>
> f
> l
> a
> s
> h
>
>
>
> Directory of flash:/
>
>      2  -rwx         318  Feb 13 2007 08:37:42 -05:00  env_vars
>      3  -rwx         796  Feb 28 1993 19:00:33 -05:00  vlan.dat
>      4  drwx        1536  Feb 28 1993 19:00:15 -05:00  crashinfo
>    109  -rwx       13683  Jan 11 2012 15:28:49 -05:00  config.text
>      6  -rwx        1048  Jan 11 2012 15:28:49 -05:00  multiple-fs
>      7  -rwx         111  Feb 13 2007 08:33:10 -05:00  info
>      8  -rwx     3707976  Feb 13 2007 08:36:02 -05:00  c2950-i6k2l2q4-mz.121-22.EA9.bin
>      9  drwx        4160  Feb 13 200
> 7 08:36:57 -05:00  html
>     84  -rwx         111  Feb 13 2007 08:37:42 -05:00  info.ver
>    480  -rwx        2155  Jan 11 2012 15:28:49 -05:00  private-config.text
>
> 7741440 bytes total (2133504 bytes free)
> problem-switch#
> dir /all nvram: .
> d
> i
> r
>
> /
> a
> l
> l
>
> n
> v
> r
> a
> m
> :
>
>
> Translating "l"...domain server
>   (131.247.1.40)
>   (131.247.100.1)
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all bootflash: .
> d
> i
> r
>
> /
> a
> l
> l
>
> b
> o
> o
> t
> f
> l
> a
> s
> h
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slot0: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> o
> t
> 0
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all disk0: .
> d
> i
> r
>
> /
> a
> l
> l
>
> d
> i
> s
> k
> 0
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slot1: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> o
> t
> 1
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all disk1: .
> d
> i
> r
>
> /
> a
> l
> l
>
> d
> i
> s
> k
> 1
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slot2: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> o
> t
> 2
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all disk2: .
> d
> i
> r
>
> /
> a
> l
> l
>
> d
> i
> s
> k
> 2
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all harddisk: .
> d
> i
> r
>
> /
> a
> l
> l
>
> h
> a
> r
> d
> d
> i
> s
> k
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all harddiska: .
> d
> i
> r
>
> /
> a
> l
> l
>
> h
> a
> r
> d
> d
> i
> s
> k
> a
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all harddiskb: .
> d
> i
> r
>
> /
> a
> l
> l
>
> h
> a
> r
> d
> d
> i
> s
> k
> b
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sup-bootdisk: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> u
> p
> -
> b
> o
> o
> t
> d
> i
> s
> k
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sup-bootflash: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> u
> p
> -
> b
> o
> o
> t
> f
> l
> a
> s
> h
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sup-microcode: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> u
> p
> -
> m
> i
> c
> r
> o
> c
> o
> d
> e
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slavenvram: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> n
> v
> r
> a
> m
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slavebootflash: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> b
> o
> o
> t
> f
> l
> a
> s
> h
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slaveslot0: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> s
> l
> o
> t
> 0
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slavedisk0: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> d
> i
> s
> k
> 0
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slaveslot1: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> s
> l
> o
> t
> 1
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slavedisk1: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> d
> i
> s
> k
> 1
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slaveslot2: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> s
> l
> o
> t
> 2
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slavedisk2: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> d
> i
> s
> k
> 2
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all slavesup-bootflash: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> l
> a
> v
> e
> s
> u
> p
> -
> b
> o
> o
> t
> f
> l
> a
> s
> h
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sec-nvram: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> e
> c
> -
> n
> v
> r
> a
> m
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sec-bootflash: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> e
> c
> -
> b
> o
> o
> t
> f
> l
> a
> s
> h
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sec-slot0: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> e
> c
> -
> s
> l
> o
> t
> 0
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sec-disk0: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> e
> c
> -
> d
> i
> s
> k
> 0
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sec-slot1: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> e
> c
> -
> s
> l
> o
> t
> 1
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sec-disk1: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> e
> c
> -
> d
> i
> s
> k
> 1
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sec-slot2: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> e
> c
> -
> s
> l
> o
> t
> 2
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> dir /all sec-disk2: .
> d
> i
> r
>
> /
> a
> l
> l
>
> s
> e
> c
> -
> d
> i
> s
> k
> 2
> :
>
>
>                   ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show controllers .
> s
> h
> o
> w
>
> c
> o
> n
> t
> r
> o
> l
> l
> e
> r
> s
>
>
> HWIdb = 80E8835C Mngmnt Vlan = C82 *******
> Rx Free Pool Size= 01BE
> ***********PCI Registers***********
> CMIC_DMA_STAT = 00202008   CMIC_CONFIG    = 000C2B48
> CMIC_DMA_DESC0 = A0B43160  CMIC_DMA_DESC1 = A0B431F0
> CMIC_DMA_DESC2 = A0B4791C  CMIC_DMA_DESC3 = A0B48194
> CMIC_IRQ_MASK  = 0003FFC8   CMIC_IRQ_STAT =  00080025
> CMIC_DMA_CTRL  = 00001111   CMIC_SCHAN_CTRL = 0004B042
> CMIC_DLF_REG  = 0BFFFFFF
>
> ******S-Channel Registers******
> EGR_BKP_DIS  =00000000  MMUPORTENABLE =0BFFFFFF EPC_HOL =00000000
>
> ******COS Related Register
> s******
> ******For CosVal.:0 Register Values******
> COS_ENABLE = 00000000
> ******For CosVal.:1 Register Values******
> COS_ENABLE = 00000000
> ******For CosVal.:2 Register Values******
> COS_ENABLE = 00000000
> ******For CosVal.:3 Register Values******
> COS_ENABLE = 00000000
>
> ******Block Specific Registers******
> ******For BlockNo.:0 Register Values******
> EGR_ENABLE = 000000E8
> EPC_LINK =0BD2D1C8 CONFIG = 401C81D8
> ******For BlockNo.:1 Register Values******
> EGR_ENABLE = 000000D1
> EPC_LINK =0BD2D1C8 CONFIG = 401C81D8
> ******For Blo
> ckNo.:2 Register Values******
> EGR_ENABLE = 000000F2
> EPC_LINK =0BD2D1C8 CONFIG = 401C81D8
> ******For BlockNo.:3 Register Values******
> GEGR_ENABLE = 00000001
> EPC_LINK =0BD2D1C8 CONFIG = 401E01D0
> ******For BlockNo.:4 Register Values******
> GEGR_ENABLE = 00000001
> EPC_LINK =0BD2D1C8 CONFIG = 401C01D8
>
> ******Port Specific Registers******
> ******For Port No.:0  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:1  Register Values******
>   FE_MAC1 = 00000000
>   FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:2  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:3  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:4  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:5  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCC
> COUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:6  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:7  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:8  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:9  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOU
> NT = 00000000
> ******For Port No.:A  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:B  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:C  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:D  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For
>   Port No.:E  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:F  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:10 Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:11 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:12 Register Va
> lues******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:13 Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:14 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:15 Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:16 Register Values******
>   FE_MAC1 = 0
> 0000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:17 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:18 Register Values******
>   GMACC1_GPIC0b  = D50A1001  GMACC1_GPIC1b = D50A1001
> GTH_FE_MAC1_GPIC0b  =00000000  GTH_FE_MAC1_GPIC1b = 00000000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:19 Register Values******
>   GMACC1_GPIC0b  = C40A1001  GMACC1_GPIC1b = C40A1001
> GTH_FE_MAC1_GPIC0b  =00000000  GTH_
> FE_MAC1_GPIC1b = 00000000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ----------- Tx Queue Status --------------
> Ch 1 Status = 1 Ch 2 Status = 1
> Ch1 QLen=00 Ch2 QLen=00
> ----------- Rx Queue Status --------------
> Ch1 Status    = 4 | Ch2 Status = 0 | Throttle = No
> Ch1 Base      = A0B47F48  Ch2 Base      =  A0B486A0
> Ch1  End      = A0B48038  Ch2  End      =  A0B48790
> Ch1 Rd Ptr    = A0B47F48  Ch2 Rd Ptr    =  A0B48730
> Ch1 Alloc Ptr = 00000000  Ch2 Alloc Ptr =  00000000
> Forward Mask  = 02000000 Utagged bitmap =  00000000
>
>
> ------------ Error Counters --------
> PCI Parity Error= 00000000  PCI Fatal Error = 00000000***********PCI Registers***********
> CMIC_DMA_STAT = 00202008   CMIC_CONFIG    = 000C2B48
> CMIC_DMA_DESC0 = A0B43160  CMIC_DMA_DESC1 = A0B43160
> CMIC_DMA_DESC2 = A0B487CC  CMIC_DMA_DESC3 = A0B49404
> CMIC_IRQ_MASK  = 0003FFC8   CMIC_IRQ_STAT =  00080025
> CMIC_DMA_CTRL  = 00001111   CMIC_SCHAN_CTRL = 0004B042
> CMIC_DLF_REG  = 0BFFFFFF
>
> ******S-Channel Registers******
> EGR_BKP_DIS  =00000000  MMUPORTENABLE =0BFFFFFF EPC_HOL =00000000
>
>
> ******COS Related Registers******
> ******For CosVal.:0 Register Values******
> COS_ENABLE = 00000000
> ******For CosVal.:1 Register Values******
> COS_ENABLE = 00000000
> ******For CosVal.:2 Register Values******
> COS_ENABLE = 00000000
> ******For CosVal.:3 Register Values******
> COS_ENABLE = 00000000
>
> ******Block Specific Registers******
> ******For BlockNo.:0 Register Values******
> EGR_ENABLE = 000000B3
> EPC_LINK =0AFE1FB3 CONFIG = 401C81D8
> ******For BlockNo.:1 Register Values******
> EGR_ENABLE = 0000001F
> EPC_LINK =0AFE1FB3 CONFI
> G = 401C81D8
> ******For BlockNo.:2 Register Values******
> EGR_ENABLE = 000000FE
> EPC_LINK =0AFE1FB3 CONFIG = 401C81D8
> ******For BlockNo.:3 Register Values******
> GEGR_ENABLE = 00000000
> EPC_LINK =0AFE1FB3 CONFIG = 401C01D8
> ******For BlockNo.:4 Register Values******
> GEGR_ENABLE = 00000001
> EPC_LINK =0AFE1FB3 CONFIG = 401E01D0
>
> ******Port Specific Registers******
> ******For Port No.:0  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:1  Register Values*
> *****
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:2  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:3  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:4  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:5  Register Values******
>   FE_MAC1 = 000000
> 01  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:6  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:7  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:8  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:9  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
>
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:A  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:B  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:C  Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:D  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCC
> COUNT = 00000000
> ******For Port No.:E  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:F  Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:10 Register Values******
>   FE_MAC1 = 00000000  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:11 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******
> For Port No.:12 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:13 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:14 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:15 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:16 Register
>   Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C001
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:17 Register Values******
>   FE_MAC1 = 00000001  FE_MAC2 = 0000C000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:18 Register Values******
>   GMACC1_GPIC0b  = C40A1001  GMACC1_GPIC1b = C40A1001
> GTH_FE_MAC1_GPIC0b  =00000000  GTH_FE_MAC1_GPIC1b = 00000000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ******For Port No.:19 Register Values******
>   GMACC1_GPIC0b  = D50A1001  GMACC1_GPIC1b = D50A1001
> GTH_FE_M
> AC1_GPIC0b  =00000000  GTH_FE_MAC1_GPIC1b = 00000000
> LCCCOUNT = 00000000  GCCCOUNT = 00000000
> ----------- Tx Queue Status --------------
> Ch 1 Status = 1 Ch 2 Status = 1
> Ch1 QLen=00 Ch2 QLen=00
> ----------- Rx Queue Status --------------
> Ch1 Status    = 4 | Ch2 Status = 0 | Throttle = No
> Ch1 Base      = A0B48DF8  Ch2 Base      =  A0B49550
> Ch1  End      = A0B48EE8  Ch2  End      =  A0B49640
> Ch1 Rd Ptr    = A0B48DF8  Ch2 Rd Ptr    =  A0B49620
> Ch1 Alloc Ptr = 00000000  Ch2 Alloc Ptr =  00000000
> Forward Mask  = 00000000
> Utagged bitmap =  00000000
>
> ------------ Error Counters --------
> PCI Parity Error= 00000000  PCI Fatal Error = 00000000
> problem-switch#
> show controllers cbus .
> s
> h
> o
> w
>
> c
> o
> n
> t
> r
> o
> l
> l
> e
> r
> s
>
> c
> b
> u
> s
>
>
>                                  ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show diagbus .
> s
> h
> o
> w
>
> d
> i
> a
> g
> b
> u
> s
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show diag .
> s
> h
> o
> w
>
> d
> i
> a
> g
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show capture .
> s
> h
> o
> w
>
> c
> a
> p
> t
> u
> r
> e
>
>
>                        ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show module .
> s
> h
> o
> w
>
> m
> o
> d
> u
> l
> e
>
>
>                        ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show spe version .
> s
> h
> o
> w
>
> s
> p
> e
>
> v
> e
> r
> s
> i
> o
> n
>
>
>                        ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show c7200 .
> s
> h
> o
> w
>
> c
> 7
> 2
> 0
> 0
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show inventory raw .
> s
> h
> o
> w
>
> i
> n
> v
> e
> n
> t
> o
> r
> y
>
> r
> a
> w
>
>
> NAME: "problem-switch", DESCR: "Cisco Catalyst c2950 switch with 48 10/100 BaseTX ports and 2 GBIC (Gigabit Interface Converter) slots"
> PID: WS-C2950G-48-EI   , VID: L0 , SN: FOC0746X0WR
>
> NAME: "FastEthernet0/1", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/2", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/3", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
>
> NAME: "FastEthernet0/4", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/5", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/6", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/7", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/8", DESCR: "10/100BaseTXFast Ethernet"
> PID:
>          , VID:    , SN:
>
> NAME: "FastEthernet0/9", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/10", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/11", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/12", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/13", DESCR: "
> 10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/14", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/15", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/16", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/17", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
>
> NAME: "FastEthernet0/18", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/19", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/20", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/21", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/22", DESCR: "10/100BaseTXFast Ethernet"
>
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/23", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/24", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/25", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/26", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEtherne
> t0/27", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/28", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/29", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/30", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/31", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID
> :    , SN:
>
> NAME: "FastEthernet0/32", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/33", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/34", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/35", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/36", DESCR: "10/100BaseTX
> Fast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/37", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/38", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/39", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/40", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NA
> ME: "FastEthernet0/41", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/42", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/43", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/44", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/45", DESCR: "10/100BaseTXFast Ethernet"
> PID:
>             , VID:    , SN:
>
> NAME: "FastEthernet0/46", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/47", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "FastEthernet0/48", DESCR: "10/100BaseTXFast Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "GigabitEthernet0/1", DESCR: "Gigabit Ethernet"
> PID:                   , VID:    , SN:
>
> NAME: "GigabitEthernet0/1", DESCR: "C
> opper Unshielded twisted pair gigabit ethernet port adapter"
> PID: GBIC_T            , VID: 20 20 20 20, SN: FHH1327T184
>
> NAME: "GigabitEthernet0/2", DESCR: "Gigabit Ethernet"
> PID:                   , VID:    , SN:
>
>
> problem-switch#
> show vtp status .
> s
> h
> o
> w
>
> v
> t
> p
>
> s
> t
> a
> t
> u
> s
>
>
> VTP Version                     : 2
> Configuration Revision          : 0
> Maximum VLANs supported locally : 250
> Number of existing VLANs        : 9
> VTP Operating Mode              : Transparent
> VTP Domain Name                 : Disabled
> VTP Pruning Mode                : Enabled
> VTP V2 Mode                     : Disabled
> VTP Traps Generation            : Enabled
> MD5 digest                      : 0xB1 0x28 0x3E 0x51 0x67 0xC2 0x6B 0x66
> Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00
> problem-switch#
> show vlan .
> s
> h
> o
> w
>
> v
> l
> a
> n
>
>
>
> VLAN Name                             Status    Ports
> ---- -------------------------------- --------- -------------------------------
> 1    default                          active    Gi0/2
> 20   VLAN0020                         active
> 110  VLAN0110                         active
> 196  VLAN0196                         active    Fa0/1, Fa0/2, Fa0/3, Fa0/4, Fa0/5, Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10, Fa0/11
>                                                  Fa0/12, Fa0/13, Fa0/14, Fa0/15, Fa0/16, Fa0/17, Fa0/18, Fa0/19, Fa0/
> 20, Fa0/21
>                                                  Fa0/22, Fa0/23, Fa0/24, Fa0/25, Fa0/26, Fa0/27, Fa0/28, Fa0/29, Fa0/30, Fa0/31
>                                                  Fa0/32, Fa0/33, Fa0/34, Fa0/35, Fa0/36, Fa0/37, Fa0/38, Fa0/39, Fa0/40, Fa0/41
>                                                  Fa0/42, Fa0/43, Fa0/44, Fa0/45, Fa0/46, Fa0/47
> 614  VLAN0614                         active    Fa0/48
> 1002 fddi-default                     act/unsup
> 1003 token-ring-default               act/unsup
> 1004 fddinet-def
> ault                  act/unsup
> 1005 trnet-default                    act/unsup
> 3202 ALC_Network_Mgmt                 active
>
> VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2
> ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
> 1    enet  100001     1500  -      -      -        -    -        0      0
> 20   enet  100020     1500  -      -      -        -    -        0      0
> 110  enet  100110     1500  -      -      -        -    -        0      0
> 196  e
> net  100196     1500  -      -      -        -    -        0      0
> 614  enet  100614     1500  -      -      -        -    -        0      0
> 1002 fddi  101002     1500  -      -      -        -    -        0      0
> 1003 tr    101003     1500  -      -      -        -    -        0      0
> 1004 fdnet 101004     1500  -      -      -        ieee -        0      0
> 1005 trnet 101005     1500  -      -      -        ibm  -        0      0
> 3202 enet  103202     1500  -      -      -        -    -        0      0
>
>
> Remote SPAN VLANs
> ------------------------------------------------------------------------------
>
>
> Primary Secondary Type              Ports
> ------- --------- ----------------- ------------------------------------------
>
> problem-switch#
> show vlan-switch .
> s
> h
> o
> w
>
> v
> l
> a
> n
> -
> s
> w
> i
> t
> c
> h
>
>
>                          ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show debug .
> s
> h
> o
> w
>
> d
> e
> b
> u
> g
>
>
>
> problem-switch#
> show shun .
> s
> h
> o
> w
>
> s
> h
> u
> n
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> more system:running-config .
> m
> o
> r
> e
>
> s
> y
> s
> t
> e
> m
> :
> r
> u
> n
> n
> i
> n
> g
> -
> c
> o
> n
> f
> i
> g
>
>
>                 ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show running-config view full .
> s
> h
> o
> w
>
> r
> u
> n
> n
> i
> n
> g
> -
> c
> o
> n
> f
> i
> g
>
> v
> i
> e
> w
>
> f
> u
> l
> l
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> show running-config .
> s
> h
> o
> w
>
> r
> u
> n
> n
> i
> n
> g
> -
> c
> o
> n
> f
> i
> g
>
>
>                       ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> write term .
> w
> r
> i
> t
> e
>
> t
> e
> r
> m
>
>
>                  ^
> % Invalid input detected at '^' marker.
>
> problem-switch#
> e
> e
> x
> x
> i
> i
> t
> t
>   .
>
>
>
>
>
> _______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss at shrubbery.net
> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss


More information about the Rancid-discuss mailing list