ChassisIdType¶
-
class
ydk.models.openconfig.openconfig_lldp_types.
ChassisIdType
¶ ChassisIdType (Enum Class)
Type definition with enumerations describing the source of
the chassis identifier
-
CHASSIS_COMPONENT = 0
Chassis identifier based on the value of entPhysicalAlias
object defined in IETF RFC 2737
-
INTERFACE_ALIAS = 1
Chassis identifier based on the value of ifAlias object
defined in IETF RFC 2863
-
PORT_COMPONENT = 2
Chassis identifier based on the value of entPhysicalAlias
object defined in IETF RFC 2737 for a port or backplane
component
-
MAC_ADDRESS = 3
Chassis identifier based on the value of a unicast source
address (encoded in network byte order and IEEE 802.3
canonical bit order), of a port on the containing chassis
as defined in IEEE Std 802-2001
-
NETWORK_ADDRESS = 4
Chassis identifier based on a network address,
associated with a particular chassis. The encoded address
is composed of two fields. The first field is a single
octet, representing the IANA AddressFamilyNumbers value
for the specific address type, and the second field is the
network address value
-
INTERFACE_NAME = 5
Chassis identifier based on the name of the interface,
e.g., the value of ifName object defined in IETF RFC 2863
-
LOCAL = 6
Chassis identifier based on a locally defined value
-