hello rsuraj , first thanks for your help
I configured the below configuration,but i can't still ping the point to point
I want to use the VDSL2 PIM as the SHDSL configuration like this one
set interfaces at-1/0/0 encapsulation atm-pvc atm-options vpi 8
set interfaces at-1/0/0 unit 0 encapsulation atm-snap vci 8.35
set interfaces at-1/0/0 unit 0 family inet address 10.0.0.2/30
set interfaces at-1/0/0 shdsl-options annex annex-auto
set interfaces at-1/0/0 shdsl-options line-rate auto
And this the currentconfiguratuon i applied
at-1/0/0 {
encapsulation ethernet-over-atm;
atm-options {
vpi 8;
}
unit 0 {
encapsulation ether-over-atm-llc;
vci 8.33;
family inet {
address 10.0.0.2/30;
}
}
}
vlan {
unit 0 {
family inet {
address 192.168.1.1/24;
}
}
}
}
protocols {
stp;
}
security {
policies {
default-policy {
permit-all;
}
}
zones {
security-zone untrust {
host-inbound-traffic {
system-services {
all;
}
protocols {
all;
}
}
interfaces {
at-1/0/0.0;
}