cc/td/doc/product/lan/cat5000/rel_5_1
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

show traffic
show trunk
show udld
show users
show version---ATM
show version---switch
show vlan
show vlan mapping
show vmps
show vmps mac
show vmps statistics
show vmps vlan
show vmps vlanports
show vtp domain
show vtp statistics

show traffic

Use the show traffic command to display Traffic and Peak information for each switching bus.

show traffic
Syntax Description

This command has no arguments or keywords.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Example

This example shows how to display Traffic and Peak information for each switching bus on Catalyst 5500 and Catalyst 5505 switches:

Console> show traffic
Switching-Bus Traffic Peak Peak-Time
------------- ------- ---- -------------------------
A               5%     10% Thu Mar 18 1999, 22:45:20
B               4%     15% Fri Mar 19 1999, 09:59:31
C               6%     8% Fri Mar 19 1999, 11:30:13
Console> 
Related Command

show system


show trunk

Use the show trunk command to display trunking information for the switch.

show trunk [mod_num[/port_num]] [detail]
Syntax Description

mod_num

(Optional) Number of the module.

/port_num

(Optional) Number of the port.

detail

(Optional) Keyword to show detailed information about the specified trunk port.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Usage Guidelines

Entering the show trunk command without specifying a module or port number displays the actively trunking ports.

To display the trunking configuration for a port that is not actively trunking, specify the module and port number of the port you want to display.

The RSM port displays as a port that is always trunking, with allowed and active VLANs for each VLAN configured on the RSM.

The Catalyst 2948G is a fixed configuration switch. All ports are located on "module 2;" for this reason, if you enter mod_num/port_num 1/N, an error message will be displayed.

Examples

This example shows how to display trunking information for the switch:

Console> (enable) show trunk
Port      Mode         Encapsulation  Status        Native vlan
--------  -----------  -------------  ------------  -----------
 2/1      auto         dot1q          trunking      1
 4/9      auto         isl            trunking      1
 4/10     desirable    isl            trunking      1
 
Port      Vlans allowed on trunk
--------  ---------------------------------------------------------------------
 2/1      1-1005
 4/9      1-1005
 4/10     1-1005
Port      Vlans allowed and active in management domain 
--------  ---------------------------------------------------------------------
 2/1      1-5,10,50,152,500,521-524,570
 4/9      1,4-5,1003,1005
 4/10     1,4-5,1003,1005
 
Port      Vlans in spanning tree forwarding state and not pruned
--------  ---------------------------------------------------------------------
 2/1      1-5,10,50,152,500,521-524,570
 4/9      1005
 4/10     1005
Console> (enable)
 

This example shows how to display trunking information for a specific port:

Console> (enable) show trunk 4/5
Port      Mode         Encapsulation  Status        Native vlan
--------  -----------  -------------  ------------  -----------
 4/5      nonegotiate  dot1q          trunking      1
 
Port      Vlans allowed on trunk
--------  ---------------------------------------------------------------------
 4/5      1-1005
 
Port      Vlans allowed and active in management domain 
--------  ---------------------------------------------------------------------
 4/5      1-3,1003,1005
 
Port      Vlans in spanning tree forwarding state and not pruned
--------  ---------------------------------------------------------------------
 4/5      1005
Console> (enable) 
 

Table 2-73 describes the fields in the show trunk command output.


Table 2-73: show trunk Command Output Fields
Field Description

Port

Module and port numbers.

Mode

Trunk administrative status of the port (on, off, auto, or desirable).

Encapsulation

Trunking type configured by administration.

Status

Status of whether the port is trunking or nontrunking.

Native VLAN

Number of the native VLAN for the trunk link (for 802.1Q trunks, the VLAN for which untagged traffic can be transmitted and received over the trunk; for ISL trunks, packets are tagged on all VLANs, including the native VLAN).

Vlans allowed on trunk

Range of VLANs allowed to go on the trunk (default is 1 to 1000).

Vlans allowed and active in management domain

Range of active VLANs within the allowed range.

Vlans in spanning tree forwarding state and not pruned

Range of VLANs that actually go on the trunk with Spanning-Tree Protocol forwarding state.

Related Command

set trunk

show udld

Use the show udld command to display UDLD information.

show udld
show udld port
[mod_num[/port_num]]
Syntax Description

port

Keyword to specify module or ports.

mod_num

(Optional) Number of the module for which UDLD information is displayed.

/port_num

(Optional) Number of the port for which UDLD information is displayed.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Examples

This example shows how to find out whether or not UDLD is enabled:

