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


Configure Logical Interface Properties

For a physical interface device to function, you must configure at least one logical interface on that device. For each logical interface, you must specify the protocol family that the interface supports. You can also configure other logical interface properties. These vary by PIC and encapsulation type, but include the IP address of the interface, whether or not the interface supports multicast traffic, DLCIs, VCIs and VPIs, and traffic shaping.

To configure logical interface properties, you include the unit statement at the [edit interfaces interface-name] hierarchy level:

[edit interfaces interface-name]
unit logical-unit-number {
    accounting-profile name;
    bandwidth rate;
    disable;
    dlci dlci-identifier; 
    description text;
    drop-timeout milliseconds;
    encapsulation type;
    epd-threshold cells;
    family {
        protocol-family-statements;
    }
    fragment-threshold bytes;
    interleave-fragments;
    inverse-arp; 
    minimum-links number;
    mrru bytes;
    multicast-dlci dlci-identifier; 
    multicast-vci vpi-identifier.vci-identifier; 
    multipoint;
    oam-liveness {
        up-count cells;
        down-count cells;
    }
    oam-period (disable | seconds);
    passive-monitor-mode;
    point-to-point;
    shaping { 
        (cbr rate | rtvbr peak rate sustained rate burst length |
                      vbr peak rate sustained rate burst length); 
        queue-length number;
    } 
    short-sequence;
    transmit-weight number;
    (traps | no-traps); 
    tunnel {
        source source-address;
        destination destination-address; 
            routing-instance {
                destination routing-instance-name;
            }
            ttl number;
    }
    vci vpi-identifier.vci-identifier; 
    vlan-id number;
}

This chapter describes the configuration of the logical interface properties:

For information about interface-specific logical properties, see Interface Types.

Table 10 lists statements that you can use to configure logical interfaces.


Table 10: Statements for Logical Interface Properties

Statement
Interface Types
Usage Guidelines
All.
All interface types except multilink and aggregated.
destination (destination-address | routing-instance-name)
Encryption, GRE tunnel, and IP tunnel interfaces.
All.
All.
dlci dlci-identifier
Point-to-point interfaces with Frame Relay encapsulation.
drop-timeout milliseconds
Multilink interfaces.
All interface types except aggregated SONET/SDH and loopback.
ATM 2 interfaces
All.
Multilink interfaces.
Interfaces with ATM and Frame Relay encapsulation.
Multilink interfaces.
mrru bytes
Multilink interfaces.
multicast-dlci dlci-identifier
Point-to-multipoint Frame Relay interfaces.
multicast-vci vpi-identifier.vci-identifier
Point-to-multipoint ATM 1 and ATM 2 interfaces.
All.
ATM 1 and ATM 2 interfaces.
oam-period (disable | seconds)
ATM 1 and ATM 2 interfaces.
SONET interfaces.
All.
ATM 1 interfaces.
GRE tunnel and IP tunnel interfaces.
ATM 1 and ATM 2 interfaces.
Multilink interfaces.
source address
Encryption, GRE tunnel, and IP tunnel interfaces.
ATM 2 interfaces
(traps | no-traps)
All.
ttl number
GRE tunnel and IP tunnel interfaces.
Encryption, GRE tunnel, and IP tunnel interfaces.
vci vpi-identifier.vci-identifier
ATM 1 and ATM 2 point-to-point interfaces.
vlan-id number
Fast Ethernet and Gigabit Ethernet interfaces.


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