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


unit

Syntax

unit logical-unit-number { 

    disable;

    accept-source-mac {

        mac-address mac-address {

            policer {

                input cos-policer-name;

                output cos-policer-name;

            }

        }

    }

    accounting-profile name;

    allow-any-vci;

    bandwidth rate;

    cell-bundle-size cells;

    clear-dont-fragment-bit;

    description text;

    dlci dlci-identifier; 

    drop-timeout milliseconds;

    encapsulation type;

    fragment-threshold bytes;

    input-vlan-map {

        pop

        push;

        swap;

        vlan-id number;

        tag-protocol-id tpid;

    }

    interleave-fragments;

    inverse-arp; 

    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;

    service-domain (inside | outside);

    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 destination-address;
        
destination destination-address;
        
routing-instance {
            
destination routing-instance-name;
        }
        
source source-address;
        
ttl number;
    }
    
vci vpi-identifier.vci-identifier(
    }
    
vlan-id number;
    
vlan-tag [ tpid.vlan-id ];
    
family family {
        
bundle (ml-fpc/pic/port | ls-fpc/pic/port);
        
destination-class-usage;
        
filter {
            input
filter-name;
            output
filter-name;
            group
filter-group-number;
        }
        
ipsec-sa sa-name;
        
mtu bytes;
        
multicasts-only;
        
no-redirects:
        
post-service-filter {
            input
filter-name;
            output
filter-name;
        }
        
primary;
        
service {
            
input {
                [
service-set service-set-name <service-filter filter-name> ];
                
post-service-filter filter-name;
            }
            
output {
                [
service-set service-set-name <service-filter filter-name> ];
            }
        }
        
address address {
            
arp ip-address (mac | multicast-mac) mac-address <publish>;
            
destination destination-address;
            
eui-64;
            
broadcast address;
            
multipoint-destination destination-address dlci dlci-identifier;
            
multipoint-destination destination-address {
                epd-threshold cells;
                inverse-arp;
                oam-liveness {
                    up-count
cells;
                    down-count
cells;
                }
                
oam-period seconds;

                shaping {
                    (
cbr rate | rtvbr peak rate sustained rate burst length |
                    
              vbr peak rate sustained rate burst length);
                    
queue-length number;
                }
                
vci vpi-identifier.vci-identifier;
            }
            
preferred;
            
primary;
            vrrp-group
group-number {
                
virtual-address [ addresses ];
                
priority number;
                (accept-data | no-accept-data);
                
advertise-interval seconds;
                
authentication-type authentication;
                
authentication-key key;
                (
preempt | no-preempt) {
                    
hold-time seconds;
                }
                
track {
                    interface
interface-name priority-cost cost;
                }
            }
        }
    }
}

Hierarchy Level

[edit interfaces interface-name],
[edit logical-routers logical-router-name interfaces interface-name]

Description

Configure a logical interface on the physical device. You must configure a logical interface to be able to use the physical device.

Options

logical-unit-number—Number of the logical unit.
Range: 0 through 16384

The remaining statements are explained separately.

Usage Guidelines

See Configure Logical Interface Properties or Configure Service Interface Properties.

Required Privilege Level

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


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