Console> show udld
UDLD      : enabled 
Console> 
 

This example shows how to display UDLD information for a specific module and port:

Console> show udld port 2/1
UDLD      :enabled
Port      Admin Status  Link State
--------  ------------  ----------------
 2/1      enabled       undetermined
Console> 
 

This example shows how to display UDLD information for all ports on a specific module:

Console> (enable) show udld port 3
UDLD      : enabled
Port      Admin Status  Link State
--------  ------------  ----------------
 3/1      enabled       undetermined
 3/2      enabled       undetermined
 3/3      enabled       undetermined
 3/4      enabled       undetermined
 3/5      enabled       undetermined
 3/6      disabled      not applicable
 3/7      disabled      not applicable
 3/8      disabled      not applicable
 

Table 2-74 describes the fields in the show udld command output.


Table 2-74: show udld Command Output Fields
Field Description

UDLD

Status of whether UDLD is globally enabled or disabled.

Port

Module and port numbers.

Admin Status

Status of whether UDLD is enabled or disabled on a per-port basis.

Link State

Status of the link: undetermined (detection in progress, UDLD has been disabled on the neighbors), not applicable (UDLD is not supported on the port, UDLD has been disabled on the port, or the port is disabled), shutdown (unidirectional link has been detected and the port disabled), bidirectional (bidirectional link has been detected).

Related Command

set udld

show users

Use the show users command to show if the console port is active and to list all active Telnet sessions with the IP address or IP alias of the originating host.

show users [noalias]
Syntax Description

noalias

(Optional) Keyword to indicate, not to display, the IP alias; the IP address is displayed.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Example

This example shows how to display the users of the active Telnet sessions:

Console> show users
Console Port
------------
Active
 
Telnet Sessions                           User
----------------------------------------  ------------------------------
172.16.10.75
172.16.10.75
171.31.1.203
Console> 
 

The output shows the state of the console port (active or inactive) and the IP address or IP alias of each active Telnet session.

Related Command

disconnect

show version---ATM

Use the show version ATM command to display version information for the ATM module.

show version
Syntax Description

This command has no arguments or keywords.

Default

This command has no default setting.

Command Type

Cisco IOS ATM command.

Command Mode

EXEC.

Usage Guideline

This command is not supported by the Catalyst 4000 and 2948G series switches.

Example

This example shows how to display version information for the ATM module:

ATM#show version
Cisco Internetwork Operating System Software 
IOS (tm) C5kATM Software (ALC-A-M), Version 11.2(11P), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1998 by cisco Systems, Inc.
Compiled Mon 02-Mar-98 13:46 by integ
Image text-base: 0x40010000, data-base: 0x401CB9E0
 
ROM: System Bootstrap, Version 3.2(11P), SOFTWARE
 
ATM uptime is 4 weeks, 1 day, 17 hours, 17 minutes
System restarted by power-on
Running default software
 
cisco C5kALC (68ec030) processor (revision 0x00) with 11264K bytes of memory.
Processor board ID 1610612736, with hardware revision 
 
Last reset from 
Authorized for ATM software set. (0x0)  
1 Ethernet/IEEE 802.3 interface(s)
1 ATM network interface(s)
127K bytes of non-volatile configuration memory.
 
Configuration register is 0x1901
ATM#
 

Table 2-75 describes the fields in the show version output.


Table 2-75: show version Command Output Fields
Field Description

Version

Version information for the Catalyst 5000 and 2926G series ATM module software.

Compiled

Date and time the software was compiled.

ROM: System Bootstrap, Version

Bootstrap version.

ATM Module uptime is

Amount of uninterrupted time that the system has been up and running.

System restarted by

Status on how the system was last booted, either as a result of normal system startup or of system error.

For example, an attempt to access a nonexistent address results in this bus error:

System restarted by bus error at PC 0xC4CA, address 0x210C0C0

Running default software

If the software was booted over the network, the Internet address of the boot host is shown. If the software was loaded from onboard ROM, this line reads "Running default software." In addition, the names and sources of the host and network configuration files are shown.

cisco....

The remaining output shows the hardware configuration and any nonstandard software options.

Configuration register is

Configuration register contents, displayed in hexadecimal notation.

show version---switch

Use the show version command to display software and hardware version information for switching and supervisor engine modules only.

show version
Syntax Description

This command has no keywords or arguments.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Examples

This example shows how to display the Catalyst 5000 and 2926G series switches software and hardware versions:

Console> show version
WS-C5509 Software, Version McpSW: 5.1(0.59) NmpSW: 5.1(0.59)
Copyright (c) 1995-1999 by Cisco Systems
NMP S/W compiled on Apr  5 1999, 05:50:12
MCP S/W compiled on Apr 05 1999, 05:48:01
 
System Bootstrap Version: 3.1.2
 
Hardware Version: 0.0  Model: WS-C5509  Serial #: 003812064
 
Mod Port Model      Serial #  Versions
--- ---- ---------- --------- ----------------------------------------
1   2    WS-X5530   012114992 Hw : 3.0
                              Fw : 3.1.2
                              Fw1: 4.2(1)
                              Sw : 5.1(0.59)
3   12   WS-X5201R  007285650 Hw : 0.2
                              Fw : 4.1(0.53-Eng)
                              Sw : 5.1(0.59)
6   48   WS-X5014   007879658 Hw : 0.102
                              Fw : 4.2(108)
                              Sw : 5.1(0.59)
 
       DRAM                    FLASH                   NVRAM
Module Total   Used    Free    Total   Used    Free    Total Used  Free
------ ------- ------- ------- ------- ------- ------- ----- ----- -----
1       32640K  15124K  17516K   8192K   7764K    428K  512K  127K  385K
        
Uptime is 1 day, 5 hours, 11 minutes
Console>
 

This example shows how to display the Catalyst 4000 and 2948G series switch software and hardware versions:

Console> show version
WS-C4003 Software, Version NmpSW: 5.1(0.59)
Copyright (c) 1995-1999 by Cisco Systems, Inc.
NMP S/W compiled on Apr  5 1999, 05:20:49
GSP S/W compiled on Apr 05 1999, 00:00:00
 
System Bootstrap Version: 4.4(1)
 
Hardware Version: 0.1  Model: WS-C4003  Serial #: JAB023806LN
 
Mod Port Model      Serial #              Versions
--- ---- ---------- -------------------- ---------------------------------
1   0    WS-X4012   JAB023806LN          Hw : 0.1
                                         Gsp: 5.1(59)
                                         Nmp: 5.1(0.59)
2   34   WS-X4232   JAB024100BL          Hw : 1.0
 
       DRAM                    FLASH                   NVRAM
Module Total   Used    Free    Total   Used    Free    Total Used  Free
------ ------- ------- ------- ------- ------- ------- ----- ----- -----
1       32768K  17935K  14833K  12288K   6759K   5529K  480K  121K  359K
 
Uptime is 7 days, 18 hours, 47 minutes
Console> 
 

Table 2-76 describes the fields in the show version command output.


Table 2-76: show version Command Output Fields
Field Description

McpSW

Version number of the MCP software.

NmpSW

Version number of the NMP software.

NMP S/W compiled on

Date and time that the NMP software was compiled.

MCP S/W compiled on1

Date and time that the MCP 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.

Ports

Number of ports on the module.

Model

Model number of the module.

Serial #

Serial number of the module.

Hw

Hardware version of the module.

Fw

Version of the firmware installed on the module. If this is a supervisor engine module, the Fw version number is the NMP boot ROM version level.

Fw1

Version of the second firmware image on the module, if present. If this is a supervisor engine module, the Fw1 version number is the MCP boot ROM version level.

Sw

Version of the software installed on the module.

Gsp1

Version of the gigabit switching platform.

Nmp1

Version of the supervisor engine software.

Module

Module number.

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 in use.

Free

Amount of available FLASH.

NVRAM Total

Total NVRAM installed on the module.

Used

Amount of NVRAM in use.

Free

Amount of available NVRAM.

Used

Amount of NVRAM in use.

Available

Amount of NVRAM available.

Uptime is

Number of uninterrupted days, hours, minutes, and seconds the system has been up and running.

1This field is not supported on the Catalyst 4000 and 2948G series switches.

show vlan

Use the show vlan command to display VLAN information.

show vlan [trunk]
show vlan vlan [notrunk]
show vlan type
Syntax Description

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.

type

Type of VLAN; valid values are ethernet, fddi, fddinet, trbrf, and trcrf.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Usage Guideline

Each Ethernet switch port and Ethernet repeater group belong to only one VLAN. Trunk, FDDI/CDDI, and ATM ports can be on multiple VLANs.

Example

This example shows how to display information for all VLANs:

Console> show vlan 
VLAN Name                             Status    Mod/Ports, Vlans
---- -------------------------------- --------- ----------------------------
1    default                          active    1/2
                                                2/1-48
