6-24
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 6 ASA and Cisco TrustSec
Guidelines for Cisco TrustSec
Configure a Security Group Tag on an Interface
To configure a security group tag on an interface, perform the following steps:
Procedure
Step 1
Specify an interface and enter interface configuration mode.
interface
id
Example:
ciscoasa(config)# interface gi0/0
Step 2
Enable Layer 2 SGT Imposition and enter cts manual interface configuration mode.
cts manual
Example:
hostname(config-if)# cts manual
Step 3
Enable propagation of a security group tag on an interface. Propagation is enabled by default.
propagate sgt
Example:
hostname(config-if-cts-manual)# propagate sgt
Step 4
Apply a policy to a manually configured CTS link.
policy static sgt
sgt_number
[
trusted
]
Example:
hostname(config-if-cts-manual)# policy static sgt 50 trusted
The
static
keyword specifies an SGT policy to incoming traffic on the link.
The
sgt
sgt_number
keyword-argument pair specifies the SGT number to apply to incoming traffic from
the peer. Valid values are from 2-65519.
The
trusted
keyword indicates that ingress traffic on the interface with the SGT specified in the
command should not have its SGT overwritten. Untrusted is the default.
Examples
The following example enables an interface for Layer 2 SGT imposition and defines whether or not the
interface is trusted:
ciscoasa(config)#
interface gi0/0
ciscoasa(config-if)#
cts manual
ciscoasa(config-if-cts-manual)#
propagate sgt
ciscoasa(config-if-cts-manual)#
policy static sgt 50 trusted
Содержание ASA 5508-X
Страница 11: ...P A R T 1 Access Control ...
Страница 12: ......
Страница 60: ...4 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 4 Access Rules History for Access Rules ...
Страница 157: ...P A R T 2 Network Address Translation ...
Страница 158: ......
Страница 204: ...9 46 Cisco ASA Series Firewall CLI Configuration Guide Chapter 9 Network Address Translation NAT History for NAT ...
Страница 232: ...10 28 Cisco ASA Series Firewall CLI Configuration Guide Chapter 10 NAT Examples and Reference DNS and NAT ...
Страница 233: ...P A R T 3 Service Policies and Application Inspection ...
Страница 234: ......
Страница 379: ...P A R T 4 Connection Management and Threat Detection ...
Страница 380: ......
Страница 400: ...16 20 Cisco ASA Series Firewall CLI Configuration Guide Chapter 16 Connection Settings History for Connection Settings ...
Страница 414: ...17 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 17 Quality of Service History for QoS ...