Ipv6 Subscriber Csv File Format - Cisco SCE 8000 10GBE Software Configuration Manual

Table of Contents

Advertisement

Chapter 10
Managing Subscribers

IPv6 Subscriber csv File Format

Each line has the following structure:
name, mappings, mappings_ipv6, packageId
Here is an example of a subscriber csv file in the default format:
# A comment line
sub7, 10.1.7.0/24, 2001:a:d:f::/64,1
sub8, 10.1.11.32, 2001:a:d:d::/64,1
sub9, 10.2.22.10, ,2 
sub10, , 2001:a:d:f::/64, 2
sub11, 10.4.44.10, 1
sub12, 10.1.11.90; 10.3.0.0/16, 2
Subscriber Anonymous Groups csv File Format
Each line has the following structure:
name, IP-range or IPv6-range, template-index, manager-name (optional)
Here is an example of an anonymous groups csv file:
# Yet another comment line
anon1, 10.1.1.0/24, 1, 1
anon2, 2001:a:d:f::/64, 2, 2
anon3, 10.1.3.0/32, 3, 3
anon4, 2001:a:d:d::/64, 3, 3
anon5, 10.1.5.0/31, 2
anon6, 10.1.6.0/30, 1
anon7, 0.0.0.0/0, 1
OL-30621-02
name—The is the subscriber name.
mappings—This contains one or more mappings, specifying the Tunnel IDs or IP addresses mapped
to the corresponding subscriber. Multiple mappings are separated by a semi-colon. Tunnel IDs and
IP address or IP range cannot be specified for the same subscriber. The following mapping formats
are supported:
IP address (In dotted decimal notation. Example: 10.3.4.5.)
IP address range (Dotted decimal, followed by the amount of significant bits. Note that the
nonsignificant bits (as determined by the mask) must be set to zero. Example: 10.3.0.0/16.
Example of an incorrect range: 10.1.1.1/24 (Should be 10.1.1.0/24).)
mappings_IPv6—This contains one or more IPv6 mappings. Multiple mappings are separated by a
semi-colon. The following mapping format is supported:
IPv6 address—(In hexadecimal colon notation. Example: 2001:a:d:f::/64. The valid range is
from 32 to 64.)
packageId—(The ID of the package to which the subscriber is assigned.)
name—This is the anonymous group name.
IP-range—IPv4 or IPv6, followed by the amount of significant bits. In case of IPv6, the range is
between 32 to 64. Example: 10.3.0.0/16, 2001:a:d:f::/64.
template-index—This is the index of the subscriber template to be used by subscribers belonging
to this anonymous group.
manager-name (optional)—This is either SM or the name of the SCMP peer. Use "SM" to pull
subscribers from the SM (if it exists). If not specified, "SM" is assumed.
Cisco SCE 8000 10GBE Software Configuration Guide
Information About Subscribers
10-9

Advertisement

Table of Contents
loading

Table of Contents