[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 following statements:

unit logical-unit-number {
    accept-source-mac {
        mac-address mac-address {
            policer {
                input cos-policer-name;
                output cos-policer-name;
            }
        }
    }
    accounting-profile name;
    bandwidth rate;
    cell-bundle-size cells;
    clear-dont-fragment-bit;
    disable;
    dlci dlci-identifier; 
    description text;
    drop-timeout milliseconds;
    encapsulation type;
    epd-threshold cells;
    family {
        protocol-family-statements;
    }
    fragment-threshold bytes;
    input-vlan-map {
        pop;
        push;
        swap;
        vlan-id number;
        tag-protocol-id tpid;
    }
    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); 
    output-vlan-map {
        pop;
        push;
        swap;
        vlan-id number;
        tag-protocol-id tpid;
    }
    passive-monitor-mode;
    peer-unit unit-number;
    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 {
        backup-destination address;
        source source-address;
        destination destination-address; 
        routing-instance {
            destination routing-instance-name;
        }
        ttl number;
    }
    vci vpi-identifier.vci-identifier; 
    vlan-id number;
    vlan-tag [ tpid.vlan-id ];
}

You can configure these statements at the following hierarchy levels:

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
Gigabit Ethernet QPP interfaces
All
Encryption interfaces
All interface types except multilink and aggregated
ATM 2 interfaces
Adaptive services interfaces
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
Gigabit Ethernet QPP interfaces
Interfaces with ATM and Frame Relay encapsulation
mac-address mac-address
Gigabit Ethernet QPP interfaces
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
Gigabit Ethernet QPP interfaces
SONET interfaces
peer-unit unit-number
Logical tunnel interfaces
All
Gigabit Ethernet QPP interfaces
Gigabit Ethernet QPP interfaces
Gigabit Ethernet QPP interfaces
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
Gigabit Ethernet QPP interfaces
Gigabit Ethernet QPP 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
vlan-tag [ tpid.vlan-id ]
Gigabit Ethernet QPP interfaces


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