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


Configure E1 Interfaces

E1 is a standard WAN digital communication format designed to operate over copper facilities at a rate of 2.048 Mbps. Widely used outside North America, it is a basic time division multiplexing scheme used to carry digital circuits. The following standards apply to E1 interfaces:

To configure E1-specific physical interface properties, include the e1-options statement at the [edit interfaces interface-name] hierarchy level:

 [edit interfaces interface-name]
 e1-options { 
	 fcs (32 | 16);
	 framing (g704 | unframed);
	 idle-cycle-flag (flags | ones); 
	 loopback (local | remote); 
	 start-end-flag (shared | filler); 
	 timeslots slot-number;
}
 

You can configure the following E1-specific properties:

See also the following properties, which apply to a number of different interfaces:



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