IP Manipulation
Subnet match checking
Use keyword called in for subnet match checking Examples:
"192.10.22.51" in "192.10.22.0/24" will return true
"192.10.22.51" in "192.10.22.51/32" will return true
"192.10.22.0/30" in "192.10.22.0/24" will return true
“10.0.0.1” in “10.0.0.2/30” will return true
Interface IP handling for Cisco
interface.ip - IP only
interface.mask - Mask only
interface.ipmask - CIDR form. Example, 10.0.0.1/24