Skip to content

pyntc.devices.system_features.vlans.eos_vlans

System features EOS Vlans.

pyntc.devices.system_features.vlans.eos_vlans.EOSVlans

Bases: BaseVlans

EOS Vlan system features.

__init__(device)

EOS Vlan system features.

Parameters:

Name Type Description Default
device str

Device object.

required

get(vlan_id)

Get system vlans for EOS.

get_list()

Get a list of vlans for EOS.

remove(vlan_id)

Remove a vlan from EOS device.

pyntc.devices.system_features.vlans.eos_vlans.instance(device)

Instance of a device.