TunnelType Object

class activelogic.TunnelTypeObject

Object representing a TunnelType.

>>> to = rs.add(TunnelTypeObject('TunnelType', items=[1, 2]))
>>> to = rs.add(TunnelTypeObject('TunnelType', items=[TunnelTypeItemType.GRE]))
class activelogic.TunnelTypeItemType

Defines a set of Tunnel type item types for a tunneltype object.

Variables:
  • INVALID – Invalid tunnel type

  • GTP – GTP

  • ESP – ESP (obsolete)

  • TEREDO – Teredo

  • GRE – GRE

  • L2TP – L2TP

  • NULL – IPv4/IPv6 (No tunnelheader, for example IP in IP, DSlite)

  • L2TP_PAIRED – L2TP paired

  • CAPWAP – CAPWAP

  • ETHERIP – EtherIP

  • VXLAN – VXLAN