diff --git a/ntc_templates/templates/cisco_ios_show_ip_access-lists.textfsm b/ntc_templates/templates/cisco_ios_show_ip_access-lists.textfsm index 5fe2b9f874..bcba1152ea 100644 --- a/ntc_templates/templates/cisco_ios_show_ip_access-lists.textfsm +++ b/ntc_templates/templates/cisco_ios_show_ip_access-lists.textfsm @@ -22,6 +22,7 @@ Value DST_PORT_RANGE_END (\S+) Value FLAGS_MATCH (match-all|match-any) Value TCP_FLAG (((\+|-|)ack(\s*?)|(\+|-|)established(\s*?)|(\+|-|)fin(\s*?)|(\+|-|)fragments(\s*?)|(\+|-|)psh(\s*?)|(\+|-|)rst(\s*?)|(\+|-|)syn(\s*?)|urg(\s*?))+) Value LOG (log-input|log) +Value LOG_TAG (\S+) Value ICMP_TYPE (administratively-prohibited|echo|echo-reply|mask-request|packet-too-big|parameter-problem|port-unreachable|redirect|router-advertisement|router-solicitation|time-exceeded|ttl-exceeded|unreachable) Value TIME (\S+) Value STATE (inactive|active) @@ -30,8 +31,8 @@ Value MATCHES (\d+) Start ^(Standard|Extended) -> Continue.Clearall ^${ACL_TYPE}\s+IP\s+access\s+list\s+${ACL_NAME}\s* -> Record - ^\s+${LINE_NUM}\s+${ACTION}\s+${PROTOCOL}\s+(host\s+${SRC_HOST}|${SRC_ANY}|${SRC_NETWORK}\s+${SRC_WILDCARD})(\s+${SRC_PORT_MATCH}\s+|)(${SRC_PORT_RANGE_START}\s+${SRC_PORT_RANGE_END}|${SRC_PORT}|)\s+(host\s+${DST_HOST}|${DST_ANY}|${DST_NETWORK}\s+${DST_WILDCARD})(\s+${DST_PORT_MATCH}\s+(${DST_PORT_RANGE_START}\s+${DST_PORT_RANGE_END}|${DST_PORT}|)|\s+(${FLAGS_MATCH}\s+|)${TCP_FLAG}|)(\s+${ICMP_TYPE}|)(\s+${LOG}|)(\s+time-range\s+${TIME}\s+\(${STATE}\)|)(?:\s+\(${MATCHES}\s+\S+\)|)\s*$$ -> Record - ^\s+${LINE_NUM}\s+${ACTION}\s+(${SRC_NETWORK},\s+wildcard\s+bits\s+${SRC_WILDCARD}|${SRC_HOST}|${SRC_ANY})(\s+${LOG}|)(\s+time-range\s+${TIME}\s+\(${STATE}\)|)(?:\s+\(${MATCHES}\s+matches\)|)\s*$$ -> Record + ^\s+${LINE_NUM}\s+${ACTION}\s+${PROTOCOL}\s+(host\s+${SRC_HOST}|${SRC_ANY}|${SRC_NETWORK}\s+${SRC_WILDCARD})(\s+${SRC_PORT_MATCH}\s+|)(${SRC_PORT_RANGE_START}\s+${SRC_PORT_RANGE_END}|${SRC_PORT}|)\s+(host\s+${DST_HOST}|${DST_ANY}|${DST_NETWORK}\s+${DST_WILDCARD})(\s+${DST_PORT_MATCH}\s+(${DST_PORT_RANGE_START}\s+${DST_PORT_RANGE_END}|${DST_PORT}|)|\s+(${FLAGS_MATCH}\s+|)${TCP_FLAG}|)(\s+${ICMP_TYPE}|)(\s+${LOG}|)(\s+time-range\s+${TIME}\s+\(${STATE}\)|)(?:\s+\(${MATCHES}\s+\S+\)|)(\s+\(tag\s+=\s+${LOG_TAG}\)|)\s*$$ -> Record + ^\s+${LINE_NUM}\s+${ACTION}\s+(${SRC_NETWORK},\s+wildcard\s+bits\s+${SRC_WILDCARD}|${SRC_HOST}|${SRC_ANY})(\s+${LOG}|)(\s+time-range\s+${TIME}\s+\(${STATE}\)|)(?:\s+\(${MATCHES}\s+matches\)|)(\s+\(tag\s+=\s+${LOG_TAG}\)|)\s*$$ -> Record ^\s*$$ # Capture time-stamp if vty line has command time-stamping turned on ^Load\s+for\s+ diff --git a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists.yml b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists.yml index f53d650c96..b195814b25 100644 --- a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists.yml +++ b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists.yml @@ -24,6 +24,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -52,6 +53,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -80,6 +82,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -108,6 +111,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -136,6 +140,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -164,6 +169,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -192,6 +198,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -220,6 +227,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -248,6 +256,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -276,6 +285,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -304,6 +314,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log-input" + log_tag: "" icmp_type: "" time: "" state: "" @@ -332,6 +343,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log-input" + log_tag: "" icmp_type: "" time: "test" state: "active" @@ -360,6 +372,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "test2" state: "inactive" @@ -388,6 +401,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -416,6 +430,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -444,6 +459,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -472,6 +488,7 @@ parsed_sample: flags_match: "match-all" tcp_flag: "+ack -fin" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -500,6 +517,7 @@ parsed_sample: flags_match: "" tcp_flag: "established" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -528,6 +546,7 @@ parsed_sample: flags_match: "" tcp_flag: "established psh" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -556,6 +575,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -584,6 +604,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -612,6 +633,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -640,6 +662,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -668,6 +691,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -696,6 +720,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -724,6 +749,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -752,6 +778,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -780,6 +807,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -808,6 +836,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -836,6 +865,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -864,6 +894,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -892,6 +923,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -920,6 +952,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -948,6 +981,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -976,6 +1010,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1004,6 +1039,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1032,6 +1068,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1060,6 +1097,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1088,6 +1126,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1116,6 +1155,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1144,6 +1184,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1172,6 +1213,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1200,6 +1242,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1228,6 +1271,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1256,6 +1300,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1284,6 +1329,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1312,6 +1358,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1340,6 +1387,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1368,6 +1416,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1396,6 +1445,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1424,6 +1474,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1452,6 +1503,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1480,6 +1532,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1508,6 +1561,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1536,6 +1590,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1564,6 +1619,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1592,6 +1648,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1620,6 +1677,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1648,6 +1706,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1676,6 +1735,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1704,6 +1764,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1732,6 +1793,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1760,6 +1822,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1788,6 +1851,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1816,6 +1880,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1844,6 +1909,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1872,6 +1938,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1900,6 +1967,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1928,6 +1996,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1956,6 +2025,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1984,6 +2054,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2012,6 +2083,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2040,6 +2112,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2068,6 +2141,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2096,6 +2170,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2124,6 +2199,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2152,6 +2228,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2180,6 +2257,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2208,6 +2286,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "test" state: "active" @@ -2236,6 +2315,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2264,6 +2344,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2292,6 +2373,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2320,6 +2402,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2348,6 +2431,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2376,6 +2460,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2404,6 +2489,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "test2" state: "inactive" @@ -2432,6 +2518,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" diff --git a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_954.yml b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_954.yml index 74b4787c04..2c47d9aad8 100644 --- a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_954.yml +++ b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_954.yml @@ -24,6 +24,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -52,6 +53,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -80,6 +82,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -108,6 +111,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -136,6 +140,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -164,6 +169,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -192,6 +198,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -220,6 +227,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -248,6 +256,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -276,6 +285,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -304,6 +314,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log-input" + log_tag: "" icmp_type: "" time: "" state: "" @@ -332,6 +343,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log-input" + log_tag: "" icmp_type: "" time: "test" state: "active" @@ -360,6 +372,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "test2" state: "inactive" @@ -388,6 +401,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -416,6 +430,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -444,6 +459,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -472,6 +488,7 @@ parsed_sample: flags_match: "match-all" tcp_flag: "+ack -fin" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -500,6 +517,7 @@ parsed_sample: flags_match: "" tcp_flag: "established" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -528,6 +546,7 @@ parsed_sample: flags_match: "" tcp_flag: "established psh" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -556,6 +575,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -584,6 +604,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -612,6 +633,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -640,6 +662,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -668,6 +691,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -696,6 +720,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -724,6 +749,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -752,6 +778,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -780,6 +807,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -808,6 +836,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -836,6 +865,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -864,6 +894,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -892,6 +923,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -920,6 +952,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -948,6 +981,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -976,6 +1010,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1004,6 +1039,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1032,6 +1068,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1060,6 +1097,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1088,6 +1126,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1116,6 +1155,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1144,6 +1184,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1172,6 +1213,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1200,6 +1242,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1228,6 +1271,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1256,6 +1300,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1284,6 +1329,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1312,6 +1358,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1340,6 +1387,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1368,6 +1416,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1396,6 +1445,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1424,6 +1474,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1452,6 +1503,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1480,6 +1532,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1508,6 +1561,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1536,6 +1590,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1564,6 +1619,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1592,6 +1648,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1620,6 +1677,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1648,6 +1706,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1676,6 +1735,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1704,6 +1764,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1732,6 +1793,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1760,6 +1822,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1788,6 +1851,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1816,6 +1880,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1844,6 +1909,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1872,6 +1938,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1900,6 +1967,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1928,6 +1996,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1956,6 +2025,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1984,6 +2054,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2012,6 +2083,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2040,6 +2112,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2068,6 +2141,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2096,6 +2170,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2124,6 +2199,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2152,6 +2228,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2180,6 +2257,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2208,6 +2286,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2236,6 +2315,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2264,6 +2344,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "test" state: "active" @@ -2292,6 +2373,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2320,6 +2402,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2348,6 +2431,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2376,6 +2460,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2404,6 +2489,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2432,6 +2518,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2460,6 +2547,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "test2" state: "inactive" @@ -2488,6 +2576,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2516,6 +2605,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2544,6 +2634,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2572,6 +2663,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2600,6 +2692,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2628,6 +2721,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "echo-reply" time: "" state: "" @@ -2656,6 +2750,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "administratively-prohibited" time: "" state: "" @@ -2684,6 +2779,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "unreachable" time: "" state: "" @@ -2712,6 +2808,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "redirect" time: "" state: "" @@ -2740,6 +2837,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "ttl-exceeded" time: "" state: "" @@ -2768,6 +2866,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "port-unreachable" time: "" state: "" @@ -2796,6 +2895,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "parameter-problem" time: "" state: "" diff --git a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_964.yml b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_964.yml index fb87246d24..2ea258e3ad 100644 --- a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_964.yml +++ b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_964.yml @@ -24,6 +24,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -52,6 +53,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -80,6 +82,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -108,6 +111,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -136,6 +140,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -164,6 +169,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -192,6 +198,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -220,6 +227,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -248,6 +256,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -276,6 +285,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -304,6 +314,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log-input" + log_tag: "" icmp_type: "" time: "" state: "" @@ -332,6 +343,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log-input" + log_tag: "" icmp_type: "" time: "test" state: "active" @@ -360,6 +372,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "test2" state: "inactive" @@ -388,6 +401,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -416,6 +430,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -444,6 +459,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -472,6 +488,7 @@ parsed_sample: flags_match: "match-all" tcp_flag: "+ack -fin" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -500,6 +517,7 @@ parsed_sample: flags_match: "" tcp_flag: "established" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -528,6 +546,7 @@ parsed_sample: flags_match: "" tcp_flag: "established psh" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -556,6 +575,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -584,6 +604,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -612,6 +633,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -640,6 +662,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -668,6 +691,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -696,6 +720,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -724,6 +749,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -752,6 +778,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -780,6 +807,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -808,6 +836,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -836,6 +865,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -864,6 +894,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -892,6 +923,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -920,6 +952,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -948,6 +981,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -976,6 +1010,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1004,6 +1039,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1032,6 +1068,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1060,6 +1097,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1088,6 +1126,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1116,6 +1155,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1144,6 +1184,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1172,6 +1213,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1200,6 +1242,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1228,6 +1271,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1256,6 +1300,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1284,6 +1329,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1312,6 +1358,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1340,6 +1387,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1368,6 +1416,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1396,6 +1445,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1424,6 +1474,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1452,6 +1503,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1480,6 +1532,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1508,6 +1561,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1536,6 +1590,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1564,6 +1619,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1592,6 +1648,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1620,6 +1677,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1648,6 +1706,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1676,6 +1735,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1704,6 +1764,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1732,6 +1793,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1760,6 +1822,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1788,6 +1851,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1816,6 +1880,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1844,6 +1909,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1872,6 +1938,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1900,6 +1967,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1928,6 +1996,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1956,6 +2025,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1984,6 +2054,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2012,6 +2083,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2040,6 +2112,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2068,6 +2141,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2096,6 +2170,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2124,6 +2199,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2152,6 +2228,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2180,6 +2257,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2208,6 +2286,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2236,6 +2315,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2264,6 +2344,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "test" state: "active" @@ -2292,6 +2373,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2320,6 +2402,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2348,6 +2431,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2376,6 +2460,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2404,6 +2489,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2432,6 +2518,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2460,6 +2547,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "test2" state: "inactive" @@ -2488,6 +2576,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2516,6 +2605,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2544,6 +2634,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2572,6 +2663,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2600,6 +2692,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2628,6 +2721,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "echo-reply" time: "" state: "" @@ -2656,6 +2750,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "administratively-prohibited" time: "" state: "" @@ -2684,6 +2779,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "unreachable" time: "" state: "" @@ -2712,6 +2808,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "redirect" time: "" state: "" @@ -2740,6 +2837,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "ttl-exceeded" time: "" state: "" @@ -2768,6 +2866,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "port-unreachable" time: "" state: "" @@ -2796,6 +2895,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "parameter-problem" time: "" state: "" @@ -2824,6 +2924,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2852,6 +2953,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "mask-request" time: "" state: "" diff --git a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_969.raw b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_969.raw new file mode 100644 index 0000000000..e602f780bd --- /dev/null +++ b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_969.raw @@ -0,0 +1,106 @@ +Standard IP access list 99 + 10 permit 172.16.191.199 + 20 deny any log + 30 permit 10.0.10.0, wildcard bits 0.255.0.255 (20 matches) +Standard IP access list stdacl + 10 permit 10.1.1.1 +Extended IP access list test +Extended IP access list 101 + 10 permit tcp any host 10.1.1.1 eq www + 20 permit tcp any host 10.1.1.1 eq 443 log + 30 permit ahp any any log-input + 40 permit ahp any any log-input time-range test (active) + 50 permit ip any host 10.1.10.11 log time-range test2 (inactive) + 60 permit udp any range 16384 32767 10.1.1.0 0.0.0.255 range 16384 32767 + 70 permit udp any eq snmp bootpc 10.1.0.0 0.0.0.255 + 80 permit tcp 10.0.0.0 0.255.255.255 eq telnet ssh http 8080 host 10.1.0.0 neq telnet ssh + 90 permit tcp any any match-all +ack -fin log + 100 permit tcp host 10.1.1.1 any established + 110 permit tcp any 10.1.1.0 0.0.255.255 established psh + 120 deny esp any any precedence internet + 130 deny esp any any tos normal +Extended IP access list sample + 10 permit tcp host 10.10.37.18 host 10.10.37.17 eq bgp + 20 permit tcp host 10.10.37.18 eq bgp host 10.10.37.17 + 30 permit icmp 10.10.37.16 0.0.0.3 host 10.10.37.17 + 40 permit icmp 10.10.37.24 0.0.0.7 host 10.10.37.17 + 50 permit icmp 10.10.37.16 0.0.0.3 host 10.10.5.20 + 60 permit icmp 10.10.37.24 0.0.0.7 host 10.10.5.20 + 70 permit icmp 10.10.37.16 0.0.0.3 host 10.10.6.144 + 80 permit icmp 10.10.37.24 0.0.0.7 host 10.10.6.144 + 90 permit icmp 10.10.37.16 0.0.0.3 host 10.10.6.146 + 100 permit icmp 10.10.37.24 0.0.0.7 host 10.10.6.146 + 110 permit icmp 10.10.37.16 0.0.0.3 host 10.10.6.148 + 120 permit icmp 10.10.37.24 0.0.0.7 host 10.10.6.148 + 130 permit icmp 10.10.37.16 0.0.0.3 host 10.10.6.152 + 140 permit icmp 10.10.37.24 0.0.0.7 host 10.10.6.152 + 150 permit icmp 10.10.37.16 0.0.0.3 host 10.10.8.26 + 160 permit icmp 10.10.37.24 0.0.0.7 host 10.10.8.26 + 170 permit icmp 10.10.37.16 0.0.0.3 host 10.10.8.152 + 180 permit icmp 10.10.37.24 0.0.0.7 host 10.10.8.152 + 190 permit icmp 10.10.37.16 0.0.0.3 10.3.140.0 0.0.0.127 + 200 permit icmp 10.10.37.24 0.0.0.7 10.3.140.0 0.0.0.127 + 210 permit icmp 10.10.37.16 0.0.0.3 host 10.3.139.248 + 220 permit icmp 10.10.37.24 0.0.0.7 host 10.3.139.248 + 230 permit icmp 10.10.37.16 0.0.0.3 10.3.139.128 0.0.0.7 + 240 permit icmp 10.10.37.24 0.0.0.7 10.3.139.128 0.0.0.7 + 250 permit tcp 10.10.37.24 0.0.0.7 host 10.10.5.20 eq 4000 + 260 permit tcp 10.10.37.24 0.0.0.7 host 10.10.5.20 eq 4010 + 270 permit tcp 10.10.37.24 0.0.0.7 host 10.10.5.20 eq 4020 + 280 permit tcp 10.10.37.24 0.0.0.7 host 10.10.5.20 eq 4080 + 290 permit tcp 10.10.37.24 0.0.0.7 host 10.10.5.20 eq 4300 + 300 permit tcp 10.10.37.24 0.0.0.7 host 10.10.5.20 eq 4310 + 310 permit tcp 10.10.37.24 0.0.0.7 host 10.10.5.20 eq 4320 + 320 permit tcp 10.10.37.24 0.0.0.7 host 10.10.5.20 eq 4380 + 330 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.144 eq 4000 + 340 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.144 eq 4010 + 350 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.144 eq 4020 + 360 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.144 eq 4300 + 370 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.144 eq 4310 + 380 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.144 eq 4320 + 390 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.146 eq 4000 + 400 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.146 eq 4010 + 410 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.146 eq 4020 + 420 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.146 eq 4300 + 430 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.146 eq 4310 + 440 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.146 eq 4320 + 450 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.148 eq 4050 + 460 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.148 eq 4060 + 470 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.148 eq 4350 + 480 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.148 eq 4360 + 490 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.152 eq 4000 + 500 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.152 eq 4010 + 510 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.152 eq 4020 + 520 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.152 eq 4080 + 530 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.152 eq 4300 + 540 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.152 eq 4310 + 550 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.152 eq 4320 + 560 permit tcp 10.10.37.24 0.0.0.7 host 10.10.6.152 eq 4380 + 570 permit tcp 10.10.37.24 0.0.0.7 host 10.10.8.26 eq 4001 + 580 permit tcp 10.10.37.24 0.0.0.7 host 10.10.8.152 eq 4001 + 590 permit tcp 10.10.37.24 0.0.0.7 10.3.140.64 0.0.0.31 eq 9815 log time-range test (active) + 600 permit tcp 10.10.37.24 0.0.0.7 10.3.140.64 0.0.0.31 range 9821 9823 + 610 permit tcp 10.10.37.24 0.0.0.7 10.3.140.96 0.0.0.31 range 7400 7407 + 620 permit udp 10.10.37.16 0.0.0.3 host 10.3.139.133 range 13001 13191 + 630 permit udp 10.10.37.24 0.0.0.7 host 10.3.139.133 range 13001 13191 + 640 permit tcp 10.10.37.16 0.0.0.3 host 10.3.139.134 range 13001 13191 + 650 permit tcp 10.10.37.24 0.0.0.7 host 10.3.139.134 range 13001 13191 + 660 permit pim host 10.10.37.18 host 224.0.0.1 time-range test2 (inactive) +Extended IP access list test2 +Extended IP access list ios_show_ip_acl + 10 permit 53 any any log (123456 matches) + 20 permit ip any any log (23 matches) +Extended IP access list ntc-templates + 10 permit icmp host 10.10.10.10 any echo-reply + 20 permit icmp host 10.10.10.10 any administratively-prohibited (123456 matches) + 30 permit icmp host 10.10.10.10 any unreachable log + 40 permit icmp host 10.10.10.10 any redirect (900123456 matches) + 50 permit icmp 10.10.10.0 0.0.0.255 any ttl-exceeded (1278456 matches) + 60 permit icmp 10.10.10.0 0.0.0.255 20.20.0.0 0.0.255.255 port-unreachable + 70 permit icmp 10.10.10.0 0.0.0.255 20.20.0.0 0.0.255.255 parameter-problem log +Extended IP access list mask-request + 10 deny icmp any any mask-request +Extended IP access list Log_Tags_Test + 10 permit tcp host 169.254.3.3 gt 1023 169.254.3.4 0.0.0.1 log (tag = established) + 20 permit tcp host 169.254.3.3 gt 1023 169.254.3.4 0.0.0.1 established log + 30 permit tcp host 169.254.3.3 gt 1023 169.254.3.4 0.0.0.1 established log (tag = tag_name) diff --git a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_969.yml b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_969.yml new file mode 100644 index 0000000000..970250a2a4 --- /dev/null +++ b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_969.yml @@ -0,0 +1,3076 @@ +--- +parsed_sample: + - acl_type: "Standard" + acl_name: "99" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Standard" + acl_name: "99" + line_num: "10" + action: "permit" + protocol: "" + src_host: "172.16.191.199" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Standard" + acl_name: "99" + line_num: "20" + action: "deny" + protocol: "" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Standard" + acl_name: "99" + line_num: "30" + action: "permit" + protocol: "" + src_host: "" + src_any: "" + src_network: "10.0.10.0" + src_wildcard: "0.255.0.255" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "20" + - acl_type: "Standard" + acl_name: "stdacl" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Standard" + acl_name: "stdacl" + line_num: "10" + action: "permit" + protocol: "" + src_host: "10.1.1.1" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "test" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "10" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.1.1.1" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "www" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "20" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.1.1.1" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "443" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "30" + action: "permit" + protocol: "ahp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log-input" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "40" + action: "permit" + protocol: "ahp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log-input" + log_tag: "" + icmp_type: "" + time: "test" + state: "active" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "50" + action: "permit" + protocol: "ip" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.1.10.11" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log" + log_tag: "" + icmp_type: "" + time: "test2" + state: "inactive" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "60" + action: "permit" + protocol: "udp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "range" + src_port: "" + src_port_range_start: "16384" + src_port_range_end: "32767" + dst_host: "" + dst_any: "" + dst_network: "10.1.1.0" + dst_wildcard: "0.0.0.255" + dst_port_match: "range" + dst_port: "" + dst_port_range_start: "16384" + dst_port_range_end: "32767" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "70" + action: "permit" + protocol: "udp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "eq" + src_port: "snmp bootpc" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.1.0.0" + dst_wildcard: "0.0.0.255" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "80" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.0.0.0" + src_wildcard: "0.255.255.255" + src_port_match: "eq" + src_port: "telnet ssh http 8080" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.1.0.0" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "neq" + dst_port: "telnet ssh" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "90" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "match-all" + tcp_flag: "+ack -fin" + log: "log" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "100" + action: "permit" + protocol: "tcp" + src_host: "10.1.1.1" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "established" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "110" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.1.1.0" + dst_wildcard: "0.0.255.255" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "established psh" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "120" + action: "deny" + protocol: "esp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "precedence" + dst_port: "internet" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "101" + line_num: "130" + action: "deny" + protocol: "esp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "tos" + dst_port: "normal" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "10" + action: "permit" + protocol: "tcp" + src_host: "10.10.37.18" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.37.17" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "bgp" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "20" + action: "permit" + protocol: "tcp" + src_host: "10.10.37.18" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "eq" + src_port: "bgp" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.37.17" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "30" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.37.17" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "40" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.37.17" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "50" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "60" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "70" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.144" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "80" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.144" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "90" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.146" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "100" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.146" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "110" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.148" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "120" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.148" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "130" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "140" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "150" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.8.26" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "160" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.8.26" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "170" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.8.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "180" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.8.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "190" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.3.140.0" + dst_wildcard: "0.0.0.127" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "200" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.3.140.0" + dst_wildcard: "0.0.0.127" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "210" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.3.139.248" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "220" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.3.139.248" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "230" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.3.139.128" + dst_wildcard: "0.0.0.7" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "240" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.3.139.128" + dst_wildcard: "0.0.0.7" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "250" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4000" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "260" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4010" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "270" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4020" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "280" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4080" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "290" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4300" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "300" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4310" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "310" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4320" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "320" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.5.20" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4380" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "330" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.144" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4000" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "340" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.144" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4010" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "350" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.144" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4020" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "360" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.144" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4300" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "370" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.144" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4310" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "380" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.144" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4320" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "390" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.146" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4000" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "400" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.146" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4010" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "410" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.146" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4020" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "420" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.146" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4300" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "430" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.146" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4310" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "440" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.146" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4320" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "450" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.148" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4050" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "460" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.148" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4060" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "470" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.148" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4350" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "480" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.148" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4360" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "490" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4000" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "500" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4010" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "510" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4020" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "520" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4080" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "530" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4300" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "540" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4310" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "550" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4320" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "560" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.6.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4380" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "570" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.8.26" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4001" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "580" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.10.8.152" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "eq" + dst_port: "4001" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "590" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.3.140.64" + dst_wildcard: "0.0.0.31" + dst_port_match: "eq" + dst_port: "9815" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log" + log_tag: "" + icmp_type: "" + time: "test" + state: "active" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "600" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.3.140.64" + dst_wildcard: "0.0.0.31" + dst_port_match: "range" + dst_port: "" + dst_port_range_start: "9821" + dst_port_range_end: "9823" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "610" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "10.3.140.96" + dst_wildcard: "0.0.0.31" + dst_port_match: "range" + dst_port: "" + dst_port_range_start: "7400" + dst_port_range_end: "7407" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "620" + action: "permit" + protocol: "udp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.3.139.133" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "range" + dst_port: "" + dst_port_range_start: "13001" + dst_port_range_end: "13191" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "630" + action: "permit" + protocol: "udp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.3.139.133" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "range" + dst_port: "" + dst_port_range_start: "13001" + dst_port_range_end: "13191" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "640" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.16" + src_wildcard: "0.0.0.3" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.3.139.134" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "range" + dst_port: "" + dst_port_range_start: "13001" + dst_port_range_end: "13191" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "650" + action: "permit" + protocol: "tcp" + src_host: "" + src_any: "" + src_network: "10.10.37.24" + src_wildcard: "0.0.0.7" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "10.3.139.134" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "range" + dst_port: "" + dst_port_range_start: "13001" + dst_port_range_end: "13191" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "sample" + line_num: "660" + action: "permit" + protocol: "pim" + src_host: "10.10.37.18" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "224.0.0.1" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "test2" + state: "inactive" + matches: "" + - acl_type: "Extended" + acl_name: "test2" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "ios_show_ip_acl" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "ios_show_ip_acl" + line_num: "10" + action: "permit" + protocol: "53" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "123456" + - acl_type: "Extended" + acl_name: "ios_show_ip_acl" + line_num: "20" + action: "permit" + protocol: "ip" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "23" + - acl_type: "Extended" + acl_name: "ntc-templates" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "ntc-templates" + line_num: "10" + action: "permit" + protocol: "icmp" + src_host: "10.10.10.10" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "echo-reply" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "ntc-templates" + line_num: "20" + action: "permit" + protocol: "icmp" + src_host: "10.10.10.10" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "administratively-prohibited" + time: "" + state: "" + matches: "123456" + - acl_type: "Extended" + acl_name: "ntc-templates" + line_num: "30" + action: "permit" + protocol: "icmp" + src_host: "10.10.10.10" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log" + log_tag: "" + icmp_type: "unreachable" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "ntc-templates" + line_num: "40" + action: "permit" + protocol: "icmp" + src_host: "10.10.10.10" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "redirect" + time: "" + state: "" + matches: "900123456" + - acl_type: "Extended" + acl_name: "ntc-templates" + line_num: "50" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.10.0" + src_wildcard: "0.0.0.255" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "ttl-exceeded" + time: "" + state: "" + matches: "1278456" + - acl_type: "Extended" + acl_name: "ntc-templates" + line_num: "60" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.10.0" + src_wildcard: "0.0.0.255" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "20.20.0.0" + dst_wildcard: "0.0.255.255" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "port-unreachable" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "ntc-templates" + line_num: "70" + action: "permit" + protocol: "icmp" + src_host: "" + src_any: "" + src_network: "10.10.10.0" + src_wildcard: "0.0.0.255" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "20.20.0.0" + dst_wildcard: "0.0.255.255" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "log" + log_tag: "" + icmp_type: "parameter-problem" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "mask-request" + line_num: "" + action: "" + protocol: "" + src_host: "" + src_any: "" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "" + time: "" + state: "" + matches: "" + - acl_type: "Extended" + acl_name: "mask-request" + line_num: "10" + action: "deny" + protocol: "icmp" + src_host: "" + src_any: "any" + src_network: "" + src_wildcard: "" + src_port_match: "" + src_port: "" + src_port_range_start: "" + src_port_range_end: "" + dst_host: "" + dst_any: "any" + dst_network: "" + dst_wildcard: "" + dst_port_match: "" + dst_port: "" + dst_port_range_start: "" + dst_port_range_end: "" + flags_match: "" + tcp_flag: "" + log: "" + log_tag: "" + icmp_type: "mask-request" + time: "" + state: "" + matches: "" + - acl_name: "Log_Tags_Test" + acl_type: "Extended" + action: "" + dst_any: "" + dst_host: "" + dst_network: "" + dst_port: "" + dst_port_match: "" + dst_port_range_end: "" + dst_port_range_start: "" + dst_wildcard: "" + flags_match: "" + icmp_type: "" + line_num: "" + log: "" + log_tag: "" + matches: "" + protocol: "" + src_any: "" + src_host: "" + src_network: "" + src_port: "" + src_port_match: "" + src_port_range_end: "" + src_port_range_start: "" + src_wildcard: "" + state: "" + tcp_flag: "" + time: "" + - acl_name: "Log_Tags_Test" + acl_type: "Extended" + action: "permit" + dst_any: "" + dst_host: "" + dst_network: "169.254.3.4" + dst_port: "" + dst_port_match: "" + dst_port_range_end: "" + dst_port_range_start: "" + dst_wildcard: "0.0.0.1" + flags_match: "" + icmp_type: "" + line_num: "10" + log: "log" + log_tag: "established" + matches: "" + protocol: "tcp" + src_any: "" + src_host: "169.254.3.3" + src_network: "" + src_port: "1023" + src_port_match: "gt" + src_port_range_end: "" + src_port_range_start: "" + src_wildcard: "" + state: "" + tcp_flag: "" + time: "" + - acl_name: "Log_Tags_Test" + acl_type: "Extended" + action: "permit" + dst_any: "" + dst_host: "" + dst_network: "169.254.3.4" + dst_port: "" + dst_port_match: "" + dst_port_range_end: "" + dst_port_range_start: "" + dst_wildcard: "0.0.0.1" + flags_match: "" + icmp_type: "" + line_num: "20" + log: "log" + log_tag: "" + matches: "" + protocol: "tcp" + src_any: "" + src_host: "169.254.3.3" + src_network: "" + src_port: "1023" + src_port_match: "gt" + src_port_range_end: "" + src_port_range_start: "" + src_wildcard: "" + state: "" + tcp_flag: "established" + time: "" + - acl_name: "Log_Tags_Test" + acl_type: "Extended" + action: "permit" + dst_any: "" + dst_host: "" + dst_network: "169.254.3.4" + dst_port: "" + dst_port_match: "" + dst_port_range_end: "" + dst_port_range_start: "" + dst_wildcard: "0.0.0.1" + flags_match: "" + icmp_type: "" + line_num: "30" + log: "log" + log_tag: "tag_name" + matches: "" + protocol: "tcp" + src_any: "" + src_host: "169.254.3.3" + src_network: "" + src_port: "1023" + src_port_match: "gt" + src_port_range_end: "" + src_port_range_start: "" + src_wildcard: "" + state: "" + tcp_flag: "established" + time: "" diff --git a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_fixed.yml b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_fixed.yml index 0cfef0d7e9..d2d52c1414 100644 --- a/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_fixed.yml +++ b/tests/cisco_ios/show_ip_access-lists/cisco_ios_show_ip_access-lists_fixed.yml @@ -24,6 +24,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -52,6 +53,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -80,6 +82,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -108,6 +111,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -136,6 +140,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -164,6 +169,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -192,6 +198,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -220,6 +227,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -248,6 +256,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -276,6 +285,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -304,6 +314,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log-input" + log_tag: "" icmp_type: "" time: "" state: "" @@ -332,6 +343,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log-input" + log_tag: "" icmp_type: "" time: "test" state: "active" @@ -360,6 +372,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "test2" state: "inactive" @@ -388,6 +401,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -416,6 +430,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -444,6 +459,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -472,6 +488,7 @@ parsed_sample: flags_match: "match-all" tcp_flag: "+ack -fin" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -500,6 +517,7 @@ parsed_sample: flags_match: "" tcp_flag: "established" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -528,6 +546,7 @@ parsed_sample: flags_match: "" tcp_flag: "established psh" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -556,6 +575,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -584,6 +604,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -612,6 +633,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -640,6 +662,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -668,6 +691,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -696,6 +720,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -724,6 +749,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -752,6 +778,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -780,6 +807,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -808,6 +836,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -836,6 +865,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -864,6 +894,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -892,6 +923,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -920,6 +952,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -948,6 +981,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -976,6 +1010,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1004,6 +1039,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1032,6 +1068,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1060,6 +1097,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1088,6 +1126,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1116,6 +1155,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1144,6 +1184,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1172,6 +1213,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1200,6 +1242,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1228,6 +1271,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1256,6 +1300,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1284,6 +1329,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1312,6 +1358,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1340,6 +1387,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1368,6 +1416,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1396,6 +1445,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1424,6 +1474,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1452,6 +1503,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1480,6 +1532,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1508,6 +1561,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1536,6 +1590,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1564,6 +1619,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1592,6 +1648,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1620,6 +1677,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1648,6 +1706,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1676,6 +1735,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1704,6 +1764,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1732,6 +1793,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1760,6 +1822,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1788,6 +1851,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1816,6 +1880,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1844,6 +1909,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1872,6 +1938,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1900,6 +1967,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1928,6 +1996,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1956,6 +2025,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -1984,6 +2054,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2012,6 +2083,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2040,6 +2112,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2068,6 +2141,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2096,6 +2170,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2124,6 +2199,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2152,6 +2228,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2180,6 +2257,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2208,6 +2286,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "test" state: "active" @@ -2236,6 +2315,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2264,6 +2344,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2292,6 +2373,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2320,6 +2402,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2348,6 +2431,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2376,6 +2460,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2404,6 +2489,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "test2" state: "inactive" @@ -2432,6 +2518,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2460,6 +2547,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2488,6 +2576,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2516,6 +2605,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2544,6 +2634,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "" time: "" state: "" @@ -2572,6 +2663,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "echo-reply" time: "" state: "" @@ -2600,6 +2692,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "administratively-prohibited" time: "" state: "" @@ -2628,6 +2721,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "unreachable" time: "" state: "" @@ -2656,6 +2750,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "redirect" time: "" state: "" @@ -2684,6 +2779,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "ttl-exceeded" time: "" state: "" @@ -2712,6 +2808,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "" + log_tag: "" icmp_type: "port-unreachable" time: "" state: "" @@ -2740,6 +2837,7 @@ parsed_sample: flags_match: "" tcp_flag: "" log: "log" + log_tag: "" icmp_type: "parameter-problem" time: "" state: ""