cts sxp default password

To configure the default Security Group Tag (SGT) Exchange Protocol (SXP) password for the device, use the cts sxp default password command. To remove the default, use the no form of this command.

cts sxp default password { password | 7 encrypted-password }

no cts sxp default password

Syntax Description

password
Clear text password. The password is alphanumeric and case-sensitive. The maximum length is 32 characters.
7 encrypted-password
Specifies an encrypted password. The maximum length is 32 characters.

Command Default

None

Command Modes

Global configuration mode

Command History

Release
Modification
5.1(3)N1(1)
This command was introduced.

Usage Guidelines

To use this command, you must first enable the 802.1X feature by using the feature dot1x command and then enable the Cisco TrustSec feature using the feature cts command.

This command does not require a license.

Examples

This example shows how to configure the default SXP password for the device:

switch# configure terminal
switch(config)# cts sxp default password Cisco654
switch(config)#
 

This example shows how to remove the default SXP password:

switch# configure terminal
switch(config)# no cts sxp default password
switch(config)#
 

Related Commands

Command
Description
feature cts
Enables the Cisco TrustSec feature.
feature dot1x
Enables the 802.1X feature on the switch.
show cts sxp
Displays the Cisco TrustSec SXP configuration information.