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


Configure Ethernet Physical Interface Properties

To configure Fast Ethernet-specific physical interface properties, include the fastether-options statement at the [edit interfaces fe-fpc/pic/port] hierarchy level:

[edit interfaces fe-fpc/pic/port]
link-mode (full-duplex | half-duplex);
speed (10m | 100m);
vlan-tagging;
fastether-options {
    802.3ad aex; 
    (flow-control | no-flow-control);
    ingress-rate-limit rate;
    (loopback | no-loopback);
    source-address-filter {
        mac-address;
    }
    (source-filtering | no-source-filtering);
}


The statement speed (10m | 100m) applies only to the management Ethernet interface (fxp0) and to the Fast Ethernet 12-port and 48-port PICs. The 4-port and 8-port Fast Ethernet PICs support a speed of 100 Mbps only.

To configure Gigabit Ethernet- and 10-Gigabit Ethernet-specific physical interface properties, include the gigether-options statement at the [edit interfaces ge-fpc/pic/port] hierarchy level:

[edit interfaces ge-fpc/pic/port]
gigether-options {
    802.3ad aex; 
    (flow-control | no-flow-control);
    (loopback | no-loopback);
    source-address-filter {
        mac-address;
    }
    (source-filtering | no-source-filtering);
}

To configure Gigabit Ethernet QPP-specific physical interface properties, include the gigether-options statement at the [edit interfaces ge-fpc/pic/port] hierarchy level:

[edit interfaces ge-fpc/pic/port]
gigether-options {
    802.3ad aex; 
    (flow-control | no-flow-control);
    (loopback | no-loopback);
    ethernet-switch-profile {
        ethernet-policer-profile {
            ieee802.1-priority-map premium [ bits ];
            }
            policer cos-policer-name {
                aggregate {
                    bandwidth-limit bps;
                    burst-size-limit length;
                }
                premium {
                    bandwidth-limit bps;
                    burst-size-limit length;
                }
            }
        }
        (mac-learn-enable | no-mac-learn-enable);
        tag-protocol-id [ tpids ];
    }
}

To configure Gigabit Ethernet QPP-specific logical interface properties, include the input-vlan-map and output-vlan-map statements:

input-vlan-map {
    pop;
    push;
    swap;
    vlan-id number;
    tag-protocol-id tpid;
}
output-vlan-map {
    pop;
    push;
    swap;
    vlan-id number;
    tag-protocol-id tpid;
}

You can configure these statements at the following hierarchy levels:

To configure aggregated Ethernet-specific physical interface properties, include the aggregated-ether-options statement at the [edit interfaces aex] hierarchy level:

[edit interfaces aex]
aggregated-ether-options {
    (flow-control | no-flow-control);
    lacp mode {
        periodic interval;
    }
    link-speed speed;
    (loopback | no-loopback);

    minimum-links number;
    source-address-filter {
        mac-address;
    }
    (source-filtering | no-source-filtering);
}

You can configure the following properties specific to aggregated Ethernet, Fast Ethernet, Gigabit Ethernet, and 10-Gigabit Ethernet interfaces:


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