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


Configure Physical Interface Properties

The software driver for each network media type sets reasonable default values for general interface properties, such as the interface's maximum transmission unit (MTU) size, receive and transmit leaky bucket properties, link operational mode, and clock source. To modify any of the default general interface properties, include the appropriate statements at the [edit interfaces interface-name] hierarchy level:

interfaces {
     interface-name {
        accounting-profile name;
        aggregated-ether-options {
            aggregated-ether-interface-options;
        }
        aggregated-sonet-options {
            aggregated-sonet-interface-options;
        }
        atm-options {
            atm-interface-options;
        }
        clocking clock-source;
        dce;
        description text;
        disable; 
        ds0-options {
            ds0-interface-options;
        }
        e1-options {
            e1-interface-options;
        }
        e3-options {
            e3-interface-options; 
        }
        encapsulation type;
        fastether-options {
            fastether-interface-options;
        }
        gigether-options {
            gigether-interface-options;
        }
        hold-time up milliseconds down milliseconds;
        keepalives <down-count number> <interval seconds> <up-count number>;
        link-mode mode;
        lmi {
            lmi-type (ansi | itu);
            n391dte number;
            n392dce number;
            n392dte number;
            n393dce number;
            n393dte number;
            t391dte seconds;
            t392dce seconds;
        }
        mac mac-address;
        mtu bytes;
        multiservice-options {
            boot-command filename;
            (core-dump | no-core-dump);
            (syslog | no-syslog);
        }
        no-keepalives;
        no-partition {
            interface-type type;
        }
        partition partition-number oc-slice oc-slice-range interface-type type {
            timeslots time-slot-range;
        }
        ppp-options {
            chap {
                access-profile name;
                local-name name;
                passive;
            }
        }
        receive-bucket {
            overflow (tag | discard);
            rate percentage;
            threshold number;
        }
        serial-options {
            eia-530-interface-options;
        }
        sonet-options {
            sonet-interface-options;
        }
        speed (10m | 100m);
        t1-options {
            t1-interface-options;
        }
        t3-options {
            t3-interface-options;
        }
        traceoptions {
            flag flag <flag-modifier> <disable>;
        }
        transmit-bucket {
            overflow (discard);
            rate percentage;
            threshold number;
        }
        (traps | no-traps); 
        unit {
            logical-interface-statements;
        }
        vlan-tagging;
    }
}

This chapter discusses configuration of the following physical interface properties:

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

Table 2 lists statements that you can use to configure physical interfaces.


Table 2: Statements for Physical Interface Properties

Statement
Interface Types
Usage Guidelines
Interfaces with PPP encapsulation.
All.
Link services interface.
acknowledge-timer milliseconds
Link services interface.
Aggregated Ethernet interfaces.
Aggregated SONET/SDH interfaces.
ATM 1 and ATM 2 interfaces.
boot-command filename
Passive monitoring interfaces.
Interfaces with PPP encapsulation.
clocking clock-source
ATM, DS-0, E1, E3, SONET/SDH, T1, and T3 interfaces.
Passive monitoring interfaces.
Interfaces with Frame Relay encapsulation.
All.
All.
DS-0 interfaces.
E1 interfaces.
E3 interfaces.
All interface types except aggregated Ethernet, loopback, and multicast tunnel.
Fast Ethernet interfaces.
Gigabit Ethernet interfaces.
hold-time up milliseconds down milliseconds
All interface types except aggregated SONET/SDH, GRE tunnel, and IP tunnel.
Channelized QPP interfaces.
keepalives <down-count number> <interval seconds> <up-count number>
Aggregated SONET/SDH, DS-0, E1, E3, SONET, T1, and T3 interfaces.
Management Ethernet (fxp0) and Fast Ethernet interfaces.
lmi         
Interfaces with Frame Relay encapsulation.
lmi-type (ansi | itu)
Interfaces with Frame Relay encapsulation.
Interfaces with PPP encapsulation.
mac mac-address
Management Ethernet interface (fxp0).
Multilink and link services interfaces.
mtu bytes
All interface types except Management Ethernet (fxp0), loopback, multilink, and multicast tunnel.
Passive monitoring interfaces.
Interfaces with PPP, Frame Relay, or Cisco HDLC encapsulation.
no-partition partition-number
Channelized QPP interfaces.
oc-slice oc-slice-range
Channelized OC-12 QPP interfaces.
partition partition-number
Channelized QPP interfaces.
Interfaces with PPP encapsulation.
Interfaces with PPP encapsulation.
All interface types except ATM, Fast Ethernet, and Gigabit Ethernet.
SONET interfaces.
speed (10m | 100m)
Management Ethernet interface (fxp0) and the Fast Ethernet 12-port and 48-port PIC.
Passive monitoring interfaces.
T1 interfaces.
T3 interfaces.
timeslots time-slot-range
Channelized T1 QPP and Channelized E1 QPP interfaces.
All.
All interface types except ATM, Fast Ethernet, and Gigabit Ethernet.
(traps | no-traps)
All.
Fast Ethernet and Gigabit Ethernet interfaces.


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