If your router is accessible via SNMP and list of interfaces is shown under it in the object tree, you can right-click these interfaces and select Create Data Collection Item.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuinterfaces = GetNodeInterfaces($node);
foreach(i : interfaces)
{
SetInterfaceExpectedState(i, "IGNORE");
}