Forum Discussion
When F5OS r2800 appliance reboots, interfaces configured at tenant level for VLAN are lost
#!/bin/bash # Filename: /config/startup_custom_vlancreation_script.sh source /usr/lib/bigstart/bigip-ready-functions wait_bigip_ready # Here you could perform customized command(s) after MCPD is found running when the BIG-IP system starts up. # Customized startup command(s) can be added below this line. tmsh modify /net vlan VLAN-162 interfaces replace-all-with { 1.5 { tagged }} tag 162 tmsh modify /net vlan VLAN-163 interfaces replace-all-with { 1.6 { tagged }} tag 163 tmsh modify /net vlan VLAN-164 interfaces replace-all-with { 1.5 { tagged }} tag 164 tmsh modify /net vlan VLAN-165 interfaces replace-all-with { 1.5 { tagged }} tag 165 tmsh save /sys config # Customized startup command(s) should end above this line. # End of file /config/startup_custom_vlan_creation_script.sh ------ # # NOTE: # This file will be installed in /config/startup and it will # be called by /etc/rc.local. # # - /config/startup is for customer config additions and # will be saved in UCS # # - /etc/rc.local should *not* be used by customers and # can/will be changed by F5 # /config/startup_custom_vlan_creation_script.sh &
Then, we tested on one of the r2800 series instances:
- When the tenant is rebooted, the script works in the startup and attaches the VLAN to its respective interface on the tenant.
- However, when the F5OS hardware device is rebooted, all the attached VLAN to its interface on the tenant are lost and even the script does not work (I believe F5 OS is different than the old tmsh shell) which might be the reason behind the failure of script when the F5OS hardware reboots.
- ZdenekCirrostratus
This looks serious, did you create a ticket to F5 support? It seems like bug and F5 needs to know about that to get it fixed.
Anyway I am happy I noticed this post, we have some rSeries box waiting for production, so I will test it if we have the same behaviour..
- Nishal_RaiCirrocumulus
Yes, I did create a ticket and it has been more than two months and there is no findings behind the root cause of this issue.
So I thought if anyone has faced the similar issues with r2800 series appliance, it would be helpful in the further troubleshooting of this issue.- ZdenekCirrostratusundefined
- roflmao666Nimbostratus
Any updates on this?
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