Specifications

Table Of Contents
2-517
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
subscriber tp-ip-range {import | export} csv-file
subscriber tp-ip-range {import | export} csv-file
Use this command to import TIR definitions from a csv file and to export TIR definitions to a csv file.
subscriber TP-IP-range {import | export} csv-file filename [remove-subscriber-mapping]
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 Following is the format of the csv file:
range name, ip-address/mask-length, target-TP
Use the remove-subscriber-mappings keyword when importing TIR definitions to remove any existing
subscriber mappings for specified IP ranges. If mappings exist, and this keyword is not used, the import
command will not execute.
The remove-subscriber-mappings keyword is not applicable when exporting to a csv file.
Authorization: admin
Examples The following example imports TIR information from the csv file TIR_definitions. The
remove-subscriber-mappings keyword is used to remove any subscriber mappings that currently exist in
the system on any of the IP ranges specified in the file.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#interface linecard 0
SCE(config if)#subscriber TP-IP-range import csv-file TIR_definitions
remove-subscriber-mappings
csv-filename csv file to be imported or exported to
import Import from the specified csv file.
export Export to the specified csv file.
Release Modification
2.5.7 This command was introduced.