Configuring ISG as a RADIUS Proxy
How to Configure ISG as a RADIUS Proxy
7
Step 5
session-identifier {attribute number | vsa
vendor id type number}
Example:
Router(config-locsvr-proxy-radius)#
session-identifier attribute 1
(Optional) Correlates the RADIUS server requests of a
session and identifies the session in the RADIUS proxy
module.
Step 6
calling-station-id format {mac-address |
msisdn}
Example:
Router(config-locsvr-proxy-radius)#
calling-station-id format msisdn
Specifies the calling-station-id format.
Step 7
accounting method-list {method-list-name |
default}
Example:
Router(config-locsvr-proxy-radius)# accounting
method-list fwdacct
Specifies the server to which accounting packets from
RADIUS clients are forwarded.
Note By default, ISG RADIUS proxy handles accounting
packets locally.
Step 8
accounting port port-number
Example:
Router(config-locsvr-proxy-radius)# accounting
port 2222
Specifies the port on which the ISG listens for accounting
packets from RADIUS clients.
• The default port is 1646.
Step 9
authentication port port-number
Example:
Router(config-locsvr-proxy-radius)#
authentication port 1111
Specifies the port on which the ISG listens for
authentication packets from RADIUS clients.
• The default port is 1645.
Step 10
key [0 | 7] word
Example:
Router(config-locsvr-proxy-radius)# key radpro
Configures the encryption key to be shared between ISG
and RADIUS clients.
• 0 specifies that an unencrypted key will follow.
• 7 specifies a hidden key will follow.
Step 11
timer {ip-address | request} seconds
Example:
Router(config-locsvr-proxy-radius)# timer
ip-address 5
Specifies the amount of time ISG waits for the specified
event before terminating the session.
• ip-address—Specifies the amount of time ISG waits
for an IP address to be assigned to the session.
• request—Specifies the amount of time ISG waits to
receive an Access-Request from a client device.
Step 12
end
Example:
Router(config-locsvr-proxy-radius)# end
Exits the current configuration mode and returns to
privileged EXEC mode.
Command or Action Purpose