aaa-session¶
The following operations can be performed on "aaa-session":
show aaa session¶
Displays all AAA-TM/VPN connections that are bound to the specified user, group, IP address, or IP range.
Synopsis¶
show aaa session [-userName <string>] [-groupName <string>] [-intranetIP <ip_addr|*> [<netmask>]] [-sessionKey <string>]
Arguments¶
userName
Name of the AAA user.
groupName
Name of the AAA group.
intranetIP
IP address or the first address in the intranet IP range.
netmask
Subnet mask for the intranet IP range.
sessionKey
Show aaa session associated with given session key
Output¶
publicIP
Client's public IP address
publicPort
Client's public port
IPAddress
Citrix ADC's IP address
port
Citrix ADC's port
privateIP
Client's private/mapped IP address
privatePort
Client's private/mapped port
destIP
Destination IP address
destPort
Destination port
intranetIP
Specifies the Intranet IP
intranetIP6
Specifies the Intranet IP6
peId
Core id of the session owner
stateflag
devno
count
Example¶
show aaa connection ClintIp (ClientPort) -> ServerIp(ServerPort) ------------------------- ---------------------------- User Name: Joe
10.102.0.39 (2318 ) -> 10.102.4.245 (443 )
10.102.0.39 (2320 ) -> 10.102.4.245 (443 )
10.102.0.39 (2340 ) -> 10.102.4.245 (443 )
Done
kill aaa session¶
Terminates the specified AAA-TM/VPN session.
Synopsis¶
kill aaa session [-userName <string>] [-groupName <string>] [-intranetIP <ip_addr|*> [<netmask>]] [-sessionKey <string>] [-all]
Arguments¶
userName
Terminate AAA-TM/VPN sessions that belong to the specified user.
groupName
Terminate AAA-TM/VPN sessions that belong to any user that is a member of the specified group.
intranetIP
Terminate AAA-TM/VPN sessions that are associated with the specified intranet IP address or with an address in the range specified by the address and subnet mask.
netmask
When terminating AAA-TM/VPN sessions that are associated with an IP address range, the subnet mask defining the range.
sessionKey
Show aaa session associated with given session key
all
Terminate all active AAA-TM/VPN sessions.
Example¶
kill aaa session -user joe