[Contents] [Prev] [Next] [Index]


Configure Protocol Family and Address Interface Properties

For each logical interface, you must configure one or more protocol families and you can configure interface address properties. To do this, you can include the following statements at the [edit interfaces interface-name unit logical-unit-number] hierarchy level:

 [edit interfaces interface-name unit logical-unit-number]
 family family {
 	 filter {
 	 	 input filter-name;
 	 	 output filter-name;
 	 	 group filter-group-number;
 	 }
 	 mtu bytes;
 	 multicasts-only;
 	 no-redirects;
 	 primary;
 	 address address {
 	 	 arp ip-address mac mac-address <publish>;
 	 	 destination address;
 	 	 broadcast address;
 	 	 multipoint-destination destination-address (dlci dlci-identifier | vci vci-identifier);
 	 	 multipoint-destination destination-address {
 	 	 	 inverse-arp; 
 	 	 	 oam-liveness {
 	 	 	 	 up-count cells;
 	 	 	 	 down-count cells;
 	 	 	 }
 	 	 	 oam-period seconds; 
 	 	 	 shaping {
 	 	 	 	 (cbr rate | 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;
 	 	 	 advertise-interval seconds;
 	 	 	 authentication-type authentication;
 	 	 	 authentication-key key;
 	 	 	 (preempt | no-preempt); 
 	 	 	 track {
 	 	 	 	 interface interface-name priority-cost cost;
 	 	 	 }
 	 	 }
 	 }
 }
 

This chapter describes the interface protocol and address properties that you can configure:

The following protocol family and address properties are described in other chapters:



[Contents] [Prev] [Next] [Index]