Bugs: |
|
|---|
AE-570 Whether “accesslist permit” can be synchronized differs between ha runtime and synconfig / HSOL-3904
Review Request #1003 — Created Aug. 6, 2025 and submitted
| Information | |
|---|---|
| mmiriam | |
| APV10 | |
| rel_apv_10_7 | |
| AE-570 | |
| Reviewers | |
| ngurunathan, pradeep, tanya | |
AE-570 Update Ha runtime sync to sync CLI "accessgroup", "no accessgroup", "clear accessgroup", "accesslist", "no accesslist", "clear accesslist" and "webwall"
AN(config)APV1#accessgroup 50 port2
AN(config)APV1#accesslist permit icmp timestampreq 192.168.162.89 255.255.255.255 $
AN(config)APV1#webwall port2 on
Webwall mode 0 is configured successfullyremove accesslist in secondery device:
expected results: should not reflect the change in primary device. should remove accesslist only from secondery device
AN(config)APV2#no accesslist permit icmp timestampreq 192.168.162.89 255.255.255.2$AN(config)APV2#sh run accesslist
AN(config)APV2#
AN(config)APV1#sh run accesslist
accesslist permit icmp timestampreq 192.168.162.89 255.255.255.255 192.168.162.134 255.255.255.255 50AN(config)APV1#sh run accesslist
accesslist permit icmp timestampreq 192.168.162.89 255.255.255.255 192.168.162.134 255.255.255.255 50remove accesslist in primary device:
expected results: should remove accesslist from both primery and secondery deviceAN(config)APV1#no accesslist permit icmp timestampreq 192.168.162.89 255.255.255.2$
AN(config)APV1#sh run accesslist
AN(config)APV1#
AN(config)APV2#sh run accesslist
AN(config)APV2#
Similarlly tested for other commands "accessgroup", "no accessgroup" and "webwall"
