C613-50170-01 Rev B
Command Reference for x510 Series
1886
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RADIUS C
OMMANDS
IP
RADIUS
SOURCE
-
INTERFACE
ip radius source-interface
Overview
This command configures the source IP address of every outgoing RADIUS packet
to use a specific IP address or the IP address of a specific interface. If the specified
interface is down or there is no IP address on the interface, then the source IP
address of outgoing RADIUS packets depends on the interface the packets leave.
Use the
no
variant of this command to remove the source interface configuration.
The source IP address in outgoing RADIUS packets will be the IP address of the
interface from which the packets are sent.
Syntax
ip radius source-interface {<
interface>
|<
ip-address>
}
no ip radius source-interface
Default
Source IP address of outgoing RADIUS packets depends on the interface the
packets leave.
Mode
Global Configuration
Examples
To configure all outgoing RADIUS packets to use the IP address of the interface
“vlan1” for the source IP address, use the following commands:
awplus#
configure terminal
awplus(config)#
ip radius source-interface vlan1
To configure the source IP address of all outgoing RADIUS packets to use
192.168.1.10, use the following commands:
awplus#
configure terminal
awplus(config)#
ip radius source-interface 192.168.1.10
To reset the source interface configuration for all outgoing RADIUS packets, use
the following commands:
awplus#
configure terminal
awplus(config)#
no ip radius source-interface
Related
Commands
Parameter
Description
<interface>
Interface name.
<ip-address>
IP address in the dotted decimal format A.B.C.D.