Operational Commands

copy

Syntax

copy atm-td-profile src-prof dst-prof [overwrite]

Context

config>qos

Description

This command copies the source ATM traffic descriptor profile into the destination ATM profile. If the destination profile was already defined, the keyword overwrite must be appended for the copy to complete.

The copy command is a configuration level maintenance tool used to create new profiles using existing profiles. It also allows bulk modifications to an existing profile with the use of the overwrite keyword.

Parameters

src-prof dst-prof

indicates that the source profile ID and the destination profile ID are atm-td-profile IDs. Specify the source ID that the copy command will copy and specify the destination ID to which the command will duplicate the profile.

Values

1 to 1000

overwrite

specifies that the existing destination profile is to be replaced. Everything in the existing destination profile will be overwritten with the contents of the source profile. If overwrite is not specified, an error will occur if the destination profile ID exists.

ALU-48>config>qos# copy atm-td-profile 2 10

MINOR: CLI destination (10) exists use {overwrite}.

ALU-48>config>qos# copy atm-td-profile 2 10 overwrite

ALU-48>config>qos#