10   ether-test                       suspend
901  ether-test2                      suspend
999  brf-999                          suspend
1002 fddi-default                     active
1003 token-ring-default               active    3/7-8,3/10-16
1004 fddinet-default                  active
1005 trnet-default                    active
 
 
VLAN Type  SAID       MTU   Parent RingNo BrdgNo Stp  BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ ------ ---- -------- ------ ------
1    enet  100001     1500  -      -      -      -    -        0      0
10   enet  100010     1500  -      -      -      -    -        0      0
901  enet  100901     1500  -      -      -      -    -        0      0
999  trbrf 100999     4472  -      -      0xe    ieee -        0      0
1002 fddi  101002     1500  -      0x0    -      -    -        0      0
1003 trcrf 101003     1500  0      0x0    -      -    -        0      0
1004 fdnet 101004     1500  -      -      0x0    ieee -        0      0
1005 trbrf 101005     1500  -      -      0x0    ibm  -        0      0
 
VLAN AREHops STEHops Backup CRF
---- ------- ------- ----------
1003 7       7       off
Console> 
 

Table 2-77 describes the fields in the show vlan command output.


Table 2-77: show vlan Command Output Fields
Field Description

VLAN

VLAN number.

Name

Name, if configured, of the VLAN.

Status

Status of the VLAN (active or suspend).

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.

Trans1

First translational VLAN used to translate FDDI or Token Ring to Ethernet.

Trans2

Second translational VLAN used to translate FDDI or Token Ring to Ethernet.

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.

Related Commands

set trunk
set vlan
show trunk

show vlan mapping

Use the show vlan mapping command to display VLAN mapping table information.

show vlan mapping
Syntax Description

This command has no keywords or arguments.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Example

This example shows how to display the VLAN mapping table information:

Console> show vlan mapping
802.1q vlan     ISL vlan        Effective
------------------------------------------
1099            917             true
Console> 
 

Table 2-78 describes the fields in the show vlan mapping command output.


Table 2-78: show vlan mapping Command Output Fields
Field Description

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.

Related Commands

set vlan mapping
clear vlan mapping

show vmps

Use the show vmps command to display VMPS configuration information.

show vmps [noalias]
Syntax Description

noalias

(Optional) Keyword to force the display to show IP addresses, not IP aliases.

Default

This command has no default settings.

Command Type

Switch command.

Command Mode

Normal.

Examples

This example shows how to display VMPS configuration information for Catalyst 5000 and 2926G series switches:

Console> show vmps
VMPS Server Status:
-------------------
Management Domain:    (null)
State:                disabled
Operational Status:   inactive
TFTP Server:          default
TFTP File:            vmps-config-database.1
Fallback VLAN:        (null)
Secure Mode:          open
VMPS No Domain Req:   allow
 
VMPS Client Status:
---------------------
VMPS VQP Version:     1
Reconfirm Interval:   60 min
Server Retry Count:   3
VMPS domain server:
 
No dynamic ports configured.
Console>
 

This example shows how to display VMPS configuration information for Catalyst 4000 and 2948G, series switches:

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-79 describes the fields in the show vmps command output.


Table 2-79: show vmps Command Output Fields
Field Description
VMPS Server Status

Management Domain

Management domain supported by this server.

State

Status on whether VMPS is enabled or disabled.

Operational Status

VMPS status (active, inactive, or downloading).

TFTP Server

IP address of the VMPS server.

TFTP File

VMPS configuration filename.

Fallback VLAN

VLAN assigned if a VLAN is not assigned to a MAC address in the database.

Secure Mode

Secure mode status (open or secure).

VMPS No Domain Req

Status on whether the server accepts requests from clients with no domain name.

VMPS Client Status
VMPS VQP Version Version of VMPS VQP.
VMPS domain server VMPS domain server name.

Related Commands

set vmps tftpserver
download vmps

show vmps mac

Use the show vmps mac command to display the MAC-address-to-VLAN mapping table.

show vmps mac [mac_addr]
Syntax Description

mac_addr

(Optional) MAC address that allows you to see mapping information. If you do not specify a MAC address, the entire mapping table is displayed.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Usage Guideline

This command is not supported on the Catalyst 4000 and 2948G series switches.

Example

This example shows the entire MAC-address-to-VLAN mapping table:

Console> show vmps mac
 
MAC Address       VLAN Name Last Requestor  Port ID Last Accessed Last Response
----------------- --------- --------------- ------- ------------- -------------
00-00-c0-23-c8-34 Hardware  198.4.222.111   3/5     0, 01:25:30   Success
00-00-c0-25-c9-42 --NONE--  198.4.222.111   2/1     0, 05:20:00   Denied
Console>
 

