PortIdType¶
-
class
ydk.models.openconfig.openconfig_lldp_types.
PortIdType
¶ PortIdType (Enum Class)
Type definition with enumerations describing the basis of
the port identifier
-
INTERFACE_ALIAS = 0
Chassis identifier based on the value of ifAlias object
defined in IETF RFC 2863
-
PORT_COMPONENT = 1
Port identifier based on the value of entPhysicalAlias
object defined in IETF RFC 2737 for a port component
-
MAC_ADDRESS = 2
Port identifier based on the value of a unicast source
address (encoded in network byte order and IEEE 802.3
canonical bit order) associated with a port
-
NETWORK_ADDRESS = 3
Port identifier based on a network address,
associated with a particular port
-
INTERFACE_NAME = 4
Port identifier based on the name of the interface,
e.g., the value of ifName object defined in IETF RFC 2863
-
AGENT_CIRCUIT_ID = 5
Port identifer based on the circuit id in the DHCP
relay agent information option as defined in IETF
RFC 3046
-
LOCAL = 6
Port identifier based on a locally defined alphanumeric
string
-