set network interface ethernet ethernet1/3 layer3 pppoe enable yes
set network interface ethernet ethernet1/3 layer3 pppoe username pppoeuser
set network interface ethernet ethernet1/3 layer3 pppoe password hogepiyo
set network interface ethernet ethernet1/3 layer3 pppoe authentication CHAP
set network interface ethernet ethernet1/3 layer3 pppoe create-default-route yes
PPPoE クライアントの状態確認
インターフェース一覧画面の PPPoE クライアント設定をしたインターフェースの IP アドレス欄に表示されている Dynamic PPPoE をクリックすると、PPPoE 状態や アドレス情報などを表示できます。
CLI コマンドで確認する場合は以下のコマンドで確認できます。
> show pppoe interface all
admin@PA-200> show pppoe interface all
Interface PPPoE State PPP State Username Access Concentrator MAC IP
ethernet1/3 Connected Connected pppoeuser router ac:7a:56:28:15:fe 192.168.80.100
> show pppoe interface <IF名>
admin@PA-200> show pppoe interface ethernet1/3
Interface: ethernet1/3
PPPoE State: Connected
PPP State: Connected
Connected since: Sat Feb 25 13:20:30 2023
Connection up for: 0 days, 0:06:18
Access Concentrator: router
AC MAC: ac:7a:56:28:15:fe
Authentication via: CHAP
Passive mode: Disabled
Username: pppoeuser
Local IP: 192.168.80.100
Primary DNS IP: 192.168.179.1
Secondary DNS IP: 0.0.0.0
Primary WINS IP: 0.0.0.0
Secondary WINS IP: 0.0.0.0
Remote IP: 10.99.1.1
Session ID: 147
Link MTU: 1454
PPPoE/PPP Counters:
PPPoE control packets received: 2
PPPoE control packets sent: 2
PPP control packets received: 141
PPP control packets sent: 140
コメント