ipi-acl
+--rw acl
+--rw acl-sets
| +--rw acl-set* [name type]
| +--rw name -> ../config/name
| +--rw type -> ../config/type
| +--rw config
| | +--rw name? string
| | +--rw type? ipi-acl-types:acl_types_t
| | +--rw description? cml-data-types:cml_line_t
| | +--rw ipv6-disable-default-icmpv6-rule? empty
| +--ro state
| | +--ro name? string
| | +--ro type? ipi-acl-types:acl_types_t
| | +--ro description? cml-data-types:cml_line_t
| | +--ro ipv6-disable-default-icmpv6-rule? empty
| +--rw default-actions
| | +--rw config
| | | +--rw forwarding-action-default ipi-acl-types:acl_default_forwarding_action_t
| | | +--rw monitor-action-default? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | +--ro state
| | +--ro counters
| | | +--ro matched-packets? yang:counter64
| | +--ro forwarding-action-default ipi-acl-types:acl_default_forwarding_action_t
| | +--ro monitor-action-default? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| +--rw acl-entries
| | +--rw acl-entry* [sequence-id]
| | +--rw sequence-id -> ../config/sequence-id
| | +--rw config
| | | +--rw sequence-id? uint32
| | +--ro state
| | | +--ro sequence-id? uint32
| | +--rw ipv4
| | | +--rw config
| | | | +--rw forwarding-action ipi-acl-types:acl_forwarding_action_t
| | | | +--rw vlan-id? uint16
| | | | +--rw monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw source-address ipi-acl-types:acl_any_ipv4_src_addr_t
| | | | +--rw destination-address ipi-acl-types:acl_any_ipv4_dest_addr_t
| | | | +--rw dscp? ipi-acl-types:acl_dscp_t
| | | | +--rw precedence? ipi-acl-types:acl_precedence_t
| | | | +--rw inner-vlan-id? uint16
| | | | +--rw (protocol)?
| | | | | +--:(tcp)
| | | | | | +--rw protocol-tcp empty
| | | | | | +--rw tcp-source-port? ipi-acl-types:acl_tcp_src_port_t
| | | | | | +--rw tcp-destination-port? ipi-acl-types:acl_tcp_dest_port_t
| | | | | | +--rw tcp-flags? ipi-acl-types:acl_tcp_flags_t
| | | | | +--:(udp)
| | | | | | +--rw protocol-udp empty
| | | | | | +--rw udp-source-port? ipi-acl-types:acl_udp_src_port_t
| | | | | | +--rw udp-destination-port? ipi-acl-types:acl_udp_dest_port_t
| | | | | +--:(icmp)
| | | | | | +--rw protocol-icmp empty
| | | | | | +--rw icmp-message? ipi-acl-types:acl_icmp_options_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | | +--rw icmp-type? uint8 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | | +--rw icmp-code? uint8 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | +--:(other-protocols)
| | | | | +--rw protocol-name ipi-acl-types:acl_ip_protocols_t
| | | | +--rw source-port-operator? ipi-acl-types:acl_src_port_operations_t
| | | | +--rw lower-source-port-in-range? uint16
| | | | +--rw upper-source-port-in-range? uint16
| | | | +--rw destination-port-operator? ipi-acl-types:acl_dest_port_operations_t
| | | | +--rw lower-destination-port-in-range? uint16
| | | | +--rw upper-destination-port-in-range? uint16
| | | | +--rw redirect-interface-name? string {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw fragments? empty {feature-list:HAVE_CUSTOM1_ACL}?
| | | +--ro state
| | | | +--ro counters
| | | | | +--ro matched-packets? yang:counter64
| | | | +--ro forwarding-action ipi-acl-types:acl_forwarding_action_t
| | | | +--ro vlan-id? uint16
| | | | +--ro monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--ro source-address ipi-acl-types:acl_any_ipv4_src_addr_t
| | | | +--ro destination-address ipi-acl-types:acl_any_ipv4_dest_addr_t
| | | | +--ro dscp? ipi-acl-types:acl_dscp_t
| | | | +--ro precedence? ipi-acl-types:acl_precedence_t
| | | | +--ro inner-vlan-id? uint16
| | | | +--ro (protocol)?
| | | | | +--:(tcp)
| | | | | | +--ro protocol-tcp empty
| | | | | | +--ro tcp-source-port? ipi-acl-types:acl_tcp_src_port_t
| | | | | | +--ro tcp-destination-port? ipi-acl-types:acl_tcp_dest_port_t
| | | | | | +--ro tcp-flags? ipi-acl-types:acl_tcp_flags_t
| | | | | +--:(udp)
| | | | | | +--ro protocol-udp empty
| | | | | | +--ro udp-source-port? ipi-acl-types:acl_udp_src_port_t
| | | | | | +--ro udp-destination-port? ipi-acl-types:acl_udp_dest_port_t
| | | | | +--:(icmp)
| | | | | | +--ro protocol-icmp empty
| | | | | | +--ro icmp-message? ipi-acl-types:acl_icmp_options_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | | +--ro icmp-type? uint8 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | | +--ro icmp-code? uint8 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | +--:(other-protocols)
| | | | | +--ro protocol-name ipi-acl-types:acl_ip_protocols_t
| | | | +--ro source-port-operator? ipi-acl-types:acl_src_port_operations_t
| | | | +--ro lower-source-port-in-range? uint16
| | | | +--ro upper-source-port-in-range? uint16
| | | | +--ro destination-port-operator? ipi-acl-types:acl_dest_port_operations_t
| | | | +--ro lower-destination-port-in-range? uint16
| | | | +--ro upper-destination-port-in-range? uint16
| | | | +--ro redirect-interface-name? string {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--ro fragments? empty {feature-list:HAVE_CUSTOM1_ACL}?
| | | +--rw fragment-actions {feature-list:HAVE_CUSTOM1_ACL}?
| | | +--rw config
| | | | +--rw fragment-forwarding-action ipi-acl-types:acl_fragment_forwarding_action_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw fragment-monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | +--ro state
| | | +--ro fragment-forwarding-action ipi-acl-types:acl_fragment_forwarding_action_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | +--ro fragment-monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | +--rw ipv6 {feature-list:HAVE_IPV6}?
| | | +--rw config
| | | | +--rw forwarding-action ipi-acl-types:acl_forwarding_action_t
| | | | +--rw vlan-id? uint16
| | | | +--rw monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw source-address ipi-acl-types:acl_any_ipv6_src_addr_t
| | | | +--rw destination-address ipi-acl-types:acl_any_ipv6_dest_addr_t
| | | | +--rw dscp? ipi-acl-types:acl_dscp_t
| | | | +--rw inner-vlan-id? uint16 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw flow-label? uint32 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw (protocol)?
| | | | | +--:(tcp)
| | | | | | +--rw protocol-tcp empty
| | | | | | +--rw tcp-source-port? ipi-acl-types:acl_tcp_src_port_t
| | | | | | +--rw tcp-destination-port? ipi-acl-types:acl_tcp_dest_port_t
| | | | | | +--rw tcp-flags? ipi-acl-types:acl_tcp_flags_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | +--:(udp)
| | | | | | +--rw protocol-udp empty
| | | | | | +--rw udp-source-port? ipi-acl-types:acl_udp_src_port_t
| | | | | | +--rw udp-destination-port? ipi-acl-types:acl_udp_dest_port_t
| | | | | +--:(icmp)
| | | | | | +--rw protocol-icmp empty
| | | | | | +--rw icmp-message? ipi-acl-types:acl_icmpv6_options_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | | +--rw icmp-type? uint8 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | | +--rw icmp-code? uint8 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | +--:(sctp)
| | | | | | +--rw protocol-sctp empty
| | | | | | +--rw sctp-source-port? uint16
| | | | | | +--rw sctp-destination-port? uint16
| | | | | +--:(other-protocols)
| | | | | +--rw protocol-name ipi-acl-types:acl_ipv6_protocols_t
| | | | +--rw source-port-operator? ipi-acl-types:acl_src_port_operations_t
| | | | +--rw lower-source-port-in-range? uint16
| | | | +--rw upper-source-port-in-range? uint16
| | | | +--rw destination-port-operator? ipi-acl-types:acl_dest_port_operations_t
| | | | +--rw lower-destination-port-in-range? uint16
| | | | +--rw upper-destination-port-in-range? uint16
| | | | +--rw redirect-interface-name? string {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw fragments? empty {feature-list:HAVE_CUSTOM1_ACL}?
| | | +--ro state
| | | | +--ro counters
| | | | | +--ro matched-packets? yang:counter64
| | | | +--ro forwarding-action ipi-acl-types:acl_forwarding_action_t
| | | | +--ro vlan-id? uint16
| | | | +--ro monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--ro source-address ipi-acl-types:acl_any_ipv6_src_addr_t
| | | | +--ro destination-address ipi-acl-types:acl_any_ipv6_dest_addr_t
| | | | +--ro dscp? ipi-acl-types:acl_dscp_t
| | | | +--ro inner-vlan-id? uint16 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--ro flow-label? uint32 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--ro (protocol)?
| | | | | +--:(tcp)
| | | | | | +--ro protocol-tcp empty
| | | | | | +--ro tcp-source-port? ipi-acl-types:acl_tcp_src_port_t
| | | | | | +--ro tcp-destination-port? ipi-acl-types:acl_tcp_dest_port_t
| | | | | | +--ro tcp-flags? ipi-acl-types:acl_tcp_flags_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | +--:(udp)
| | | | | | +--ro protocol-udp empty
| | | | | | +--ro udp-source-port? ipi-acl-types:acl_udp_src_port_t
| | | | | | +--ro udp-destination-port? ipi-acl-types:acl_udp_dest_port_t
| | | | | +--:(icmp)
| | | | | | +--ro protocol-icmp empty
| | | | | | +--ro icmp-message? ipi-acl-types:acl_icmpv6_options_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | | +--ro icmp-type? uint8 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | | +--ro icmp-code? uint8 {feature-list:HAVE_CUSTOM1_ACL}?
| | | | | +--:(sctp)
| | | | | | +--ro protocol-sctp empty
| | | | | | +--ro sctp-source-port? uint16
| | | | | | +--ro sctp-destination-port? uint16
| | | | | +--:(other-protocols)
| | | | | +--ro protocol-name ipi-acl-types:acl_ipv6_protocols_t
| | | | +--ro source-port-operator? ipi-acl-types:acl_src_port_operations_t
| | | | +--ro lower-source-port-in-range? uint16
| | | | +--ro upper-source-port-in-range? uint16
| | | | +--ro destination-port-operator? ipi-acl-types:acl_dest_port_operations_t
| | | | +--ro lower-destination-port-in-range? uint16
| | | | +--ro upper-destination-port-in-range? uint16
| | | | +--ro redirect-interface-name? string {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--ro fragments? empty {feature-list:HAVE_CUSTOM1_ACL}?
| | | +--rw fragment-actions {feature-list:HAVE_CUSTOM1_ACL}?
| | | +--rw config
| | | | +--rw fragment-forwarding-action ipi-acl-types:acl_fragment_forwarding_action_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw fragment-monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | +--ro state
| | | +--ro fragment-forwarding-action ipi-acl-types:acl_fragment_forwarding_action_t {feature-list:HAVE_CUSTOM1_ACL}?
| | | +--ro fragment-monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | +--rw arp
| | | +--rw config
| | | | +--rw forwarding-action ipi-acl-types:acl_forwarding_action_t
| | | | +--rw vlan-id? uint16
| | | | +--rw monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | | +--rw inner-vlan-id? uint16
| | | | +--rw (source-mac-options)?
| | | | | +--:(any-mac)
| | | | | | +--rw source-mac-any? empty
| | | | | +--:(host-mac)
| | | | | | +--rw source-mac-host? ipi-acl-types:acl_mac_addr_t
| | | | | +--:(mac-with-mask)
| | | | | +--rw source-mac-address? ipi-acl-types:acl_mac_addr_t
| | | | | +--rw source-mac-mask? ipi-acl-types:acl_mac_addr_t
| | | | +--rw arp-packet-type? ipi-acl-types:acl_arp_type_t
| | | | +--rw source-ip-address ipi-acl-types:acl_any_ipv4_src_addr_t
| | | | +--rw destination-ip-address? ipi-acl-types:acl_any_ipv4_dest_addr_t
| | | | +--rw (destination-mac-options)?
| | | | +--:(any-mac)
| | | | | +--rw destination-mac-any? empty
| | | | +--:(host-mac)
| | | | | +--rw destination-mac-host? ipi-acl-types:acl_mac_addr_t
| | | | +--:(mac-with-mask)
| | | | +--rw destination-mac-address? ipi-acl-types:acl_mac_addr_t
| | | | +--rw destination-mac-mask? ipi-acl-types:acl_mac_addr_t
| | | +--ro state
| | | +--ro counters
| | | | +--ro matched-packets? yang:counter64
| | | +--ro forwarding-action ipi-acl-types:acl_forwarding_action_t
| | | +--ro vlan-id? uint16
| | | +--ro monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | +--ro inner-vlan-id? uint16
| | | +--ro (source-mac-options)?
| | | | +--:(any-mac)
| | | | | +--ro source-mac-any? empty
| | | | +--:(host-mac)
| | | | | +--ro source-mac-host? ipi-acl-types:acl_mac_addr_t
| | | | +--:(mac-with-mask)
| | | | +--ro source-mac-address? ipi-acl-types:acl_mac_addr_t
| | | | +--ro source-mac-mask? ipi-acl-types:acl_mac_addr_t
| | | +--ro arp-packet-type? ipi-acl-types:acl_arp_type_t
| | | +--ro source-ip-address ipi-acl-types:acl_any_ipv4_src_addr_t
| | | +--ro destination-ip-address? ipi-acl-types:acl_any_ipv4_dest_addr_t
| | | +--ro (destination-mac-options)?
| | | +--:(any-mac)
| | | | +--ro destination-mac-any? empty
| | | +--:(host-mac)
| | | | +--ro destination-mac-host? ipi-acl-types:acl_mac_addr_t
| | | +--:(mac-with-mask)
| | | +--ro destination-mac-address? ipi-acl-types:acl_mac_addr_t
| | | +--ro destination-mac-mask? ipi-acl-types:acl_mac_addr_t
| | +--rw mac
| | +--rw config
| | | +--rw forwarding-action ipi-acl-types:acl_forwarding_action_t
| | | +--rw vlan-id? uint16
| | | +--rw monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | | +--rw inner-vlan-id? uint16
| | | +--rw (source-mac-options)?
| | | | +--:(any-mac)
| | | | | +--rw source-mac-any? empty
| | | | +--:(host-mac)
| | | | | +--rw source-mac-host? ipi-acl-types:acl_mac_addr_t
| | | | +--:(mac-with-mask)
| | | | +--rw source-mac-address? ipi-acl-types:acl_mac_addr_t
| | | | +--rw source-mac-mask? ipi-acl-types:acl_mac_addr_t
| | | +--rw ethertype? ipi-acl-types:acl_ether_type_t
| | | +--rw arp-packet-type? ipi-acl-types:acl_arp_packet_type_t
| | | +--rw cos-value? uint8
| | | +--rw (destination-mac-options)?
| | | +--:(any-mac)
| | | | +--rw destination-mac-any? empty
| | | +--:(host-mac)
| | | | +--rw destination-mac-host? ipi-acl-types:acl_mac_addr_t
| | | +--:(mac-with-mask)
| | | +--rw destination-mac-address? ipi-acl-types:acl_mac_addr_t
| | | +--rw destination-mac-mask? ipi-acl-types:acl_mac_addr_t
| | +--ro state
| | +--ro counters
| | | +--ro matched-packets? yang:counter64
| | +--ro forwarding-action ipi-acl-types:acl_forwarding_action_t
| | +--ro vlan-id? uint16
| | +--ro monitor-action? ipi-acl-types:acl_monitor_action_t {feature-list:HAVE_SFLOW,feature-list:HAVE_CUSTOM1_ACL}?
| | +--ro inner-vlan-id? uint16
| | +--ro (source-mac-options)?
| | | +--:(any-mac)
| | | | +--ro source-mac-any? empty
| | | +--:(host-mac)
| | | | +--ro source-mac-host? ipi-acl-types:acl_mac_addr_t
| | | +--:(mac-with-mask)
| | | +--ro source-mac-address? ipi-acl-types:acl_mac_addr_t
| | | +--ro source-mac-mask? ipi-acl-types:acl_mac_addr_t
| | +--ro ethertype? ipi-acl-types:acl_ether_type_t
| | +--ro arp-packet-type? ipi-acl-types:acl_arp_packet_type_t
| | +--ro cos-value? uint8
| | +--ro (destination-mac-options)?
| | +--:(any-mac)
| | | +--ro destination-mac-any? empty
| | +--:(host-mac)
| | | +--ro destination-mac-host? ipi-acl-types:acl_mac_addr_t
| | +--:(mac-with-mask)
| | +--ro destination-mac-address? ipi-acl-types:acl_mac_addr_t
| | +--ro destination-mac-mask? ipi-acl-types:acl_mac_addr_t
| +--ro summary-info
| +--ro state
| | +--ro counters
| | | +--ro total-acl-entries? yang:counter32
| | +--ro statistics-enabled? empty
| +--ro interfaces
| | +--ro interface* [interface-name]
| | +--ro interface-name -> ../state/interface-name
| | +--ro state
| | +--ro interface-name? -> /ipi-interface:interfaces/interface/name
| | +--ro filter-direction? ipi-acl-types:acl_filter_direction_t
| | +--ro interface-type? ipi-acl-types:acl_interface_type_t
| | +--ro interface-status? ipi-acl-types:acl_interface_status_t
| +--ro vty-line
| +--ro state
| +--ro filter-direction? ipi-acl-types:acl_filter_direction_t
+--rw standard-acl-sets
| +--rw standard-acl-set* [name type]
| +--rw name -> ../config/name
| +--rw type -> ../config/type
| +--rw config
| | +--rw name? string
| | +--rw type? ipi-acl-types:acl_standard_types_t
| +--ro state
| | +--ro name? string
| | +--ro type? ipi-acl-types:acl_standard_types_t
| +--rw ipv4-acl-entries
| | +--rw ipv4-acl-entry* [source-address]
| | +--rw source-address -> ../config/source-address
| | +--rw config
| | | +--rw source-address? ipi-acl-types:acl_any_ipv4_src_addr_t
| | | +--rw forwarding-action ipi-acl-types:acl_forwarding_action_t
| | +--ro state
| | +--ro source-address? ipi-acl-types:acl_any_ipv4_src_addr_t
| | +--ro forwarding-action ipi-acl-types:acl_forwarding_action_t
| +--rw ipv6-acl-entries {feature-list:HAVE_IPV6}?
| +--rw ipv6-acl-entry* [source-address]
| +--rw source-address -> ../config/source-address
| +--rw config
| | +--rw source-address? ipi-acl-types:acl_any_ipv6_src_addr_t
| | +--rw forwarding-action ipi-acl-types:acl_forwarding_action_t
| +--ro state
| +--ro source-address? ipi-acl-types:acl_any_ipv6_src_addr_t
| +--ro forwarding-action ipi-acl-types:acl_forwarding_action_t
+--rw interfaces
| +--rw interface* [name]
| +--rw name -> ../config/name
| +--rw config
| | +--rw name? -> /ipi-interface:interfaces/interface/name
| +--ro state
| | +--ro name? -> /ipi-interface:interfaces/interface/name
| +--rw ingress-acl-sets
| | +--rw ingress-acl-set* [acl-type]
| | +--rw acl-type -> ../config/acl-type
| | +--rw config
| | | +--rw acl-type? ipi-acl-types:acl_types_t
| | +--ro state
| | | +--ro acl-type? ipi-acl-types:acl_types_t
| | +--rw access-groups
| | +--rw access-group* [acl-name]
| | +--rw acl-name -> ../config/acl-name
| | +--rw config
| | | +--rw acl-name? string
| | | +--rw time-range? string
| | +--ro state
| | +--ro acl-name? string
| | +--ro time-range? string
| +--rw egress-acl-sets
| +--rw egress-acl-set* [acl-type]
| +--rw acl-type -> ../config/acl-type
| +--rw config
| | +--rw acl-type? ipi-acl-types:acl_types_t
| +--ro state
| | +--ro acl-type? ipi-acl-types:acl_types_t
| +--rw access-groups
| +--rw access-group* [acl-name]
| +--rw acl-name -> ../config/acl-name
| +--rw config
| | +--rw acl-name? string
| | +--rw time-range? string
| +--ro state
| +--ro acl-name? string
| +--ro time-range? string
+--rw vty-line
+--rw ingress-acl-sets
| +--rw ingress-acl-set* [acl-type]
| +--rw acl-type -> ../config/acl-type
| +--rw config
| | +--rw acl-type? ipi-acl-types:acl_vty_types_t
| | +--rw acl-name? string
| +--ro state
| +--ro acl-type? ipi-acl-types:acl_vty_types_t
| +--ro acl-name? string
+--rw egress-acl-sets
+--rw egress-acl-set* [acl-type]
+--rw acl-type -> ../config/acl-type
+--rw config
| +--rw acl-type? ipi-acl-types:acl_vty_types_t
| +--rw acl-name? string
+--ro state
+--ro acl-type? ipi-acl-types:acl_vty_types_t
+--ro acl-name? string
rpcs:
+---x clear-access-list-counters-all {feature-list:HAVE_ACL}?
+---x clear-access-list-counters {feature-list:HAVE_ACL}?
| +---w input
| +---w name string
+---x clear-ip-access-list-counters-all {feature-list:HAVE_ACL}?
+---x clear-ip-access-list-counters {feature-list:HAVE_ACL}?
| +---w input
| +---w name string
+---x clear-ipv6-access-list-counters-all {feature-list:HAVE_IPV6}?
+---x clear-ipv6-access-list-counters {feature-list:HAVE_IPV6}?
| +---w input
| +---w name string
+---x clear-mac-access-list-counters-all {feature-list:HAVE_ACL}?
+---x clear-mac-access-list-counters {feature-list:HAVE_ACL}?
| +---w input
| +---w name string
+---x clear-arp-access-list-counters-all {feature-list:HAVE_ACL}?
+---x clear-arp-access-list-counters {feature-list:HAVE_ACL}?
+---w input
+---w name string