1-29
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring the ASA to Integrate with Cisco TrustSec
Monitoring the ASA Integrated with Cisco TrustSec
To display the IP-SGT mappings database in the datapath
Syntax:
show asp table cts sgt-map [address ipv4_addr|address ipv6_addr|ipv4|ipv6|sgt value]
Description:
This command displays the IP-SGT mappings from the IP-SGT mappings database maintained in the
datapath. When an IP address is not specified, all the entries in the IP-SGT mappings database in the
datapath are displayed. The IP address could be an exact address or a subnet based IP address.
Output:
This example shows all IP-SGT mapped entries in the ASP table:
hostname# show asp table cts sgt-map
IP Address SGT
========================================
10.10.10.5 1234
55.67.89.12 05
56.34.0.0 338
192.4.4.4 345
This example shows the IP-SGT map information in the ASP table for a specific IP address:
hostname# show asp table cts sgt-map address 10.10.10.5
IP Address SGT
========================================
10.10.10.5 1234
This example shows the IP-SGT map information in the ASP table for all IPv6 address:
hostname# show asp table cts sgt-map ipv6
IP Address SGT
========================================
FE80::A8BB:CCFF:FE00:110 17
FE80::A8BB:CCFF:FE00:120 18
This example shows the IP-SGT map information in the ASP table for a specific SGT value:
hostname# show asp table cts sgt-map sgt 17
IP Address SGT
========================================
FE80::A8BB:CCFF:FE00:110 17
address ipv4_addr Displays IP-SGT mapping for the specified IPv4 address.
address ipv6_addr Displays IP-SGT mapping for the specified IPv6 address.
ipv4 Displays all IP-SGT mappings with IPv4 addresses.
ipv6 Displays all IP-SGT mappings with IPv6 addresses.
sgt value Displays IP-SGT mapping for the specified SGT value.
default Displays IP-SGT mappings with IPv4 addresses.