Hi,
I sure we can run a SQL query to update all my Interfaces.
I would like to have them by default at : Display interface as unplugged rather than down. = true.
But I don't realy know the database relationship model.
can someone give me the right SQL query please?
exemple :
Update ??TABLE??
Set ??Display interface check box?? = true
WHERE
??Interface Name description?? is not like '%Uplink%'
Thanks!