-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUUID-TC-MIB.yang
102 lines (85 loc) · 2.38 KB
/
UUID-TC-MIB.yang
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/*
* This YANG module has been generated by smidump 0.5.0:
*
* smidump -f yang UUID-TC-MIB
*
* Do not edit. Edit the source file instead!
*/
module UUID-TC-MIB {
namespace "urn:ietf:params:xml:ns:yang:smiv2:UUID-TC-MIB";
prefix "uuid-tc";
import ietf-yang-smiv2 {
prefix "smiv2";
}
organization
"IETF Energy Management Working Group";
contact
"WG Email: eman@ietf.org
Mailing list subscription info:
http://www.ietf.org/mailman/listinfo/eman
Dan Romascanu
Avaya
Park Atidim, Bldg. #3
Tel Aviv, 61581
Israel
Phone: +972-3-6458414
Email: dromasca@avaya.com
Juergen Quittek
NEC Europe Ltd.
Network Research Division
Kurfuersten-Anlage 36
Heidelberg 69115
Germany
Phone: +49 6221 4342-115
Email: quittek@neclab.eu
Mouli Chandramouli
Cisco Systems, Inc.
Sarjapur Outer Ring Road
Bangalore 560103
India
Phone: +91 80 4429 2409
Email: moulchan@cisco.com";
description
"This MIB module defines TEXTUAL-CONVENTIONs
representing Universally Unique IDentifiers
(UUIDs).
Copyright (c) 2013 IETF Trust and the persons
identified as authors of the code. All rights
reserved.
Redistribution and use in source and binary forms,
with or without modification, is permitted
pursuant to, and subject to the license terms
contained in, the Simplified BSD License set forth
in Section 4.c of the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info).";
revision 2013-04-05 {
description
"Initial version of this MIB as published in
RFC 6933.";
}
typedef UUID {
type string {
length "16";
}
description
"Universally Unique Identifier information. The syntax must
conform to RFC 4122, Section 4.1.";
smiv2:display-hint "4x-2x-2x-1x1x-6x";
}
typedef UUIDorZero {
type string {
length "0|16";
}
description
"Universally Unique Identifier information. The syntax must
conform to RFC 4122, Section 4.1.
The semantics of the value zero-length OCTET STRING are
object-specific and must therefore be defined as part of
the description of any object that uses this syntax.";
smiv2:display-hint "4x-2x-2x-1x1x-6x";
}
smiv2:alias "uuidTCMIB" {
smiv2:oid "1.3.6.1.2.1.217";
}
}