File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
tests/cisco_ios/show_sdwan_bfd_sessions_table Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11Value SRC_IP (\S+)
22Value DST_IP (\S+)
3- Value PROTO (\S+)
3+ Value PROTOCOL (\S+)
44Value SRC_PORT (\d+)
55Value DST_PORT (\d+)
66Value SYSTEM_IP (\S+)
1919 ^\s*SRC\s+IP\s+DST\s+IP\s+PROTO\s+PORT\s+PORT\s+SYSTEM\s+IP\s+ID\s+COLOR\s+COLOR\s+STATE\s+MULTIPLIER\s+INTERVAL\s+UPTIME\s+TRANSITIONS
2020 ^\s*--+$$
2121 # Match data rows
22- ^${SRC_IP}\s+${DST_IP}\s+${PROTO }\s+${SRC_PORT}\s+${DST_PORT}\s+${SYSTEM_IP}\s+${SITE_ID}\s+${LOCAL_COLOR}\s+${REMOTE_COLOR}\s+${STATE}\s+${DETECT_MULTIPLIER}\s+${TX_INTERVAL}\s+${UPTIME}\s+${TRANSITIONS} -> Record
22+ ^${SRC_IP}\s+${DST_IP}\s+${PROTOCOL }\s+${SRC_PORT}\s+${DST_PORT}\s+${SYSTEM_IP}\s+${SITE_ID}\s+${LOCAL_COLOR}\s+${REMOTE_COLOR}\s+${STATE}\s+${DETECT_MULTIPLIER}\s+${TX_INTERVAL}\s+${UPTIME}\s+${TRANSITIONS} -> Record
2323 ^\s*$$
2424 ^. -> Error
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parsed_sample:
44 dst_ip : " 44.117.23.0"
55 dst_port : " 12346"
66 local_color : " gold"
7- proto : " ipsec"
7+ protocol : " ipsec"
88 remote_color : " gold"
99 site_id : " 65222"
1010 src_ip : " 10.11.22.4"
@@ -18,7 +18,7 @@ parsed_sample:
1818 dst_ip : " 10.2.242.36"
1919 dst_port : " 12346"
2020 local_color : " private6"
21- proto : " ipsec"
21+ protocol : " ipsec"
2222 remote_color : " private6"
2323 site_id : " 65222"
2424 src_ip : " 10.11.22.36"
@@ -32,7 +32,7 @@ parsed_sample:
3232 dst_ip : " 30.114.33.32"
3333 dst_port : " 12346"
3434 local_color : " gold"
35- proto : " ipsec"
35+ protocol : " ipsec"
3636 remote_color : " silver"
3737 site_id : " 65222"
3838 src_ip : " 10.11.22.4"
@@ -46,7 +46,7 @@ parsed_sample:
4646 dst_ip : " 10.2.242.37"
4747 dst_port : " 12346"
4848 local_color : " private6"
49- proto : " ipsec"
49+ protocol : " ipsec"
5050 remote_color : " private6"
5151 site_id : " 65222"
5252 src_ip : " 10.11.22.36"
@@ -60,7 +60,7 @@ parsed_sample:
6060 dst_ip : " 25.117.111.208"
6161 dst_port : " 12346"
6262 local_color : " gold"
63- proto : " ipsec"
63+ protocol : " ipsec"
6464 remote_color : " gold"
6565 site_id : " 65211"
6666 src_ip : " 10.11.22.4"
@@ -74,7 +74,7 @@ parsed_sample:
7474 dst_ip : " 10.51.242.36"
7575 dst_port : " 12346"
7676 local_color : " private6"
77- proto : " ipsec"
77+ protocol : " ipsec"
7878 remote_color : " private6"
7979 site_id : " 65211"
8080 src_ip : " 10.11.22.36"
@@ -88,7 +88,7 @@ parsed_sample:
8888 dst_ip : " 51.142.56.212"
8989 dst_port : " 12386"
9090 local_color : " gold"
91- proto : " ipsec"
91+ protocol : " ipsec"
9292 remote_color : " gold"
9393 site_id : " 145"
9494 src_ip : " 10.11.22.4"
@@ -102,7 +102,7 @@ parsed_sample:
102102 dst_ip : " 17.69.229.192"
103103 dst_port : " 12386"
104104 local_color : " gold"
105- proto : " ipsec"
105+ protocol : " ipsec"
106106 remote_color : " gold"
107107 site_id : " 305"
108108 src_ip : " 10.11.22.4"
@@ -116,7 +116,7 @@ parsed_sample:
116116 dst_ip : " 242.135.190.254"
117117 dst_port : " 12386"
118118 local_color : " gold"
119- proto : " ipsec"
119+ protocol : " ipsec"
120120 remote_color : " silver"
121121 site_id : " 65003"
122122 src_ip : " 10.11.22.4"
@@ -130,7 +130,7 @@ parsed_sample:
130130 dst_ip : " 237.111.137.218"
131131 dst_port : " 12346"
132132 local_color : " gold"
133- proto : " ipsec"
133+ protocol : " ipsec"
134134 remote_color : " gold"
135135 site_id : " 65003"
136136 src_ip : " 10.11.22.4"
@@ -144,7 +144,7 @@ parsed_sample:
144144 dst_ip : " 84.169.24.206"
145145 dst_port : " 12386"
146146 local_color : " gold"
147- proto : " ipsec"
147+ protocol : " ipsec"
148148 remote_color : " gold"
149149 site_id : " 65003"
150150 src_ip : " 10.11.22.4"
@@ -158,7 +158,7 @@ parsed_sample:
158158 dst_ip : " 242.105.174.58"
159159 dst_port : " 12386"
160160 local_color : " gold"
161- proto : " ipsec"
161+ protocol : " ipsec"
162162 remote_color : " silver"
163163 site_id : " 65003"
164164 src_ip : " 10.11.22.4"
You can’t perform that action at this time.
0 commit comments