F5 - Informations des utilisateurs en VPN-SSL
Alasta 11 Mars 2017 f5 cli F5 apm bigip vpn ssl
Description : Voici quelques commandes pour avoir des informations sur les utilisateurs VPN-SSL en cli.
CLI :
Informations succinctes
1 # tmsh show /apm access-info
2
3 Display all access-info? (y/n) y
4 apm::access-info
5 cce1116f (logon user=jean) (client IP=1.1.1.1)
6 e5bda592 (logon user=john) (client IP=9.9.9.9)
7 ee369726 (logon user=bob) (client IP=88.88.88.88)
8 a4e4dfe4 (logon user=n/a) (client IP=90.33.123.11)
9 700853be (logon user=peter) (client IP=8.99.23.11.2)
10 d7fe988f (logon user=janette) (client IP=222.222.9.1)
11 e451b505 (logon user=polette) (client IP=89.1.2.3)
12 Total records returned: 7
Informations détaillées
1 # tmsh show /apm access-info all-properties
2
3 Display all access-info? (y/n) y
4 apm::access-info
5 Session 700853be
6 -partition Common
7 -status established
8 -logon user polux
9 -client IP 90.9.6.13
10 -profile access type all
11 -access profile network_access
12 -start time 2017-03-06 08:45:11
13 -expiration time 2017-03-06 09:16:48
14 -bytes:(rx,tx) (580674,927777)
15 -packets:(rx,tx) (1200,2494)
16 -ingress:(raw,compressed) (0,0)
17 -egress:(raw,compressed) (0,0)
18
19 Session cce1116f
20 -partition Common
21 -status established
22 -logon user totoro
23 -client IP 99.99.99.10
24 -profile access type all
25 -access profile network_access
26 -start time 2017-03-06 06:18:40
27 -expiration time 2017-03-06 09:16:45
28 -bytes:(rx,tx) (9690374,25817288)
29 -packets:(rx,tx) (33856,63649)
30 -ingress:(raw,compressed) (0,0)
31 -egress:(raw,compressed) (0,0)
32
33 Session e5bda592
34 -partition Common
35 -status established
36 -logon user tartiflette
37 -client IP 11.10.10.11
38 -profile access type all
39 -access profile network_access
40 -start time 2017-03-06 07:49:22
41 -expiration time 2017-03-06 09:16:48
42 -bytes:(rx,tx) (2667541,7723151)
43 -packets:(rx,tx) (10233,17936)
44 -ingress:(raw,compressed) (0,0)
45 -egress:(raw,compressed) (0,0)
46
47 Session ee369726
48 -partition Common
49 -status established
50 -logon user raclette
51 -client IP 80.80.80.80
52 -profile access type all
53 -access profile network_access
54 -start time 2017-03-06 08:34:09
55 -expiration time 2017-03-06 09:16:46
56 -bytes:(rx,tx) (2339896,20865736)
57 -packets:(rx,tx) (16921,35641)
58 -ingress:(raw,compressed) (0,0)
59 -egress:(raw,compressed) (0,0)
60
61 Session a4e4dfe4
62 -partition Common
63 -status pending
64 -logon user n/a
65 -client IP 8.8.8.9
66 -profile access type all
67 -access profile n/a
68 -start time 2017-03-06 08:41:47
69 -expiration time 2017-03-06 08:47:23
70 -bytes:(rx,tx) (19991,4493)
71 -packets:(rx,tx) (0,0)
72 -ingress:(raw,compressed) (0,0)
73 -egress:(raw,compressed) (0,0)
74
75 Session d7fe988f
76 -partition Common
77 -status established
78 -logon user paella
79 -client IP 8.29.29.8
80 -profile access type all
81 -access profile network_access
82 -start time 2017-03-06 05:42:04
83 -expiration time 2017-03-06 09:16:48
84 -bytes:(rx,tx) (6564144,9159699)
85 -packets:(rx,tx) (21203,32414)
86 -ingress:(raw,compressed) (0,0)
87 -egress:(raw,compressed) (0,0)
88
89 Total records returned: 6