Usage: mmsas all srcaddr = (ipv4 | ipv6 | ipv4-ipv4 | ipv6-ipv6 | dns | server) dstaddr = (ipv4 | ipv6 | ipv4-ipv4 | ipv6-ipv6 ...

Usage:   mmsas [ [ all ] ]         [ [ srcaddr =] (ipv4 | ipv6 | ipv4-ipv4 | ipv6-ipv6 | dns | server) ]         [ [ dstaddr =] (ipv4 | ipv6 | ipv4-ipv4 | ipv6-ipv6 | dns | server) ]         [ [ format = ] (list | table) ]         [ [ resolvedns = ] (yes | no) ]    Displays the main mode security associations for a specified address.  Parameters:    Tag          Value   all         -Display all main mode security associations.   srcaddr     - Source ip address (ipv4 or ipv6), address range, dns name, or server type.   dstaddr     -Destination ip address(ipv4 or ipv6), address range, dns name, or server type.   format      -Output in screen or tab-delimited format.   resolvedns  -Value of 'yes' displays the resolved dns name.  Remarks:  1. Server type can be WINS, DNS, DHCP or GATEWAY.           2. If an address range is specified, the endpoints need to be specific addresses (not lists, or subnets) and of the same type (both should be v4 or both should be v6).\                Examples: 1. show mmsas   all           2. show mmsas srca=192.168.145.110 dsta=192.168.145  .215