Cisco Cisco IOS Software Release 12.4(15)XM Références techniques

Page de 130
 
  aaa pod server
11
Cisco Mobile Wireless Home Agent  Feature for IOS Release 12.4(15)XM2
 12.4(15)XM2
aaa pod server
To enable inbound user sessions to be disconnected when specific session attributes are presented, use 
the aaa pod server global configuration command. To disable this feature, use the no form of this 
command. 
aaa pod server [port port-number] [auth-type {any | all | session-key}] server-key string
no aaa pod server 
Syntax Description
Defaults
The POD server function is disabled. 
Command Modes
Global configuration
Command History
Usage Guidelines
For a session to be disconnected, the values in one or more of the key fields in the POD request must 
match the values for a session on one of the network access server ports. Which values must match 
depends on the auth-type attribute defined in the command. If no auth-type is specified, all four values 
must match. If no match is found, all connections remain intact and an error response is returned. The 
key fields are as follows: 
User-Name 
Framed-IP-Address 
Session-Id 
Server-Key 
port port-number
 (Optional) The network access server port to use for packet of disconnect 
requests. If no port is specified, port 1700 is used.
auth-type
(Optional) The type of authorization required for disconnecting sessions. If no 
authentication type is specified, auth-type is the default.
any
(Optional) Specifies that the session that matches all attributes sent in the 
POD packet is disconnected. The POD packet can contain one or more of four 
key attributes (user-name, framed-IP-address, session-ID, and session-key). 
all
(Optional) Only a session that matches all four key attributes is disconnected. 
All is the default. 
session-key 
(Optional) Specifies that the session that has a matching session-key attribute 
is disconnected. All other attributes are ignored.
server-key string
The secret text string that is shared between the network access server and the 
client workstation. This secret string must be the same on both systems.
Release
Modification
12.1(3)T
This command was introduced.