SummitStack Numerical Ranges
On SummitStack, the port number is a combination of the slot number and the port number. The nomenclature for the port number is as follows:
slot:port
For example, if the second switch in a SummitStack has four ports, the following ports are valid:
- 2:1
- 2:2
- 2:3
- 2:4
You can also use wildcard combinations (*) to specify multiple port combinations.
The following wildcard combinations are allowed:
- slot:*: Specifies all ports on a stack node.
- slot:x-slot:y: Specifies a contiguous series of ports on multiple stack nodes.
- slot:x-y: Specifies a contiguous series of ports on a particular stack node.
- slota:x-slotb:y: Specifies a contiguous series of ports that begin on one stack node and end on another stack node.