Skip to content

Commit 0173d2a

Browse files
authored
Update howto-create-access-control-list-for-network-to-network-interconnects.md
updated ports with range and example
1 parent 751aa67 commit 0173d2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/operator-nexus/howto-create-access-control-list-for-network-to-network-interconnects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The table below provides guidance on the usage of parameters when creating ACLs:
6262
| dscpMarking | DSCP Markings that need to be matched | 0-63 |
6363
| portCondition | Port condition that needs to be matched | |
6464
| portType | Port type that needs to be matched | Example: SourcePort |
65+
| ports | Port number that needs to be matched | Range: 0-65535<br> Example: [500, 520, 1025-1050, 1075, 1250-1300, 64000-65535] |
6566
| protocolTypes | Protocols that need to be matched | [tcp, udp, range[1-2, 1, 2]] |
6667
| vlanMatchCondition | VLAN match condition that needs to be matched | |
6768
| layer4Protocol | Layer 4 Protocol | should be either TCP or UDP |
@@ -76,6 +77,7 @@ The table below provides guidance on the usage of parameters when creating ACLs:
7677
> - IPGroupNames and IpPrefixValues cannot be combined.<br>
7778
> - Egress ACLs do not support certain options like IP options, IP length, fragment, ether-type, DSCP marking, and TTL values.<br>
7879
> - Ingress ACLs do not support the following options: etherType.<br>
80+
> - Ports inputs can be `port-number` or `range-of-ports`.<br>
7981
8082
### Example payload for ACL creation
8183

0 commit comments

Comments
 (0)