Ip radius source-interface – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1272
RADIUS Commands
Software Reference for x310 Series Switches
47.4
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
ip radius source-interface
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:
To configure the source IP address of all outgoing RADIUS packets to use 192.168.1.10, use
the following commands:
To reset the source interface configuration for all outgoing RADIUS packets, use the
following commands:
Related Commands
Parameter
Description
Interface name.
IP address in the dotted decimal format A.B.C.D.
awplus#
configure terminal
awplus(config)#
ip radius source-interface vlan1
awplus#
configure terminal
awplus(config)#
ip radius source-interface 192.168.1.10
awplus#
configure terminal
awplus(config)#
no ip radius source-interface