Forum Discussion
F5 ASM Signature Update
Hi Folks,
Can we use management IP address to get ASM signature update ? We have F5 BIG-IP LTM & ASM in inline mode. we have default route pointing to FW DMZ interface IP address. When I am trying to update signature I can see on firewall that F5 is using external interface selp IP to connect with F5 signature update sites. Is there anyway to use management ip instead external interface selp ip address.
Prompt response highly appreciate.
Thanks
16 Replies
- nathe
Cirrocumulus
Tabish,
from Sol8127
Note: The BIG-IP ASM system consults Traffic Management Microkernel (TMM) and Linux routing tables when requesting attack signature updates using the Automatic Method. The source IP address of the resulting traffic uses either a non-floating self IP address or the management IP address, depending on the matching route.So, yes looks like it's possible. You'll probably need to do a more specific route to use the mgmt int.
HTH
N
- Torti
Cirrus
yes you can use the management interface, you have to add some management routes to the f5 ip. in tmsh /sys :
create management-route $ip/32 gateway $mgmt-gateway-ipI did add: 65.197.145.1, 65.61.115.251, 65.61.115.202, 65.61.115.198, 65.61.115.247, 207.155.205.5
- Torti_93733
Nimbostratus
yes you can use the management interface, you have to add some management routes to the f5 ip. in tmsh /sys :
create management-route $ip/32 gateway $mgmt-gateway-ipI did add: 65.197.145.1, 65.61.115.251, 65.61.115.202, 65.61.115.198, 65.61.115.247, 207.155.205.5
- nathe
Cirrocumulus
Sorry Torti, didn't see your post so I've simply duplicated your advice. Oops. - Torti_93733
Nimbostratus
n.p.
- Tabish_Mirza_12
Nimbostratus
I tried but getting enclosed error.
- nathe
Cirrocumulus
Tabish,
Does this work from the cmd line, see
An example would be (changing whatever you felt necessary for your environment:
tmsh create /sys management-route test network 207.155.205.5/255.255.255.255 gateway 192.168.111.254N
- Tabish_Mirza_12
Nimbostratus
Dear Torti & Nathan,
It works by above command. Many thanks indeed
Moreover, is it possible to use same management ip address to communicate with syslog server & smtp for email notification. I added the route for syslog server by using same command but firewall is showing external selp ip while bigip is communicating with syslog server.
Any idea.
Thanks
Thanks
- nathe
Cirrocumulus
Good news
- Torti
Cirrus
yes, you can do it with everything you want. But it is ip based, so every traffic to this destinations will go through the mgmt interface
- Tabish_Mirza_12
Nimbostratus
it means big-ip will check first tmsh sys static route entries then it will use default route? Am i right?
- Torti
Cirrus
it should be like with most other device. more specific routes are sort before less specific routes. default route is allways the last route.
to be honest i find it odd that the F5 would first try the default route (non management) before trying management. i have a setup where ASM pulls it via the mgmt interface without a specific route for it. that would be quite annoying as the IP can change.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com