This schema was generated from the YANG module ieee-types
by pyang version 00.1.
The schema describes an instance document consisting of the
entire configuration data store and operational data. This
schema can thus NOT be used as-is to validate NETCONF PDUs.
This module contains standard derived YANG types
for IEEE 802 addresses and related things.
YANG Language Design Team
Martin Bjorklund (Editor) <mbj@tail-f.com>
Initial revision.
The mac-address type represents an 802 MAC address
represented in the `canonical' order defined by
IEEE 802.1a, i.e., as if it were transmitted least
significant bit first, even though 802.5 (in contrast
to other 802.x protocols) requires MAC addresses to
be transmitted most significant bit first.
The bridgeid type represents identifers that uniquely
identify a bridge. Its first four hexadecimal digits
contain a priority value followed by a colon. The
remaining characters contain the MAC address used to
refer to a bridge in a unique fashion (typically, the
numerically smallest MAC address of all ports on the
bridge).
The vlanid type uniquely identifies a VLAN. This is
the 12-bit VLAN-ID used in the VLAN Tag header. The
range is defined by the referenced specification.