Description

This article provides information about the ' Warning: Can't configure protocol family with encapsulation ppp-over-ether-over-atm-llc ' commit error.

Symptoms

The following commit error message is generated:

[edit interfaces at-1/0/0 unit 0]
'family'
Can't configure protocol family with encapsulation ppp-over-ether-over-atm-llc
error: configuration check-out failed: (statements constraint check failed)

encapsulation ethernet-over-atm;
atm-options {
     vpi 1;
}
dsl-options {
    operating-mode auto;
}
unit 0 {
    encapsulation ppp-over-ether-over-atm-llc;
    vci 1.1;
##
## Warning: Can't configure protocol family with encapsulation ppp-over-ether-over-atm-llc
##
family inet {
    address 1.1.1.1/24;
}
}

Solution

This is due to the usage of the protocol family. When the PPP over Ethernet over ATM LLC encapsulation type is used, you cannot configure the interface address. Instead, you need to configure the interface address on the PPP interface.

Do not configure the IP address on the interface at 1/0/0 , then if you try to commit the changes, it will be successful.

For more information, refer to KB15737 - SRX Getting Started - ADSL Configuration Examples [juniper.net] .

Modification History

2020-07-14:  Article reviewed for accuracy; no changes required.

Related Information