Configuring ISG as a RADIUS Proxy
How to Configure ISG as a RADIUS Proxy
5
Initiating ISG RADIUS Proxy IP Sessions
Perform this task to configure ISG to initiate an IP session upon receipt of a RADIUS proxy message
from a RADIUS client.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
4. ip subscriber {interface | l2-connected | routed}
5. initiator radius-proxy
6. end
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface type number
Example:
Router(config)# interface GigabitEthernet 0/0/0
Specifies an interface for configuration and enters interface
configuration mode.
Step 4
ip subscriber {interface | l2-connected |
routed}
Example:
Router(config-if)# ip subscriber routed
Enables ISG IP subscriber support on an interface, specifies
the access method that IP subscribers will use to connect to
ISG on an interface and enters subscriber configuration
mode.
Step 5
initiator radius-proxy
Example:
Router(config-subscriber)# initiator
radius-proxy
Configures ISG to initiate IP sessions upon receipt of any
RADIUS packet.
Step 6
end
Example:
Router(config-subscriber)# end
Exits the current configuration mode and returns to
privileged EXEC mode.