You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@sonic:/home/admin# show acl table
Name Type Binding Description
A L3 Ethernet20 Counter
B L3 Ethernet36 Counter
root@sonic:/home/admin# show acl rule
Table Rule Priority Action Match
A 1 55 forward DST_IP: 10.10.1.26/32
IP_TYPE: ipv4any
SRC_IP: 10.10.0.26/32
B 1 2 forward DST_IP: 10.10.3.26/32
IP_TYPE: ipv4any
SRC_IP: 10.10.2.26/32
Go to telemetry docker docker exec -it telemetry bash
through gNMI get operation get all acl details as below
Note:when ACL configured through gNMI set operation, able to perform gnmi get operation on specific acl successfully
When ACL configured through gNMI set operation , "_ACL_IPV4" string is getting appended to ACL names as below
OPENCONFIG-gNMI
Problem Description/Summary :
OPENCONFIG-gNMI - gnmi_get of a specific ACL fails when ACL is created through config load
Expected Behavior :
gNMI get operation to get specific ACL should be success when ACL is created through config load
Topology :
DUT
Steps to Repro :
============================================================
docker exec -it telemetry bash
Note:when ACL configured through gNMI set operation, able to perform gnmi get operation on specific acl successfully
When ACL configured through gNMI set operation , "_ACL_IPV4" string is getting appended to ACL names as below
Reproducibility ( Ex:- 3 out of 3 attempts ) Please also update "Reproducible" field :
3
The text was updated successfully, but these errors were encountered: