Hello everyone,
I'm not so familiar with SQL, so I have a problem with writing SWQL query with following conditions:
There are three types of nodes:
1. Have an interface with name e0/0.1
2. Have an interface with name e0/0.2
3. Have an interface with name e0/1.1
Depend on presence of any of those interfaces I have to create bandwidth utilization query, that will contain:
1. If node has an interface e0/0.1 - query bandwidth utilization for interfaces e0/0.1, e0/2, e0/3
2. If node has an interface e0/0.2 - query bandwidth utilization for interfaces e0/0.2, e0/3, e0/4
3. If node has an interface e0/1.1 - query bandwidth utilization for interfaces e0/1.1, e0/0, e0/5
Could anybody help me to write such query?