Hopefully this may work:

at zendmd


Code:


device = find('10.36.0.2')

for interface in device.getManageInterface():
  
  if interface.id.startswith('Bond'):

    interface.speed=100000000
    interface.lockFromUpdates()


commit()





Greetings




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=24803#24803

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to