{ "id":"/axapi/v3/template/gtp/logging-policy/{name}", "type":"object", "node-type":"list", "title":"logging-policy", "partition-visibility":"shared", "description":"Configure GTP Logging Policy", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify name of the GTP Logging Policy", "optional":false }, "log":{ "type":"object", "properties":{ "mandatory-ie-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to Missing Mandatory Information Element" }, "out-of-state-ie-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to Out of State Information Elements" }, "out-of-order-ie-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to Out of Order Information Elements for GTPv1-C" }, "invalid-teid-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to Invalid Tunnel Endpoint Identifier" }, "reserved-ie-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to Presence of Reserved Information Element" }, "message-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to Message Filtering" }, "apn-imsi-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to APN IMSI filtering" }, "rat-type-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to RAT type filtering" }, "msisdn-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to MSISDN Filtering" }, "crosslayer-correlation":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to mismatch in IP address and GTP FTEID/GSN address" }, "anti-spoofing-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to End User IP Address Spoofing" }, "msisdn-imsi-correlation":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to mismatch in Country Code and Mobile Country Code" }, "max-message-length-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to Max Message Length Filtering" }, "gtp-in-gtp-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to GTP in GTP filtering" }, "sequence-num-correlation":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to mismatch in Sequence number between GTP request and response" }, "invalid-header-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Logging Packet Drop due to Invalid Header checks" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }