IPI-ACL-PORTS
Configure acl name
The name of the access-list set applied on the interface
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>ip</acl-type>
<config>
<acl-type>ip</acl-type>
</config>
<access-groups>
<access-group> <!-- operation="delete"-->
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
</config>
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ip access-group NAME in
Configure name
The name of the access-list set applied on the interface
Attribute Name: acl-name
Attribute Type: string
Attribute Name: time-range
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>mac</acl-type>
<config>
<acl-type>mac</acl-type>
</config>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
<time-range>WORD</time-range>
</config>
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ip access-group NAME in time-range WORD
Configure acl type
Reference to the base interface name
Attribute Name: name
Attribute Type: string
Attribute Name: acl-type
Attribute Type: enum (mac|ip|ipv6|arp)
Attribute Name: acl-name
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>ipv6</acl-type>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ipv6 access-group NAME in
Configure time range
The time-range associated with this access-group
Attribute Name: time-range
Attribute Type: string
Netconf edit-config payload
<acl xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ingress-acl-sets>
<ingress-acl-set>
<acl-type>mac</acl-type>
<config>
<acl-type>mac</acl-type>
</config>
<access-groups>
<access-group>
<acl-name>WORD</acl-name>
<config>
<acl-name>WORD</acl-name>
</config>
<time-range>WORD</time-range> <!-- operation="delete"-->
</access-group>
</access-groups>
</ingress-acl-set>
</ingress-acl-sets>
</interface>
</interfaces>
</acl>
Command Syntax
ipv6 access-group NAME in time-range WORD
clear access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear access-list counters
clear access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-access-list-counters>
Command Syntax
clear access-list NAME counters
clear ip access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-ip-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear ip access-list counters
clear ip access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-ip-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-ip-access-list-counters>
Command Syntax
clear ip access-list NAME counters
clear ipv6 access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-ipv6-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear ipv6 access-list counters
clear ipv6 access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-ipv6-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-ipv6-access-list-counters>
Command Syntax
clear ipv6 access-list NAME counters
clear mac access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-mac-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear mac access-list counters
clear mac access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-mac-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-mac-access-list-counters>
Command Syntax
clear mac access-list NAME counters
clear arp access-list counters
Netconf RPC payload
<ipi-acl-ports_clear-arp-access-list-counters-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl"/>
Command Syntax
clear arp access-list counters
clear arp access-list NAME counters
Attribute Name: name
Attribute Type: string
Netconf RPC payload
<ipi-acl-ports_clear-arp-access-list-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-acl">
<name>NAME</name>
</ipi-acl-ports_clear-arp-access-list-counters>
Command Syntax
clear arp access-list NAME counters
Last modified date: 08/22/2023