Show Commands
Show Commands
show
To verify the Multiple Spanning Tree (MST) configuration, use the show command. in MST
configuration submode.
show [current | pending]
Syntax Description
current
pending
(Optional) Displays the edited configuration that will replace the current configuration.
Defaults
Command Modes
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(33)SRA
Usage Guidelines
The display output from the show pending command is the edited configuration that will replace the
current configuration if you enter the exit command to exit MST configuration mode.
Entering the show command with no arguments displays the pending configurations.
Examples
CF-555
show
Related Commands
Command
Description
instance
revision
CF-556
April 2010
Syntax Description
command
| append url
The addition of this syntax redirects the command output to the file location
specified in the Universal Resource Locator (URL). The pipe (|) is required.
The Cisco IOS File System (IFS) uses URLs to specify the location of a file
system, directory, and file. Typical URL elements include:
prefix:[directory/]filename
Prefixes can be local file locations, such as flash: or disk0:. Alternatively,
you can specify network locations using the following syntax:
ftp:[[//[username[:password]@]location]/directory]/filename
tftp:[[//location]/directory]/filename
The rcp: prefix is not supported.
Command Modes
Privileged EXEC
Command History
Release
Modification
12.0(21)S
12.2(13)T
Usage Guidelines
To display all URL prefixes that are supported for this command, use the show command | append ?
command.
This command adds the show command output to the end of the specified file.
Examples
In the following example, output from the show tech-support command is redirected to an existing file
on Disk 1 with the file-name of showoutput.txt. This output is added at the end of any existing data in
the file.
Router# show tech-support | append disk1:showoutput.txt
Related Commands
Command
Description
CF-557
Syntax Description
command
regular-expression
Any regular expression found in show command output. The show output
will begin from the first instance of this string (output prior to this string
will not be printed to the screen). The string is case-sensitive. Use
parenthesis to indicate a literal use of spaces.
Specifies a filter at a --More-- prompt that only displays output lines that
do not contain the regular expression.
Specifies a filter at a --More-- prompt that only displays output lines that
contain the regular expression.
Command Modes
EXEC
Command History
Release
Usage Guidelines
Modification
8.3
12.0(1)T
12.2(33)SRA
The regular-expression argument is case sensitive and allows for complex matching requirements. Use
parenthesis to indicate a literal use of spaces. For example, | begin u indicates that the show output
should begin with any line that contains a u; | begin ( u) indicates that the show output should begin with
any line that contains a space and a u together (line has a word that begins with a lowercase u).
To search the remaining output of the show command, use the following command at the --More-prompt:
/regular-expression
You can specify a filtered search at any --More-- prompt. To filter the remaining output of the show
command, use one of the following commands at the --More-- prompt:
-regular-expression
+regular-expression
When output volume is large, the search can produce long lists of output. To interrupt the output, press
Ctrl-^ (Ctrl-Shift-6) or Ctrl-z.
CF-558
April 2010
Note
Once you specify a filter for a show command, you cannot specify another filter at the next --More-prompt. The first specified filter remains until the more command output finishes or until you interrupt
the output. The use of the keyword begin does not constitute a filter.
Because prior output is not saved, you cannot search or filter backward through prior output.
Note
Examples
A few show commands that have long output requirements do not require user input at the --More-prompt to jump to the next table of output; these types of output require you to enter the same number
of Ctrl-^ or Ctrl-Z combinations as there are --More-- prompts to completely abort output.
The following is partial sample output of the show interface | begin command that begins unfiltered
output with the first line that contains the regular expression Ethernet. At the --More-- prompt, the user
specifies a filter to show only the lines in the remaining output that contain the regular expression
Serial.
Router# show interface | begin Ethernet
Ethernet0 is up, line protocol is up
Hardware is Lance, address is 0060.837c.6399 (bia 0060.837c.6399)
Description: ip address is 172.1.2.14 255.255.255.0
Internet address is 172.1.2.14/24
.
.
.
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
--More-+Serial
filtering...
Serial1 is up, line protocol is up
Serial2 is up, line protocol is up
Serial3 is up, line protocol is down
Serial4 is down, line protocol is down
Serial5 is up, line protocol is up
Serial6 is up, line protocol is up
Serial7 is up, line protocol is up
Related Commands
Command
Description
Begins unfiltered output of the more command with the first line that
contains the regular expression you specify.
Filters more command output so that it displays only lines that contain
a particular regular expression.
show <command> exclude Filters show command output so that it excludes lines that contain a
particular regular expression.
show <command> include Filters show command output so that it displays only lines that contain
a particular regular expression.
CF-559
Syntax Description
command
regular-expression
Command Modes
EXEC
Command History
Release
Modification
12.0(1)T
12.2(33)SRA
Usage Guidelines
The regular-expression argument is case sensitive and allows for complex matching requirements.
You can specify a new search at every --More-- prompt. To search the remaining output of the show
command, use the following syntax at the --More-- prompt:
/regular-expression
When output volume is large, the search can produce long lists of output. To interrupt the output, press
Ctrl-^ (Ctrl-Shift-6) or Ctrl-Z.
Because prior output is not saved, you cannot search or filter backward through prior output.
Note
Examples
A few show commands that have long output requirements do not require user input at the --More-prompt to jump to the next table of output; these types of output require you to enter the same number
of Ctrl-^ or Ctrl-Z combinations as there are --More-- prompts to completely abort output.
The following is partial sample output of the show | exclude command used with the show buffers
command. It excludes lines that contain the regular expression 0 misses. At the --More-- prompt, the
user searches for the regular expression Serial0, which continues the filtered output with the first line
that contains Serial0.
Router# show buffers | exclude 0 misses
Buffer elements:
398 in free list (500 max allowed)
Public buffer pools:
CF-560
April 2010
Related Commands
Command
Description
Begins unfiltered output of the more command with the first line that
contains the regular expression you specify.
Filters more command output so that it displays only lines that contain
a particular regular expression.
Searches the output of any show command and displays the output from
the first instance of a specified string.
show <command> include Filters show command output so that it displays only lines that contain
a particular regular expression.
CF-561
Syntax Description
command
regular-expression
Command Modes
EXEC
Command History
Release
Modification
12.0(1)T
12.2(33)SRA
Usage Guidelines
The regular-expression argument is case sensitive and allows for complex matching requirements.
You can specify a new search at every --More-- prompt. To search the remaining output of the show
command, use the following syntax at the --More-- prompt:
/regular-expression
When output volume is large, the search can produce long lists of output. To interrupt the output, press
Ctrl-^ (Ctrl-Shift-6) or Ctrl-Z.
Because prior output is not saved, you cannot search or filter backward through prior output.
Note
Examples
A few show commands that have long output requirements do not require user input at the --More-prompt to jump to the next table of output; these types of output require you to enter the same number
of Ctrl-^ or Ctrl-Z combinations as there are --More-- prompts to completely abort output.
The following is partial sample output of the show interface | include command. It displays only lines
that contain the regular expression ( is ). The parentheses force the inclusion of the spaces before and
after is. Use of the parenthesis ensures that only lines containing is with a space both before and
after it will be included in the output. Lines with words like disconnect will be excluded because there
are not spaces around the instance of the string is.
Router# show interface | include ( is )
CF-562
April 2010
At the --More-- prompt, the user searches for the regular expression Serial0:13, which continues
filtered output with the first line that contains Serial0:13.
/Serial0:13
filtering...
Serial0:13 is down, line protocol is down
Hardware is DSX1
Internet address is 11.0.0.2/8
0 output errors, 0 collisions, 2 interface resets
Timeslot(s) Used:14, Transmitter delay is 0 flags
Related Commands
Command
Description
Begins unfiltered output of the more command with the first line that
contains the regular expression you specify.
Filters more command output so that it displays only lines that contain
a particular regular expression.
Searches the output of any show command and displays the output from
the first instance of a specified string.
show <command> exclude Filters show command output so that it excludes lines that contain a
particular regular expression.
CF-563
Syntax Description
command
| redirect url
The addition of this syntax redirects the command output to the file location
specified in the Universal Resource Locator (URL). The pipe (|) is required.
The Cisco IOS File System (IFS) uses URLs to specify the location of a file
system, directory, and file. Typical URL elements include:
prefix:[directory/]filename
Prefixes can be local file locations, such as flash: or disk0:. Alternatively,
you can specify network locations using the following syntax:
ftp:[[//[username[:password]@]location]/directory]/filename
tftp:[[//location]/directory]/filename
The rcp: prefix is not supported.
Command Modes
Privileged EXEC
Command History
Release
Modification
12.0(21)S
12.2(13)T
Usage Guidelines
To display all URL prefixes that are supported for this command, use the show command | redirect ?
command.
This command creates a new file at the specified location, or overwrites an existing file.
Examples
In the following example, output from the show tech-support command is write to the file
showtech.txt on the host at 172.16.101.101 in the directory //tftpboot/docs/ using FTP:
Router# show tech | redirect
ftp://USER:[email protected]//tftpboot/docs/showtech.txt
Related Commands
Command
Description
show <command> append Redirects and appends show command output to the end of an existing
file.
show <command> tee
CF-564
April 2010
Syntax Description
command
include
exclude
regular-expression
Any regular expression or plain text string found in show command output.
The syntax of the regular expression conforms to that of Bell V8 regexp(3).
Command Modes
Privileged EXEC
Command History
Release
Modification
12.3(2)T
12.2(33)SRE
Usage Guidelines
In many cases, it is useful to filter the output of a show command to match a specific expression.
Filtering provides some control over the type and amount of information displayed by the system. The
show section command provides enhanced filtering capabilities by matching lines in the show command
output containing specific expressions as well as matching any entries associated with those expressions.
Filtering is especially useful, for example, when displaying large configuration files using the show
running-configuration command or the show interfaces command.
If the include or exclude keyword is not specified, include is the default.
If there are no associated entries for an expression, then only the line matching the expression is
displayed.
Examples
The following examples compare the filtering characteristics of the show running-config | include
command with the show running-config | section command. The first example gathers just the lines
from the configuration file with interface in them.
Router# show running-config | include interface
interface
interface
interface
interface
Ethernet0/0
Ethernet1/0
Serial2/0
Serial3/0
The next example uses the show command section command to gather the lines in the configuration file
with interface in them as well as any lines associated with those entries. In this example, interface
configuration information is captured.
CF-565
Related Commands
Command
Description
Redirects the output of any show command and adds it to the end of
an existing file.
CF-566
April 2010
Syntax Description
command
| tee url
The addition of this syntax copies the command output to the file location
specified in the Universal Resource Locator (URL). The pipe (|) is required.
The Cisco IOS File System (IFS) uses URLs to specify the location of a file
system, directory, and file. Typical URL elements include:
prefix:[directory/]filename
Prefixes can be local file locations, such as flash: or disk0:. Alternatively,
you can specify network locations using the following syntax:
ftp:[[//[username[:password]@]location]/directory]/filename
tftp:[[//location]/directory]/filename
The rcp: prefix is not supported.
/append
Command Modes
Privileged EXEC
Command History
Release
Usage Guidelines
(Optional) Adds the show command output to the end of an existing file.
Modification
12.0(21)S
12.2(13)T
To display all URL prefixes that are supported for this command, use the show command | tee ?
command.
The tee keyword was chosen to reflect that output is redirected to two locations; the terminal and a file
(as a tee plumbing junction redirects water to two different pipes).
Examples
In the following example, output from the show tech-support command is displayed on-screen while it
is written to the file showoutput.txt at the host 172.16.101.101 using TFTP:
Router# show tech-support | tee tftp://172.16.101.101/docs/showoutput.txt
The following example performs the same function as above, but in this case the output is added at the
end of any existing data in the file showoutput.txt:
Router# show tech-support | tee /append tftp://172.16.101.101/docs/showoutput.txt
CF-567
Related Commands
Command
Description
Redirects the output of any show command and adds it to the end of
existing file.
CF-568
April 2010
show flash-filesystem:
Syntax Description
flash-filesystem:
all
bootflash
flash
slot0
slot1
slavebootflash
slaveslot0
slaveslot1
chips
filesys
(Optional) Displays the Device Info Block, the Status Info, and the
Usage Info.
partition-number
CF-569
detailed
err
summary
Command Modes
EXEC
Command History
Release
Modification
11.3 AA
12.3
A timestamp that shows the offset from Coordinated Universal Time (UTC)
was added to the show command display.
12.2(33)SRA
Usage Guidelines
If Flash memory is partitioned, the command displays the requested output for each partition, unless you
use the partition keyword.
The command also specifies the location of the current image.
To display the contents of boot Flash memory on Class A or B file systems, use the show bootflash:
command as follows:
Class A Flash file systems
Examples
The output of the show command depends on the type of Flash file system you select. Types include
flash:, bootflash:, slot0:, slot1:, slavebootflash:, slaveslot0:, and slaveslot1:.
CF-570
April 2010
Examples of output from the show flash command are provided in the following sections:
Although the examples use flash: as the Flash file system, you may also use the other Flash file systems
listed.
Class A Flash File System
The following three examples show sample output for Class A Flash file systems. Table 49 describes the
significant fields shown in the display.
The following is sample output from the show flash: command.
Router# show flash:
-#- ED --type-- --crc--1
.. unknown 317FBA1B
hampton/nitro/c7200-j-mz
2
.. unknown 9237F3FF
3
.D unknown 71AB01F1
4
.D unknown 96DACD45
5
.. unknown 96DACD45
6
.D unknown 96DACD45
7
.. unknown 96DACD45
11
10
8
3
8
8
4767328
7982828
639
639
639
639
Jan
Jan
Jan
Jan
Jan
Jan
02
02
03
03
03
03
2004
2004
2004
2004
2004
2004
18:42:53
18:48:14
12:09:17
12:09:32
12:37:01
12:37:13
-08:00
-08:00
-08:00
-08:00
-08:00
-08:00
c7200-js-mz
rsp-jsv-mz
the_time
the_time
the_time
the_time
Table 49
Field
Description
ED
type
crc
seek
nlen
length
date/time
Date and time the file was created. In the example, -08:00
indicates that the given date and time is 8 hours behind
Coordinated Universal Time (UTC).
name
The following is sample output from the show flash: chips command:
RouterA# show flash: chips
******** Intel Series 2+ Status/Register Dump ********
ATTRIBUTE MEMORY REGISTERS:
Config Option Reg (4000): 2
CF-571
Config Status
Card Status
Write Protect
Voltage Cntrl
Rdy/Busy Mode
Reg
Reg
Reg
Reg
Reg
(4002):
(4100):
(4104):
(410C):
(4140):
0
1
4
0
2
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
B0B0
The following is sample output from the show flash: filesys command:
RouterA# show flash: filesys
-------- F I L E
S Y S T E M
S T A T U S -------Device Number = 0
DEVICE INFO BLOCK:
Magic Number
= 6887635
File System Vers = 10000
(1.0)
CF-572
April 2010
Length
= 1400000
Sector Size
= 20000
Programming Algorithm = 4
Erased State
= FFFFFFFF
File System Offset
= 20000
Length = 13A0000
MONLIB Offset
= 100
Length = C730
Bad Sector Map Offset = 1FFEC
Length = 14
Squeeze Log Offset
= 13C0000
Length = 20000
Squeeze Buffer Offset = 13E0000
Length = 20000
Num Spare Sectors
= 0
Spares:
STATUS INFO:
Writable
NO File Open for Write
Complete Stats
No Unrecovered Errors
No Squeeze in progress
USAGE INFO:
Bytes Used
= 10AA0E0 Bytes Available = 2F5F20
Bad Sectors
= 0
Spared Sectors = 0
OK Files
= 4
Bytes = 90C974
Deleted Files = 3
Bytes = 79D3EC
Files w/Errors = 0
Bytes = 0
The following example shows detailed information about the second partition in internal Flash memory:
RouterB# show flash:2
System flash directory, partition 2:
File Length
Name/status
1
1711088 dirt/images/c3600-i-mz
[1711152 bytes used, 15066064 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)
Field
Description
addr
available
Bank
Bank number.
Bank-Size
bytes used
ccksum
Computed checksum.
Chip
Chip number.
Code
Code number.
CF-573
Table 50
Field
Description
Copy-Mode
fcksum
File
Free
Length
Name
Name/status
Partition
Size
State
total
Used
The following is sample output from the show flash: all command:
RouterB> show flash: all
Partition
Size
Used
1
16384K
4040K
Free
12343K
Bank-Size
4096K
State
Read/Write
Copy Mode
Direct
CF-574
April 2010
Bank
1
1
1
1
2
2
2
2
3
3
3
3
4
4
4
4
Code
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
Size
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
Name
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
The following is sample output from the show flash: all command on a router with Flash memory
partitioned:
Router# show flash: all
System flash partition information:
Partition
Size
Used
Free
1
4096K
3459K
637K
2
4096K
3224K
872K
Bank-Size
4096K
4096K
State
Read Only
Read/Write
Copy-Mode
RXBOOT-FLH
Direct
Bank
2
2
2
2
Code
89A2
89A2
89A2
89A2
Size
1024KB
1024KB
1024KB
1024KB
Name
INTEL
INTEL
INTEL
INTEL
28F008SA
28F008SA
28F008SA
28F008SA
The following is sample output from the show flash: chips command:
CF-575
Bank
1
1
1
1
2
2
2
2
3
3
3
3
4
4
4
4
Code
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
Size
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
Name
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
The following is sample output from the show flash: detailed command:
RouterB> show flash: detailed
System flash directory:
File Length
Name/status
addr
fcksum ccksum
1
4137888 c3640-c2is-mz.Feb24
0x40
0xED65 0xED65
[4137952 bytes used, 12639264 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)
The following is sample output from the show flash: err command:
RouterB> show flash: err
System flash directory:
File Length
Name/status
1
4137888 c3640-c2is-mz.Feb24
[4137952 bytes used, 12639264 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)
Chip
1
2
3
4
1
2
3
4
1
2
3
4
1
2
3
4
Bank
1
1
1
1
2
2
2
2
3
3
3
3
4
4
4
4
Code
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
01D5
Size
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
1024KB
Name
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
AMD
erase
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
29F080
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
write
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
CF-576
April 2010
See Table 50 for a description of the fields. The show flash: err command also displays two extra fields:
erase and write. The erase field indications the number of erase errors. The write field indicates the
number of write errors.
The following is sample output from the show flash summary command on a router with Flash memory
partitioned. The partition in the Read Only state is the partition from which the Cisco IOS image is being
executed.
Router# show flash summary
System flash partition information:
Partition
Size
Used
Free
1
4096K
2048K
2048K
2
4096K
2048K
2048K
Related Commands
Bank-Size
2048K
2048K
State
Read Only
Read/Write
Copy-Mode
RXBOOT-FLH
Direct
Command
Description
more
Displays the contents of any file in the Cisco IOS File System.
CF-577
show aliases
show aliases
To display all alias commands, or the alias commands in a specified mode, use the show aliases
command in EXEC mode.
show aliases [mode]
Syntax Description
mode
Command Modes
EXEC
Command History
Release
Modification
10.3
12.2(33)SRA
Usage Guidelines
When used without the mode argument, this command will display all aliases currently configured on
the system. Use the mode argument to display only the aliases configured for the specified command
mode.
To display a list of the command mode keywords available for your system, use the show aliases ?
command.
The following is sample output from the show aliases exec commands. The aliases configured for
commands in EXEC mode are displayed.
Router> show aliases exec
Exec mode aliases:
h
lo
p
r
s
w
Related Commands
help
logout
ping
resume
show
where
Command
Description
alias
CF-578
April 2010
show alignment
show alignment
To display alignment errors and spurious memory access errors, use the show alignment command in
privileged EXEC mode.
show alignment
Syntax Description
Command Modes
Privileged EXEC
Command History
Release
Modification
12.3(7)T
12.2(22)S
12.2(18)SXE
12.2(33)SRA
Usage Guidelines
Alignment Errors
Alignment errors are caused by misaligned reads and writes. For example, a two-byte read where the
memory address is not an even multiple of two bytes is an alignment error. Alignment errors are caused
by a software defect.
Alignment errors are reported in the system log and recorded by the router. Output from the show
alignment command provides a record of these errors along with potentially useful traceback
information. The traceback information for alignment errors can generally be decoded to reveal the
function causing the alignment problems.
Spurious Memory Access Errors
Spurious memory access errors occur when a software process attempts to access memory in a restricted
location. A read operation to this region of memory is usually caused when a nonexisting value is
returned to a function in the software, or in other words, when a null pointer is passed to a function.
Spurious memory access errors are counted and recorded, if possible, by the software. This information
is displayed with the show alignment command.
Examples
The following is sample output from the show alignment command when alignment detection is
disabled. To enable alignment detection, use the enable command to enter privileged EXEC mode
Router# show alignment
Unaligned handler is disabled
Router#
The following is sample output from the show alignment command when there are no alignment or
spurious memory errors:
Router# show alignment
CF-579
show alignment
The following is sample output from the show alignment command when there are only alignment
errors. The traceback information is necessary to determine the cause and the fix of the alignment errors.
Router# show alignment
Total Corrections 134, Recorded 1, Reads 134, Writes 0
Initial
Initial
Address Count Access Type
Traceback
1A014C5
134
32bit read 0x6012F538 0x601338F8 0x601344D8 0x6022D528
No spurious memory references have been recorded.
Router#
Field
Description
Total Corrections
Recorded
Reads
Writes
Initial Address
Count
Initial Access
Type
Traceback
The following is sample output from the show alignment command when there are only spurious
memory access errors:
Router# show alignment
No alignment data has been recorded.
Total Spurious Accesses 50, Recorded 3
Address
Count
E
10
E
20
E
20
Router#
Traceback
0x605351A0 0x603CA084 0x606C4060 0x606D6368 0x60743284 0x60743270
0x605351A0 0x6036EE7C 0x606C4060 0x606D6368 0x60743284 0x60743270
0x605351A0 0x603C998C 0x606D53EC 0x606C4060 0x606D6368 0x60743284
CF-580
April 2010
show alignment
Table 52
Field
Description
Recorded
Address
Count
Traceback
The following is sample output from the show alignment command when there are alignment errors and
spurious memory access errors:
Router# show alignment
Total Corrections 134, Recorded 1, Reads 134, Writes 0
Initial
Initial
Address Count Access Type
Traceback
1A014C5
134
32bit
read 0x6012F538 0x601338F8 0x601344D8 0x6022D528
Total Spurious Accesses 50, Recorded 3
Address Count Traceback
E
10
0x605351A0 0x603CA084 0x606C4060 0x606D6368 0x60743284 0x60743270
E
20
0x605351A0 0x6036EE7C 0x606C4060 0x606D6368 0x60743284 0x60743270
E
20
0x605351A0 0x603C998C 0x606D53EC 0x606C4060 0x606D6368 0x60743284 x60743270
Related Commands
Command
Description
enable
To enter privileged EXEC mode, or any other security level set by a system
administrator, use the enable command in user EXEC or privileged EXEC
mode.
CF-581
show archive
show archive
To display information about the files saved in the Cisco IOS configuration archive, use the show
archive command in privileged EXEC mode.
show archive
Syntax Description
Command Modes
Privileged EXEC
Command History
Release
Modification
12.3(7)T
12.2(25)S
12.2(28)SB
12.2(33)SRA
12.2(31)SB2
12.2(33)SB
This command was integrated into Cisco IOS Release 12.2(33)SB and
implemented on the Cisco 10000 series.
Examples
The following is sample output from the show archive command after several archive files of the
running configuration have been saved. In this example, the maximum number of archive files to be
saved is set to three.
Router# show archive
There are currently 3 archive configurations saved.
CF-582
April 2010
show archive
Related Commands
Field
Description
Archive #
Indicates the number of the running configuration file saved to the Cisco IOS
configuration archive. You can set the maximum number of archive files of
the running configuration to be saved in the configuration archive. The most
recent archive file is the last one shown in the display.
Name
Indicates the name of the running configuration file saved to the Cisco IOS
configuration archive.
Command
Description
archive config
configure confirm
configure replace
maximum
path
Specifies the location and filename prefix for the files in the Cisco IOS
configuration archive.
time-period
Sets the time increment for automatically saving an archive file of the current
running configuration in the Cisco IOS configuration archive.
CF-583
Syntax Description
filename1(path)
filename2(path)
ignorecase
Command Default
(Optional) The filename (path) of the first configuration file. Can be files in
the following locations: bootflash:, cns:, fpd:, ftp:, harddisk:, http:, https:,
null:, nvram:, obfl:, pram:, rcp:, revrcsf:, scp:, stby-bootflash:, stby-harddisk:,
stby-nvram:, stby-obfl:, stby-rcsf:, stby-usb0:, stby-usb1:, system:, tar:, tftp:,
tmpsys:, usb0:
(Optional) The filename of the second configuration file. Can be files in the
following locations: bootflash:, cns:, fpd:, ftp:, harddisk:, http:, https:, null:,
nvram:, obfl:, pram:, rcp:, revrcsf:, scp:, stby-bootflash:, stby-harddisk:,
stby-nvram:, stby-obfl:, stby-rcsf:, stby-usb0:, stby-usb1:, system:, tar:,
tftp:, tmpsys:, usb0:
(Optional) Indicates that the case of the filenames should be ignored.
If the filename1(path) and filename2(path) arguments are not specified, the first configuration file is
assumed to be the running configuration file and the second to be the startup configuration file.
If only the filename1(path) argument is specified, the second configuration file is assumed to be the
running configuration file.
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.3(4)T
12.2(25)S
12.2(27)SBC
12.2(33)SRA
12.2(33)SB
This command was integrated into Cisco IOS Release 12.2(33)SB and
implemented on the Cisco 10000 series.
Usage Guidelines
Interpreting the output of the show archive config differences command is dependent on the order in
which the two files are configured. Each entry in the generated output list is prefixed with a unique text
symbol to indicate the type of difference found. The text symbols and their meanings are as follows:
A minus symbol (-) indicates that the configuration line exists in filename1(path) but not in
filename2(path).
CF-584
April 2010
Examples
A plus symbol (+) indicates that the configuration line exists in filename2(path) but not in
filename1(path).
An exclamation point (!) with descriptive comments is used to identify order-sensitive configuration
lines whose location is different in filename1(path) than in filename2(path).
In this example, a diff operation is performed on the running and startup configuration files. Table 54
shows the configuration files used for this example.
Table 54
no ip subnet-zero
ip cef
interface Ethernet1/0
ip address 10.7.7.7 255.0.0.0
no ip route-cache
no ip mroute-cache
duplex half
no ip classless
snmp-server community public RO
ip subnet-zero
ip cef
ip name-server 10.4.4.4
voice dnis-map 1
dnis 111
interface Ethernet1/0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
duplex half
ip default-gateway 10.5.5.5
ip classless
access-list 110 deny
ip any
access-list 110 deny
ip any
access-list 110 deny
ip any
snmp-server community private
host 10.1.1.1
host 10.1.1.2
host 10.1.1.3
RW
The following is sample output from the show archive config differences command. This sample output
displays the results of the diff operation performed on the configuration files in Table 54.
Router# show archive config differences running-config startup-config
+ip subnet-zero
+ip name-server 10.4.4.4
+voice dnis-map 1
+dnis 111
interface Ethernet1/0
+no ip address
+shutdown
+ip default-gateway 10.5.5.5
+ip classless
+access-list 110 deny
ip any host 10.1.1.1
+access-list 110 deny
ip any host 10.1.1.2
+access-list 110 deny
ip any host 10.1.1.3
+snmp-server community private RW
-no ip subnet-zero
interface Ethernet1/0
-ip address 10.7.7.7 255.0.0.0
-no ip classless
-snmp-server community public RO
Related Commands
CF-585
Command
Description
more nvram:startup-config
more system:running-config Displays the contents of the currently running configuration file.
show archive config
incremental-diffs
CF-586
April 2010
Syntax Description
file
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.3(4)T
12.2(25)S
12.2(27)SBC
12.2(33)SRA
12.2(33)SB
This command was integrated into Cisco IOS Release 12.2(33)SB and
implemented on the Cisco 10000 series.
Usage Guidelines
When an incremental diff operation is performed, a list of the configuration lines that do not appear in
the running configuration file (in other words, configuration lines that only appear in the specified file
that is being compared to the running configuration file) is generated as output. An exclamation point
(!) with descriptive comments is used to identify order-sensitive configuration lines whose location is
different in the specified configuration file than in the running configuration file.
Examples
In this example, an incremental diff operation is performed on the startup and running configuration
files. Table 55 shows the configuration files used for this example.
CF-587
Table 55
ip subnet-zero
ip cef
ip name-server 10.4.4.4
voice dnis-map 1
dnis 111
interface Ethernet1/0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
duplex half
ip default-gateway 10.5.5.5
ip classless
access-list 110 deny
ip any
access-list 110 deny
ip any
access-list 110 deny
ip any
snmp-server community private
no ip subnet-zero
ip cef
interface Ethernet1/0
ip address 10.7.7.7 255.0.0.0
no ip route-cache
no ip mroute-cache
duplex half
no ip classless
snmp-server community public RO
host 10.1.1.1
host 10.1.1.2
host 10.1.1.3
RW
The following is sample output from the show archive config incremental-diffs command. This sample
output displays the results of the incremental diff operation performed on the configuration files in
Table 55.
Router# show archive config incremental-diffs nvram:startup-config
ip subnet-zero
ip name-server 10.4.4.4
voice dnis-map 1
dnis 111
interface Ethernet1/0
no ip address
shutdown
ip default-gateway 10.5.5.5
ip classless
access-list 110 deny
ip any host 10.1.1.1
access-list 110 deny
ip any host 10.1.1.2
access-list 110 deny
ip any host 10.1.1.3
snmp-server community private RW
Related Commands
Command
Description
more nvram:startup-config
more system:running-config
CF-588
April 2010
Syntax Description
Command Modes
Command History
Release
Modification
12.4(15)T
12.2(33)SRC
This command was integrated into a release earlier than Cisco IOS
Release 12.2(33)SRC.
12.2(33)SXI
This command was integrated into a release earlier than Cisco IOS
Release 12.2(33)SXI.
Cisco IOS XE
Release 2.1
Usage Guidelines
Use the show archive config rollback timer command to display the timed rollback settings, such as
the timer type (idle timer or absolute timer) and timer value, after a timed rollback is configured on a
router.
Examples
The following is sample output from the show archive config rollback timer command:
Router# show archive config rollback timer
Time configured(or reconfigured): 22:50:48 UTC Sat Feb 21 2009
Timer type: absolute timer
Timer value: 2 min
User: console
Field
Description
The time at which the timer refreshes every time the Enter key
is pressed.
Timer type
Timer value
User
CF-589
Related Commands
Command
Description
configure revert
Cancels the timed rollback and trigger the rollback immediately or resets
parameters for the timed rollback.
configure terminal
revert timer
Enter global configuration mode and sets the parameters for reverting the
configuration if confirmation of the new configuration is not received.
CF-590
April 2010
Syntax Description
all
record-number
[end-number]
Displays the log entry by record number. If you specify a record number for
the optional end-number argument, all log entries with record numbers
between the values entered for the record-number and end-number
arguments are displayed. Valid values for the record-number and
end-number arguments range from 1 to 2147483647.
user username
session session-number (Optional) Displays log entries attributed to a particular session. Valid values
for the session-number argument range from 1 to 1000.
statistics
provisioning
contenttype
plaintext
xml
persistent
Command Modes
Privileged EXEC
Command History
Release
Modification
12.3(4)T
12.2(25)S
12.2(27)SBC
12.2(33)SRA
12.4(11)T
CF-591
Usage Guidelines
Release
Modification
12.2(33)SXH
12.2(33)SB
If you do not specify the all keyword, you must specify a record number with the record-number
argument. You can optionally specify an end record number with the end-number argument to display a
range of records. If you use the end-number argument to specify a record number that does not exist, all
records after the starting record number with a record number lower than that specified with the
end-number argument are displayed.
Specifying the provisioning keyword results in the display appearing as it would in a configuration file,
rather than in tabular format. This output includes commands used to change configuration modes and
logged configuration commands. This output can be used to set up another router if desired.
Examples
The following is sample output from the show archive log config command, which displays
configuration log entry numbers 1 and 2:
Router# show archive log config 1 2
idx
1
2
sess
1
1
user@line
user1@console
user1@console
Logged command
logging enable
logging size 200
Field
Description
idx
sess
user@line
The username of the user who executed the command that generated the
configuration log entry.
Logged command
The following example results in the display of all configuration log files as they would appear in a
configuration file rather than in tabular format. In addition to displaying logged commands, the example
shows the commands used to change configuration modes that are required to correctly apply the logged
commands.
Router# show archive log config all provisioning
archive
log config
logging enable
logging size 200
The following example results in the display of memory usage statistics for the configuration log:
Router# show archive log config statistics
CF-592
April 2010
CF-593
<port>con_0</port>
</async>
<when>
<absoluteTime>2003-04-23T20:28:19.847Z</absoluteTime>
</when>
</changeInfo>
<changeItem>
<context><cli>interface e0</cli></context>
<enteredCommand>
<cli>ip address 10.1.1.1 255.255.255.0</cli>
</enteredCommand>
<prcResultType>
<prcSuccess>
<change>PRC_CHANGE</change>
</prcSuccess>
</prcResultType>
<oldConfigState/>
<newConfigState>
<cli>ip address 10.1.1.1 255.255.255.0</cli>
</newConfigState>
</changeItem>
</configChanged>
<configChanged>
<changeInfo>
<user>jdoe</user>
<async>
<port>con_0</port>
</async>
<when>
<absoluteTime>2003-04-23T20:29:19.847Z</absoluteTime>
</when>
</changeInfo>
<logComment>end test test1</logComment>
</configChanged>
</configLoggerMsg>
CF-594
April 2010
show as5400
show as5400
To display the hardware details of an application server, use the show as5400 command in
privileged EXEC mode.
show as5400
Syntax Description
Command Modes
Command History
Release
Modification
12.4(22)T
Usage Guidelines
The show as5400 command provides complex troubleshooting information that pertains to the
platform's shared references rather than to a specific interface.
Examples
1024 MB
DDR
=
=
=
=
=
=
=
0
0
0
0
0
0
0
Count
0
26415
0
22982406
0
Data
0x00000000
0xC097F6AC
0x66712B8C
0x00000000
0x00000000
Interrupt Handler
0x6036C144 (GT96124 Interrupt h)
0x60354064 (GigabitEthernet0/1)
0x60354064 (GigabitEthernet0/0)
0x608B2CBC (Low IRQ interrupt)
0x60085D98 (BCM1125 GPIO12 - BI)
CF-595
show as5400
1
1
1
1
1
3
4
4
4
4
4
4
4
4
4
6
0x0000000000000020
0x0000000000000010
0x0000000000000008
0x0000000000000004
0x0000080000000000
0x0000800000000000
0x0000400000000000
0x0000200000000000
0x0000004000000000
0x007C00000000E0C2
0x0000000000020000
0x0000000000010000
0x0003000000000000
0x0000000000040000
0x0080000000000000
0x0000000000000001
0
0
0
0
22963823
0
0
0
0
0
0
0
0
0
0
0
0xC002880C
0xC0028744
0xC002867C
0xC00285B4
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x00000000
0x64A985BC
0x00000000
0x00000000
0x00000000
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
0x608C4ABC
0x608C4ABC
0x608C4ABC
0x608C4ABC
0x608B2F84
0x60380F88
0x608BD1EC
0x608BD1EC
0x608BD1EC
0x608C2FD8
0x608C3A14
0x608C2A7C
0x608C2B4C
0x608C2E04
0x608C2BD4
0x608C2FD8
(SB1125 Timer 3)
(SB1125 Timer 2)
(SB1125 Timer 1)
(SB1125 Timer 0)
(High IRQ interrupt)
(OIR Interrupt)
(NRBUS Parity Error)
(IO Error)
(IO_BUS_Parity Error)
(Spurious Intr ERROR)
(Corrected ECC Error)
(Bad ECC Error Handl)
(BCM1125 Host LDT Br)
(BCM1125 IO-Bus Erro)
(BCM1125 Host PCI Br)
(Watchdog Timer 0 Ha)
0x0002166D
0x00100107
0x06000003
0x00010000
0x001B0100
0x00000141
0x5FF04300
0x00010001
0x00000040
0x00000000
0x00020000
0x20000008
0x00000020
0x801F0423
0x50211010
0x0000FFFF
0x0000FFFF
0x00009A49
0x00041515
0x00FFFFFF
0xBFFFABE0
0x7FF3FFFD
CF-596
April 2010
show as5400
(0x4C):prefetch ctrl
(0xC0):ht cmd, cap id
(0xC4):link cfg/ctrl side a
(0xC8):link cfg/ctrl side b
(0xCC):link freq ctrl side a
(0xD0):link freq ctrl side b
=
=
=
=
=
=
0x00000446
0x00410008
0x00112020
0x770020D0
0x00350422
0x00350402
Field
Description
Level
Mask
Maskable interrupt.
Count
Interrupt count.
Handler
RTC chip
CF-597
Description
as
Defines an application server on a gateway.
To display the extended BOOTP request parameters that have been configured for asynchronous
interfaces, use the show async bootp command in privileged EXEC mode.
show async bootp
Syntax Description
Command Modes
Privileged EXEC
Command History
Release
Modification
10.0
12.2(33)SRA
Examples
The following is sample output from the show async bootp command:
Router# show async bootp
The following extended data will be sent in BOOTP responses:
bootfile (for address 192.168.1.1) pcboot
bootfile (for address 172.16.1.111) dirtboot
subnet-mask 255.255.0.0
time-offset -3600
time-server 192.168.1.1
Related Commands
Field
Description
bootfile... pcboot
subnet-mask 255.255.0.0
Subnet mask.
time-offset -3600
Local time is one hour (3600 seconds) earlier than UTC time.
time-server 192.168.1.1
Command
Description
async-bootp
CF-598
April 2010
Syntax Description
Command Modes
Command History
Release
Modification
12.4(15)T
Usage Guidelines
Use the show autoupgrade configuration unknown command to view any invalid start-up
configuration. This command prints invalid start-up configuration data only when run from an an image
which was upgraded using the Auto-Upgrade Manager. This command output is useful when you are
upgrading to an image with a different feature set.
Examples
The following example shows how to view the invalid start-up configuration lines that the Cisco IOS
software image, upgraded on the router using AUM, does not understand:
Router# show autoupgrade configuration unknown
! Config Lines not understood by the current image:
voice-card 0
no dspfarm
crypto pki trustpoint aum_cisco_ca
enrollment terminal
revocation-check none
crypto pki certificate chain aum_cisco_ca
certificate ca 40DCB71E54EE24CBE5326F8006BBA4F6 nvram:SecureServer#A4F6CA.cer
no ip http secure-server
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
Total 9 Invalid Config Lines
Router#
Related Commands
Command
Description
upgrade automatic
abortversion
Cancels a scheduled reloading of the device with a new Cisco IOS software
image.
CF-599
Command
Description
upgrade automatic
getversion
upgrade automatic
runversion
CF-600
April 2010
show bcm560x
show bcm560x
To display the BCM560x hardware table information, use the show bcm560X command in user EXEC
or privileged EXEC mode.
show bcm560x name {offset | all} [raw]
Syntax Description
name
Displays the bcm50x hardware table name. The hardware table name can be
VLAN table name (VTABLE) or Port based VLAN table name (PTABLE):
offset
all
raw
Command Modes
Command History
Release
Modification
12.4(15)T
Examples
The following is sample output from the show bcm560X all command:
Router# show bcm560x VTABLE all
Router# VTABLE.0[0x1]: <VLAN_TAG=1,PORT_BITMAP=0xA000008,UT_PORT_BITMAP=8,MOD_BMAP=0>
*Mar 11 08:07:29.863: VTABLE.0[0x2]:
<VLAN_TAG=2,PORT_BITMAP=0xA000000,UT_PORT_BITMAP=0,MOD_BMAP=0>
*Mar 11 08:07:29.863: VTABLE.0[0x3]:
<VLAN_TAG=0x401,PORT_BITMAP=0xA000000,UT_PORT_BITMAP=0,MOD_BMAP=0>
*Mar 11 08:07:29.867: VTABLE.0[0x4]:
<VLAN_TAG=0xFFF,PORT_BITMAP=0x8000000,UT_PORT_BITMAP=0x8000000,MOD_BMAP=0>
*Mar 11 08:07:29.867:
CF-601
show bootflash:
show bootflash:
To display information about the bootflash: file system, use the show bootflash: command in user EXEC
or privileged EXEC mode.
show bootflash: [all | chips | filesys]
Syntax Description
all
chips
filesys
Defaults
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Examples
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(33)SRA
This example shows how to display information about the file system status:
Router> show bootflash: filesys
-------- F I L E
S Y S T E M
S T A T U S -------Device Number = 0
DEVICE INFO BLOCK: bootflash
Magic Number
= 6887635
File System Vers = 10000
(1.0)
Length
= 1000000
Sector Size
= 40000
Programming Algorithm = 39
Erased State
= FFFFFFFF
File System Offset
= 40000
Length = F40000
MONLIB Offset
= 100
Length = C628
Bad Sector Map Offset = 3FFF8
Length = 8
Squeeze Log Offset
= F80000
Length = 40000
Squeeze Buffer Offset = FC0000
Length = 40000
Num Spare Sectors
= 0
Spares:
STATUS INFO:
Writable
NO File Open for Write
Complete Stats
No Unrecovered Errors
No Squeeze in progress
USAGE INFO:
Bytes Used
= 917CE8 Bytes Available = 628318
Bad Sectors
= 0
Spared Sectors = 0
CF-602
April 2010
show bootflash:
OK Files
= 2
Deleted Files = 0
Files w/Errors = 0
Router>
Bytes = 917BE8
Bytes = 0
Bytes = 0
Related Commands
Command
Description
delete
squeeze
Removes files from bootflash that have been marked for deletion.
CF-603
show bootvar
show bootvar
To display the contents of the BOOT variable, the name of the configuration file pointed to by the
CONFIG_FILE variable, the contents of the BOOTLDR variable, and the configuration register setting,
use the show bootvar command in user EXEC or privileged EXEC mode.
show bootvar
Syntax Description
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
11.3 AA
12.2(14)SX
Support for this command was implemented on the Supervisor Engine 720.
12.2(17d)SXB
Support for this command on the Supervisor Engine 2 was integrated into
Release 12.2(17d)SXB.
12.2(33)SRA
Usage Guidelines
BOOT
CONFIG_FILE
BOOTLDR
The BOOT variable specifies a list of bootable images on various devices. The CONFIG_FILE variable
specifies the configuration file used during system initialization. The BOOTLDR variable specifies the
flash device and filename containing the rxboot image that ROM uses for booting. You set these
variables with the boot system, boot config, and boot bootldr global configuration commands,
respectively.
When you use this command on a device with multiple Route Switch Processor (RSP) cards (Dual
RSPs), this command also shows you the variable settings for both the master and slave RSP card.
Cisco 7600 Series Router
The show bootvar command displays information about the BOOT environmental variable.
The command output depends on how you configure the boot statement as follows:
If you enter the boot system flash bootflash:sup720_image command in the boot configuration,
then the show bootvar command output displays the bootflash information.
CF-604
April 2010
show bootvar
If you enter the boot system flash sup-bootflash:sup720_image command in the boot
configuration, then the show bootvar command output displays the sup-bootflash information. This
action is the correct way of configuring the boot statement.
The show bootvar command is available from the switch processor command-line interface (CLI) and
the route processor CLI. From the switch processor CLI, the display is always bootflash. With either the
bootflash or the sup-bootflash boot statement, the switch boots correctly. You should use sup-bootflash
in the boot configuration statement because the image is stored in the switch processor bootflash; the
route processor sees the image as sup-bootflash.
The number displayed after the image name (for example, c6sup12-js-mz.121-13.E,12) indicates the
number of times that the Cisco 7600 series router tries to reboot the file before giving up.
Examples
In this example, the BOOT variable contains a null string; that is no bootable images are specified.
The CONFIG_FILE variable points to the configuration file in NVRAM as the startup (initialization)
configuration. The run-time value for the CONFIG_FILE variable points to the router-configuration file
on the flash memory card inserted in the first slot of the RSP card. That is, during the run-time
configuration, you have modified the CONFIG_FILE variable using the boot config command, but you
have not saved the run-time configuration to the startup configuration. To save your run-time
configuration to the startup configuration, use the copy system:running-config nvram:startup-config
command. If you do not save the run-time configuration to the startup configuration, then the system
reverts to the saved CONFIG_FILE variable setting for initialization information upon reload. In this
sample, the system reverts to NVRAM for the startup configuration file.
The BOOTLDR variable does not yet exist. That is, you have not created the BOOTLDR variable using
the boot bootldr global configuration command.
The following example is output from the show bootvar command for a Cisco 7513 router configured
for high system availability (HSA):
Router# show bootvar
BOOT variable =
CONFIG_FILE variable =
Current CONFIG_FILE variable =
BOOTLDR variable does not exist
Configuration register is 0x0
current slave is in slot 7
BOOT variable =
CONFIG_FILE variable =
BOOTLDR variable does not exist
Configuration register is 0x0
CF-605
show bootvar
Field
Description
BOOT variable
CONFIG_FILE variable
BOOTLDR variable
Identifies the location of the boot image that ROM uses for
booting, if it is specified.
Configuration register
This example shows how to display information about the BOOT environment variable:
Router# show bootvar
BOOT variable = sup-bootflash:c6sup12-js-mz.121-13.E,12
CONFIG_FILE variable =
BOOTLDR variable = bootflash:c6msfc2-boot-mz.121-13.E.bin
Configuration register is 0x2102
Standby is up
Standby has 112640K/18432K bytes of memory.
Standby
Standby
Standby
Standby
The number displayed after the image name (for example, c6sup12-js-mz.121-13.E,12) indicates the
number of times that the Cisco 7600 series router tries to reboot the file before giving up.
Related Commands
Command
Description
boot bootldr
Specifies the location of the boot image that ROM uses for booting.
boot bootstrap
boot config
Specifies the device and filename of the configuration file from which the
router configures itself during initialization (startup).
boot system
copy
show version
Displays the configuration of the system hardware, the software version, the
names and sources of configuration files, and the boot images.
CF-606
April 2010
show buffers
show buffers
To display detailed information about the buffer pools on the network server when Cisco IOS, Cisco IOS
Software Modularity, or Cisco IOS XE images are running, use the show buffers command in user
EXEC or privileged EXEC mode.
show buffers [{address hex-address | failures | pool pool-name | detailed | processes | {all |
assigned [process-id] | free | old | input-interface interface-type interface-number} [pool
pool-name]} [dump | header | packet | location pool-location]]
Cisco Catalyst 4500e Series Switches running IOS XE software
show buffers [detailed process id {address hex-address | all | assigned | failures | free |
input-interface interface-type interface-number | old | pool pool-name}[dump | header |
packet | location pool-location]]
Syntax Description
Command Default
address
hex-address
failures
pool
pool-name
detailed process
processes
(Optional) For Cisco IOS Software Modularity images only. Displays buffers
connected to Packet Manager.
all
assigned
process-id
(Optional) For Cisco IOS Software Modularity images only. POSIX process
identifier.
free
old
input-interface
interface-type
interface-number
dump
header
packet
location
pool-location
(Optional) Displays all the buffer pools in a given location. The global buffer
pools come first, followed up with process-level buffer pools.
CF-607
show buffers
Command Modes
Command History
Release
Modification
10.0
12.3
The option to filter display output based on specific buffer pools was
expanded.
12.2(18)SXF4
Two additional fields were added to the output to support Cisco IOS
Software Modularity.
12.2(33)SRA
Cisco IOS XE Release This command was introduced on the Cisco Catalyst 4500e Serfies Switches
3.1.0.SG
with support for the detailed process command option.
Examples
Example output varies between Cisco IOS, Cisco IOS Software Modularity, and Cisco IOS XE software
images. To view the appropriate output, choose one of the following sections:
The following is sample output from the show buffers command with no arguments, showing all buffer
pool information:
Router# show buffers
Buffer elements:
398 in free list (500 max allowed)
1266 hits, 0 misses, 0 created
Public buffer pools:
Small buffers, 104 bytes (total 50, permanent 50):
50 in free list (20 min, 150 max allowed)
551 hits, 0 misses, 0 trims, 0 created
Middle buffers, 600 bytes (total 25, permanent 25):
25 in free list (10 min, 150 max allowed)
39 hits, 0 misses, 0 trims, 0 created
Big buffers, 1524 bytes (total 50, permanent 50):
49 in free list (5 min, 150 max allowed)
27 hits, 0 misses, 0 trims, 0 created
VeryBig buffers, 4520 bytes (total 10, permanent 10):
10 in free list (0 min, 100 max allowed)
0 hits, 0 misses, 0 trims, 0 created
Large buffers, 5024 bytes (total 0, permanent 0):
0 in free list (0 min, 10 max allowed)
0 hits, 0 misses, 0 trims, 0 created
Huge buffers, 18024 bytes (total 0, permanent 0):
0 in free list (0 min, 4 max allowed)
0 hits, 0 misses, 0 trims, 0 created
Interface buffer pools:
Ethernet0 buffers, 1524 bytes (total 64, permanent 64):
16 in free list (0 min, 64 max allowed)
CF-608
April 2010
show buffers
48 hits, 0 fallbacks
16 max cache size, 16 in cache
Ethernet1 buffers, 1524 bytes (total 64, permanent 64):
16 in free list (0 min, 64 max allowed)
48 hits, 0 fallbacks
16 max cache size, 16 in cache
Serial0 buffers, 1524 bytes (total 64, permanent 64):
16 in free list (0 min, 64 max allowed)
48 hits, 0 fallbacks
16 max cache size, 16 in cache
Serial1 buffers, 1524 bytes (total 64, permanent 64):
16 in free list (0 min, 64 max allowed)
48 hits, 0 fallbacks
16 max cache size, 16 in cache
TokenRing0 buffers, 4516 bytes (total 48, permanent 48):
0 in free list (0 min, 48 max allowed)
48 hits, 0 fallbacks
16 max cache size, 16 in cache
TokenRing1 buffers, 4516 bytes (total 32, permanent 32):
32 in free list (0 min, 48 max allowed)
16 hits, 0 fallbacks
0 failures (0 no memory)
The following is sample output from the show buffers command with no arguments, showing onlybuffer
pool information for Huge buffers. This output shows a highest total of five Huge buffers created five
days and 18 hours before the command was issued.
Router# show buffers
Huge buffers, 18024 bytes (total 5, permanent 0, peak 5 @ 5d18h):
4 in free list (3 min, 104 max allowed)
0 hits, 1 misses, 101 trims, 106 created
0 failures (0 no memory)
The following is sample output from the show buffers command with no arguments, showing only
buffer pool information for Huge buffers. This output shows a highest total of 184 Huge buffers created
one hour, one minute, and 15 seconds before the command was issued.
Router# show buffers
Huge buffers, 65280 bytes (total 4, permanent 2, peak 184 @ 01:01:15):
4 in free list (0 min, 4 max allowed)
32521 hits, 143636 misses, 14668 trims, 14670 created
143554 failures (0 no memory)
The following is sample output from the show buffers command with an interface type and interface
number:
Router# show buffers Ethernet 0
Ethernet0 buffers, 1524 bytes (total 64, permanent 64):
16 in free list (0 min, 64 max allowed)
48 hits, 0 fallbacks
16 max cache size, 16 in cache
CF-609
show buffers
Table 61
Field
Description
Buffer elements
free list
max allowed
hits
misses
Count of buffer allocation attempts that resulted in growing the buffer pool to
allocate a buffer.
created
Count of new buffers created to satisfy buffer allocation attempts when the
available buffers in the pool have already been allocated.
Small buffers
Middle buffers
Big buffers
VeryBig buffers
Large buffers
Huge buffers
total
permanent
peak
Maximum number of buffers created (highest total) and the time when that
peak occurred. Formats include weeks, days, hours, minutes, and seconds. Not
all systems report a peak value, which means this field may not display in
output.
free list
min
max allowed
hits
misses
Count of buffer allocation attempts that resulted in growing the buffer pool in
order to allocate a buffer.
trims
Count of buffers released to the system because they were not being used. This
field is displayed only for dynamic buffer pools, not interface buffer pools,
which are static.
created
total
permanent
free list
min
CF-610
April 2010
show buffers
Table 61
Field
Description
max allowed
hits
fallbacks
Count of buffer allocation attempts that resulted in falling back to the public
buffer pool that is the smallest pool at least as big as the interface buffer pool.
Maximum number of buffers from the pool of that interface that can be in the
buffer pool cache of that interface. Each interface buffer pool has its own
cache. These are not additional to the permanent buffers; they come from the
buffer pools of the interface. Some interfaces place all of their buffers from
the interface pool into the cache. In this case, it is normal for the free list to
display 0.
failures
Total number of times a buffer creation failed. The failure may have occurred
because of a number of different reasons, such as low processor memory, low
IOMEM, or no buffers in the pool when called from interrupt context.
no memory
Number of times there has been low memory during buffer creation. Low or
no memory during buffer creation may not necessarily mean that buffer
creation failed; memory can be obtained from an alternate resource such as a
fallback pool.
The following is sample output from the show buffers command using a Cisco IOS Modularity image
from Cisco IOS Release 12.2(18)SXF4 and later releases. Two new output fields were
introducedPublic buffer heads and Temporary buffer headsand are shown within comments in the
following sample output.
Router# show buffers
Buffer elements:
500 in free list (500 max allowed)
106586 hits, 0 misses, 0 created
Public buffer pools:
Small buffers, 104 bytes (total 50, permanent 50, peak 54 @ 1d13h):
49 in free list (20 min, 150 max allowed)
54486 hits, 0 misses, 4 trims, 4 created
0 failures (0 no memory)
Middle buffers, 600 bytes (total 25, permanent 25, peak 27 @ 1d13h):
25 in free list (10 min, 150 max allowed)
20 hits, 0 misses, 2 trims, 2 created
0 failures (0 no memory)
Big buffers, 1536 bytes (total 50, permanent 50):
50 in free list (40 min, 150 max allowed)
6 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
VeryBig buffers, 4520 bytes (total 10, permanent 10):
10 in free list (0 min, 100 max allowed)
0 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
Large buffers, 5024 bytes (total 0, permanent 0):
0 in free list (0 min, 10 max allowed)
0 hits, 0 misses, 0 trims, 0 created
0 failures (0 no memory)
Huge buffers, 18024 bytes (total 1, permanent 0, peak 1 @ 1d13h):
CF-611
show buffers
Table 62 describes the significant fields shown in the display that are different from the fields in
Table 61.
Table 62
Field
Description
Header buffers
total
hits
misses
Count of buffer allocation attempts that resulted in growing the buffer pool in
order to allocate a buffer.
Header buffers
total
free list
hits
misses
Count of buffer allocation attempts that resulted in growing the buffer pool in
order to allocate a buffer.
trims
Count of buffers released to the system because they were not being used. This
field is displayed only for dynamic buffer pools, not interface buffer pools,
which are static.
created
failures
Total number of allocation requests that have failed because no buffer was
available for allocation; the datagram was lost. Such failures normally occur
at interrupt level.
CF-612
April 2010
show buffers
The following is sample output from the show buffers command on a Cisco Catalyst 4500e switch, using
a Cisco IOS image from Cisco IOS XE Release 3.1.0.SG and later releases. PDS Public buffers and
Packet information was addedand are shown within comments in the following sample output.
Switch#show buffers
PDS public buffers
Public buffer pools:
Packet buffer, 2048 bytes (total 1000, permanent 1000):
1000 in free list (1000 max allowed)
Header
Packet
0
Buffer
0
pools:
Header Memory, 0 bytes (total 0, permanent 0):
in free list (0 max allowed)
Header Memory, 0 bytes (total 0, permanent 0):
in free list (0 max allowed)
CF-613
show buffers
CF-614
April 2010
show buffers
Switch#
The following is sample shows how to run the show buffers detailed command on a Cisco Catalyst
4500e switch, using a Cisco IOS image from Cisco IOS XE Release 3.1.0.SG and later releases and the
various keywords and arguments (Explained in the Syntax Description Table) available.
Switch#
Switch#show buffers ?
detailed Show detailed buffer statistics
|
Output modifiers
<cr>
Switch#show buffers detailed ?
process Show detailed process buffer info
Switch#show buffers detailed process ?
iosd IOSd Process
Switch#show buffers detailed process iosd ?
address
Buffer at a given address
all
All buffers
assigned
Buffers in use
failures
Buffer allocation failures
free
Buffers available for use
input-interface Buffers assigned to an input interface
old
Buffers older than one minute
pool
Buffers in a specified pool
|
Output modifiers
<cr>
CF-615
Syntax Description
Command Default
Command Modes
Command History
Release
Modification
12.2(33)SXI
Examples
The following is sample output from the show buffers summary command:
Router# show buffers summary
Pool: Small
Non-aligned packet(s): 25
Caller Summary
pc = 0x40612F74 count
pc = 0x418D77FC count
pc = 0x418571E0 count
pc = 0x41860488 count
=
=
=
=
37
24
1
1
Pool: Medium
Non-aligned packet(s): 39
Caller Summary
pc = 0x418D77FC count = 38
pc = 0x41860488 count = 1
pc = 0x40612F74 count = 23
Pool: Middle
Non-aligned packet(s): 333
Caller Summary
pc = 0x418D77FC count = 333
pc = 0x40612F74 count = 2
pc = 0x4049FFD8 count = 3
Pool: Big
Non-aligned packet(s): 32078
Caller Summary
pc = 0x418D77FC count = 32006
pc = 0x4065FD40 count = 7
pc = 0x409E915C count = 1
pc = 0x40652A58 count = 65
Pool: VeryBig
CF-616
April 2010
Non-aligned packet(s): 10
Caller Summary
pc = 0x418D77FC count = 10
Pool: Large
Non-aligned packet(s): 8
Caller Summary
pc = 0x418D77FC count = 8
Pool: Huge
Non-aligned packet(s): 2
Caller Summary
pc = 0x418D77FC count = 2
Field
Description
Non-alligned
PC
Specifies who allocated buffer from this pool, for example, small buffer pool,
middle buffer pool and so on.
Related Commands
Small buffers
Middle buffers
Big buffers
VeryBig buffers
Large buffers
Huge buffers
Command
Description
show buffers
CF-617
show c2600
show c2600
To display information for troubleshooting the Cisco 2600 series router, use the show c2600 command
in EXEC mode.
show c2600
Syntax Description
Command Modes
EXEC
Command History
Release
Modification
11.3 XA
12.2(33)SRA
Usage Guidelines
The show c2600 command provides complex troubleshooting information that pertains to the platforms
shared references rather than to a specific interface.
Examples
Name
Xilinx bridge error interrupt
MPC860 TIMER INTERRUPT
16552 Con/Aux Interrupt
PA Network Management Int Handler
Timebase Reference Interrupt
PA Network IO Int Handler
MPC860 CPM INTERRUPT
Xilinx bridge error interrupt
]
]
]
]
]
]
]
]
Current Level = 00
= 00000000
CF-618
April 2010
show c2600
Netint usec
Active
Longest IRQ
= 00000000
=
0
= 00000000
IDMA Status:
Requests = 00000349
Drops
= 00000000
Complete = 00000349
Post Coalesce Frames = 00000349
Giant
= 00000000
Available Blocks = 256/256
ISP Status:
Version string burned in chip: "A986122997"
New version after next program operation: "B018020998"
ISP family type: "2096"
ISP chip ID: 0x0013
Device is programmable
Field
Description
Interrupts
Assigned Handlers
Vect
Handler
# of Ints
Name
SIU_IRQ_MASK
Spurious IRQs
Interrupt Throttling:
Throttle Count
Timer Count
Netint usec
Active
Configured
CF-619
show c2600
Table 64
Related Commands
Field
Description
Longest IRQ
IDMA Status
Requests
Drops
Complete
Giant
Available Blocks
ISP Status
ISP chip ID
Device is programmable
Command
Description
show context
CF-620
April 2010
show c7200
show c7200
To display information about the CPU and midplane for Cisco 7200 series routers, use the show c7200
command in EXEC mode.
show c7200
Syntax Description
Command Modes
EXEC
Command History
Release
Modification
11.2
12.2(33)SRA
Usage Guidelines
You can use the output of this command to determine whether the hardware version level and upgrade is
current. The information is generally useful for diagnostic tasks performed by technical support only.
Examples
A0
170-43690-170
170-170-170
60 3E 28
AA AA AA
Board revision A0
Part number
73-1536-02
RMA number
00-00-00
49 06 00 02 00 00 00 00
FF FF FF FF FF FF FF FF
CF-621
show catalyst6000
show catalyst6000
To display the information about the Cisco 7600 series router, use the show catalyst6000 command in
user EXEC or privileged EXEC mode.
show catalyst6000 {all | chassis-mac-address | switching-clock | traffic-meter}
Syntax Description
all
Displays the MAC-address ranges and the current and peak traffic-meter
reading.
chassis-mac-address
switching-clock
traffic-meter
Defaults
all
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(33)SRA
Usage Guidelines
If you enter the switching-clock keywords, the Cisco 7600 series router displays whether switching of
the redundant clock sources on the backplane is allowed if the active clock source fails.
The Cisco 7600 series router has either 64 or 1024 MAC addresses that are available to support the
software features. You can enter the show catalyst6000 chassis-mac-address command to display the
MAC-address range on your chassis.
Examples
This example shows how to display the MAC-address ranges and the current and peak traffic-meter
readings:
Router> show catalyst6000 all
chassis MAC addresses: 64 addresses from 0001.6441.60c0 to 0001.6441.60ff
traffic meter =
0% Never cleared
peak =
0% reached at 08:14:38 UTC Wed Mar 19 2003
switching-clock: clock switchover and system reset is allowed
Router>
CF-622
April 2010
show catalyst6000
This example shows how to display the current and peak traffic-meter readings:
Router> show catalyst6000 traffic-meter
traffic meter = 0%
Router#
peak = 0%
at
This example shows how to display the failure recovery mode of the switching clock:
Router> show catalyst6000 switching-clock
switching-clock: clock switchover and system reset is allowed
Router>
Related Commands
Command
Description
show fm summary
CF-623
show cls
show cls
To display the current status of all Cisco link services (CLS) sessions on the router, use the show cls
command in EXEC mode.
show cls [brief]
Syntax Description
brief
Defaults
Command Modes
EXEC
Command History
Release
Modification
11.0
This command was introduced in a release prior to Cisco IOS Release 11.0.
12.2(33)SRA
Usage Guidelines
The Cisco link service (CLS) is used as the interface between data link users (DLUs), such as DLSw,
LAN Network Manager (LNM), downstream physical unit (DSPU), and SNASw, and their
corresponding data link circuits (DLCs) such as Logic Link Control (LLC), VDLC, and Qualified Logic
Link Control (QLLC). Each DLU registers a particular service access point (SAP) with CLS, and
establishes circuits through CLS over the DLC.
The show cls command displays the SAP values associated with the DLU and the circuits established
through CLS.
For further information about CLS, use the Release 12.2 Cisco IOS Bridging and IBM Networking
Configuration Guide.
Examples
The following is sample output from the show cls brief command:
CF-624
April 2010
show cls
The examples show two DLUsSNASw and DLSwactive in the router. SNASw uses a SAP value of
0x04, and the associated DLC port is VDLC650. SNASw has a circuit established between MAC
addresses 1234.4000.0001 and 1234.4000.0002 using source and destination SAPs 04 and 04. DLSw is
a bridging protocol and uses VDLC1000 and VDLC650 ports. There are no circuits in place at this time.
In the output from the show cls command (without the brief argument), the values of timers and counters
applicable to this circuit are displayed.
Related Commands
Command
Description
stun peer-name
Enables STUN for an IP address and uses Cisco Link Services (CLS) to
access the Frame Relay network.
CF-625
show config id
show config id
The configuration change tracking identifier (CTID) assigns a version number to each saved version of
the running-config file. To display output about the versions, use the show config id command in
privileged EXEC mode.
show config id [detail]
Syntax Description
detail
Command Default
This command is disabled by default. If this command is not entered, the management system has to
query the device for the current running-config file and then compare the results to the last known
configuration to determine if a change has been made.
Command Modes
Command History
Release
Modification
12.2(33)SRC
12.2(33)SB
This command was integrated into Cisco IOS Release 12.2(33)SB and
implemented on the Cisco 10000 series.
12.4(20)T
Usage Guidelines
(Optional) Expands the output of the command to include the ID of the last
user to make a configuration change and the process in which the changes
were made.
This configuration infrastructure command assigns a version number that is updated every time the
running-config file is changed. This version number is called the configuration change tracking identifier
or CTID. The CTID can be used to compare configuration files to track configuration changes and take
appropriate actions (for example, a configuration rollback). Config Logger can also use the CTID to
determine if there have been any changes to the running-config file.
CTID makes the management system more efficient by presenting information that indicates a change
has been made to the running-config file. Without CTID, the management system has to query the device
for the current running-config file and then compare the results to the last known configuration to
determine if a change has been made.
Examples
The following example shows that the current running-config file is version 4 and that this file was saved
on June 15, 2006 at 7.572 seconds after 3:02 p.m.:
Router# show config id
version:4 time:2006-06-15T15:02:07.572Z
CF-626
April 2010
show config id
The following example shows that the current running-config file is version 9 and that this file was last
saved on June 18, 2006 at 34.431 seconds after 6:34 p.m. The file was saved by the system and changed
from Init:
Router# show config id detail
Configuration version : 9
Last change time : 2006-06-18T18:34:34.431Z
Changed by user : system
Changed from process : Init
Related Commands
Command
Description
copy running-config
startup-config
show running-config
CF-627
show configuration id
show configuration id
To display output about configuration versions, use the show configuration id command in privileged
EXEC mode.
show configuration id [detail]
Syntax Description
detail
Command Default
This command is disabled by default. If this command is not entered, the management system has to
query the device for the current running-config file and then compare the results to the last known
configuration to determine if a change has been made.
Command Modes
Command History
Release
Modification
12.2(33)SRC
12.2(33)SB
This command was integrated into Cisco IOS Release 12.2(33)SB and
implemented on the Cisco 10000 series.
12.4(20)T
Cisco IOS XE
Release 2.5
Usage Guidelines
(Optional) Expands the output of the command to include the ID of the last
user to make a configuration change and the process in which the changes
were made.
This configuration infrastructure command assigns a version number that is updated every time the
running-config file is changed. This version number is called the configuration change tracking identifier
(CTID). The CTID assigns a version number to each saved version of the running-config file. The CTID
can be used to compare configuration files to track configuration changes and take appropriate actions
(for example, a configuration rollback). Config Logger can also use the CTID to determine if there have
been any changes to the running-config file.
CTID makes the management system more efficient by presenting information that indicates a change
has been made to the running-config file. Without CTID, the management system has to query the device
for the current running-config file and then compare the results to the last known configuration to
determine if a change has been made.
Examples
The following example shows that the current running-config file is version 4 and that this file was saved
on June 15, 2006 at 7.572 seconds after 3:02 p.m.:
Router# show configuration id
version:4 time:2006-06-15T15:02:07.572Z
CF-628
April 2010
show configuration id
The following example shows that the current running-config file is version 9 and that this file was last
saved on June 18, 2006 at 34.431 seconds after 6:34 p.m. The file was saved by the system and changed
from Init. The field descriptions are self-explanatory.
Router# show configuration id detail
Configuration version : 9
Last change time : 2006-06-18T18:34:34.431Z
Changed by user : system
Changed from process : Init
Related Commands
Command
Description
copy running-config
startup-config
show running-config
CF-629
Syntax Description
Command Modes
Privileged EXEC
Command History
Release
Modification
12.2(25)S
12.3(14)T
Examples
12.0(31)S
12.2(28)SB
12.2(33)SRA
12.2(31)SB2
12.2(33)SXH
12.2(33)SB
This command was integrated into Cisco IOS Release 12.2(33)SB and
implemented on the Cisco 10000 series.
The following is sample output from the show configuration lock command when the running
configuration file is locked by another user.
Cisco IOS Release 12.2(25)S, Release 12.2(28)SB, Release 12.3(14)T, and Later Releases
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# configuration mode exclusive ?
auto
manual
!<-----------
CF-630
April 2010
The following is sample output from the show configuration lock command when the running
configuration file is not locked by another user.
Router# show configuration lock
Parser Configure Lock
--------------------Owner PID : -1
User : unknown
TTY : -1
Type : NO LOCK
State : FREE
Class : unknown
Count : 0
Pending Requests : 0
User debug info :
CF-631
Field
Description
Owner PID
User
Owners username.
TTY
Type
State
Class
Count
Pending Requests
Total number of EXEC commands (show and clear) waiting for the
configuration command (running from the access session locking
session) to complete its execution.
Config wait for show completion Indicates whether a configuration command executed in an access
session locking session is waiting for the completion of the show
command being executed simultaneously from a different session.
Displays TRUE or FALSE.
Remote ip address
The following example shows how to configure the configuration file for single user auto configuration
mode (using the configuration mode exclusive auto command). Use the configure terminal command
to enter global configuration mode and lock the configuration mode exclusively. Once the Cisco IOS
configuration mode is locked exclusively, you can verify the lock using the show configuration lock
command.
Router# configure terminal
Router(config)# configuration mode exclusive auto
Router(config)# end
Router# configure terminal
Router(config)# show configuration lock
Parser Configure Lock
CF-632
April 2010
Owner PID
User
TTY
Type
State
Class
Count
Pending Requests
User debug info
Related Commands
:
:
:
:
:
:
:
:
:
10
User1
3
EXCLUSIVE
LOCKED
Exposed
0
0
0
Command
Description
configure replace
CF-633
show context
show context
To display information stored in NVRAM when an unexpected system reload (system exception) occurs,
use the show context command in user EXEC or priviledged EXEC mode.
show context [summary | all | slot slot-number [crash-index] [all] [debug]]
Syntax Description
Command Modes
summary
all
Displays all crashes for all the slots. When optionally used with the slot
keyword, displays crash information for the specified slot.
slot slot-number
[crash-index]
debug
User EXEC
Privileged EXEC
Command History
Usage Guidelines
Note
Release
Modification
10.3
11.2 GS
The slot slot-number [crash-index] [all] [debug] syntax was added for
Cisco 12000 series routers.
12.2(33)SRA
The display from the show context command includes the following information:
Stack trace
Software version
This command is primarily for use by Cisco technical support representatives for analyzing unexpected
system reloads.
CF-634
April 2010
show context
Output for this command will vary by platform. Context information is specific to processors and
architectures. For example, context information for the Cisco 2600 series router differs from that for
other router types because the Cisco 2600 runs with an M860 processor.
Examples
The following is sample output from the show context command following a system failure:
Router> show context
System was restarted by error - a Software forced crash, PC 0x60189354
GS Software (RSP-PV-M), Experimental Version 11.1(2033) [ganesh 111]
Compiled Mon 31-Mar-97 13:21 by ganesh
Image text-base: 0x60010900, data-base: 0x6073E000
Stack trace from system failure:
FP: 0x60AEA798, RA: 0x60189354
FP: 0x60AEA798, RA: 0x601853CC
FP: 0x60AEA7C0, RA: 0x6015E98C
FP: 0x60AEA7F8, RA: 0x6011AB3C
FP: 0x60AEA828, RA: 0x601706CC
FP: 0x60AEA878, RA: 0x60116340
FP: 0x60AEA890, RA: 0x6011632C
Fault History Buffer:
GS Software (RSP-PV-M), Experimental Version 11.1(2033) [ganesh 111]
Compiled Mon 31-Mar-97 13:21 by ganesh
Signal = 23, Code = 0x24, Uptime 00:04:19
$0 : 00000000, AT : 60930120, v0 : 00000032, v1 : 00000120
a0 : 60170110, a1 : 6097F22C, a2 : 00000000, a3 : 00000000
t0 : 60AE02A0, t1 : 8000FD80, t2 : 34008F00, t3 : FFFF00FF
t4 : 00000083, t5 : 3E840024, t6 : 00000000, t7 : 11010132
s0 : 00000006, s1 : 607A25F8, s2 : 00000001, s3 : 00000000
s4 : 00000000, s5 : 00000000, s6 : 00000000, s7 : 6097F755
t8 : 600FABBC, t9 : 00000000, k0 : 30408401, k1 : 30410000
gp : 608B9860, sp : 60AEA798, s8 : 00000000, ra : 601853CC
EPC : 60189354, SREG : 3400EF03, Cause : 00000024
Router>
The following is sample output from the show context summary command on a Cisco 12012 router.
The show context summary command displays a summary of all the crashes recorded for each slot (line
card).
Router# show context summary
CRASH INFO SUMMARY
Slot 0 : 0 crashes
Slot 1 : 0 crashes
Slot 2 : 0 crashes
Slot 3 : 0 crashes
Slot 4 : 0 crashes
Slot 5 : 0 crashes
Slot 6 : 0 crashes
Slot 7 : 2 crashes
1 - crash at 18:06:41 UTC Tue Nov 5 1996
2 - crash at 12:14:55 UTC Mon Nov 4 1996
Slot 8 : 0 crashes
Slot 9 : 0 crashes
Slot 10: 0 crashes
Slot 11: 0 crashes
Router#
The following is sample output from the show context command following an unexpected system reload
on a Cisco 2600 series router.
CF-635
show context
Related Commands
Field
Description
S/W Version
Exception occurred at
Router real time when exception occurred. The router must have
the clock time properly configured for this to be accurate.
Exception type
Stack trace
Command
Description
show processes
show stacks
CF-636
April 2010
Syntax Description
Command Modes
atm slot-number
clock
csar [register]
csc-fpga
dp83800
fab-clk
fia [register]
pos [slot-number]
[details]
(Optional) Displays the POS framer state and optionally displays all the
details for the interface. Number is slot-number/port-number (for
example, 4/0). Slot numbers range from 0 to 11 for the Cisco 12012
router and from 0 to 7 for the Cisco 12008 router.
queues [slot-number]
sca
xbar
Privileged EXEC
CF-637
Command History
Release
Modification
11.2 GS
This command was introduced to support the Cisco 12000 series routers.
12.2(33)SRA
Usage Guidelines
This information provided by this command is intended for use only by technical support representatives
in analyzing system failures in the field.
Examples
The following is sample output from the show controllers pos command for a Cisco 12012:
Router# show controllers pos 7/0
POS7/0
SECTION
LOF = 2
LOS = 0
Active Alarms: None
LINE
AIS = 2
RDI = 2
FEBE = 146
Active Alarms: None
PATH
AIS = 2
RDI = 4
FEBE = 63
LOP = 0
PSE = 8
NSE = 3
Active Alarms: None
APS
COAPS = 3
PSBF = 2
State: PSBF_state = False
Rx(K1/K2): F0/15 Tx(K1/K2): 00/00
S1S0 = 00, C2 = 64
PATH TRACE BUFFER : STABLE
Remote hostname : GSR-C
Remote interface: POS10/0
Remote IP addr : 10.201.101.2
Remote Rx(K1/K2): F0/15 Tx(K1/K2): 00/00
Router#
Related Commands
Command
Description
clear controllers
BIP(B1) = 5889
BIP(B2) = 2106453
BIP(B3) = 3216
NEWPTR = 2
show controllers (line Displays information that is specific to the hardware on a line card.
card image)
CF-638
April 2010
Syntax Description
atm
port-number
all
sar
summary
fia
register
frfab
tofab
bma
microcode
mis-inst
register
qelem
start-queue-element
end-queue-element
CF-639
qnum
start-queue-number
end-queue-number
queues
statistics
io
l3
pos
framers
queues
registers
rxsram
port-number
queue-start-address
queue-length
txsram
events
clear
(Optional) Clears all the line card event counter output details
that are displayed using the commands: show controllers
events, show controllers events punt-verbose, and show
controllers events punt-sniff.
punt-sniff
Note
none
word1
word2
punt-verbose
all
CF-640
April 2010
Command Modes
Privileged EXEC
Command History
Release
Modification
11.2 GS
This command was added to support the Cisco 12000 series Gigabit Switch
Routers.
Usage Guidelines
12.2(33)SRA
12.2(31)SB
12.2(33)SB
This command behavior was modified on the Cisco 10000 series router for
the PRE3 and PRE4.
12.0(33)S
This information displayed by this command is of use only to technical support representatives in
analyzing unexpected system failures in the field. It is documented here in case you need to provide the
displayed statistics to an technical support engineer.
Cisco 10000 Series Router Usage Guidelines
In releases prior to Cisco IOS Release 12.2(33)SB, when you configure the t1 loopback remote
command on the local router, the command also displays in the running-config file of the far-end router.
This is due to the route processor (RP) updating an incorrect parameter when it receives the loopback
event message from the line card for loopback requests from the far end.
In Cisco IOS Release 12.2(33)SB, the RP updates the correct parameter and the show controllers
command correctly displays the loopback CLI commands applied on the local end and displays the
loopback events and status received from the line card in response to loopback requests from the far end.
This change in behavior affects the following line cards and is documented in the CSCsm84447 caveat:
6-port channelized T3
In Cisco IOS Release 12.2(33)SB, the output from the show controller command includes line code
information for the 6-port channelized T3 line card and the 8-port E3/DS3 line card. However, because
SONET line cards do not have a direct physical link at the T3 or E3 level, the output from the
show controller t3 command does not include line code information.
In Cisco IOS Release 12.2(31)SB, the output from the show controller command displays line code
information. The output of the show controller t3 command for SONET-based T3 also includes line
code information.
Cisco 12000 Series Router Usage Guidelines
The packets processed by a line card are either sent to a route processor or a line card in the form of
Cisco cells. To track the packets sent to a route processor from a line card is essential for troubleshooting.
The keywords punt-sniff and punt-verbose have been added for the command show controllers events
to identify the packets sent to RP from LC.
CF-641
By default, the feature is enabled and packets punt to route processor are displayed using the command
show controllers events punt-verbose. To view all the zero and non-zero punt counters use the
command show controllers events punt-verbose all.
To clear all the line card events and counters including resetting the packets to be sniffed to zero,
executing the command show controllers events clear.
Packets sent to route processor from line card can be sniffed by specifying the hexa-decimal value of the
word. Packets can only be sniffed if the word along with the hexa-decimal value is specified. Specifying
the location of the word, sniffs packets from the particular location. To reset the counters of packets to
be sniffed to zero, execute the command show controllers events punt-sniff none.
For example, use the command show controllers events punt-sniff word1 0x60000000 to sniff packets
punt to RP with the hexa-decimal value 0x60000000. As the location is not specified, it searches the
entire buffer for the value 0x60000000. Packets punt to RP can also be sniffed by specifying a particular
location using the command show controllers events punt-sniff word1 0x60000000 34.
Examples
Because you are executing this command on the line card, you must use the execute-on command to use
the show command, or you must connect to the card using the attach command. All examples in this
section use the execute-on command
The following is partial sample output from the show controllers atm command:
Router# execute-on slot 4 show controllers atm 0
TX SAR (Beta 1.0.0) is Operational;
RX SAR (Beta 1.0.0) is Operational;
Interface Configuration Mode:
STS-12c
Active Maker Channels: total # 6
VCID ChnnlID Type OutputInfo
1
0888
UBR
0C010010
2
0988
VBR
04010020
3
8BC8
UBR
0C010030
4
0E08
UBR
0C010040
10
1288
VBR
040100A0
11
8BE8
VBR
0C0100B0
InPkts
0
0
0
0
0
0
InOAMs
0
0
0
0
0
0
MacString
08882000AAAA030000000800
09882000
8BC82000AAAA030000000800
0E082000AAAA030000000800
12882000
8BE82000AAAA030000000800
CF-642
April 2010
The following is partial sample output from the show controllers command:
Router# execute-on slot 6 show controllers
Interface POS0
Hardware is BFLC POS
lcpos_instance struct
60311B40
RX POS ASIC addr space 12000000
TX POS ASIC addr space 12000100
SUNI framer addr space 12000400
SUNI rsop intr status
00
CRC32 enabled, HDLC enc, int clock
no loop
Interface POS1
Hardware is BFLC POS
lcpos_instance struct
603142E0
RX POS ASIC addr space 12000000
TX POS ASIC addr space 12000100
SUNI framer addr space 12000600
SUNI rsop intr status
00
CRC32 enabled, HDLC enc, int clock
no loop
.
.
.
Router#
The following is partial sample output from the show controllers pos framers command:
Router# execute-on slot 6 show controllers pos framers
Framer 0, addr=0x12000400:
master reset
C0
master config
1F
master control
00
clock rcv cntrl
D0
RACP control
84
RACP gfc control
0F
TACP control status
04
RACP intr enable
04
RSOP cntrl intr enable 00
RSOP intr status
00
TPOP path sig lbl (c2) 13
SPTB control
04
SPTB status
00
Framer 1, addr=0x12000600:
master reset
C0
master config
1F
hcsadd
tnull
CF-643
master control
clock rcv cntrl
RACP control
RACP gfc control
TACP control status
RACP intr enable
RSOP cntrl intr enable
RSOP intr status
TPOP path sig lbl (c2)
SPTB control
SPTB status
00
D0
84
0F
04
04
00
00
13
04
00
Framer 2, addr=0x12000800:
master reset
C0
master config
1F
master control
00
clock rcv cntrl
D0
RACP control
84
RACP gfc control
0F
TACP control status
04
RACP intr enable
04
RSOP cntrl intr enable 00
RSOP intr status
00
TPOP path sig lbl (c2) 13
SPTB control
04
SPTB status
00
.
.
.
Router#
hcsadd
tnull
hcsadd
tnull
The following is partial sample output from the show controllers fia command:
Router# execute-on slot 7 show controllers fia
========= Line Card (Slot 7) =======
Fabric configuration: Full bandwidth redundant
Master Scheduler: Slot 17
From Fabric FIA Errors
----------------------redund fifo parity 0
crc32 lkup parity 0
0
1
--------------los
0
0
crc16 0
0
To Fabric FIA Errors
----------------------sca not pres 0
grant parity 0
cntrl parity 0
multi fifo
0
redund overflow 0
cell parity
0
2
3
--------------0
0
0
0
req error
multi req
uni req
empty dst req
0
0
0
0
cell drops 0
crc32
0
4
-------0
0
0
0
0
0
The following is a sample output from the show controllers events command:
Router# execute-on slot 7 show controllers events
Switching Stats
Packets punt to RP: 935
HW engine punt: 62
HW engine reject: 38113520
CF-644
April 2010
The following is a sample output from the show controllers events punt-verbose command:
Router# execute-on slot 7 show controllers events punt-verbose
RP Punted L2 Statistics in Verbose
-----------------------------------HDLC Encap
: 927
RP Punted L3 Statistics in Verbose
-----------------------------------ICMP
: 40
UDP
: 441
OSPF
: 211
IPV6
: 40
RP Punted L3 Application Statistics in Verbose
----------------------------------------------LDP
: 441
DF Bit not Set
: 692
The following is a partial sample output from the show controllers events punt-verbose all command
which displays the zero and non-zero value of packets punt to RP from LC:
Router# execute-on slot 7 show controllers events punt-verbose all
RP Punted L2 Statistics in Verbose
-----------------------------------L2 Protocol - 0
: 0
ARPA Encap
: 0
L2 Protocol - 2
: 0
L2 Protocol - 3
: 0
L2 Protocol - 4
: 0
HDLC Encap
: 941
L2 Protocol - 6
: 0
L2 Protocol - 7
: 0
L2 Protocol - 8
: 0
L2 Protocol - 9
: 0
L2 Protocol - 10
: 0
L2 Protocol - 11
: 0
L2 Protocol - 12
: 0
L2 Protocol - 13
: 0
L2 Protocol - 14
: 0
L2 Protocol - 15
: 0
PPP Encap
: 0
L2 Protocol - 17
: 0
L2 Protocol - 18
: 0
L2 Protocol - 19
: 0
Frame Relay Encap
: 0
L2 Protocol - 21
: 0
L2 Protocol - 22
: 0
L2 Protocol - 23
: 0
L2 Protocol - 24
: 0
L2 Protocol - 25
: 0
L2 Protocol - 26
: 0
L2 Protocol - 27
: 0
L2 Protocol - 28
: 0
L2 Protocol - 29
: 0
CF-645
L2 Protocol
L2 Protocol
L2 Protocol
ATM Encap
L2 Protocol
L2 Protocol
- 30
- 31
- 32
- 34
- 35
:
:
:
:
:
:
0
0
0
0
0
0
The following is a sample output from the show controllers events clear command:
Router# execute-on slot 7 show controllers events clear
Drop, switching and reject counters cleared
The following is a sample output from the show controllers events punt-sniff command:
Router# execute-on slot 7 show controllers events punt-sniff
Punt Sniff Statistics
-------------------------------Word
Location
Occurance
0x60000000
34
0
0xB6010102
37
5
Note: Location offset taken from the begining of BufferHeader(32 bytes).
The following is a sample output from the show controllers events punt-sniff word1 0x60000000
command. This command is used to sniff a packet with a hexa-decimal value 0x60000000 from the start
of the buffer header of the packet being punt to RP:
Router# execute-on slot 7 show controllers events punt-sniff word1 0x60000000
The following is a sample output from the show controllers events punt-sniff word1 0x60000000 34
command. This command is used to sniff a packet with a hexa-decimal value 0x60000000 0 at the
location 34 from the start of the buffer header of the packet being punt to RP:
Router# execute-on slot 7 show controllers events punt-sniff word1 0x60000000 34
The following is a sample output from the show controllers events punt-sniff none command. This
command is used to clear the counter of packets to be sniffed:
Router# execute-on slot 7 show controllers events punt-sniff none
Related Commands
Command
Description
clear controllers
CF-646
April 2010
Syntax Description
vip slot-number
Command Modes
Privileged EXEC
Command History
Release
Usage Guidelines
Modification
11.2
12.2(33)SRA
This command displays the state of syslog error and event logging, including host addresses, and
whether console logging is enabled.
When enabled, trap logging allows messages to be sent to a remote host (a syslog server).
Examples
The following is sample output from the show controllers logging command:
Router# show controllers vip 1 logging
show logging from Slot 1:
Syslog logging:enabled (0 messages dropped, 1 messages rate-limited, 0 flushes, 0
overruns)
Console logging: disabled
Monitor logging: level debugging, 0 messages logged
Buffer logging: level debugging, 24 messages logged
Trap logging: level informational, 266 messages logged.
Logging to 209.165.202.129
Exception Logging size: 4096 bytes
Count and timestamp logging messages:disabled
Log Buffer (8192 bytes):
smallest_local_pool_entries = 256, global particles = 5149
highest_local_visible_bandwidth = 155000
00:00:05:%SYS-5-RESTART:System restarted -.
.
.
CF-647
Table 67
Field
Description
Syslog logging
Console logging
Logging to the console port. Shows "disabled" or, if enabled, the severity level
limit and number of messages logged.
Enabled using the logging console command.
Monitor logging
Logging to the monitor (all TTY lines). Shows "disabled" or, if enabled, the
severity level limit and number of messages logged.
Enabled using the logging monitor command.
Buffer logging
Logging to the standard syslog buffer. Shows "disabled" or, if enabled, the
severity level limit and number of messages logged.
Enabled using the logging buffered command.
Trap logging
Logging to a remote host (syslog host). Shows "disabled" or, if enabled, the
severity level limit and number of messages logged.
(The word "trap" means a trigger in the system software for sending error
messages to a remote host.)
Enabled using the logging host command. The severity level limit is set using
the logging trap command.
Related Commands
Command
Description
show logging
CF-648
April 2010
Syntax Description
vip slot-number
Command Modes
Privileged EXEC
Command History
Release
Usage Guidelines
Modification
11.2
12.2(33)SRA
Use this command to help collect general information about a VIP card when you are reporting a
problem. This command displays the equivalent of the following show commands for the VIP card:
more system:running-config
show buffers
show controllers
show interfaces
show stacks
show version
For a sample display of the show controllers tech-support command output, refer to these show
commands.
Related Commands
Command
Description
more
system:running-config
show buffers
show controllers
show interfaces
show processes
show processes
memory
show stacks
CF-649
Command
Description
show tech-support
show version
CF-650
April 2010
Syntax Description
all
first
number-of-entries
last
status
Command Modes
Command History
Release
Modification
12.4(24)T
Examples
The following is sample output from the show coverage history command. The output is
self-explanatory.
Router# show coverage history status
History table size is 23 entries. 0 entries have been used.
Low-level count handler has been called 0 times.
There were 0 entries not traced due to recursion detection.
There were 0 entries not traced due to internal pauses.
Related Commands
Command
Description
coverage history
CF-651
show data-corruption
show data-corruption
To display data inconsistency errors of the present software version, use the show data-corruption
command in user EXEC or privileged EXEC mode.
show data-corruption
Syntax Description
Command Modes
Command History
Release
Modification
12.2(22)SE
12.2(33)SRB
12.4(20)T
12.2(33)SXI
Usage Guidelines
Use this command to display all data inconsistency errors or the corrupt data. If there are no data errors,
the No data inconsistency errors have been recorded message is displayed.
Examples
The following is sample output from show data-corruption command. The fields are self-explanatory.
Router# show data-corruption
Data inconsistency records for:
3800 Software (C3845-ADVIPSERVICESK9-M), Version 12.4(24)T, RELEASE
SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Compiled Thu 17-Dec-09 09:02 by xyz
Count
1842
Traceback
60523C58, 616E85FC 60523C58 62A9F648
1: Jun 12 18:24:33.960
2: Jun 12 18:24:33.960
3: Jun 12 18:24:33.960
1842: Jun 19 00:30:51.350
CF-652
April 2010
show debugging
show debugging
To display information about the types of debugging that are enabled for your router, use the
show debugging command in privileged EXEC mode.
show debugging
Syntax Description
Command Modes
Command History
Release
Modification
11.1
12.3(7)T
The output of this command was enhanced to show TCP Explicit Congestion
Notification (ECN) configuration.
Examples
12.2(33)SRA
12.2(31)SB2
12.2SX
This command is supported in the Cisco IOS Release 12.2SX train. Support
in a specific 12.2SX release of this train depends on your feature set,
platform, and platform hardware.
12.4(20)T
The output of this command was enhanced to show the user-group debugging
configuration.
The following is sample output from the show debugging command. In this example, the remote host is
not configured or connected.
Router# show debugging
!
TCP:
TCP Packet debugging is on
TCP ECN debugging is on
!
Router# telnet 10.1.25.234
!
Trying 10.1.25.234 ...
!
00:02:48: 10.1.25.31:11001 <---> 10.1.25.234:23 out ECN-setup SYN
00:02:48: tcp0: O CLOSED 10.1.25.234:11001 10.1.25.31:23 seq 1922220018
OPTS 4 ECE CWR SYN WIN 4128
00:02:50: 10.1.25.31:11001 <---> 10.1.25.234:23 congestion window changes
00:02:50: cwnd from 1460 to 1460, ssthresh from 65535 to 2920
00:02:50: tcp0: R SYNSENT 10.1.25.234:11001 10.1.25.31:23 seq 1922220018
OPTS 4 ECE CWR SYN WIN 4128
00:02:54: 10.1.25.31:11001 <---> 10.1.25.234:23 congestion window changes
00:02:54: cwnd from 1460 to 1460, ssthresh from 2920 to 2920
00:02:54: tcp0: R SYNSENT 10.1.25.234:11001 10.1.25.31:23 seq 1922220018
OPTS 4 ECE CWR SYN WIN 4128
00:03:02: 10.1.25.31:11001 <---> 10.1.25.234:23 congestion window changes
00:03:02: cwnd from 1460 to 1460, ssthresh from 2920 to 2920
CF-653
show debugging
The following is sample output from the show debugging command when user-group debugging is
configured:
Router# show debugging
!
usergroup:
Usergroup Deletions debugging is on
Usergroup Additions debugging is on
Usergroup Database debugging is on
Usergroup API debugging is on
!
Field
Description
OPTS 4
ECE
CWR
SYN
WIN 4128
Advertised window size, in bytes. In this case, the bytes are 4128.
cwnd
ssthresh
usergroup
CF-654
April 2010
show declassify
show declassify
To display the state of the declassify function (enabled, in progress, and so forth) and the sequence of
declassification steps that will be performed, use the show declassify command in global configuration
mode.
show declassify
Syntax Description
Note
The show declassify command is supported on the Cisco 3200 series routers only.
Command Modes
Global configuration
Command History
Release
Examples
Modification
12.3(8)YD
12.4(2)T
The following example is sample output for the show declassify command:
Router# show declassify
Declassify facility: Enabled=Yes In Progress=No
Erase flash=Yes Erase nvram=Yes
Obtain memory size
Shutdown Interfaces
Declassify Console and Aux Ports
Erase flash
Declassify NVRAM
Declassify Communications Processor Module
Declassify RAM, D-Cache, and I-Cache
Field
Description
Enabled
In Progress
CF-655
show declassify
Table 69
Field
Description
Erase flash
Erase nvram
Shutdown Interfaces
Erase flash
Declassify NVRAM
Erase NVRAM.
Declassify Communications Processor Erase the memory in the Communications Processor Module
Module
(CPM).
Declassify RAM, D-Cache, and
I-Cache
Related Commands
Command
Description
service declassify
Invokes declassification.
CF-656
April 2010
show derived-config
show derived-config
To display the composite results of all the configuration commands that apply to an interface, including
commands that come from sources such as static templates, dynamic templates, dialer interfaces, and
authentication, authorization, and accounting (AAA) per-user attributes, use the show derived-config
command in privileged EXEC mode.
show derived-config [interface type number]
Syntax Description
Command Modes
Privileged EXEC
Command History
Release
Modification
12.1
12.2(33)SRA
Usage Guidelines
Configuration commands can be applied to an interface from sources such as static templates, dynamic
templates bound by resource pooling, dialer interfaces, AAA per-user attributes and the configuration of
the physical interface. The show derived-config command displays all the commands that apply to an
interface.
The output for the show derived-config command is nearly identical to that of the show running-config
command. It differs when the configuration for an interface is derived from a template, a dialer interface,
or some per-user configuration. In those cases, the commands derived from the template, dialer
interface, and so on, will be displayed for the affected interface.
If the same command is configured differently in two different sources that apply to the same interface,
the command coming from the source that has the highest precedence will appear in the display.
Examples
The following examples show sample output for the show running-config and show derived-config
commands for serial interface 0:23 and dialer interface 0. The output of the show running-config and
show derived-config commands is the same for dialer interface 0 because none of the commands that
apply to that interface are derived from any sources other than the configuration of the dialer interface.
The output for the show running-config and show derived-config commands for serial interface 0:23
differs because some of the commands that apply to serial interface 0:23 come from dialer interface 0.
Router# show running-config interface Serial0:23
Building configuration...
Current configuration :296 bytes
!
interface Serial0:23
description PRI to ADTRAN (#4444150)
CF-657
show derived-config
ip unnumbered Loopback0
encapsulation ppp
dialer rotary-group 0
isdn switch-type primary-dms100
isdn incoming-voice modem
isdn calling-number 4444150
peer default ip address pool old_pool
end
Router# show running-config interface Dialer0
Building configuration...
Current configuration :257 bytes
!
interface Dialer0
description Dialin Users
ip unnumbered Loopback0
no ip proxy-arp
encapsulation ppp
dialer in-band
dialer idle-timeout 30
dialer-group 1
peer default ip address pool new_pool
ppp authentication pap chap callin
end
Router# show derived-config interface Serial0:23
Building configuration...
Derived configuration :332 bytes
!
interface Serial0:23
description PRI to ADTRAN (#4444150)
ip unnumbered Loopback0
encapsulation ppp
dialer rotary-group 0
isdn switch-type primary-dms100
isdn incoming-voice modem
isdn calling-number 4444150
peer default ip address pool new_pool
ppp authentication pap chap callin
end
Router# show derived-config interface Dialer0
Building configuration...
Derived configuration :257 bytes
!
interface Dialer0
description Dialin Users
ip unnumbered Loopback0
no ip proxy-arp
encapsulation ppp
dialer in-band
dialer idle-timeout 30
dialer-group 1
peer default ip address pool new_pool
ppp authentication pap chap callin
end
CF-658
April 2010
show derived-config
Related Commands
Command
Description
show running-config
CF-659
Syntax Description
publish
subscribe
Defaults
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(33)SRA
Usage Guidelines
This command is not supported on Cisco 7600 series routers that are configured with a Supervisor
Engine 2.
The CNS subsystem communicates with remote network applications through the CNS-event agent and
follows the publish and subscribe model. An application sets itself up to receive events by subscribing
to the approprate event subject name.
Examples
This example shows how to display the subject with which the diagnostic results is published:
Router# show diagnostic cns publish
Subject: cisco.cns.device.diag_results
Related Commands
Command
Description
diagnostic cns
CF-660
April 2010
Syntax Description
Defaults
Displays information for all the Gigabit Ethernet WAN interfaces in the Cisco 7600 series router.
Command Modes
Privileged EXEC
Command History
Release
Modification
12.2(18)SXE
Support for this command was introduced on the Supervisor Engine 720.
12.2(33)SRA
Usage Guidelines
The sanity check runs a set of predetermined checks on the configuration with a possible combination
of certain system states to compile a list of warning conditions. The checks are designed to look for
anything that seems out of place and are intended to serve as an aid to maintaining the system sanity.
The following is a list of the checks that are run and the action taken when the condition is found:
Checks whether the default gateways are reachable. If so, the system stops pinging.
Trunking Checks
If a trunk port has the mode set to on, the system flags it.
If a trunk port is not trunking and the mode is desirable, the system flags it.
Channeling Checks
If a port has channeling mode set to on, the system flags it.
If a port is not channeling and the mode is set to desirable, the system flags it.
If a VLAN has a Spanning-Tree root of 32K (root is not set), the system flags it.
If a VLAN has a max age on the Spanning-Tree root that is different than the default, the system
flags it.
If a VLAN has a fwd delay on the Spanning-Tree root that is different than the default, the system
flags it.
If a VLAN has a fwd delay on the bridge that is different than the default, the system flags it.
CF-661
If a VLAN has a fwd delay on the bridge that is different than the default, the system flags it.
If a VLAN has a hello time on the bridge that is different than the default, the system flags it.
If a port has a port cost that is different than the default, the system flags it.
If a port has a port priority that is different than the default, the system flags it.
UDLD Checks
If a port had receive flow control disabled, the system flags it.
The config register on the primary supervisor engine (and on the secondary supervisor engine if
present) must be one of the following values: 0x2 , 0x102, or 0x2102.
The system verifies the bootstring on the primary supervisor engine (and on the secondary
supervisor engine if present). The system displays a message if the bootstring is empty.
The system verifies that every file is specified in the bootstring. The system displays a message if
the file is absent or shows up with a wrong checksum.
If only device: is specified as a filename, then the system verifies that the first file is on the device.
Assorted Checks
The system displays a message if any of the values of the snmp community access strings
{RO,RW,RW-ALL} is the same as the default.
The system displays a message if any of the modules are in states other than Ok.
The system displays a message that lists all the tests that failed (displayed as an F) in the show
test all command.
The system displays a message if *fast is not configured on the switch anywhere.
The system displays a message if there is enough room for the crashinfo file on the bootflash:.
The system displays a message if multicast routing is enabled globally but is not applied to all
interfaces.
CF-662
April 2010
Examples
The system displays a message if IGMP snooping is disabled and RGMP is enabled.
This example displays samples of the messages that could be displayed with the show diagnostic sanity
command:
Router# show diagnostic sanity
Pinging default gateway 10.6.141.1 ....
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.6.141.1, timeout is 2 seconds:
..!!.
Success rate is 0 percent (0/5)
IGMP snooping disabled please enable it for optimum config.
IGMP snooping disabled but RGMP enabled on the following interfaces,
please enable IGMP for proper config :
Vlan1, Vlan2, GigabitEthernet1/1
Multicast routing is enabled globally but not enabled on the following
interfaces:
GigabitEthernet1/1, GigabitEthernet1/2
A programming algorithm mismatch was found on the device bootflash:
Formatting the device is recommended.
The bootflash: does not have enough free space to accomodate the crashinfo file.
Please check your confreg value : 0x0.
Please check your confreg value on standby: 0x0.
The boot string is empty. Please enter a valid boot string .
Could not verify boot image "disk0:" specified in the boot string on the
slave.
Invalid boot image "bootflash:asdasd" specified in the boot string on the
slave.
Please check your boot string on the slave.
UDLD has been disabled globally - port-level UDLD sanity checks are
being bypassed.
OR
[
The following ports have UDLD disabled. Please enable UDLD for optimum
config:
Fa9/45
The following ports have an unknown UDLD link state. Please enable UDLD
on both sides of the link:
Fa9/45
]
The following ports have portfast enabled:
Fa9/35, Fa9/45
The following ports have trunk mode set to on:
Fa4/1, Fa4/13
The following trunks have mode set to auto:
Fa4/2, Fa4/3
CF-663
The following ports with mode set to desirable are not trunking:
Fa4/3, Fa4/4
The following trunk ports have negotiated to half-duplex:
Fa4/3, Fa4/4
The following ports are configured for channel mode on:
Fa4/1, Fa4/2, Fa4/3, Fa4/4
The following ports, not channeling are configured for channel mode
desirable:
Fa4/14
The following vlan(s) have a spanning tree root of 32768:
1
The following vlan(s) have max age on the spanning tree root different from
the default:
1-2
The following vlan(s) have forward delay on the spanning tree root different
from the default:
1-2
The following vlan(s) have hello time on the spanning tree root different
from the default:
1-2
The following vlan(s) have max age on the bridge different from the
default:
1-2
The following vlan(s) have fwd delay on the bridge different from the
default:
1-2
The following vlan(s) have hello time on the bridge different from the
default:
1-2
The following vlan(s) have a different port priority than the default
on the port FastEthernet4/1
1-2
The following ports have recieve flow control disabled:
Fa9/35, Fa9/45
The following inline power ports have power-deny/faulty status:
Gi7/1, Gi7/2
The following ports have negotiated to half-duplex:
Fa9/45
The following vlans have a duplex mismatch:
Fas 9/45
The following interafaces have a native vlan mismatch:
interface (native vlan - neighbor vlan)
Fas 9/45 (1 - 64)
The value for Community-Access on read-only operations for SNMP is the same
as default. Please verify that this is the best value from a security point
of view.
CF-664
April 2010
The value for Community-Access on write-only operations for SNMP is the same
as default. Please verify that this is the best value from a security point
of view.
The value for Community-Access on read-write operations for SNMP is the same
as default. Please verify that this is the best value from a security point
of view.
Please check the status of the following modules:
8,9
Module 2 had a MINOR_ERROR.
The Module 2 failed the following tests:
TestIngressSpan
The following ports from Module2 failed test1:
1,2,4,48
CF-665
show disk
show disk
To display flash or file system information for a disk, use the show disk command in user or privileged
EXEC mode.
show {disk0 | disk1} [all | filesys]
Syntax Description
disk0
disk1
all
(Optional) Specifies that all flash information will be displayed for the
selected disk.
filesys
(Optional) Specifies that file system information will be displayed for the
selected disk.
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2
This command was introduced in a release prior to Cisco IOS Release 12.2.
12.3(7)T
This command was enhanced to display information about the ATA ROM
monitor library (monlib) file.
12.2(25)S
This command was integrated into the Cisco IOS Release 12.2(25)S.
12.2(33)SRA
Usage Guidelines
Note
Examples
The show disk command is supported only on platforms that have a disk file system.
The name of the ATA monlib file may contain a platform name that does not match the platform that you
are using. Different platforms may have a similar or the same name for their ATA monlib file.
The following example displays information about disk 0. The output is self-explanatory.
Router# show disk0 all
-#- --length-- -----date/time------ path
1
19539160 Jan 27 2004 23:08:40 c7200-is-mz.123-5.7.PI3a
1011679232 bytes available (19546112 bytes used)
******** ATA Flash Card Geometry/Format Info ********
ATA CARD GEOMETRY
Number of Heads:
Number of Cylinders
Sectors per Track
16
1999
63
CF-666
April 2010
show disk
Sector Size
Total Sectors
ATA CARD FORMAT
Number of FAT Sectors
Sectors Per Cluster
Number of Clusters
Number of Data Sectors
Base Root Sector
Base FAT Sector
Base Data Sector
512
2014992
246
32
62941
2014789
632
140
664
CF-667
show disk0:
show disk0:
To display flash or file system information for a disk located in slot 0, use the show disk command in
user EXEC or privileged EXEC mode.
show disk0: [all | filesys]
Syntax Description
all
filesys
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
11.3AA
12.2
12.3(7)T
This command was enhanced to display information about the ATA ROM
monitor library (monlib) file.
12.2(25)S
12.2(33)SRA
Usage Guidelines
The show disk0: command is supported only on platforms that have a disk file system located in slot 0.
Use the show disk0: command to display details about the files in a particular ATA PCMCIA flash disk
memory card.
For more information regarding file systems and flash cards, access the PCMCIA Filesystem
Compatibility Matrix and Filesystem Information document at the following URL:
http://www.cisco.com/en/US/partner/products/hw/routers/ps341/products_tech_note09186a00800a751
5.shtml
Note
Examples
The name of the ATA monlib file may contain a platform name that does not match the platform that you
are using. Different platforms may have a similar name or the same name for their ATA monlib file.
The following examples show displays of information about the flash disks or file system information
for a disk. The output is self-explanatory.
c7200# show disk0:
-#- --length-- -----date/time------ path
CF-668
April 2010
show disk0:
1
2
4
984
32
512
125952
62
8
15693
125812
232
108
264
4
984
32
512
125952
62
8
15693
125812
232
108
264
CF-669
show disk0:
Monlib
Monlib
Monlib
Monlib
Related Commands
end sector = NA
Start sector = NA
updated by = NA
version = NA
Command
Description
dir disk0:
dir disk1:
show disk1:
CF-670
April 2010
show disk1:
show disk1:
To display flash or file system information for a disk located in slot 1, use the show disk1: command in
user EXEC or privileged EXEC mode.
show disk1: [all | filesys]
Syntax Description
all
filesys
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
11.3AA
12.2
12.3(7)T
This command was enhanced to display information about the ATA ROM
monitor library (monlib) file.
12.2(25)S
12.2(33)SRA
Usage Guidelines
The show disk1: command is supported only on platforms that have a disk file system. Use the show
disk01: command to display details about the files in a particular ATA PCMCIA flash disk memory card
located in slot 1.
For more information regarding file systems and flash cards, access the PCMCIA Filesystem
Compatibility Matrix and Filesystem Information document at the following URL:
http://www.cisco.com/en/US/partner/products/hw/routers/ps341/products_tech_note09186a00800a751
5.shtml
Note
Examples
The name of the ATA monlib file may contain a platform name that does not match the platform that you
are using. Different platforms may have a similar name or the same name for their ATA monlib file.
The following examples show displays of information about the flash disks or file system information
for a disk. The output is self-explanatory.
c7200# show disk1:
-#- --length-- -----date/time------ path
CF-671
show disk1:
1
2
4
984
32
512
125952
62
8
15693
125812
232
108
264
4
984
32
512
125952
62
8
15693
125812
232
108
264
CF-672
April 2010
show disk1:
Monlib
Monlib
Monlib
Monlib
Related Commands
end sector = NA
Start sector = NA
updated by = NA
version = NA
Command
Description
dir disk0:
dir disk1:
show disk0:
CF-673
show environment
show environment
To display temperature, voltage, fan, and power supply information, use the show environment
command in user EXEC or privileged EXEC mode.
show environment [alarms | all | fans | hardware | last | leds | power-supply | table | temperature
| voltages]
Cisco 7000 Series, Cisco 7200 Series, Cisco 7304, and Cisco 7500 Series
show environment {all | counters | history sensor | location sensor | sensor sensor | table sensor}
Syntax Description
alarms
all
fans
hardware
last
leds
(Optional) Displays the status of the MBus LEDs on the clock and scheduler
cards and switch fabric cards.
power-supply
table
Command Default
temperature
voltages
counters
history
location
sensor
sensor
Sensor name.
CF-674
April 2010
show environment
Command Modes
Command History
Usage Guidelines
Release
Modification
10.0
11.2 GS
11.3(6)AA
This command was expanded to monitor the RPS and board temperature for
the Cisco AS5300 platform, Cisco 3600 series routers, Cisco 7200 series
routers, and the Cisco 12000 series GSRs.
12.2(20)S
12.2(20)S2
This command was integrated into Cisco IOS Release 12.2(20)S2 to support
MSCs and SPAs on the Cisco 7304 router using the all, last, and table
keywords.
12.4(4)XD
This command was integrated into Cisco IOS Release 12.4(4)XD to support
the NPE-G2 on the Cisco 7200 VXR using the all, last, and table keywords.
Command output was modified for the NPE-G2.
12.2(31)SB2
This command was integrated into Cisco IOS XE Release 2.1 on the Cisco
ASR 1000 Series Routers.
The availability of keywords depends on your system and platform. The command does not support SPAs
on the Cisco 7200 series and on the NPE-G2 in the Cisco 7200 VXR routers.
A routine runs once a minute that reads environmental measurements from sensors and stores the output
into a buffer. For shared port adapters (SPAs), the temperature and voltage sensors are read every few
seconds to get environmental data. The environmental buffer is displayed on the console when you use
the show environment command.
If a measurement exceeds desired margins, but has not exceeded fatal margins, a warning message is
printed to the system console. The system software queries the sensors for measurements once a minute,
but warnings for a given test point are printed at most once every hour for sensor readings in the warning
range and once every 5 minutes for sensor readings in the critical range. If a measurement is out of line
within these time segments, an automatic warning message appears on the console. As noted, you can
query the environmental status with the show environment command at any time to determine whether
a measurement is at the warning or critical tolerance.
A SPA is shut down when any of the SPA environment readings exceed the shutdown threshold.
If a shutdown occurs because of detection of fatal environmental margins, the last measured value from
each sensor is stored in internal nonvolatile memory.
For environmental specifications, refer to the hardware installation and configuration publication for
your individual chassis.
For network processor engines (NPEs), network services engines (NSEs), line cards, and modular
services cards (MSCs), environmental information is recorded in the CISCO-ENVMON-MIB. SPAs are
not supported by the CISCO-ENVMON-MIB. In Cisco IOS Release 12.2(20)S2 and later, the
CISCO-ENTITY-SENSOR-MIB supports environmental information for SPAs, as well as NPEs, NSEs,
line cards, and MSCs.
CF-675
show environment
If the Cisco 12000 series GSR exceeds environmental conditions, a message similar to the following is
displayed on the console:
%GSR_ENV-2-WARNING: Slot 3 Hot Sensor Temperature exceeds 40 deg C;
Check cooling systems
Note
Blower temperatures that exceed environmental conditions do not generate a warning message.
You can also enable Simple Network Management Protocol (SNMP) notifications (traps or informs) to
alert a network management system (NMS) when environmental thresholds are reached using the
snmp-server enable traps envmon and snmp-server host global configuration commands.
Whenever Cisco IOS software detects a failure or recovery event from the DRPS unit, it sends an SNMP
trap to the configured SNMP server. Unlike console messages, only one SNMP trap is sent when the
failure event is first detected. Another trap is sent when the recovery is detected.
Cisco AS5300 DRPS software reuses the MIB attributes and traps defined in CISCO-ENVMON-MIB
and CISCO-ACCESS-ENVMON-MIB. CISCO-ENVMON-MIB is supported by all Cisco routers with
RPS units, and CISCO-ACCESS-ENVMON-MIB is supported by the Cisco 3600 series routers.
A power supply trap defined in CISCO-ENVMON-MIB is sent when a failure is detected and when a
failure recovery occurs for the following events: input voltage fail, DC output voltage fail, thermal fail,
and multiple failure events.
A fan failure trap defined in CISCO-ENVMON-MIB is sent when a fan failure or recovery event is
detected by Cisco IOS software.
A temperature trap defined in CISCO-ACCESS-ENVMON-MIB is sent when a board over-temperature
condition is detected by Cisco IOS software.
CISCO-ACCESS-ENVMON-MIB also defines an over-voltage trap. A similar trap is defined in
CISCO-ENVMON-MIB, but it requires the ciscoEnvMonVoltageStatusValue in varbinds. This value
indicates the current value of the voltage in the RPS. With Cisco AS5300 RPS units, the current voltage
value is not sent to the motherboard.
CISCO-ENVMON-MIB is extended to add a new enumerated value, internalRedundant(5), for MIB
attribute ciscoEnvMonSupplySource. This is used to identify a RPS unit.
Examples
In the following example, the show environment all command displays system temperature, voltage,
fan, and power supply conditions. (It does not display environmental information for SPAs.) The State
column in show environment all output should show Normal except for fans where it indicates fan
speed. A fan speed of 65% is normal.
Router# show environment all
Sensor List: Environmental Monitoring
Sensor
Location
State
V1: VMA
F0
Normal
V1: VMB
F0
Normal
V1: VMC
F0
Normal
V1: VMD
F0
Normal
V1: VME
F0
Normal
V1: 12v
F0
Normal
V1: VDD
F0
Normal
V1: GP1
F0
Normal
V2: VMA
F0
Normal
V2: VMB
F0
Normal
V2: VMC
F0
Normal
V2: VMD
F0
Normal
Reading
1801 mV
1206 mV
1206 mV
1103 mV
1005 mV
11967 mV
3295 mV
905 mV
3295 mV
2495 mV
1499 mV
1098 mV
CF-676
April 2010
show environment
V2: VME
V2: VMF
V2: 12v
V2: VDD
V2: GP1
Temp: Inlet
Temp: Asic1
Temp: Exhaust1
Temp: Exhaust2
Temp: Asic2
V1: VMA
V1: VMB
V1: VMC
V1: VMD
V1: VME
V1: VMF
V1: 12v
V1: VDD
V1: GP1
V1: GP2
V2: VMB
V2: 12v
V2: VDD
V2: GP2
Temp: Left
Temp: Center
Temp: Asic1
Temp: Right
V1: VMA
V1: VMB
V1: VMC
V1: VMD
V1: VME
V1: VMF
V1: 12v
V1: VDD
V1: GP1
V1: GP2
V2: VMB
V2: 12v
V2: VDD
V2: GP2
Temp: Left
Temp: Center
Temp: Asic1
Temp: Right
PEM Iout
PEM Vout
PEM Vin
Temp: PEM
Temp: FC
Temp: FM
Temp: FC
V1: VMA
V1: VMB
V1: VMC
V1: VMD
V1: VME
V1: VMF
V1: 12v
V1: VDD
V1: GP1
V1: GP2
Temp: CPU
F0
F0
F0
F0
F0
F0
F0
F0
F0
F0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
P0
P0
P0
P0
P0
P1
P1
R0
R0
R0
R0
R0
R0
R0
R0
R0
R0
R0
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Fan Speed 65%
Normal
Fan Speed 65%
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
Normal
1000 mV
1000 mV
11923 mV
3295 mV
751 mV
27 Celsius
44 Celsius
36 Celsius
34 Celsius
40 Celsius
1103 mV
1201 mV
1503 mV
1801 mV
2495 mV
3295 mV
11967 mV
3295 mV
751 mV
903 mV
1201 mV
11967 mV
3291 mV
903 mV
28 Celsius
29 Celsius
42 Celsius
27 Celsius
1103 mV
1201 mV
1503 mV
1801 mV
2495 mV
3295 mV
11953 mV
3291 mV
754 mV
903 mV
1206 mV
11967 mV
3291 mV
905 mV
28 Celsius
30 Celsius
44 Celsius
28 Celsius
37 A
12 V AC
116 V AC
28 Celsius
25 Celsius
1 Celsius
25 Celsius
1118 mV
3315 mV
2519 mV
1811 mV
1513 mV
1220 mV
12011 mV
3300 mV
913 mV
1247 mV
29 Celsius
CF-677
show environment
Temp: Outlet
Temp: Inlet
Temp: Asic1
R0
R0
R0
Normal
Normal
Normal
30 Celsius
25 Celsius
30 Celsius
Field
Description
Sensor
Sensor name.
Location
Chassis slot.
State
Reading
In the following example, the typical show environment display is shown when no warning conditions
are in the system for the Cisco 7000 series and Cisco 7200 series routers. This information may vary
slightly depending on the platform you are using. The date and time of the query are displayed, along
with the data refresh information and a message indicating that there are no warning conditions.
Router> show environment
Environmental Statistics
Environmental status as of 13:17:39 UTC Thu Jun 6 1996
Data is 7 second(s) old, refresh in 53 second(s)
All Environmental Measurements are within specifications
Field
Description
Status message
CF-678
April 2010
show environment
In the following example, additional temperature and voltage readings for the NPE-G2 in the Cisco 7200
VXR router are displayed by the show environment all command. Power supplies 1 and 2 are on, and
all monitored variables are within the normal operating range.
Router_npe-g2# show environment all
Power Supplies:
Power Supply 1 is Zytek AC Power Supply.
Power Supply 2 is Zytek AC Power Supply.
Temperature readings:
NPE Inlet measured at 25C/77F
NPE Outlet measured at 28C/82F
CPU Die measured at 56C/132F
Voltage readings:
+3.30 V measured at +3.32 V
+1.50 V measured at +1.48 V
+2.50 V measured at +2.46 V
+1.80 V measured at +1.75 V
+1.20 V measured at +1.17 V
VDD_CPU measured at +1.28 V
VDD_MEM measured at +2.50 V
VTT measured at +1.25 V
+3.45 V measured at +3.39 V
-11.95 measured at -11.93 V
+5.15 V measured at +4.96 V
+12.15 V measured at +12.18 V
Envm stats saved 0 time(s) since reload
Table 72
Unit is on.
Unit is on.
additional
additional
additional
additional
additional
additional
additional
additional
voltage
voltage
voltage
voltage
voltage
voltage
voltage
voltage
reading
reading
reading
reading
reading
reading
reading
reading
on
on
on
on
on
on
on
on
NPE-G2
NPE-G2
NPE-G2
NPE-G2
NPE-G2
NPE-G2
NPE-G2
NPE-G2
show environment all Field Descriptions for NPE-G2 in Cisco 7200 VXR Router
Field
Description
Unit is ...
Temperature readings
CF-679
show environment
Table 72
show environment all Field Descriptions for NPE-G2 in Cisco 7200 VXR Router
Field
Description
Voltage readings:
In the following example, the show environment last command displays the previously saved
measurements (readings) from the last environmental reading before the router was shut down. The
command also displays the reason why the router was shut down, which was power supply shutdown
in this case.
Router_npe-g2# show environment last
NPE Inlet previously measured at 26C/78F
NPE Outlet previously measured at 28C/82F
CPU Die previously measured at 56C/132F
+3.30 V previously measured at +3.32
+1.50 V previously measured at +1.48
+2.50 V previously measured at +2.46
+1.80 V previously measured at +1.75
+1.20 V previously measured at +1.17
VDD_CPU previously measured at +1.28
VDD_MEM previously measured at +2.50
VTT previously measured at +1.25
+3.45 V previously measured at +3.39
-11.95 previously measured at -11.93
+5.15 V previously measured at +4.96
+12.15 V previously measured at +12.18
last shutdown reason - power supply shutdown
Table 73
show environment last Field Descriptions for NPE-G2 in Cisco 7200 VXR Router
Field
Description
The last measured temperature of the inlet air of the router prior
to shutdown.
NPE Outlet previously measured at The last measured temperature of the outlet air of the router prior
28C/82F
to shutdown.
CPU Die previously measured at
56C/132F
CF-680
April 2010
show environment
Table 73
show environment last Field Descriptions for NPE-G2 in Cisco 7200 VXR Router
Field
Description
VDD_CPU previously measured at The last measured voltage of the VDD_CPU power rail prior to
+1.28
shutdown.
VDD_MEM previously measured
at +2.50
VTT previously measured at +1.25 The last measured voltage of the VTT power rail prior to
shutdown.
last shutdown reason
In the following example, the show environment table command displays threshold levels in a table
format of the environmental monitor parameters. It displays the high warning, high critical, and high
shutdown temperature thresholds of the NPE inlet, NPE outlet, and CPU Die. It also displays the low
and high critical voltage thresholds, and low and high shut down voltage thresholds for the power rails
on the NPE-G2 in the Cisco 7200 VXR.
Note
The low range temperatures, such as the LowShut, LowCrit, and LowWarn temperature
thresholds, are not checked and are not displayed on the NPE-G2. Also the warning voltage
thresholds, such as LowWarn and HighWarn, are not checked and are not displayed on the
NPE-G2.
HighCrit HighShut
59C/138F
64C/147F
85C/185F
+3.47
+1.56
+2.61
+1.91
+1.28
+1.36
+2.61
+1.32
+3.63
-12.84
+5.42
+12.77
+4.29
+1.95
+3.28
+2.34
+1.56
+1.71
+3.28
+1.64
+4.49
-15.78
+6.71
+15.82
CF-681
show environment
Table 74
show environment table Field Descriptions for NPE-G2 in Cisco 7200 VXR Router
Field
Description
Sample Point
LowShut
LowCrit
LowWarn
HighWarn
HighCrit
HighShut
CF-682
April 2010
show environment
Table 74
show environment table Field Descriptions for NPE-G2 in Cisco 7200 VXR Router
Field
Description
CF-683
show environment
Table 74
show environment table Field Descriptions for NPE-G2 in Cisco 7200 VXR Router
Field
Description
System shutdown for NPE Outlet is This is the HighShut temperature threshold for the NPE Outlet.
84C/183F
If the temperature reaches or exceeds 84C/183F, a Shutdown
message is issued and the NPE Outlet area is shut down.
System shutdown for CPU Die is
100C/212F
The voltage thresholds for the +3.30 V power rail are as follows:
Note
CF-684
April 2010
show environment
Table 74
show environment table Field Descriptions for NPE-G2 in Cisco 7200 VXR Router
Field
Description
Note
Note
VTT +0.85 +1.17 +1.32 +1.64 The voltage thresholds for the VTT power rail are as follows:
Note
The following are examples of messages that display on the system console when a measurement has
exceeded an acceptable margin:
ENVIRONMENTAL WARNING: Air flow appears marginal.
ENVIRONMENTAL WARNING: Internal temperature measured 41.3(C)
ENVIRONMENTAL WARNING: +5 volt testpoint measured 5.310(V)
The system displays the following message if voltage or temperature exceed maximum margins:
SHUTDOWN: air flow problem
CF-685
show environment
In the following example, there have been two intermittent power failures since a router was turned on,
and the lower power supply is not functioning. The last intermittent power failure occurred on Monday,
June 10, 1996, at 11:07 p.m.
7000# show environment all
Environmental Statistics
Environmental status as of 23:19:47 UTC Wed Jun 12 1996
Data is 6 second(s) old, refresh in 54 second(s)
WARNING: Lower Power Supply is NON-OPERATIONAL
Lower Power Supply:700W, OFF
Intermittent Powerfail(s): 2
+12
+5
-12
+24
volts
volts
volts
volts
measured
measured
measured
measured
at 12.05(V)
at
4.96(V)
at -12.05(V)
at 23.80(V)
show environment all Field Descriptions for the Cisco 7000 Series Routers
Field
Description
WARNING:
Intermittent Powerfail(s)
Voltage specifications
The following example is for the Cisco 7000 series routers. The router retrieves the environmental
statistics at the time of the last shutdown. In this example, the last shutdown was Friday, May 19, 1995,
at 12:40 p.m., so the environmental statistics at that time are displayed.
Router# show environment last
Environmental Statistics
Environmental status as of 14:47:00 UTC Sun May 21 1995
Data is 6 second(s) old, refresh in 54 second(s)
WARNING: Upper Power Supply is NON-OPERATIONAL
LAST Environmental Statistics
Environmental status as of 12:40:00 UTC Fri May 19 1995
CF-686
April 2010
show environment
No Intermittent Powerfails
+12
+5
-12
+24
volts
volts
volts
volts
measured
measured
measured
measured
at 12.05(V)
at
4.98(V)
at -12.00(V)
at 23.80(V)
show environment last Field Descriptions for the Cisco 7000 Series Routers
Field
Description
WARNING:
10.20
4.74
-10.20
20.00
12.05(V)
4.98(V)
-12.05(V)
24.00(V)
13.80
5.26
-13.80
28.00
CF-687
show environment
Temperature Parameters:
SENSE
WARNING
NORMAL
WARNING
CRITICAL
SHUTDOWN
-------|-------------|------------|-------------|--------------|----------Airflow
Inlet
10
10
60
39
70
41(C)
73(C)
46
88
64
show environment table Field Descriptions for the Cisco 7000 Series Routers
Field
Description
SENSE (Temperature
Parameters)
Air being measured. Inlet measures the air coming in, and Airflow
measures the temperature of the air inside the chassis.
WARNING
NORMAL
CRITICAL
SHUTDOWN
The system displays the following message if the voltage or temperature enters the Warning range:
%ENVM-4-ENVWARN: Chassis outlet 3 measured at 55C/131F
The system displays the following message if the voltage or temperature enters the Critical range:
%ENVM-2-ENVCRIT: +3.45 V measured at +3.65 V
The system displays the following message if the voltage or temperature exceeds the maximum margins:
%ENVM-0-SHUTDOWN: Environmental Monitor initiated shutdown
The following message is sent to the console if a power supply has been inserted or removed from the
system. This message relates only to systems that have two power supplies.
%ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed
The following message is sent to the console if a power supply has been powered on or off. In the case
of the power supply being shut off, this message can be due to the user shutting off the power supply or
to a failed power supply. This message relates only to systems that have two power supplies.
%ENVM-6-PSLEV: Power Supply 1 state changed from normal to shutdown
The following is sample output from the show environment all command on the Cisco 7200 series
routers when there is a voltage warning condition in the system:
7200# show environment all
Power Supplies:
Power supply 1 is unknown. Unit is off.
Power supply 2 is Zytek AC Power Supply. Unit is on.
Temperature readings:
chassis inlet
measured at 25C/77F
chassis outlet 1 measured at 29C/84F
CF-688
April 2010
show environment
chassis outlet 2
chassis outlet 3
Voltage readings:
+3.45 V measured
+5.15 V measured
+12.15 measured
-11.95 measured
measured at 36C/96F
measured at 44C/111F
at
at
at
at
show environment all Field Descriptions for the Cisco 7200 Series Router
Field
Description
Power Supplies
Temperature readings
Voltage readings
The following example is for the Cisco 7200 series routers. This example shows the measurements
immediately before the last shutdown and the reason for the last shutdown (if appropriate).
7200# show environment last
chassis
chassis
chassis
chassis
+3.3 V
+5.0 V
+12.0 V
-12.0 V
inlet
outlet 1
outlet 2
outlet 3
previously
previously
previously
previously
previously
previously
previously
previously
measured
measured
measured
measured
measured
measured
measured
measured
at
at
at
at
at
at
at
at
27C/80F
31C/87F
37C/98F
45C/113F
4.02
4.92
12.65
11.71
show environment last Field Descriptions for the Cisco 7200 Series Router
Field
Description
chassis inlet
chassis outlet
voltages
The following example is for the Cisco 7200 series routers. This information lists the temperature and
voltage shutdown thresholds for each sensor.
7200# show environment table
Sample Point
chassis inlet
chassis outlet 1
chassis outlet 2
LowCritical
LowWarning
HighWarning
40C/104F
43C/109F
75C/167F
HighCritical
50C/122F
53C/127F
75C/167F
CF-689
show environment
chassis outlet 3
+3.45 V
+2.76
+5.15 V
+4.10
+12.15 V
+9.72
-11.95 V
-8.37
Shutdown system at 70C/158F
+3.10
+4.61
+10.91
-9.57
55C/131F
+3.80
+5.67
+13.37
-14.34
65C/149F
+4.14
+6.17
+14.60
-15.53
show environment table Field Descriptions for the Cisco 7200 Series Router
Field
Description
Sample Point
LowCritical
LowWarning
HighWarning
HighCritical
Shutdown system at
The sample output for the Cisco 7500 series routers may vary depending on the specific model (for
example, the Cisco 7513 router). The following is sample output from the show environment all
command on the Cisco 7500 series routers:
7500# show environment all
Arbiter type 1, backplane type 7513 (id 2)
Power supply #1 is 1200W AC (id 1), power supply #2 is removed (id 7)
Active fault conditions: none
Fan transfer point: 100%
Active trip points: Restart_Inhibit
15 of 15 soft shutdowns remaining before hard shutdown
Dbus slots:
card
RSP(6)
RSP(7)
1
0123456789012
X
XX
X
inlet
35C/95F
35C/95F
hotpoint
47C/116F
43C/109F
exhaust
40C/104F
39C/102F
CF-690
April 2010
show environment
+5V Current
+12V Current
-12V Current
output is 378 W
show environment all Field Descriptions for the Cisco 7500 Series Routers
Field
Description
Arbiter type 1
Power supply
15 of 15 soft shutdowns remaining When the temperature increases above the board shutdown
level, a soft shutdown occurs (that is, the cards are shut down,
and the power supplies, fans, and CI continue to operate). When
the system cools to the restart level, the system restarts. The
system counts the number of times this occurs and keeps the
up/down cycle from continuing forever. When the counter
reaches zero, the system performs a hard shutdown, which
requires a power cycle to recover. The soft shutdown counter is
reset to its maximum value after the system has been up for
6 hours.
Dbus slots:
PS1
The following example is for the Cisco 7500 series routers. This example shows the measurements
immediately before the last shutdown.
7500# show environment last
RSP(4) Inlet
RSP(4) Hotpoint
CF-691
show environment
RSP(4) Exhaust
+12 Voltage
+5 Voltage
-12 Voltage
+24 Voltage
previously
previously
previously
previously
previously
measured
measured
measured
measured
measured
at
at
at
at
at
52C/125F
12.26
5.17
-12.03
23.78
show environment last Field Descriptions for the Cisco 7500 Series Routers
Field
Description
Voltages
The following example is for the Cisco 7500 series router. This information lists the temperature and
voltage thresholds for each sensor. These thresholds indicate when error messages occur. There are two
level of messages: warning and critical.
7500# show environment table
Sample Point
LowCritical
LowWarning
RSP(4) Inlet
RSP(4) Hotpoint
RSP(4) Exhaust
+12 Voltage
10.90
11.61
+5 Voltage
4.61
4.94
-12 Voltage
-10.15
-10.76
+24 Voltage
20.38
21.51
2.5 Reference
2.43
Shutdown boards at
70C/158F
Shutdown power supplies at
76C/168F
Restart after shutdown below 40C/104F
HighWarning
44C/111F
54C/129F
HighCritical
50C/122F
60C/140F
12.82
5.46
-13.25
26.42
2.51
13.38
5.70
-13.86
27.65
show environment table Field Descriptions for the Cisco 7500 Series Routers
Field
Description
Sample Point
LowCritical
LowWarning
HighWarning
HighCritical
CF-692
April 2010
show environment
Table 83
show environment table Field Descriptions for the Cisco 7500 (continued)Series
Field
Description
Shutdown boards at
In the following example, keywords and options are limited according to the physical characteristics of
the system is shown:
as5300# show environment ?
all
last
table
|
<cr>
The following examples are for the Cisco 12000 series GSRs.
The following is sample output from the show environment command for a Cisco 12012 router. Slots
0 through 11 are the line cards, slots 16 and 17 are the clock and scheduler cards, slots 18 through 20 are
the switch fabric cards, slots 24 through 26 are the power supplies, and slots 28 and 29 are the blowers.
An NA in the table means that no values were returned. In some cases it is because the equipment is
not supported for that environmental parameter (for example, the power supply and blowers in slots 24,
26, 28, and 29 do not have a 3V power supply, so an NA is displayed).
Router# show environment
Slot #
0
2
4
7
9
11
16
17
18
19
20
24
26
28
29
Slot #
24
26
3V
(mv)
3300
3296
3280
3280
3292
3288
3308
3292
3304
3300
3304
NA
NA
NA
NA
5V
(mv)
4992
4976
4992
4984
4968
4992
NA
NA
NA
NA
NA
5536
5544
NA
NA
48V
(Volt)
46
46
AMP_48
(Amp)
12
19
Inlet Sensor
(deg C)
37.0
33.0
31.5
32.0
31.5
30.5
38.0
36.5
35.0
33.5
34.0
31.5
31.5
NA
NA
CF-693
show environment
Slot #
28
29
Fan 0
(RPM)
2160
2130
Fan 1
(RPM)
2190
2190
Fan 2
(RPM)
2160
2070
Table 84 describes the significant fields shown and lists the equipment supported by each environmental
parameter. NA indicates that the reading could not be obtained, so the command should be run again.
Table 84
show environment Field Descriptions for the Cisco 12000 Series Routers
Field
Description
Slot #
Slot number of the equipment. On the Cisco 12012 router, slots 0 through 11
are the line cards, slots 16 and 17 are the clock and scheduler cards, slots 18
through 20 are the switch fabric cards, slots 24 through 27 are the power
supplies, and slots 28 and 29 are the blowers.
3V (mv)
Measures the 3V power supply on the card. The 3V power supply is on the line
cards, GRP card, clock and scheduler cards, and switch fabric cards.
5V (mv)
Measures the 5V power supply on the card. The 5V power supply is on the line
cards, GRP card, and power supplies.
MBUS 5V (mv)
Measures the temperature at the hot sensor on the card. The hot sensor is on the
line cards, GRP card, clock and scheduler cards, switch fabric cards, and
blowers.
Inlet Sensor (deg C) Measures the current inlet temperature on the card. The inlet sensor is on the
line cards, GRP card, clock and scheduler cards, switch fabric cards, and power
supplies.
48V (Volt)
AMP_48 (Amp)
The following is sample output from the show environment all command for the Cisco 12008 router.
Slots 0 through 7 are the line cards, slots 16 and 17 are the clock scheduler cards (the clock scheduler
cards control the fans), slots 18 through 20 are the switch fabric cards, and slots 24 and 26 are the power
supplies. The Cisco 12008 router does not support slots 25, 27, 28, and 29. An NA in the table means
that no values were returned. In some cases it is because the equipment is not supported for that
environmental parameter (for example, the power supplies in slots 24 and 26 do not have a hot sensor,
so an NA is displayed).
Router# show environment all
Slot #
2
5
16
18
19
24
26
Hot Sensor
(deg C)
31.0
33.5
25.5
22.0
22.5
NA
NA
Inlet Sensor
(deg C)
22.0
26.5
21.5
21.0
21.0
29.5
24.5
CF-694
April 2010
show environment
Slot #
3V
(mv)
3292
3292
3272
3300
3316
5V
(mv)
5008
5000
NA
NA
NA
24
26
5V
(mv)
0
5544
MBUS 5V 48V
(mv)
(Volt)
5096
3
5144
47
Slot #
16
Fan Information
Voltage 16V Speed slow: Main Fans Ok Power Supply fans Ok
2
5
16
18
19
Slot #
MBUS 5V
(mv)
5136
5128
5128
5128
5128
AMP_48
(Amp)
0
3
Alarm Indicators
No alarms
Slot #
16
18
19
24
26
The following is sample output from the show environment table command for a Cisco 12012 router.
The show environment table command lists the warning, critical, and shutdown limits on your system
and includes the GRP card and line cards (slots 0 to 15), clock and scheduler cards (slots 16 and 17),
switch fabric cards (slots 18 to 20), and blowers.
Router# show environment table
Hot Sensor Temperature Limits (deg C):
Warning Critical Shutdown
GRP/GLC (Slots 0-15)
40
46
57
CSC
(Slots 16-17)
46
51
65
SFC
(Slots 18-20)
41
46
60
Inlet Sensor Temperature Limits (deg C):
Warning Critical Shutdown
GRP/GLC (Slots 0-15)
35
40
52
CSC
(Slots 16-17)
40
45
59
SFC
(Slots 18-20)
37
42
54
3V Ranges (mv):
Warning
Below
Above
3200
3400
3200
3400
3200
3400
Critical
Below Above
3100
3500
3100
3500
3100
3500
Shutdown
Below Above
3050
3550
3050
3550
3050
3550
Warning
Below
Above
4850
5150
Critical
Below Above
4750
5250
Shutdown
Below Above
4680
5320
Warning
Below
Above
5000
5250
4820
5150
5000
5250
Critical
Below Above
4900
5350
4720
5250
4900
5350
Shutdown
Below Above
4750
5450
4750
5450
4750
5450
5V Ranges (mv):
CF-695
show environment
Fan 0
Fan 1
Fan 2
Warning
Below
1000
1000
1000
Critical
Below
750
750
750
Warning
Below
1000
1000
1000
Critical
Below
750
750
750
Bottom Blower:
Fan 0
Fan 1
Fan 2
The following is sample output from the show environment leds command for a Cisco 12012 router.
The show environment leds command lists the status of the MBus LEDs on the clock, scheduler, and
the switch fabric cards.
Router# show environment leds
16
18
19
20
leds
leds
leds
leds
Mbus
Mbus
Mbus
Mbus
OK
OK
OK
OK
The following is sample output from the show environment all command on a Cisco 7304 router with
modular services cards (MSCs) and shared port adapters (SPAs) installed:
Router# show environment all
Power Supplies:
Power supply 1 is AC power supply. Unit is on.
Power supply 2 is empty.
Fans:
Fan 1 is on.
Fan 2 is on.
Temperature readings:
Active RP (NPEG100, slot 0):
npeg100 outlet
measured at 29C/84F
npeg100 inlet
measured at 34C/93F
npeg100 hotspot
measured at 35C/95F
Line card (7304-MSC-100, slot 4):
7304-MSC-100
measured at 32C/89F
Card in subslot 4/0:
SPA-4FE-7304 inlet
measured at 31C/87F
SPA-4FE-7304 outlet measured at 32C/89F
Voltage readings:
Active RP (NPEG100, slot 0):
npe outlet 2.5 V
measured at 2.496 V
npe outlet 3.3 V
measured at 3.302 V
npe outlet 5.0 V
measured at 4.992 V
npe outlet 12.0 V
measured at 11.812 V
npe outlet 3.3c V
measured at 3.199 V
npe inlet
1.5 V
measured at 1.494 V
npe outlet 1.8 V
measured at 1.790 V
npe outlet 1.2 V
measured at 1.198 V
npe outlet 1.2c V
measured at 1.198 V
CF-696
April 2010
show environment
The following is sample output from the show environment last command on a Cisco 7304 router with
MSCs and SPAs installed and an NSE-100:
Router# show environment last
Temperature information:
NSE board:
nse outlet
is unmeasured
nse inlet
is unmeasured
nse hotspot
is unmeasured
nse db
is unmeasured
Line card slot 4:
7304-MSC-100
is unmeasured
Card in subslot 4/1:
SPA-4FE-7304 inlet
previously measured
SPA-4FE-7304 outlet previously measured
Voltage information:
NSE board:
nse outlet 1.8 V
is unmeasured
nse outlet 2.5 V
is unmeasured
nse outlet 3.3 V
is unmeasured
nse outlet 5 V
is unmeasured
nse outlet 12 V
is unmeasured
nse inlet 1.8 V
is unmeasured
nse inlet 3.3 V
is unmeasured
nse inlet 1.5 V
is unmeasured
nse hotspot 1.8 V
is unmeasured
nse db 1.65 V
is unmeasured
nse db 1.8 V
is unmeasured
Line card slot 4:
7304-MSC-100 0.75 V is unmeasured
7304-MSC-100 1.5 V
is unmeasured
7304-MSC-100 2.5 V
is unmeasured
7304-MSC-100 3.3 V
is unmeasured
7304-MSC-100 12 V
is unmeasured
Card in subslot 4/1:
SPA-4FE-7304 1.8V
previously measured
SPA-4FE-7304 1.5V
previously measured
SPA-4FE-7304 2.5V
previously measured
SPA-4FE-7304 3.3V
previously measured
SPA-4FE-7304 1.0V
previously measured
Last shutdown reason: shutdown undefined
at 30C/86F
at 32C/89F
at
at
at
at
at
1.823
1.512
2.504
3.258
1.014
V
V
V
V
V
CF-697
show environment
The following is sample output from the show environment table command on a Cisco 7304 router with
MSCs and SPAs installed:
Router# show environment table
Temperature tables:
Active RP (NPEG100, slot 0):
Sample Point
HighWarning
npeg100 outlet
53C/127F
npeg100 inlet
53C/127F
npeg100 hotspot
53C/127F
Line card (7304-MSC-100, slot 4):
Sample Point
HighWarning
7304-MSC-100
48C/118F
Card in subslot 4/0:
Sample Point
HighWarning
SPA-4FE-7304 inlet 52C/125F
SPA-4FE-7304 outlet 52C/125F
Voltage tables:
Active RP (NPEG100, slot 0):
Sample Point
LowShut LowCrit
npe outlet 2.5 V 2.275 V 2.375 V
npe outlet 3.3 V 3.003 V 3.135 V
npe outlet 5.0 V 4.500 V 4.750 V
npe outlet 12.0 V 9.960 V 10.440 V
npe outlet 3.3c V 3.003 V 3.135 V
npe inlet
1.5 V 1.350 V 1.425 V
npe outlet 1.8 V 1.620 V 1.710 V
npe outlet 1.2 V 1.128 V 1.164 V
npe outlet 1.2c V 1.128 V 1.164 V
Line card (7304-MSC-100, slot 4):
Sample Point
LowShut LowCrit
7304-MSC-100 0.75 0.559 V 0.600 V
7304-MSC-100 1.5 V 1.350 V 1.440 V
7304-MSC-100 2.5 V 2.250 V 2.375 V
7304-MSC-100 3.3 V 2.970 V 3.135 V
7304-MSC-100 12 V 9.960 V 10.440 V
Card in subslot 4/0:
Sample Point
LowShut LowCrit
SPA-4FE-7304 1.8V 1.620 V 1.710 V
SPA-4FE-7304 1.5V 1.350 V 1.425 V
SPA-4FE-7304 2.5V 2.250 V 2.375 V
SPA-4FE-7304 3.3V 2.970 V 3.135 V
SPA-4FE-7304 1.0V 0.900 V 0.950 V
HighCritical HighShutdown
68C/154F
73C/163F
68C/154F
73C/163F
68C/154F
73C/163F
HighCritical HighShutdown
63C/145F
68C/154F
HighCritical HighShutdown
67C/152F
72C/161F
67C/152F
72C/161F
HighWarn
1.872 V
1.560 V
2.600 V
3.432 V
1.040 V
HighCrit
1.890 V
1.575 V
2.625 V
3.465 V
1.050 V
HighShut
1.980 V
1.650 V
2.750 V
3.630 V
1.100 V
show environment table Field Descriptions for the Cisco 7304 Router
Field
Description
Sample Point
LowShut
LowCrit/LowCritical
CF-698
April 2010
show environment
Table 85
Related Commands
show environment table Field Descriptions for the Cisco 7304 Router (continued)
Field
Description
LowWarn/LowWarning
HighWarn/HighWarning
HighCrit/HighCritical
HighShut/HighShutdown
Command
Description
CF-699
Syntax Description
status
threshold
frutype
(Optional) Alarm type; valid values are all, backplane, clock number, earl slot,
fan-tray, module slot, rp slot, power-supply number, supervisor slot, and vtt number.
See the Note for a list of valid values for number and slot.
Defaults
If you do not enter a frutype, all the information about the environmental alarm status is displayed.
Command Modes
User EXEC
Privileged EXEC
Command History
Usage Guidelines
Note
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(33)SRA
vtt number1 to 3.
The slot argument designates the module and port number. Valid values for slot depend on the chassis
and module that are used. For example, if you have a 48-port 10/100BASE-T Ethernet module that is
installed in a 13-slot chassis, valid values for the slot number are from 1 to 13 and valid values for the
port number are from 1 to 48.
CF-700
April 2010
Examples
This example shows how to display all the information about the status of the environmental alarm:
Router> show environment alarm threshold
environmental alarm thresholds:
power-supply 1 fan-fail: OK
threshold #1 for power-supply 1 fan-fail:
(sensor value != 0) is system minor alarm
power-supply 1 power-output-fail: OK
threshold #1 for power-supply 1 power-output-fail:
(sensor value != 0) is system minor alarm
fantray fan operation sensor: OK
threshold #1 for fantray fan operation sensor:
(sensor value != 0) is system minor alarm
operating clock count: 2
threshold #1 for operating clock count:
(sensor value < 2) is system minor alarm
threshold #2 for operating clock count:
(sensor value < 1) is system major alarm
operating VTT count: 3
threshold #1 for operating VTT count:
(sensor value < 3) is system minor alarm
threshold #2 for operating VTT count:
(sensor value < 2) is system major alarm
VTT 1 OK: OK
threshold #1 for VTT 1 OK:
(sensor value != 0) is system minor alarm
VTT 2 OK: OK
threshold #1 for VTT 2 OK:
(sensor value != 0) is system minor alarm
VTT 3 OK: OK
threshold #1 for VTT 3 OK:
(sensor value != 0) is system minor alarm
clock 1 OK: OK
threshold #1 for clock 1 OK:
(sensor value != 0) is system minor alarm
clock 2 OK: OK
threshold #1 for clock 2 OK:
(sensor value != 0) is system minor alarm
module 1 power-output-fail: OK
threshold #1 for module 1 power-output-fail:
(sensor value != 0) is system major alarm
module 1 outlet temperature: 21C
threshold #1 for module 1 outlet temperature:
(sensor value > 60) is system minor alarm
threshold #2 for module 1 outlet temperature:
(sensor value > 70) is system major alarm
module 1 inlet temperature: 25C
threshold #1 for module 1 inlet temperature:
(sensor value > 60) is system minor alarm
threshold #2 for module 1 inlet temperature:
(sensor value > 70) is system major alarm
module 1 device-1 temperature: 30C
threshold #1 for module 1 device-1 temperature:
(sensor value > 60) is system minor alarm
threshold #2 for module 1 device-1 temperature:
(sensor value > 70) is system major alarm
module 1 device-2 temperature: 29C
threshold #1 for module 1 device-2 temperature:
(sensor value > 60) is system minor alarm
threshold #2 for module 1 device-2 temperature:
(sensor value > 70) is system major alarm
module 5 power-output-fail: OK
CF-701
Related Commands
Command
Description
show environment
status
show environment
temperature
CF-702
April 2010
Syntax Description
Defaults
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(33)SRA
Usage Guidelines
This command is not supported in Cisco 7600 series routers that are configured with a Supervisor
Engine 2.
Examples
This example shows how to display the information about the cooling parameter:
Router> show environment cooling
fan-tray 1:
fan-tray 1 fan-fail: failed
fan-tray 2:
fan 2 type: FAN-MOD-9
fan-tray 2 fan-fail: OK
chassis cooling capacity: 690 cfm
ambient temperature: 55C
chassis per slot cooling capacity: 75 cfm
module
module
module
module
module
module
Router>
Related Commands
1
2
5
6
8
9
cooling
cooling
cooling
cooling
cooling
cooling
requirement:
requirement:
requirement:
requirement:
requirement:
requirement:
70
70
30
70
70
30
cfm
cfm
cfm
cfm
cfm
cfm
Command
Description
CF-703
Syntax Description
frutype
Defaults
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(18)SXF
12.2(33)SRA
Usage Guidelines
Note
(Optional) FRU type; see the Note for a list of valid values.
allNo arguments.
backplaneNo arguments.
fan-trayNo arguments.
vtt number1 to 3.
The slot argument designates the module and port number. Valid values for slot depend on the chassis
and module that are used. For example, if you have a 48-port 10/100BASE-T Ethernet module that is
installed in a 13-slot chassis, valid values for the slot number are from 1 to 13 and valid values for the
port number are from 1 to 48.
CF-704
April 2010
Examples
This example shows how to display the information about the environmental status:
Router> show environment status
backplane:
operating clock count: 2
operating VTT count: 3
fan-tray:
fantray fan operation sensor: OK
VTT 1:
VTT 1 OK: OK
VTT 2:
VTT 2 OK: OK
VTT 3:
VTT 3 OK: OK
clock 1:
clock 1 OK: OK, clock 1 clock-inuse: not-in-use
clock 2:
clock 2 OK: OK, clock 2 clock-inuse: in-use
power-supply 1:
power-supply 1 fan-fail: OK
power-supply 1 power-output-fail: OK
module 1:
module 1 power-output-fail: OK
module 1 outlet temperature: 21C
module 1 inlet temperature: 25C
module 1 device-1 temperature: 30C
module 1 device-2 temperature: 29C
EARL 1 outlet temperature: N/O
EARL 1 inlet temperature: N/O
module 5:
module 5 power-output-fail: OK
module 5 outlet temperature: 26C
module 5 inlet temperature: 23C
module 5 device-1 temperature: 26C
module 5 device-2 temperature: 27C
Router>
This example shows how to display the information about the high-capacity power supplies:
Route># show environment status power-supply 2
power-supply 2:
power-supply 2
power-supply 2
power-supply 2
power-supply 2
power-supply 2
power-supply 2
power-supply 2
fan-fail: OK
power-input 1: none
power-input 2: AC low
power-input 3: AC high
power-input 4: AC high
power-output: low (mode 1)
power-output-fail: OK
Field
Description
System fan tray failure status. The failure of the system fan tray is
indicated as a minor alarm.
CF-705
Table 86
Related Commands
Field
Description
clock # clock-inuse
power-supply # fan-fail
Fan failure. Fan failures on either or both (if any) power supplies are
considered minor alarms.
power-input-fail
power-output-fail
outlet temperature
inlet temperature
Command
Description
CF-706
April 2010
Syntax Description
frutype
Defaults
If you do not enter a frutype, the module and EARL temperature readings are displayed.
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17a)SX
Usage Guidelines
(Optional) Field replaceable unit (FRU) type; see the Usage Guidelines section for a
list of valid values.
The names of the ASIC are listed if there is more than one ASIC.
The type of sensor is listed if there is more than one sensor on the ASIC.
Current temperature.
12.2(17d)SXB
12.2(33)SRA
vtt number1 to 3.
CF-707
Note
The slot argument designates the module and port number. Valid values for slot depend on the chassis
and module that are used. For example, if you have a 48-port 10/100BASE-T Ethernet module that is
installed in a 13-slot chassis, valid values for the slot number are from 1 to 13 and valid values for the
port number are from 1 to 48.
The show environment temperature module command output includes the updated information after
an SCP response is received.
In the output display, the following applies:
Examples
N/A means not availableThe sensor value is presently not available; try again later.
VTT 1, 2, and 3 refer to the power monitors that are located on the chassis backplane under the rear
cover.
This example shows how to display the temperature information for a specific module:
Router> show environment temperature module 5
module 5
module
module
module
module
module
module
module
module
module
Router>
This example shows how to display the temperature readings for all modules:
Router> show environment temperature
VTT 1 outlet temperature: 25C
VTT 2 outlet temperature: 24C
VTT 3 outlet temperature: 28C
module 1 outlet temperature: 24C
module 1 device-2 temperature: 29C
RP 1 outlet temperature: 25C
RP 1 inlet temperature: 29C
EARL 1 outlet temperature: 25C
EARL 1 inlet temperature: 22C
module 5 outlet temperature: 27C
module 5 inlet temperature: 22C
Router>
Field
Description
outlet temperature
CF-708
April 2010
Table 87
Related Commands
Field
Description
inlet temperature
Command
Description
CF-709
Syntax Description
Defaults
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17b)SXA
12.2(17d)SXB
12.2(33)SRA
Examples
Related Commands
Command
Detection status
---------------Enabled
Enabled
Enabled
Enabled
Enabled
Enabled
Enabled
Description
CF-710
April 2010
Syntax Description
Defaults
Command Modes
EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(33)SRA
Examples
This example shows how to display the information about the error-disable recovery timer:
Router# show errdisable recovery
ErrDisable Reason
----------------udld
bpduguard
rootguard
pagp-flap
dtp-flap
link-flap
Timer Status
-------------Enabled
Enabled
Enabled
Enabled
Enabled
Enabled
Related Commands
Errdisable reason
----------------link-flap
Time left(sec)
-------------279
Command
Description
errdisable recovery
CF-711
show fastblk
show fastblk
To display fast block memory information, use the show fastblk command in privileged EXEC mode.
show fastblk [detailed]
Syntax Description
detailed
Command Modes
Command History
Release
Modification
12.4(22)T
Usage Guidelines
Use this command to display allocated fast block memory pool details. When no memory pools are
allocated, the no fastblk memory pools allocated message is displayed.
Examples
The following is sample output from the show fastblk command using the detailed keyword. The fields
are self-explanatory.
Router# show fastblk detailed
Pool name: SCTP ApplReq
flags:DYN_POOL
total = 400 inuse = 0, free = 400, max = 0
increment = 200, threshold = 100, hist max = 400
alloc failures = 0, sub-pool creation failures = 0
subpool: blks = 0x62968A2C, total = 400, inuse= 0, free = 400
delete count = 0, flags:
Pool name: SCTP BufSegHdr
flags:DYN_POOL
total = 9000 inuse = 0, free = 9000, max = 0
increment = 4500, threshold = 6750, hist max = 9000
alloc failures = 0, sub-pool creation failures = 0
subpool: blks = 0x62B8E2F4, total = 9000, inuse= 0, free = 9000
delete count = 0, flags:
Pool name: SCTP DestAddr
flags:DYN_POOL
total = 80 inuse = 0, free = 80, max = 0
increment = 40, threshold = 20, hist max = 80
alloc failures = 0, sub-pool creation failures = 0
subpool: blks = 0x62972534, total = 80, inuse= 0, free = 80
delete count = 0, flags:
Pool name: SCTP Addr
flags:DYN_POOL POOL_HAS_GRWN
total = 200 inuse = 100, free = 100, max = 0
increment = 50, threshold = 50, hist max = 200
alloc failures = 31, sub-pool creation failures = 0
subpool: blks = 0x6271B6D0, total = 50, inuse= 0, free = 50
delete count = 0, flags: DYN_SUBPOOL
subpool: blks = 0x6271D730, total = 50, inuse= 0, free = 50
delete count = 0, flags: DYN_SUBPOOL
subpool: blks = 0x6297680C, total = 100, inuse= 100, free = 0
delete count = 0, flags:
Pool name: SCTP ChunkDesc
flags:DYN_POOL
CF-712
April 2010
show fastblk
CF-713
Syntax Description
Command Modes
EXEC
Command History
Release
Modification
11.3 AA
12.2(33)SRA
Usage Guidelines
File descriptors are the internal representations of open files. You can use this command to learn if
another user has a file open.
Examples
The following is sample output from the show file descriptors command:
Router# show file descriptors
File Descriptors:
FD
0
1
Position
187392
184320
Open
0001
030A
PID
2
2
Path
tftp://dirt/hampton/c4000-i-m.a
flash:c4000-i-m.a
Field
Description
FD
Position
Open
PID
Path
CF-714
April 2010
Syntax Description
file-url
Command Modes
EXEC
Command History
Release
Modification
11.3 AA
12.2(33)SRA
Examples
The following is sample output from the show file information command:
Router# show file information tftp://dirt/hampton/c2500-j-l.a
tftp://dirt/hampton/c2500-j-l.a:
type is image (a.out) [relocatable, run from flash]
file size is 8624596 bytes, run size is 9044940 bytes [8512316+112248+420344]
Foreign image
Router# show file information slot0:c7200-js-mz
slot0:c7200-js-mz:
type is image (elf) []
file size is 4770316 bytes, run size is 4935324 bytes
Runnable image, entry point 0x80008000, run from ram
Router1# show file information nvram:startup-config
nvram:startup-config:
type is ascii text
Types
Description
image (a.out)
image (elf)
ascii text
coff
ebcdic
CF-715
Table 89
Types
Description
lzw compression
tar
CF-716
April 2010
Syntax Description
Command Modes
Privileged EXEC
Command History
Release
Modification
11.3AA
12.3(7)T
This command was enhanced to display information about the ATA ROM
monitor library (monlib) file.
12.2(25)S
12.2(33)SRA
12.2(33)SXI
This command was integrated into Cisco IOS Release 12.2(33)SXI and the
output was modified.
12.4(24)T
This command was integrated into Cisco IOS Release 12.4(24)T and the
output was modified.
Usage Guidelines
Use this command to learn the alias names, the Prefixes column in the output of the file systems that
your router supports.
Examples
The following is sample output from the show file systems command:
Router# show file systems
File Systems:
Size(b)
42541056
512065536
65536000
129004
125802334
0
1964024
-
Free(b)
42541056
30834688
19811932
102228
0
609689428
1949453
-
Type
ram
opaque
disk
disk
flash
opaque
nvram
opaque
opaque
opaque
opaque
nvram
network
network
network
network
Flags
rw
rw
rw
rw
rw
ro
rw
ro
rw
rw
ro
rw
rw
rw
rw
rw
Prefixes
tmp:
system:
disk1: disk1:0:#
disk0:#
bootflash: sup-bootflash:
ivfs:
const_nvram:
microcode: sup-microcode:
image: sup-image:
null:
tar:
nvram:
rcp:
tftp:
http:
ftp:
CF-717
512065536
65536000
1964024
129004
65536000
-
30842880
19328264
1919757
102228
65536000
-
disk
disk
disk
disk
flash
nvram
nvram
flash
nvram
opaque
disk
disk
disk
rw
rw
rw
rw
rw
rw
rw
rw
rw
rw
rw
rw
rw
disk1:1:
disk1:2:
slavedisk0:#
slavedisk1: slavedisk1:0:
slavesup-bootflash:
slavenvram:
slaveconst_nvram:
slavebootflash:
slavercsf:
slavesystem:
slavedisk1:1:
slavedisk1:2:
slavedisk1:3:
Field
Description
Size(b)
Free(b)
Type
Type of file system. The file system can be one of the following
types:
Flags
Prefixes
Permissions for the file system. The file system can have one of the
following permission states:
Alias for the file system. Prefixes marked with a pound symbol (#)
indicate a bootable disk.
CF-718
April 2010
show flh-log
show flh-log
The show flh-log command has been replaced by the more flh:logfile command. See the description of
the more flh:logfile command for more information.
CF-719
show fm inspect
show fm inspect
To display the list and status of the access control lists (ACLs) and ports on which context based access
control (CBAC) is configured, use the show fm inspect command in user EXEC or privileged EXEC
mode.
show fm inspect [detail | interface type mod/port]
Syntax Description
detail
interface type
mod/port
Defaults
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Usage Guidelines
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(33)SRA
If you can configure a VLAN access control list (VACL) on the port before you configure CBAC, the
status displayed is INACTIVE; otherwise, it is ACTIVE. If policy feature card (PFC) resources are
exhausted, the command displays BRIDGE and is followed by the number of failed currently active
NetFlow requests that have been sent to the MSFC2 for processing.
The show fm inspect command output includes this information:
The optional detail keyword displays the ACEs that are part of the ACL that is used for IP inspect on
the given interface direction.
Examples
This example shows how to display the list and status of CBAC-configured ACLs and ports:
Router> show fm inspect
CF-720
April 2010
show fm inspect
Related Commands
Command
Description
show fm summary
CF-721
show fm interface
show fm interface
To display the detailed information about the feature manager on a per-interface basis, use the show fm
interface command in user EXEC or privileged EXEC mode.
show fm interface {interface type mod/port | null interface-number | port-channel number | vlan
vlan-id}
Syntax Description
type
mod/port
null
interface-number
port-channel
number
Specifies the channel interface; valid values are a maximum of 64 values ranging
from 1 to 282.
vlan vlan-id
Specifies the virtual local area network (VLAN); valid values are from 1 to 4094.
Defaults
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17a)SX
The order of the information that is displayed in the show fm interface vlan
command output was changed.
12.2(17d)SXB
12.2(33)SRA
Usage Guidelines
The pos, atm, and ge-wan keywords are supported on Cisco 7600 series routers that are configured with
a Supervisor Engine 2.
The interface-number argument designates the module and port number. Valid values for
interface-number depend on the specified interface type and the chassis and module that are used. For
example, if you specify a Gigabit Ethernet interface and have a 48-port 10/100BASE-T Ethernet module
that is installed in a 13-slot chassis, valid values for the module number are from 1 to 13 and valid values
for the port number are from 1 to 48.
The port-channel number values from 257 to 282 are supported on the CSM and the FWSM only.
CF-722
April 2010
show fm interface
Examples
This example shows how to display the detailed information about the feature manager on a specified
interface:
Router> show fm interface fastethernet 2/26
Interface:FastEthernet2/26 IP is enabled
hw[EGRESS] = 1, hw[INGRESS] = 0
hw_force_default[EGRESS] = 0, hw_force_default[INGRESS] = 1
mcast = 0
priority = 2
reflexive = 0
inbound label:24
protocol:ip
feature #:1
feature id:FM_IP_ACCESS
ACL:113
vmr IP value #1:0, 0, 0, 0, 0, 0, 0, 6 - 1
vmr IP mask #1:0, 0, FFFF, FFFF, 0, 0, 0, FF
vmr IP value #2:642D4122, 0, 0, 0, 1, 0, 0, 6 - 1
vmr IP mask #2:FFFFFFFF, 0, 0, 0, 1, 0, 0, FF
vmr IP value #3:0, 64020302, 0, 0, 6, 0, 0, 6 - 1
vmr IP mask #3:0, FFFFFFFF, 0, 0, 6, 0, 0, FF
vmr IP value #4:0, 64020302, 0, 0, A, 0, 0, 6 - 1
vmr IP mask #4:0, FFFFFFFF, 0, 0, A, 0, 0, FF
vmr IP value #5:0, 64020302, 0, 0, 12, 0, 0, 6 - 1
vmr IP mask #5:0, FFFFFFFF, 0, 0, 12, 0, 0, FF
vmr IP value #6:0, 0, 0, 0, 0, 0, 0, 0 - 2
vmr IP mask #6:0, 0, 0, 0, 0, 0, 0, 0
outbound label:3
protocol:ip
feature #:1
feature id:FM_IP_WCCP
Service ID:0
Service Type:0
Router>
This example shows how to display the detailed information about the feature manager on a specific
VLAN:
Router> show fm interface vlan 21
Interface: Vlan21 IP is disabled
hw_state[INGRESS] = not reduced, hw_state[EGRESS] = not reduced
mcast = 0
priority = 0
flags = 0x0
inbound label: 8
Feature IP_VACL:
----------------------------------------------------------------------------FM_FEATURE_IP_VACL_INGRESS i/f: Vl21 map name: test
=============================================================================
-----------------------------------------------------------IP Seq. No: 10 Seq. Result : VACL_ACTION_FORWARD_CAPTURE
-----------------------------------------------------------DPort - Destination Port SPort - Source Port Pro - Protocol
X - XTAG TOS - TOS Value Res - VMR Result
RFM - R-Recirc. Flag MRTNP - M-Multicast Flag R - Reflexive flag
- F-Fragment flag - T-Tcp Control N - Non-cachable
- M-More Fragments - P-Mask Priority(H-High, L-Low)
Adj. - Adj. Index T - M(Mask)/V(Value) FM - Flow Mask
NULL - Null FM SAO - Source Only FM DAO - Dest. Only FM
SADA - Sour.& Dest. Only VSADA - Vlan SADA Only FF - Full Flow
VFF - Vlan Full Flow F-VFF - Either FF or VFF A-VSD - Atleast VSADA
CF-723
show fm interface
Related Commands
Command
Description
show fm summary
CF-724
April 2010
show fm reflexive
show fm reflexive
To display the information about the reflexive entry for the dynamic feature manager, use the show fm
reflexive command in privileged EXEC mode.
show fm reflexive
Syntax Description
Defaults
Command Modes
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(33)SRA
Examples
This example shows how to display the information about the reflexive entry for the dynamic feature
manager:
Router# show fm reflexive
Reflexive hash table:
Vlan613:refacl, OUT-REF, 64060E0A, 64060D0A, 0, 0, 7, 783, 6
Router#
CF-725
show fm summary
show fm summary
To display a summary of feature manager information, use the show fm summary command in user
EXEC or privileged EXEC mode.
show fm summary
Syntax Description
Defaults
Command Modes
User EXEC
Privileged EXEC
Command History
Release
Modification
12.2(14)SX
Support for this command was introduced on the Supervisor Engine 720.
12.2(17d)SXB
12.2(33)SRA
Examples
Related Commands
Command
Description
show fm interface
CF-726
April 2010
show funi
show funi
To display the frame-based user-network interface information, use the show funi command in user
EXEC or privileged EXEC mode.
show funi {arp-server [atm atm-interface-number] | class-links {vpi/vci-value | vci-value |
connection-name} | ilmi-configuration | ilmi-status [atm atm-interface-number] | map | pvc
[vpi/vci-value | vci-value | connection-name | dbs | ppp] | route | traffic | vp [atm-vpi-number]
| vc [atm-vcd-number | connection-name | detail [prefix {interface | vc_name | vcd | vpi/vci}]
| interface atm atm-interface-number [connection-name | detail [prefix {interface | vc_name
| vcd | vpi/vci}]] | range lower-vcd-limit upper-vcd-limit [connection-name | detail [prefix
{interface | vc_name | vcd | vpi/vci}]] | interface atm atm-interface-number [connection-name
| detail [prefix {interface | vc_name | vcd | vpi/vci}]] | summary [atm
atm-interface-number]]}
Syntax Description
arp-server
atm
atm-interface-number
(Optional) Specifies the ATM interface and the ATM interface number.
class-links
vpi/vci-value
vci-value
connection-name
ilmi-configuration
ilmi-status
map
pvc
dbs
ppp
route
traffic
vp
atm-vpi-number
vc
atm-vcd-number
detail
prefix
interface
Specifies the type of interface. When this keyword is used along with the
prefix keyword it displays the interface values in ascending order.
vc_name
vcd
vpi/vci
CF-727
show funi
range
lower-vcd-limit
upper-vcd-limit
summary
Command Modes
Command History
Release
Modification
12.4(24)T
Usage Guidelines
Use this command to display the frame-based user-network interface information with the available
keywords and arguments.
Examples
The following is sample output from the show funi traffic command. The fields are self-explanatory:
Router# show funi traffic
Input OAM Queue: 0/4136 (size/max)
0 Input packets
0 Output packets
0 Broadcast packets
0 Packets received on non-existent VC
0 Packets attempted to send on non-existent VC
0 OAM cells received
F5 InEndloop: 0, F5 InSegloop: 0, F5 InAIS: 0, F5 InRDI: 0
F5 InEndcc: 0, F5 InSegcc: 0,
F4 InEndloop: 0, F4 InSegloop: 0, F4 InAIS: 0, F4 InRDI: 0
0 OAM cells sent
F5 OutEndloop: 0, F5 OutSegloop: 0,
F5 OutAIS: 0
F5 OutRDI: 0
F5 OutEndcc: 0, F5 OutSegcc: 0,
F4 OutEndloop: 0, F4 OutSegloop: 0,
F4 OutRDI: 0
F4 OutAIS: 0
0 OAM cell drops
The following is sample out from the show funi vc detail prefix interface command. The fields are
self-explanatory:
Router# show funi vc detail prefix interface
Description: N/A
ATM2/0 ATM2/0: VCD: 1, VPI: 1, VCI: 100
ATM2/0 UBR, PeakRate: 0 (0 cps)
ATM2/0 AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0, Encapsize: 12
ATM2/0 OAM frequency: 0 second(s)
ATM2/0 InARP frequency: 15 minutes(s)
ATM2/0 Transmit priority 6
ATM2/0 InPkts: 0, OutPkts: 0, InBytes: 0, OutBytes: 0
InCells: 0, OutCells: 0
ATM2/0 InPRoc: 0, OutPRoc: 0, Broadcasts: 0
ATM2/0 InFast: 0, OutFast: 0, InAS: 0, OutAS: 0
CF-728
April 2010
show funi
The following is sample out from the show funi vc detail prefix vc_name command. The fields are
self-explanatory:
Router# show funi vc detail prefix vc_name
Description: N/A
ATM2/0: VCD: 1, VPI: 1, VCI: 100
UBR, PeakRate: 0 (0 cps)
AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0, Encapsize: 12
OAM frequency: 0 second(s)
InARP frequency: 15 minutes(s)
Transmit priority 6
InPkts: 0, OutPkts: 0, InBytes: 0, OutBytes: 0
InCells: 0, OutCells: 0
InPRoc: 0, OutPRoc: 0, Broadcasts: 0
InFast: 0, OutFast: 0, InAS: 0, OutAS: 0
InPktDrops: 0, OutPktDrops: 0
CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0
Out CLP=1 Pkts: 0, Cells: 0
OAM cells received: 0
OAM cells sent: 0
Status: INACTIVE
Description: N/A
ATM2/0: VCD: 2, VPI: 1, VCI: 101
UBR, PeakRate: 0 (0 cps)
AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0, Encapsize: 12
OAM frequency: 0 second(s)
InARP frequency: 15 minutes(s)
The following is sample out from the show funi vc detail prefix pvi/vci command. The fields are
self-explanatory:
Router# show funi vc detail prefix vpi/vci
Description: N/A
VPI/VCI: 1/100 ATM2/0: VCD: 1, VPI: 1, VCI: 100
VPI/VCI: 1/100 UBR, PeakRate: 0 (0 cps)
VPI/VCI: 1/100 AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0, Encapsize: 2
VPI/VCI: 1/100 OAM frequency: 0 second(s)
VPI/VCI: 1/100 InARP frequency: 15 minutes(s)
VPI/VCI: 1/100 Transmit priority 6
VPI/VCI: 1/100 InPkts: 0, OutPkts: 0, InBytes: 0, OutBytes: 0
InCells: 0, OutCells: 0
VPI/VCI: 1/100 InPRoc: 0, OutPRoc: 0, Broadcasts: 0
VPI/VCI: 1/100 InFast: 0, OutFast: 0, InAS: 0, OutAS: 0
VPI/VCI: 1/100 InPktDrops: 0, OutPktDrops: 0
VPI/VCI: 1/100 CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation:0
VPI/VCI: 1/100 Out CLP=1 Pkts: 0, Cells: 0
VPI/VCI: 1/100 OAM cells received: 0
VPI/VCI: 1/100 OAM cells sent: 0
VPI/VCI: 1/100 Status: INACTIVE
Description: N/A
CF-729
show funi
CF-730
April 2010
Syntax Description
name
Command Modes
Command History
Release
Modification
12.2(18)SX
Examples
Related Commands
Command
Description
show running-configuration
CF-731
Syntax Description
default
dot1x
eapoudp
Command Modes
Command History
Release
Modification
12.2(18)SX
Examples
Related Commands
Command
Description
show running-configuration
CF-732
April 2010