Chapter 8 Managing Subscribers
Importing/Exporting Subscriber Information
SCE 1000 2xGBE Release 2.0.10 User Guide
8-6 OL-7117-02
Note
Currently only VLAN IDs are supported.
• Tunnel ID range: A range of tunnel Ids. Example: 4-8
• 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
non-significant bits (As determined by the mask) must be set to zero. Example:
10.3.0.0/16. Example for a bad range: 10.1.1.1/24 (Should have been 10.1.1.0/24).
Here is an example for a subscriber csv file in the default format:
# A comment line
sub7, 10.1.7.0/24
sub8, 10.1.12.32
sub9, 5
sub10, 13-17
sub11, 39;41
sub12, 10.1.11.90; 10.3.0.0/16
Subscriber anonymous groups csv file format
Each line has the following structure:
name, IP-range, template-index
• Name: is the anonymous group name
• IP-range: dotted decimal, followed by the amount of significant bits. Example: 10.3.0.0/16
• Template-index: is the index of the subscriber template to be used by subscribers belonging
to this anonymous group.
Here is an example for an anonymous groups csv file:
# Yet another comment line
anon1, 10.1.1.0/24, 1
anon2, 10.1.2.0/24, 2
anon3, 10.1.3.0/32, 3
anon4, 10.1.4.0/24, 3
anon5, 10.1.5.0/31, 2
anon6, 10.1.6.0/30, 1
anon7, 0.0.0.0/0, 1
Importing/Exporting Subscriber Information
Use the following commands to import subscriber data from csv files and to export subscriber
data to these files:
• subscriber import csv-file
• subscriber export csv-file
• subscriber anonymous-group import csv-file
• subscriber anonymous-group export csv-file
Comments to this Manuals