Python for PPPoE API

The following are the system-provided Python API PPPoE packets:

Table: System provided Python API PPPoE packets displays information about system-provided Python API PPPoE packets.

Table: System provided Python API PPPoE packets
Class attributes PPPoE header field Access

alc.pppoe.dest_mac

Str, destination MAC address; the format is ‟xx:xx:xx:xx:xx:xx”

Read

alc.pppoe.src_mac

Str, source MAC address; the format is ‟xx:xx:xx:xx:xx:xx”

Read

alc.pppoe.port_id

Str, the port-id of the PPPoE session like ‟1/1/3”

Read

alc.pppoe.vlan_tag

Str, the vlan tag of the PPPoE session like ‟100” or ‟100.200”

Read

alc.pppoe.ver

Integer, ver field in PPPoE header

Read

alc.pppoe.type

Integer, type field in PPPoE header

Read

alc.pppoe.code

Integer, code field in PPPoE header

Read

alc.pppoe.session_id

Integer, session_id field in PPPoE header

Read

alc.pppoe.len

Integer, length field in PPPoE header

Read

The following is a list of functions of alic.pppoe: