I am verifying SRX's PPPoE Server & Client with reference to the following video, but I cannot communicate with PPPoE.
https://www.youtube.com/watch?v=pCyq31UQrtw&list=PLgqQ-gd5fiMYuBUcXzjx5h4D9Vnsb9JFb
Is the setting bad?
■SRX1(PPPoE Server)
set interfaces ge-0/0/0.0 encapsulation ppp-over-ether
edit interfaces pp0.0
set pppoe-options underlying-interface ge-0/0/0.0
set pppoe-options server
set family inet mtu 1454
set family inet address 1.0.0.10/32 destination 1.0.0.1
set ppp-options chap local-name SRX2
set ppp-options chap default-chap-secret SRX2
top
edit security zones security-zone trust
set host-inbound-traffic system-services ping
set interfaces pp0.0
■SRX2(PPPoE Client)
set interfaces ge-0/0/0.0 encapsulation ppp-over-ether
edit interfaces pp0.0
set pppoe-options underlying-interface ge-0/0/0.0
set pppoe-options client
set pppoe-options auto-reconnect 10
set pppoe-options idle-timeout 0
set family inet mtu 1454
set family inet negotiate-address
set ppp-options chap local-name SRX2
set ppp-options chap default-chap-secret SRX2
set ppp-options chap passive
top
edit security zones security-zone untrust
set host-inbound-traffic system-services ping
set interfaces pp0.0
top
set routing-options static route 0.0.0.0/0 next-hop pp0.0