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


unit

Syntax

unit logical-unit-number {
    
disable;
    
accounting-profile name;
    
allow-any-vci;
    
description text;
    
dlci dlci-identifier;
    
drop-timeout milliseconds;
    
eui-64 type;
    
fragment-threshold bytes;
    
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);
    
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;
    
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:
        
primary;

        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;
            }
            
primary;
            
preferred;
            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);
                
track {
                    interface
interface-name priority-cost cost;
                }
            }
        }
    }
}

Hierarchy Level

[edit 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.

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]