Table 2-80 describes the fields in the show vmps mac command output.


Table 2-80: show vmps mac Command Output Fields
Field Description

MAC Address

MAC address.

VLAN Name

VLAN name assigned to the MAC address.

Last Requestor

IP address of the client that last requested a VLAN assignment for this MAC address.

Port ID

Port ID in the last request.

Last Accessed

Time when the last request was processed for this MAC address.

Last Response

Response sent by the server for the last request.

Related Command

show vmps

show vmps statistics

Use the show vmps statistics command to display the VMPS statistics (based on the results of the reconfirm vmps command).

show vmps statistics
Syntax Description

This command has no keywords or arguments.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Example

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-81 describes the fields in the show vmps statistics command output.


Table 2-81: show vmps statistics Command Output Fields
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.

Related Command

show vmps

show vmps vlan

Use the show vmps vlan command to display all the MAC addresses assigned to a VLAN in the VMPS table.

show vmps vlan vlan_name
Syntax Description

vlan_name

Name or number of the VLAN.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Usage Guideline

This command is not supported on the Catalyst 4000 and 2948G series switches.

Example

This example shows how to display all MAC addresses assigned to the Hardware VLAN in the VMPS table:

Console> show vmps vlan Hardware
 
MAC Address       VLAN Name Last Requestor  Port ID Last Accessed Last Response
----------------- --------- --------------- ------- ------------- -------------
00-00-c0-23-c8-34 Hardware  198.4.222.111   3/5     0, 01:25:30   Success
Console>
 

Table 2-82 describes the fields in the show vmps vlan command output.


Table 2-82: show vmps vlan Command Output Fields
Field Description

MAC Address

MAC address.

VLAN Name

VLAN name assigned to the MAC address.

Last Requestor

IP address of the client that last requested a VLAN assignment for this MAC address.

Port ID

Port ID in the last request.

Last Accessed

Time when the last request was processed for this MAC address.

Last Response

Response sent by the server for the last request.

Related Command

show vmps

show vmps vlanports

Use the show vmps vlanports command to display ports belonging to a restricted VLAN.

show vmps vlanports vlan_name
Syntax Description

vlan_name

Name or number of the VLAN.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Usage Guideline

This command is not supported on the Catalyst 4000 and 2948G series switches.

Example

This example shows how to display the VLAN ports in the Engineering VLAN:

Console> show vmps vlanports Engineering
 
VLAN Name       Device ID       Port ID
--------------- --------------- ----------
Engineering     172.20.220.110  2/4
Console>
 

Table 2-83 describes the fields in the show vmps vlanports command output.


Table 2-83: show vmps vlanports Command Output Fields
Field Description

VLAN Name

Restricted VLAN name.

Device ID

IP address of the client on which this VLAN is allowed.

Port ID

ID of the port on the client on which this VLAN is allowed.

Related Command

show vmps vlanports

show vtp domain

Use the show vtp domain command to display VTP domain information.

show vtp domain
Syntax Description

This command has no keywords or arguments.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Example

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-84 describes the fields in the show vtp domain command output.


Table 2-84: show vtp domain Command Output Fields
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.

Related Command

set vtp

show vtp statistics

Use the show vtp statistics command to display VTP statistics.

show vtp statistics
Syntax Description

This command has no keywords or arguments.

Default

This command has no default setting.

Command Type

Switch command.

Command Mode

Normal.

Example

This example shows how to display VTP statistics:

Console> show vtp statistics
VTP statistics:
summary advts received          0
subset  advts received          0
request advts received          0
summary advts transmitted       1
subset  advts transmitted       1
request advts transmitted       0
No of config revision errors    0
No of config digest errors      0
 
 
VTP pruning statistics:
 
Trunk     Join Trasmitted  Join Received  Summary advts received from
                                          non-pruning-capable device
--------  ---------------  -------------  ---------------------------
 5/1-2
Console>
 

Table 2-85 describes the fields in the show vtp statistics command output.


Table 2-85: show vtp statistics Command Output Fields
Field Description

summary advts received

Total number of summary advt received.

subset advts received

Total number of subset advt 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 that have occurred.

No of config digest errors

Number of config revision digest errors that have occurred.

Trunk

Trunk port participating in VTP pruning.

Join Trasmitted

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.

Related Commands

set vtp
clear vtp statistics


hometocprevnextglossaryfeedbacksearchhelp
Posted: Mon Jul 19 13:08:00 PDT 1999
Copyright 1989-1999©Cisco Systems Inc.