amp eqpt
Syntax
Description
This command configures the optical layer equipment and associated group and degree assignments.
Options
Parameter | Description | Range | Default Value |
---|---|---|---|
eqpt name:location_id | This is the96-Channel Amplifier module or the DCM (Dispersion Compensation Module) or the multiplexer/demultiplexer associated with the amplifier. | amp:location_id dcm:location_id md:location_id where location_id is the equipment location identifier for the module. See Location Identifiers. | – |
degreenum | This specifies the degree to route the wavelength. | 1 to 4 Note: Only 1 degree is supported. | None |
groupnum | This associates the module to an optical layer group. | 1 to 255 | None |
Required Privilege Level
Sample Output
The following example configures the 96-Channel Amplifier and associates a DCM with that module:
bti7800(config)# amp eqpt amp:1/6 degreenum
1
bti7800(config-eqpt-amp:1/6)# groupnum 1 bti7800(config-eqpt-amp:1/6)# exit bti7800(config)# amp eqpt dcmeqpt:0/15 degreenum 1 bti7800(config-eqpt-dcmeqpt:0/15)# groupnum 1 bti7800(config-eqpt-dcmeqpt:0/15)# exit bti7800(config)# commit Commit complete.