Hi All
How to specify the source IP address for outgoing packets sent by the applications on OmniSwicth 6900?
Best regards
Set the source IP address of packets radius
-
jlettinck
Re: Set the source IP address of packets radius
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
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
-
excalibur
Re: Set the source IP address of packets radius
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
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
-
benny
Re: Set the source IP address of packets radius
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
I agree that this is not good, there is a PER open at ALU-E to enhance this.
B
-
fbourassa
Re: Set the source IP address of packets radius
It is now possible under 7.3.4R01:
ip service source-ip [Loopback0 | interface_name] [service]
Regards
ip service source-ip [Loopback0 | interface_name] [service]
Regards
