|
|
Use the show version command to display software and hardware information for the supervisor engines only.
show versionThis command has no keywords or arguments.
This command has no default setting.
Switch command.
Normal.
This example shows how to display the software and hardware versions:
Console> show version
WS-C6009 Software, Version NmpSW: 5.3(1)CSX
Copyright (c) 1995-1999 by Cisco Systems
NMP S/W compiled on Apr 8 1999, 11:35:52
System Bootstrap Version: 5.1(1)
Hardware Version: 0.215 Model: WS-C6000 Serial #: 001905894
Mod Port Model Serial # Versions
--- ---- ------------------- ----------- --------------------------------------
1 2 WS-X6K-SUP1-2GE SAD03040546 Hw : 1.4
Fw : 5.1(1)
Fw1: 4.2(0.24)VAI78
Sw : 5.3(1)CSX
Sw1: 5.3(1)CSX
2 24 WS-X6224-100FX-MT SAD03110020 Hw : 1.3
Fw : 4.2(0.24)VAI78
Sw : 5.3(1)CSX
DRAM FLASH NVRAM
Module Total Used Free Total Used Free Total Used Free
------ ------- ------- ------- ------- ------- ------- ----- ----- -----
1 16384K 8925K 7459K 8192K 3840K 4352K 256K 112K 144K
Uptime is 0 day, 23 hours, 51 minutes
Console>
Table 2-53 describes the fields in the show version command output.
| Field | Description |
|---|---|
NmpSW | Version number of the NMP software. |
NMP S/W compiled on | Date and time that the NMP software was compiled. |
System Bootstrap Version | System bootstrap version number. |
Hardware Version | Hardware version number. |
Model | Switch model number. |
Serial # | Switch serial number. |
Module | Module number. |
Port | Number of ports on the module. |
Model | Model number of the module. |
Serial # | Serial number of the module. |
Versions | Hardware, software, and firmware versions of the module. |
Hw | Hardware version of the module. |
Fw | Version of the boot code (for switching modules) or bootstrap (for supervisor engine). |
Fw1 | Version of the firmware boot code (on the supervisor engine). |
Sw | Version of the firmware runtime installed (on the switching module) or the software version (on the supervisor engine). |
Sw1 | Version of the firmware runtime (on the supervisor engine). |
DRAM Total | Total dynamic RAM installed on the module. |
Used | Amount of DRAM in use. |
Free | Amount of available DRAM. |
FLASH Total | Total Flash memory installed on the module. |
Used | Amount of Flash memory in use. |
Free | Amount of available Flash memory. |
NVRAM Total | Total NVRAM installed on the module. |
Used | Amount of NVRAM in use. |
Free | Amount of available NVRAM. |
Uptime is | Number of uninterrupted days, hours, minutes, and seconds the system has been up and running. |
Use the show vlan command set to display VLAN information.
show vlan [trunk] vlan [notrunk]
trunk | (Optional) Keyword to force the display to show information only on trunk ports. |
vlan | Number of the VLAN. If the VLAN number is not specified, all VLANs are displayed. |
notrunk | (Optional) Keyword to force the display to show information only on nontrunk ports. |
mapping | Keyword to display VLAN mapping table information. |
This command has no default setting.
Switch command.
Normal.
Each Ethernet switch port and Ethernet repeater group belong to only one VLAN. Trunk ports can be on multiple VLANs.
This example shows how to display information for all VLANs:
Console>show vlanVLAN Name Status IfIndex Mod/Ports, Vlans---- -------------------------------- --------- ------- ------------------------1 default active 5 1/1-23/2-247/850 VLAN0050 active 42 7/1,7/71002 fddi-default active 61003 token-ring-default active 91004 fddinet-default active 71005 trnet-default active 8VLAN Type SAID MTU Parent RingNo BrdgNo Stp BrdgMode Trans1 Trans2---- ----- ---------- ----- ------ ------ ------ ---- -------- ------ ------1 enet 100001 1500 - - - - - 0 050 enet 100050 1500 - - - - - 0 01002 fddi 101002 1500 - - - - - 0 01003 trcrf 101003 1500 0 0x0 - - - 0 01004 fdnet 101004 1500 - - 0x0 ieee - 0 01005 trbrf 101005 1500 - - 0x0 ibm - 0 0VLAN DynCreated RSPAN---- ---------- -------1 static -50 static enabled1002 static -1003 static -1004 static -1005 static -VLAN AREHops STEHops Backup CRF 1q VLAN---- ------- ------- ---------- -------1003 7 7 offConsole>
This example shows how to display the VLAN mapping table information:
Console>show vlan mapping802.1q vlan ISL vlan Effective>> ------------------------------------------>> 3000 300 trueConsole>
Table 2-54 describes the fields in the show vlan command output.
| Field | Description |
|---|---|
VLAN | VLAN number. |
Name | Name, if configured, of the VLAN. |
Status | Status of the VLAN (active or suspend). |
IfIndex | Number of the ifIndex. |
Mod/Ports, VLANs | Ports that belong to the VLAN. |
Type | Media type of the VLAN. |
SAID | Security association ID value for the VLAN. |
MTU | Maximum transmission unit size for the VLAN. |
Parent | Parent VLAN, if one exists. |
RingNo | Ring number for the VLAN, if applicable. |
BrdgNo | Bridge number for the VLAN, if applicable. |
Stp | Spanning-Tree Protocol type used on the VLAN. |
BrdgMode | Bridging mode for this VLAN. Possible values are SRB and SRT; the default is SRB. |
DynCreated | Status of whether the VLAN is created statically or dynamically. |
RSPAN | Status of whether RSPAN is enabled or disabled. |
AREHops | Maximum number of hops for All-Routes Explorer frames. Possible values are 1 through 13; the default is 7. |
STEHops | Maximum number of hops for Spanning-Tree Explorer frames. Possible values are 1 through 13; the default is 7. |
Backup CRF | Status of whether the TrCRF is a backup path for traffic. |
802.1Q Vlan | Number of the 802.1Q VLAN. |
ISL Vlan | Number of the ISL VLAN. |
Effective | Status of the VLAN. If the VLAN is active and its type is Ethernet, true is displayed, if not, false is displayed. |
Use the show vmps command to display VMPS configuration information.
show vmps [noalias]
noalias | (Optional) Keyword to force the display to show IP addresses, not IP aliases. |
This command has no default settings.
Switch command.
Normal.
This example shows how to display VMPS configuration information:
Console> show vmps VMPS Client Status: --------------------- VMPS VQP Version: 1 Reconfirm Interval: 60 min Server Retry Count: 3 VMPS domain server: No dynamic ports configured. Console>
Table 2-55 describes the fields in the show vmps command output.
| Field | Description |
|---|---|
| VMPS Client Status | |
| VMPS VQP Version | Version of VMPS VQP. |
| Reconfirm Interval | Time between confirmations. |
| Server Retry Count: | Number of times to retry server contact. |
| VMPS domain server | VMPS domain server name. |
Use the show vmps statistics command to display the VMPS statistics (based on the results of the reconfirm vmps command).
show vmps statisticsThis command has no keywords or arguments.
This command has no default setting.
Switch command.
Normal.
This example shows how to display the VMPS statistics:
Console> show vmps statistics VMPS Statistics: Last Enabled At: 2,01:30:05 Config Requests: 20 Invalid Requests: 0 Status 'Error' Responses: 0 Status 'Deny' Responses: 5 MAC Address of Last Failed Request: 00-60-00-cc-01-02 Console>
Table 2-56 describes the fields in the show vmps statistics command output.
| Field | Description |
|---|---|
Last Enabled At | Time when the VMPS was enabled. |
Config Requests | Number of configuration requests. |
Invalid Requests | Number of invalid requests. |
Status `Error' Responses | Number of error responses. |
Status `Deny' Responses | Number of "Access Denied" and "Port Shutdown" responses. |
MAC Address of Last Failed Request | MAC address of the last request for which the response was not successful. |
Use the show vtp domain command to display VTP domain information.
show vtp domainThis command has no keywords or arguments.
This command has no default setting.
Switch command.
Normal.
This example shows how to display VTP domain information:
Console> show vtp domain
Domain Name Domain Index VTP Version Local Mode Password
-------------------------------- ------------ ----------- ----------- ----------
1 2 server -
Vlan-count Max-vlan-storage Config Revision Notifications
---------- ---------------- --------------- -------------
15 1023 5 disabled
Last Updater V2 Mode Pruning PruneEligible on Vlans
--------------- ------- -------- -------------------------
172.20.44.30 enabled disabled 2-1000
Console>
Table 2-57 describes the fields in the show vtp domain command output.
| Field | Description |
|---|---|
Domain Name | Name of the VTP domain. |
Domain Index | Domain index number of the domain. |
VTP Version | VTP version number. |
Local Mode | VTP mode (server, client, or transparent). |
Password | Password required or not. |
Vlan-count | Total number of VLANs in the domain. |
Max-vlan-storage | Maximum number of VLANs allowed on the device. |
Config Revision | VTP revision number used to exchange VLAN information. |
Notifications | Notifications to SNMP (enabled or disabled). |
Last Updater | IP address through which VTP was last updated. |
V2 Mode | Status on whether VTP V2 mode is enabled or disabled. |
Pruning | Status on whether VTP pruning is enabled or disabled. |
PruneEligible on Vlans | VLANs on which pruning is allowed. |
Use the show vtp statistics command to display VTP statistics.
show vtp statisticsThis command has no keywords or arguments.
This command has no default setting.
Switch command.
Normal.
This example shows how to display VTP statistics:
Console> show vtp statistics Console> (enable) show vtp statistics VTP statistics: summary advts received 0 subset advts received 0 request advts received 0 summary advts transmitted 72 subset advts transmitted 7 request advts transmitted 0 No of config revision errors 0 No of config digest errors 0 VTP pruning statistics: Trunk Join Transmitted Join Received Summary advts received GVRP PDU Received from non-pruning-capable device ----- ---------------- -------------- ------------------------- ---------------- 4/2 0 0 0 0
Table 2-58 describes the fields in the show vtp statistics command output.
| Field | Description |
|---|---|
summary advts received | Total number of summary advts received. |
subset advts received | Total number of subset advts received. |
request advts received | Total number of request advts received. |
summary advts transmitted | Total number of summary advts transmitted. |
subset advts transmitted | Total number of subset advts transmitted. |
request advts transmitted | Total number of request advts transmitted. |
No of config revision errors | Number of config revision errors. |
No of config digest errors | Number of config revision digest errors. |
Trunk | Trunk port participating in VTP pruning. |
Join Transmitted | Number of VTP-Pruning Joins transmitted. |
Join Received | Number of VTP-Pruning Joins received. |
Summary advts received from nonpruning-capable device | Number of Summary advts received from nonpruning-capable devices. |
GVRP PDU Received | Number of GVRP messages received on VTP trunks. |
Use the slip command to attach or detach SLIP for the console port.
slip {attach | detach}
attach | Keyword to activate SLIP for the console port. |
detach | Keyword to deactivate SLIP for the console port. |
The default is SLIP is not active (detached).
Switch command.
Privileged.
You can use the slip command from a console port session or a Telnet session.
This example shows how to enable SLIP for a console port during a console port session:
Console> (enable) slip attach Console port now running SLIP. <console port running SLIP>
This example shows how to disable SLIP for a console port during a Telnet session:
Console> (enable) slip detach SLIP detached on Console port. <console port back to RS-232 Console> Console> (enable)
Use the squeeze command to delete Flash files permanently.
squeeze [m/]device:
m/ | (Optional) Module number of the supervisor engine containing the Flash device. |
device: | Device where the Flash resides. |
This command has no default setting.
Switch command.
Privileged.
A colon (:) is required after the specified device.
These examples show how to use the squeeze command to delete the slot0 Flash files and then use the show flash command to confirm the deletion:
Console> squeeze slot0: All deleted files will be removed, proceed (y/n) [n]?y Squeeze operation may take a while, proceed (y/n) [n]?y .......................................................... Console> show flash -#- ED --type-- --crc--- -seek-- nlen -length- -----date/time------ name 1 .. 2 43B312DF 100fc0 15 1052608 May 19 1999 10:23:30 cat6k_r47_1.cbi 7336000 bytes available (1052608 bytes used) Console>
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Fri Dec 31 11:03:00 PST 1999
Copyright 1989-1999©Cisco Systems Inc.