PIM Configuration 37
To configure the T1 PIM, use the WebUI or CLI as follows:
WebUI
Network > Interfaces > List > Edit (serial1/0): Enter or select the following,
then click OK:
WAN Configure: main link
WAN Encapsulation: cisco-hdlc
Click Apply
Fixed IP: (select)
IP Address/Netmask 172.18.1.1/24
CLI
set interface serial1/0 encap cisco-hdlc
set interface serial1/0 ip 172.18.1.1/24
For information on how to configure the T1 interface, refer to the Concepts &
Examples ScreenOS Reference Guide.
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 PIM, use the WebUI or CLI as follows:
WebUI
Network > Interfaces > List > Edit (serial1/0): Enter or select the following,
then click OK:
WAN Configure: main link
WAN Encapsulation: PPP
Binding a PPP Profile: junipertest
Click Apply
Fixed IP: (select)
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