Page 1 of 1
Set the source IP address of packets radius
Posted: 03 Jul 2013 05:44
by excalibur
Hi All
How to specify the source IP address for outgoing packets sent by the applications on OmniSwicth 6900?
Best regards
Re: Set the source IP address of packets radius
Posted: 04 Jul 2013 16:06
by jlettinck
ip managed-interface <interface name> application <application>
Example:
ip interface "vlan70" address 192.168.70.5 mask 255.255.255.0 vlan 70 ifindex 2
ip interface "vlan60" address 192.168.60.5 mask 255.255.255.0 vlan 60 ifindex 3
ip interface "Loopback0" address 5.5.5.5
ip managed-interface "Loopback0" application all
Or select per application a different interface.
Example
ip managed-interface vlan60 application radius
ip managed-interface vlan70 application syslog
You can look up all the other possible applications in the cli manual
Re: Set the source IP address of packets radius
Posted: 08 Jul 2013 03:29
by excalibur
hi,
thank you for your answer. In fact, I use this command on OmniSwitch 68xx, 64xx and 97XX but I did not find for the OS6900 ver 7.3.1.682.
Regards
Re: Set the source IP address of packets radius
Posted: 10 Jul 2013 03:53
by benny
This is not possible today, it will always use the interface which is closest to the RADIUS.
I agree that this is not good, there is a PER open at ALU-E to enhance this.
B
Re: Set the source IP address of packets radius
Posted: 08 Jul 2015 16:42
by fbourassa
It is now possible under 7.3.4R01:
ip service source-ip [Loopback0 | interface_name] [service]
Regards