- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Remove interface from VSX systems.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Remove interface from VSX systems.
Dear CheckMates,
I have running a VSX Cluster with VSLS with some bond interfaces in version R80.20. A couple of VLANs were added to bond1 and in each of my VS systems one of this bond1 VLAN interfaces is used.
Now, the bond1 needs to be remove.
Therefore, I have deleted the bond1 VLAN interface in every VS and installed the policy within that VS.
A "show configuration" still shows the configuration for all the bond1 VLAN interfaces.
"vsx_utill show_interfaces" did't show them.
How to remove the configuration for the bond1 interface completly?
Best regards,
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you select to remove Bond1 from Physical Interfaces on the actual VSX Cluster Object and then install the Policy to the VSX Cluster itself.
I believe that afterwards will have to SSH to the box
set vsx off
delete bonding group bond1
set vsx on
Make Sure install policies afterwards
Should remove the bond1 from the VSX Cluster and then remove the bond from the VSX box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed the policy. It tooks me some time, as I have done this in about 9 different Domains / for 9 different gateways....
This steps, as requested, I will do the next time, when I am at the customer.
set vsx off
delete bonding group bond1
set vsx on
Thanks to all for your help,
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi folks,
Sorry for not updating this post earlier.
I run the command "set vsx off" and tried to delete the bond, but it still fails with the error-message "This interface is used by the Dynamic Routing Protocol: Static Routes. Cannot delete the selected interface."
Any ideas?
Best regards,
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Maarten,
in the screenshot you can see in the background, the IP for bond1.4031 is deleted, but I still can't delete the VLAN interface itself.
Best regards,
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How are you trying to delete the vlan interface?
I ask as the WebUI which I am guessing is being run AFTER running the set vsx off as VSX doesn't have the WebUI enabled is showing interfaces with IP from the VSX Network.
You won't be able to delete the bond1 until all of those sub-interfaces are removed.
I would expect that they are deleted in the SmartConsole for the VS that they are created in and then after the topology updates then says to install the security policy.
You said that did this but is contradicted by seeing the vlan interfaces exist in the WebUI which to access would need to have the VSX turned off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will not be able to see all information from VSX in the GUI.
As Hugo says get the info from the Show configuration to see what is going on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the same error when deleting the vlan by webui and cli, did they manage to fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check your config very carefully.
I would use at least:
clish -c "show configuration" | grep bond
It might show you some leftovers you need to take care of.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you also remove the bond interface from the Physical Interfaces tab of the VSX Cluster Properties? If there are no VLANs left on this bond group, you don't want it listed here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Only when you have removed all VLAN's from the Bond interface, will you be able to remove the interface itself.
