Watchguard: WAN Interface set to DHCP
submitted
L
Lamont Largie
Use Case: Identifying Watchguard WAN interfaces that are using DHCP IP assignment.This can be configured as a change detection to monitor changes to a networks external IP's.Returns the Interface Name, Address, IP Assignment and Friendly Name of any Watchguard's that have an interface type set to EX (WAN) and their IPAssignment set to Static.
Interfaces[?Type =='EX' && IPAssignment == 'DHCP'].[[['Interface Name:'Name], ['Address:' Address],['IP Assignment:' IPAssignment]],[['Friendly Name:'~.Name]]][][]