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.
Synopsys¶
show aaa session [-userName <string>] [-groupName <string>] [-intranetIP <ip_addr|*> [<netmask>]]
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.
Outputs¶
publicIP
Client's public IP address
publicPort
Client's public port
IPAddress
NetScaler's IP address
port
NetScaler'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.
Synopsys¶
kill aaa session [-userName <string>] [-groupName <string>] [-intranetIP <ip_addr|*> [<netmask>]] [-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.
all
Terminate all active AAA-TM/VPN sessions.
Example¶
kill aaa session -user joe