Config¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Interfaces.Interface.Config¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolIsisInterfacesInterfaceConfigThis class represents configuration data.
This container defines ISIS interface configuration.
-
enabled¶ When set to true, the functionality within which this leaf is defined is enabled, when set to false it is explicitly disabled
type: bool
default value: false
-
interface_id¶ Interface for which ISIS configuration is to be applied
type: str
-
passive¶ When set to true, the referenced interface is a passive interface such that it is not eligible to establish adjacencies with other systems, but is advertised into the IS-IS topology
type: bool
default value: false
-
hello_padding¶ This leaf controls padding type for IS-IS Hello PDUs
type:
HelloPaddingType
-
circuit_type¶ ISIS circuit type (p2p, broadcast)
type:
CircuitType
-