Config¶
Leafs
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Vlan.
Config
¶ Bases:
Entity
Class Hierarchy:
Interfaces
Interface
Subinterfaces
Subinterface
Vlan
Config
This class represents configuration data.
Configuration parameters for VLANs
-
vlan_id
¶ VLAN id for the subinterface – specified inline for the case of a local VLAN. The id is scoped to the subinterface, and could be repeated on different subinterfaces
type: union of the below types:
type: int
range: 1..4094type: str
pattern: ^(409[0-4]|40[0-8][0-9]|[1-3][0-9]{3}|[1-9][0-9]{1,2}|[1-9])\.((409[0-4]|40[0-8][0-9]|[1-3][0-9]{3}|[1-9][0-9]{1,2}|[1-9])|\*)$
-