Understanding Ascend subnet notation -- An IP subnet or subnet mask is a way to subdivide a network into smaller networks, so you can have a greater number of hosts on a network with a single IP address. The subnet notation that you use with your Ascend unit is slightly different from traditional decimal notation. With Ascend units, the IP subnet is a number that you append to the IP address. For example, 195.112.56.75/14, 195.112.56.75/15, and 195.112.56.75/16 are all IP addresses with subnets of 14, 15, and 16.

What does mask mean in this context?

A mask defines a pattern for a value that you (or some other entity will) supply. In the case of subnets, there is a certain pattern that is valid when defining a subnet (that is, you cannot use any random number, since it wouldn't be meaningful or be recognized by the network). Subnets are setup by network administrators based on how many hosts and IP addresses are available in the facility, and the number of smaller networks that need to be defined. The table below shows a few valid dotted decimal masks for subnets and their associated slash mask. The table also shows you how many subnets and hosts can exist using these values.
Decimal Mask Slash MaskSubnets available hosts available
255.255.255.0/242097152 254
255.255.255.192/262 62
255.255.255.224/276 30
255.255.255.240/2814 14
255.255.255.248/2930 6
255.255.255.252/3062 2