SSG 20 Hardware Installation and Configuration Guide
36 Mini PIM Configuration
The E1 Interface
The E1 interface is a standard wide area network (WAN) digital communications
format designed to operate over copper facilities at a rate of 2.048 Mbps. Widely
used outside North America, E1 is a basic time-division multiplexing scheme used
to carry digital circuits.
The devices support the following E1 standards:
ITU-T G.703
ITU-T G.751
ITU-T G.775
To configure the E1 mini PIM, do either of the following:
WebUI
Network > Interfaces > Edit (interface) > WAN: Enter or select the applicable
option value, click OK.
WAN Configure: main link
WAN Encapsulation: PPP
Binding a PPP Profile: junipertest
Zone Name: untrust
IP Address/Netmask: 172.18.1.1/24
CLI
set interface serial1/0 encapsulation ppp
set ppp profile “junipertest” static-ip
set ppp profile “junipertest” auth type chap
set ppp profile “junipertest” auth local-name “juniper”
set ppp profile “junipertest” auth secret “password”
set interface serial1/0 ppp profile “junipertest”
set interface serial1/0 ip 172.18.1.1/24
set user “server” type wan
set user “server” password “server”
For information on how to configure the E1 interface, refer to the Concepts &
Examples ScreenOS Reference Guide.