Cisco Cisco Packet Data Gateway (PDG)

Seite von 2186
CIDR notation is constructed from the IP address and the prefix size, the latter being the number of leading
1 bits of the routing prefix. The IP address is expressed according to the standards of IPv4 or IPv6. It is
followed by a separator character, the slash (/) character, and the prefix size expressed as a decimal number.
On the ASR 5000, routes with IPv6 prefix lengths less than /12 and between the range of /64 and /128 are
not supported.
Important
The address may denote a single, distinct, interface address or the beginning address of an entire network. In
the latter case the CIDR notation specifies the address block allocation of the network. The maximum size of
the network is given by the number of addresses that are possible with the remaining, least-significant bits
below the prefix. This is often called the host identifier.
For example:
• the address specification 192.168.100.1/24 represents the given IPv4 address and its associated routing
prefix 192.168.100.0, or equivalently, its subnet mask 255.255.255.0.
• the IPv4 block 192.168.0.0/22 represents the 1024 IPv4 addresses from 192.168.0.0 to 192.168.3.255.
• the IPv6 block 2001:DB8::/48 represents the IPv6 addresses from 2001:DB8:0:0:0:0:0:0 to
2001:DB8:0:FFFF:FFFF:FFFF:FFFF:FFFF.
• ::1/128 represents the IPv6 loopback address. Its prefix size is 128, the size of the address itself, indicating
that this facility consists of only this one address.
The number of addresses of a subnet defined by the mask or prefix can be calculated as 2
address size - mask
, in
which the address size for IPv4 is 32 and for IPv6 is 128. For example, in IPv4, a mask of /29 gives 8 addresses.
Alphanumeric Strings
Some CLI commands require the entry of a string of characters that can contain a contiguous collection of
alphabetic, numeric, or alphanumeric characters with a defined minimum and maximum length (number of
characters)
Character Set
The alphanumeric character set is a combination of alphabetic characters (Latin letters) and numeric characters
(Arabic numerals). The set consists of the letters A to Z (uppercase) and a to z (lowercase) and the numbers
0 to 9. The underscore character ( _ ) and dash/hyphen character ( - ) can also be used.
Blank spaces (whitespaces or SPACE characters) should mostly be avoided in alphabetic, numeric, and
alphanumeric strings, except in certain ruledef formats, such as time/date stamps.
The following special characters can be used in ruledefs, APNs, license keys and other configuration/display
parameters:
• < > (arrow brackets) [less than or greater than]
• * (asterisk) [wildcard]
• : (colon)
• $ (dollar sign) [wildcard]
   Command Line Interface Reference, Modes A - B, StarOS Release 19
20
Command Line Interface Overview
Alphanumeric Strings