1
Discovery / Re: Exclude Nodes from LAG Interfaces?
« on: October 26, 2018, 11:38:08 am »
How i can set the link type to "NOP"?
On my side this problem is that all Nodes on "coreswh2" on Port "Trk1". And not on the floor switches.
UPDATE: I fix it like this way:
On my side this problem is that all Nodes on "coreswh2" on Port "Trk1". And not on the floor switches.
UPDATE: I fix it like this way:
Code: [Select]
update interfaces set linktype = "NOP" where device like "%coreh2%" and ifname like "%Trk1"
Works fine now.