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
Copy file name to clipboardExpand all lines: articles/operator-nexus/concepts-access-control-lists.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom: template-concept
11
11
12
12
# Access Control Lists Overview
13
13
14
-
An Access Control List (ACL) is a list of rules that control the inbound and outbound flow of packets into an interface. The interface can be an Ethernet interface, a sub interface, a port channel interface, or the switch control plane itself.
14
+
An Access Control List (ACL) is a list of rules that control the inbound and outbound flow of packets through an interface. The interface can be an Ethernet interface, a sub interface, a port channel interface, or the switch control plane itself.
15
15
16
16
An ACL that is applied to incoming packets is called an **Ingress ACL**. An ACL that is applied to outgoing packets is called an **Egress ACL**.
Copy file name to clipboardExpand all lines: articles/operator-nexus/reference-acl-configuration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ A traffic policy MATCHING CONFIGURATION defines the conditions and parameters fo
20
20
21
21
-**protocol**: the transport protocol type, such as TCP, UDP, ICMP, or IGMP.
22
22
23
-
-**source**: the source port number or port range.
23
+
-**source**: the source IP address, port number or port range.
24
24
25
-
-**destination**: the destination port number or port range.
25
+
-**destination**: the destination IP address, port number or port range.
26
26
27
27
-**ttl**: the time-to-live (TTL) value in the IP header.
28
28
@@ -58,7 +58,7 @@ You can store the field-set definition in a file in your own Azure storage accou
58
58
|**resource-name**| The name of the ACL. |`example-Ipv4ingressACL`|
59
59
|**configuration-type**| The type of configuration for the ACL. It can be either `Inline` or `File`. |`Inline`|
60
60
|**default-action**| The default action to be taken for the ACL. It can be either `Permit` or `Deny`. |`Permit`|
61
-
|**match-configurations**| The list of match configurations for the ACL. Each match configuration has a name, a sequence number, an IP address type, a list of match conditions, and a list of actions. |`\[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:\[...\],actions:\[...\]}\]`|
62
-
|**dynamic-match-configurations**| The list of dynamic match configurations for the ACL. Each dynamic match configuration has a list of IP groups, VLAN groups, and port groups. |`\[{ipGroups:\[...\],vlanGroups:\[...\],portGroups:\[...\]}\]`|
61
+
|**match-configurations**| The list of match configurations for the ACL. Each match configuration has a name, a sequence number, an IP address type, a list of match conditions, and a list of actions. |`[{matchConfigurationName:'example-match',sequenceNumber:123,ipAddressType:IPv4,matchConditions:[...],actions:[...]}]`|
62
+
|**dynamic-match-configurations**| The list of dynamic match configurations for the ACL. Each dynamic match configuration has a list of IP groups, VLAN groups, and port groups. |`[{ipGroups:[...],vlanGroups:[...],portGroups:[...]}]`|
63
63
|**acls-url**| The URL of the ACLs file. This parameter is required only if the configuration-type is `File`. |`https://ACL-Storage-URL`|
64
-
|**annotation**: An optional annotation for the ACL. |`annotation`|
64
+
|**annotation**| An optional annotation for the ACL. |`annotation`|
0 commit comments