Pratiksha
Mega Sage
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 04-20-2022 05:51 AM
Firmware version is not available out of the box. In case you want to populate using discovery then you need to do the following.
- Discover F5 using SNMP V3 credentials. Open port 161 on F5 and create SNMP v3 user on F5
- After discovering the F5, you need to create Firmware Version field. You can do it from CI class manager. Create attribute under load balancer class.
- Now open pattern designer and look for "F5 load Balancer " pattern.
- Under extension section click on New. (One should not do modification in base pattern)
- Name it as Firmware version
- Create the first step and name it as Get Firmware Version .
- Operation : SNMP query, Variable Scalar, SNMP OID : this you will get from the discovery. In ECC queue look for SNMP - Classify: OIDs (this will have some number like 50 OID).
- Open the record in ECC queue and explore the payload. You will find "sysDescr" with OID like 1.3.6.1.2.1.1.1.1. The OID will depends on the device.
- Click on TEST. After the step debug successfully you need to store the value in the field.
- Click on add step, name it update firmware version.
- Operation: Set Parameter Value , Value $sysDescr and Name to $cmdb_ci_lb_bigip[*].u_firmware_version. You can drag these from the right column as well.
- You can furter parse it to get specific value.
- You can use the same to generate any info which is not present out of the box.
- Once you update and move it production. Go to mid server and click on "Pattern Sync to Mid"
This is my first article. Suggestions/corrections will be very helpful.
Labels:
- 1,527 Views
Comments
Poorna Kola
Tera Guru
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
04-20-2022
08:47 AM
Phew, at last some light on the F5 load balancers. Thanks very much!
Jaya5
Tera Contributor
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
01-02-2025
09:51 AM
Thank you for the information and can you share the screen shots for the patterns and the same will help us to understand.
Pratiksha
Mega Sage
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
01-03-2025
03:09 AM
@Jaya5 I have done this for a client. No longer have access to the instance. Try the same steps it should work.
Jaya5
Tera Contributor
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
01-03-2025
06:21 AM
Thanks you Pratiksha, Sure i will go with you suggested steps.