foreach d in network.devices
foreach i in d.interfaces
where length(i.links) != 0
where i.adminStatus == AdminStatus.DOWN
select {deviceName:d.name, interface:i.name}
foreach d in network.devices
foreach i in d.interfaces
where length(i.links) != 0
where i.adminStatus == AdminStatus.DOWN
select {deviceName:d.name, interface:i.name}
Hi
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.