Specifications

Table Of Contents
2-493
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
subscriber anonymous-group import csv-file
subscriber anonymous-group import csv-file
Creates anonymous groups by importing anonymous subscribers from the specified csv file.
subscriber anonymous-group import csv-file filename
Syntax Description
Command Default This command has no default settings.
Command Modes Linecard Interface Configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines Anonymous Group csv files have a fixed format. All lines have the same structure, as described below:
Anonymous-group-name, IP-range [, subscriber-template-number].
If no subscriber-template-number is specified, then the anonymous subscribers of that group will use the
default template (#0), which cannot be changed by template import operations.
Following is an example of an anonymous group csv file:
group1, 10.1.0.0/16, 2
group2, 176.23.34.0/24, 3
group3, 10.2.0.0/16
Authorization: admin
Examples The following example imports subscriber from the file subscribers_groups.csv.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#interface linecard 0
SCE(config if)# subscriber anonymous-group import csv-file subscribers_groups.csv
SCE(config if)#
Related Commands
filename Name of the csv file containing the anonymous groups information.
Release Modification
2.5.7 This command was introduced.
Command Description
subscriber
anonymous-group
export csv-file
Exports anonymous groups to the specified csv file.