Skip to content

isis_interface_types.proto

Messages

IsisInterface

Name Value Description
key IsisInterfaceKey Unique identity of the IS-IS configured interface.
ipv4_metric uint32 Ipv4 metric value of an IS-IS configured interface.
ipv6_metric uint32 Ipv6 metric value of an IS-IS configured interface.
level IsisLevel Level of an IS-IS configured interface.
type IsisInterfaceType Type of an IS-IS configured interface.

IsisInterfaceKey

Name Value Description
vrf_name string VRF name of an IS-IS inteface.
instances_names repeated string IS-IS instances configured on an inteface.
intf_id IntfId Interface name of an IS-IS configured interface.

Enums

IsisInterfaceType

Name Value Description
ISIS_INTF_TYPE_NULL 0
ISIS_INTF_TYPE_LAN 1
ISIS_INTF_TYPE_P2P 2

IsisLevel

Name Value Description
ISIS_LEVEL_NULL 0
ISIS_LEVEL_LEVEL1 1
ISIS_LEVEL_LEVEL2 2
ISIS_LEVEL_LEVEL1_2 3