Pppoe
Test to check PPPoE interface.
Test PAP Authentication
Description
Checks PPPoE interface with PAP authentication.
Scenario
Note
Configure PPPoE server with PAP authentication
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19IgqJ069L5R7+RTLwo7BFBjEKxuhcAzMk= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
------------------------------------------------------- Name IP Address Admin Oper Vrf Description ------------------------------------------------------- pppoe0 192.168.100.2/32 up up
Test CHAP Authentication
Description
Checks PPPoE interface with CHAP authentication.
Scenario
Note
Configure PPPoE server with CHAP authentication
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol chap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1/r/e4Bgi+T18KZsaGH/zCMSuhibFExWRI= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
------------------------------------------------------- Name IP Address Admin Oper Vrf Description ------------------------------------------------------- pppoe0 192.168.100.2/32 up up
Test Local Address
Description
Checks PPPoE interface with a configured local IPv4 address.
Scenario
Note
Configure PPPoE server
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1+UDIvg2TO0meHtCsSRG01dDxDzyMRO8Mw= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Modify the following configuration lines in DUT0 :
set interfaces pppoe pppoe0 local-address 192.168.100.100
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
192.168.100.100Show output
--------------------------------------------------------- Name IP Address Admin Oper Vrf Description --------------------------------------------------------- pppoe0 192.168.100.100/32 up up
Step 4: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
--------------------------------------------------------- Name IP Address Admin Oper Vrf Description --------------------------------------------------------- pppoe0 192.168.100.100/32 up up
Note
Connectivity verification is not performed as the interface lacks IPv4 addressing and the IPv6 address is only an identifier
Test Local Identifier
Description
Checks PPPoE interface with a configured local IPv6 identifier.
Scenario
Note
Configure PPPoE server
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1/LPzrwuTt9Un/YLWgSYTouec6uHgvtoG4= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Modify the following configuration lines in DUT0 :
set interfaces pppoe pppoe0 local-identifier '::100'
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
::100Show output
------------------------------------------------------- Name IP Address Admin Oper Vrf Description ------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::100/128
Step 4: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
------------------------------------------------------- Name IP Address Admin Oper Vrf Description ------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::100/128
Test Ethernet VIF Interface
Description
Checks PPPoE interface with an Ethernet VIF interface as the base interface.
Scenario
Note
Configure PPPoE server with VLAN 100 support
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1/p1iDjT8H77ZLy2/gTqAwr+rR+Ua2v528= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Modify the following configuration lines in DUT0 :
set interfaces ethernet eth0 vif 100 set interfaces pppoe pppoe0 base-interface ethernet eth0 vif 100
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.2/32 up up fe80::3d8b:9b6d:51db:d2e8/128
Test Bridge Interface
Description
Checks PPPoE interface with a Bridge interface as the base interface.
Scenario
Note
Configure PPPoE server
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1+iiVJCFbmwCuvZ3mexDm79kqhWpvzWFxY= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Modify the following configuration lines in DUT0 :
delete interfaces pppoe pppoe0 base-interface ethernet set interfaces bridge br0 set interfaces ethernet eth1 bridge-group bridge br0 set interfaces pppoe pppoe0 base-interface bridge br0
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::347e:bdd2:7c38:45a6/128
Test Bridge VIF Interface
Description
Checks PPPoE interface with a Bridge VIF interface as the base interface.
Scenario
Note
Configure PPPoE server with VLAN 100 support
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX18d6orjTIa0Nl58hCCL7VIr8m2fqV3oIDI= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Modify the following configuration lines in DUT0 :
delete interfaces pppoe pppoe0 base-interface ethernet set interfaces bridge br0 vif 100 set interfaces bridge br0 vlan 100 set interfaces ethernet eth1 bridge-group bridge br0 set interfaces ethernet eth1 bridge-group vlan 100 set interfaces pppoe pppoe0 base-interface bridge br0 vif 100
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------- pppoe0 192.168.100.2/32 up up fe80::31f2:c17:35e9:8a71/128
Test Access Concentrator
Description
Checks PPPoE interface with an access concentrator. An access concentrator is a device that aggregates PPPoE sessions from multiple clients.
Scenario
Note
Configure PPPoE server with an access concentrator.
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1/9VK9+9QbK1lr9xtXWbTVOHjVCSJk5D2M= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Modify the following configuration lines in DUT0 :
set interfaces pppoe pppoe0 access-concentrator myac
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::c5c7:bb0d:39d1:4eca/128
Test PPPoE With Tunnel Interface
Description
Checks PPPoE interface with GRE tunnel configured over PPPoE. This test verifies that a GRE tunnel can be established using the PPPoE interface as the local interface.
Scenario
Note
Configure PPPoE server with PAP authentication
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19XNRkAELv2GT3TS73Ng9qmLUe5HFcomnE= set interfaces pppoe pppoe0 base-interface ethernet eth0 set interfaces tunnel tun0 address 10.10.10.200/24 set interfaces tunnel tun0 encapsulation gre set interfaces tunnel tun0 ppp-interface pppoe0 set interfaces tunnel tun0 remote-address 192.168.100.1 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0' set system offload disable
Step 2: Modify the following configuration lines in DUT0 :
set interfaces pppoe pppoe0 local-address 192.168.100.100
Step 3: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.100/32 up up fe80::c005:3c41:18b7:fcbc/128
Note
Verify tunnel interface configuration
Step 4: Run command interfaces tunnel tun0 show detailed at DUT0 and check if output contains the following tokens:
10.10.10.200Show output
--------------------------------------------------------------------------------------------------------- Name Idx IP Address Admin Oper Link MTU Vrf Upper Lower Type Phys addr --------------------------------------------------------------------------------------------------------- tun0 1045 10.10.10.200/24 up up up 1468 pppoe0 tunnel 192.168.100.100 fe80::5efe:c0a8:6464/64
Step 5: Run command interfaces tunnel tun0 show detailed at DUT0 and check if output contains the following tokens:
upShow output
--------------------------------------------------------------------------------------------------------- Name Idx IP Address Admin Oper Link MTU Vrf Upper Lower Type Phys addr --------------------------------------------------------------------------------------------------------- tun0 1045 10.10.10.200/24 up up up 1468 pppoe0 tunnel 192.168.100.100 fe80::5efe:c0a8:6464/64
Test PPPoE With DNS Forwarding
Description
Checks PPPoE interface with DNS forwarding service configured. This test verifies that DNS forwarding can be enabled on the PPPoE interface and properly resolves DNS queries.
Scenario
Note
Configure PPPoE server with PAP authentication and DNS server
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX19bAE6UzrWZZaZvjMX4F+bMpwdGZHvCaHU= set interfaces pppoe pppoe0 base-interface ethernet eth0 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set service dns forwarding ppp interface pppoe0 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.3/32 up up fe80::1182:b92a:956b:c7bd/128
Note
Google IP is 8.8.8.8
Step 3: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=110 time=4.05 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 4.049/4.049/4.049/0.000 ms
Test Events
Description
Checks that PPPoE negotiation events are visible in the system journal when logging is enabled. This test verifies that PPPoE appear in the journal.
Scenario
Note
Configure PPPoE server with PAP authentication
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.215.168.64/24 set interfaces pppoe pppoe0 authentication protocol pap set interfaces pppoe pppoe0 authentication user myuser encrypted-password U2FsdGVkX1+l5qPBbG5dBESIiQFYn0m9QAABgDn0+0c= set interfaces pppoe pppoe0 base-interface ethernet eth0 set interfaces pppoe pppoe0 logging detailed set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Run command interfaces pppoe pppoe0 show at DUT0 and check if output contains the following tokens:
upShow output
-------------------------------------------------------------------- Name IP Address Admin Oper Vrf Description -------------------------------------------------------------------- pppoe0 192.168.100.2/32 up up fe80::359c:4972:e9e4:cefe/128
Step 3: Run command system journal show | cat at DUT0 and check if output contains the following tokens:
pppdShow output
Jun 04 16:48:24.288786 osdx systemd-journald[172397]: Runtime Journal (/run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4) is 1.8M, max 13.8M, 11.9M free. Jun 04 16:48:24.292037 osdx systemd-journald[172397]: Received client request to rotate journal, rotating. Jun 04 16:48:24.292095 osdx systemd-journald[172397]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4. Jun 04 16:48:24.299627 osdx OSDxCLI[731996]: User 'admin' executed a new command: 'system journal clear'. Jun 04 16:48:24.502817 osdx OSDxCLI[731996]: User 'admin' executed a new command: 'system coredump delete all'. Jun 04 16:48:24.865599 osdx OSDxCLI[731996]: User 'admin' entered the configuration menu. Jun 04 16:48:24.958267 osdx OSDxCLI[731996]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.215.168.64/24'. Jun 04 16:48:25.039493 osdx OSDxCLI[731996]: User 'admin' added a new cfg line: 'set protocols static route 0.0.0.0/0 next-hop 10.215.168.1'. Jun 04 16:48:25.137458 osdx OSDxCLI[731996]: User 'admin' added a new cfg line: 'set interfaces pppoe pppoe0 base-interface ethernet eth0'. Jun 04 16:48:25.188679 osdx OSDxCLI[731996]: User 'admin' added a new cfg line: 'set interfaces pppoe pppoe0 authentication protocol pap'. Jun 04 16:48:25.298317 osdx OSDxCLI[731996]: User 'admin' added a new cfg line: 'set interfaces pppoe pppoe0 authentication user myuser password ******'. Jun 04 16:48:25.403601 osdx OSDxCLI[731996]: User 'admin' added a new cfg line: 'set interfaces pppoe pppoe0 logging detailed'. Jun 04 16:48:25.504687 osdx OSDxCLI[731996]: User 'admin' added a new cfg line: 'show working'. Jun 04 16:48:25.603893 osdx ubnt-cfgd[743032]: inactive Jun 04 16:48:25.624908 osdx INFO[743040]: FRR daemons did not change Jun 04 16:48:25.660039 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jun 04 16:48:25.704594 osdx WARNING[743109]: No supported link modes on interface eth0 Jun 04 16:48:25.705969 osdx modulelauncher[743109]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Jun 04 16:48:25.705980 osdx modulelauncher[743109]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Jun 04 16:48:25.707102 osdx modulelauncher[743109]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Jun 04 16:48:25.707109 osdx modulelauncher[743109]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Jun 04 16:48:25.733192 osdx pppd[743131]: Plugin rp-pppoe.so loaded. Jun 04 16:48:25.788584 osdx pppd[743132]: pppd 2.4.9 started by root, uid 0 Jun 04 16:48:25.789342 osdx pppd[743132]: Renamed interface ppp0 to pppoe0 Jun 04 16:48:25.789348 osdx pppd[743132]: Using interface pppoe0 Jun 04 16:48:25.792030 osdx kernel: pppoe0: renamed from ppp0 Jun 04 16:48:25.793844 osdx (udev-worker)[743135]: Network interface NamePolicy= disabled on kernel command line. Jun 04 16:48:25.808107 osdx pppd[743132]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12 Jun 04 16:48:25.808114 osdx pppd[743132]: dst ff:ff:ff:ff:ff:ff src de:ad:be:ef:6c:00 Jun 04 16:48:25.808117 osdx pppd[743132]: [service-name] [host-uniq dc 56 0b 00] Jun 04 16:48:25.808304 osdx pppd[743132]: Recv PPPOE Discovery V1T1 PADO session 0x0 length 57 Jun 04 16:48:25.808314 osdx pppd[743132]: dst de:ad:be:ef:6c:00 src fe:22:0e:3f:29:f8 Jun 04 16:48:25.808317 osdx pppd[743132]: [AC-name osdx-tests-prod-1] [service-name] [AC-cookie 06 68 08 cf 5c f7 62 a9 d0 a2 0c 57 98 ae dd fb f3 b8 00 00] [host-uniq dc 56 0b 00] Jun 04 16:48:25.808321 osdx pppd[743132]: Send PPPOE Discovery V1T1 PADR session 0x0 length 36 Jun 04 16:48:25.808323 osdx pppd[743132]: dst fe:22:0e:3f:29:f8 src de:ad:be:ef:6c:00 Jun 04 16:48:25.808326 osdx pppd[743132]: [service-name] [host-uniq dc 56 0b 00] [AC-cookie 06 68 08 cf 5c f7 62 a9 d0 a2 0c 57 98 ae dd fb f3 b8 00 00] Jun 04 16:48:25.808550 osdx pppd[743132]: Recv PPPOE Discovery V1T1 PADS session 0x1 length 12 Jun 04 16:48:25.808554 osdx pppd[743132]: dst de:ad:be:ef:6c:00 src fe:22:0e:3f:29:f8 Jun 04 16:48:25.808556 osdx pppd[743132]: [service-name] [host-uniq dc 56 0b 00] Jun 04 16:48:25.808559 osdx pppd[743132]: PADS: Service-Name: '' Jun 04 16:48:25.808561 osdx pppd[743132]: PPP session is 1 Jun 04 16:48:25.816127 osdx cfgd[1850]: [731996]Completed change to active configuration Jun 04 16:48:25.827359 osdx OSDxCLI[731996]: User 'admin' committed the configuration. Jun 04 16:48:25.836088 osdx pppd[743132]: Connected to fe:22:0e:3f:29:f8 via interface eth0 Jun 04 16:48:25.836113 osdx pppd[743132]: using channel 17 Jun 04 16:48:25.836128 osdx pppd[743132]: Connect: pppoe0 <--> eth0 Jun 04 16:48:25.836134 osdx pppd[743132]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0x93fbff86>] Jun 04 16:48:25.842866 osdx OSDxCLI[731996]: User 'admin' left the configuration menu. Jun 04 16:48:25.976600 osdx OSDxCLI[731996]: User 'admin' executed a new command: 'interfaces pppoe pppoe0 show'. Jun 04 16:48:26.812336 osdx pppd[743132]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0xc7f93847>] Jun 04 16:48:26.812346 osdx pppd[743132]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0xc7f93847>] Jun 04 16:48:27.646830 osdx pppd[743132]: rcvd [LCP TermReq id=0x3 "User request"] Jun 04 16:48:27.646839 osdx pppd[743132]: sent [LCP TermAck id=0x3] Jun 04 16:48:28.044425 osdx OSDxCLI[731996]: User 'admin' executed a new command: 'interfaces pppoe pppoe0 show'. Jun 04 16:48:28.836904 osdx pppd[743132]: sent [LCP ConfReq id=0x1 <mru 1492> <magic 0x93fbff86>] Jun 04 16:48:28.837089 osdx pppd[743132]: rcvd [LCP ConfAck id=0x1 <mru 1492> <magic 0x93fbff86>] Jun 04 16:48:29.813148 osdx pppd[743132]: rcvd [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0xc7f93847>] Jun 04 16:48:29.813160 osdx pppd[743132]: sent [LCP ConfAck id=0x1 <mru 1492> <auth pap> <magic 0xc7f93847>] Jun 04 16:48:29.813271 osdx pppd[743132]: sent [LCP EchoReq id=0x0 magic=0x93fbff86] Jun 04 16:48:29.813296 osdx pppd[743132]: sent [PAP AuthReq id=0x1 user="myuser" password=<hidden>] Jun 04 16:48:29.813314 osdx pppd[743132]: rcvd [LCP EchoReq id=0x0 magic=0xc7f93847] Jun 04 16:48:29.813318 osdx pppd[743132]: sent [LCP EchoRep id=0x0 magic=0x93fbff86] Jun 04 16:48:29.813413 osdx pppd[743132]: rcvd [LCP EchoRep id=0x0 magic=0xc7f93847] Jun 04 16:48:29.813424 osdx pppd[743132]: rcvd [PAP AuthAck id=0x1 "Login ok"] Jun 04 16:48:29.813428 osdx pppd[743132]: Remote message: Login ok Jun 04 16:48:29.813431 osdx pppd[743132]: PAP authentication succeeded Jun 04 16:48:29.813434 osdx pppd[743132]: peer from calling number FE:22:0E:3F:29:F8 authorized Jun 04 16:48:29.813449 osdx pppd[743132]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0>] Jun 04 16:48:29.813484 osdx pppd[743132]: sent [IPV6CP ConfReq id=0x1 <addr fe80::359c:4972:e9e4:cefe>] Jun 04 16:48:29.813584 osdx pppd[743132]: rcvd [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>] Jun 04 16:48:29.813588 osdx pppd[743132]: sent [CCP ConfReq id=0x1] Jun 04 16:48:29.813597 osdx pppd[743132]: sent [CCP ConfRej id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>] Jun 04 16:48:29.813621 osdx pppd[743132]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.100.1>] Jun 04 16:48:29.813638 osdx pppd[743132]: sent [IPCP ConfRej id=0x1 <compress VJ 0f 01>] Jun 04 16:48:29.813663 osdx pppd[743132]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::602c:04c6:12b6:4232>] Jun 04 16:48:29.813669 osdx pppd[743132]: sent [IPV6CP ConfAck id=0x1 <addr fe80::602c:04c6:12b6:4232>] Jun 04 16:48:29.813707 osdx pppd[743132]: rcvd [IPCP ConfNak id=0x1 <addr 192.168.100.2>] Jun 04 16:48:29.813712 osdx pppd[743132]: sent [IPCP ConfReq id=0x2 <addr 192.168.100.2>] Jun 04 16:48:29.813736 osdx pppd[743132]: rcvd [IPV6CP ConfAck id=0x1 <addr fe80::359c:4972:e9e4:cefe>] Jun 04 16:48:29.813942 osdx pppd[743132]: local LL address fe80::359c:4972:e9e4:cefe Jun 04 16:48:29.813949 osdx pppd[743132]: remote LL address fe80::602c:04c6:12b6:4232 Jun 04 16:48:29.814247 osdx pppd[743132]: Script /etc/ppp/ipv6-up started (pid 743202) Jun 04 16:48:29.814271 osdx pppd[743132]: rcvd [CCP ConfAck id=0x1] Jun 04 16:48:29.814283 osdx pppd[743132]: rcvd [CCP ConfReq id=0x2] Jun 04 16:48:29.814286 osdx pppd[743132]: sent [CCP ConfAck id=0x2] Jun 04 16:48:29.814301 osdx pppd[743132]: rcvd [IPCP ConfReq id=0x2 <addr 192.168.100.1>] Jun 04 16:48:29.814318 osdx pppd[743132]: sent [IPCP ConfAck id=0x2 <addr 192.168.100.1>] Jun 04 16:48:29.814332 osdx pppd[743132]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.100.2>] Jun 04 16:48:29.815176 osdx pppd[743132]: Script /etc/ppp/ip-pre-up started (pid 743203) Jun 04 16:48:29.820872 osdx pppd[743132]: Script /etc/ppp/ip-pre-up finished (pid 743203), status = 0x0 Jun 04 16:48:29.820936 osdx pppd[743132]: local IP address 192.168.100.2 Jun 04 16:48:29.820945 osdx pppd[743132]: remote IP address 192.168.100.1 Jun 04 16:48:29.821456 osdx pppd[743132]: Script /etc/ppp/ip-up started (pid 743207) Jun 04 16:48:29.821513 osdx pppd[743132]: Script /etc/ppp/ipv6-up finished (pid 743202), status = 0x0 Jun 04 16:48:29.891410 osdx pppd[743132]: Script /etc/ppp/ip-up finished (pid 743207), status = 0x0 Jun 04 16:48:30.117094 osdx OSDxCLI[731996]: User 'admin' executed a new command: 'interfaces pppoe pppoe0 show'.