Cisco Nexus 7000 Series Command Reference Manual page 617

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

P Commands
After using this command, you must enable and disable the interface using the shutdown/no shutdown
command sequence for the configuration to take effect.
This command requires the Advanced Services license.
Examples
This example shows how to manually configure a dynamic Cisco TrustSec policy on an interface:
switch# configure terminal
switch(config)# interface ethernet 2/3
switch(config-if)# cts manual
switch(config-if-cts-manual)# policy dynamic identity DeviceB
switch(config-if-cts-manual)# exit
switch(config-if)# shutdown
switch(config-if)# no shutdown
This example shows how to remove a manually configured dynamic Cisco TrustSec policy from an interface:
switch# configure terminal
switch(config)# interface ethernet 2/3
switch(config-if)# cts manual
switch(config-if-cts-manual)# no policy dynamic identity DeviceB
switch(config-if-cts-manual)# exit
switch(config-if)# shutdown
switch(config-if)# no shutdown
This example shows how to manually configure a static Cisco TrustSec policy on an interface:
switch# configure terminal
switch(config)# interface ethernet 2/4
switch(config-if)# cts manual
switch(config-if-cts-manual)# policy static sgt 0x100
switch(config-if-cts-manual)# exit
switch(config-if)# shutdown
switch(config-if)# no shutdown
This example shows how to remove a manually configured static Cisco TrustSec policy on an interface:
switch# configure terminal
switch(config)# interface ethernet 2/4
switch(config-if)# cts manual
switch(config-if-cts-manual)# no policy static sgt 0x100
switch(config-if-cts-manual)# exit
switch(config-if)# shutdown
switch(config-if)# no shutdown
Related Commands
Command
cts manual
feature cts
show cts interface
Description
Enters Cisco TrustSec manual configuration mode
for an interface.
Enables the Cisco TrustSec feature.
Displays the Cisco TrustSec configuration for
interfaces.
Cisco Nexus 7000 Series Security Command Reference
policy
591

Advertisement

Table of Contents
loading

Table of Contents