ACL: | ACL configurations |
params: | ACL parameters configuration |
- name: only_lo | Configures the name of the ACL |
seq_no: 10 | Configures the sequence no. to give the priority to the matched prefixes |
permission: permit | Configure the permission type as permit for acl |
protocol: any | Configure any command to match any type of protocol packet to match |
prefix: 36.0.0.0/24 | Configure the prefix to matched |
dst: any | Configure the destination address as any |
- name: only_lo | Configures the name of the ACL |
seq_no: 11 | Configures the sequence no. to give the priority to the matched prefixes |
permission: deny | Configure the permission type as deny for acl |