derivedDataType IcmpType

Regular expression pattern for IP ACL ICMP Type [0-255], covering single and range.

Regexp : ^((BT)|((BT)(\.\.)(BT)))$ where BT=[0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5]


stringIcmpType

Valid values: ^(([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])|(([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\.\.)([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])))$