Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Maarten_Sjouw
Champion
Champion

mgmt_cli will be able to give you the correct data:

mgmt_cli show vpn-communities-meshed details-level full -s id.txt
objects:
- uid: "bde4848b-64b8-4647-9501-49b17c0cb870"
name: "MyIntranet"
type: "vpn-community-meshed"
domain:
uid: "bdcfc21b-9bc2-44fd-bb61-dede55a7a6de"
name: "IOT"
domain-type: "domain"
gateways: []
tunnel-granularity: "per_subnet"
use-shared-secret: false
encryption-method: "ikev1 for ipv4 and ikev2 for ipv6 only"
encryption-suite: "custom"
ike-phase-1:
encryption-algorithm: "aes-256"
diffie-hellman-group: "group-2"
ike-p1-rekey-time: 1440
data-integrity: "sha1"
ike-phase-2:
encryption-algorithm: "aes-128"
ike-p2-use-pfs: false
ike-p2-pfs-dh-grp: "group-2"
ike-p2-rekey-time: 3600
data-integrity: "sha1"
comments: ""
color: "black"
icon: "VPNCommunities/Meshed"
tags: []
meta-info:
lock: "unlocked"
validation-state: "ok"
last-modify-time:
posix: 1612186256723
iso-8601: "2021-02-01T14:30+0100"
last-modifier: "System"
creation-time:
posix: 1612186256723
iso-8601: "2021-02-01T14:30+0100"
creator: "System"
read-only: false

 

This will list all meshed communities and the same command with -star will give you all Star comminities.

Regards, Maarten

View solution in original post

(1)
Who rated this post