[Contents] [Prev] [Next] [Index] [Report an Error]


atm-options

Syntax

atm-options {
    
e3-options {
        
atm-encapsulation (direct | PLCP);
        
buildout distance (ft | m);
        
framing (g751 | g832);
        
loopback (local | remote);
        (
payload-scrambler | no-payload-scrambler);
    }
    
ilmi;
    linear-red-profiles profile-name {
        
queue-depth cells high-plp-threshold percent low-plp-threshold percent;
    }
    
pic-type (atm1 | atm2);
    
promiscuous-mode {
        [vpi vpi-identifier];
    }
    
scheduler-maps map-name {
        
forwarding-class class-name {
            
priority (low | high);
            
transmit-weight (percent percent | cells number);
            (
epd-threshold cells | linear-red-profile profile-name);
        }
        
vc-cos-mode (alternate | strict);
    }
    
t3-options {
        
atm-encapsulation (direct | PLCP);
        
buildout distance (ft | m);
        (
cbit-parity | no-cbit-parity);
        
loopback (local | remote);
        (
payload-scrambler | no-payload-scrambler);
    }
    
vpi vpi-identifier {
        maximum-vcs maximum-vcs;
        
oam-liveness {
            up-count cells;
            down-count cells;
        }
        
oam-period (disable | seconds);
        
shaping {
            (
cbr rate | rtvbr peak rate sustained rate burst length |
            
              vbr peak rate sustained rate burst length);
            
queue-length number;
        }
    }
}

Hierarchy

[edit interfaces interface-name]

Description

Configure ATM-specific physical interface properties.

Options

The options are explained separately.

Usage Guidelines

See Configure ATM 1 and ATM 2 Physical Interface Properties.

Required Privilege Level

interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.

See Also

multipoint-destination, shaping, vci


[Contents] [Prev] [Next] [Index] [Report an Error]