Add supoprt for D release use-case.
[sim/o1-interface.git] / ntsimulator / deploy / o-ran-ru-fh / yang / iana-if-type@2017-01-19.yang
1 module iana-if-type {
2   namespace "urn:ietf:params:xml:ns:yang:iana-if-type";
3   prefix ianaift;
4
5   import ietf-interfaces {
6     prefix if;
7   }
8
9   organization "IANA";
10   contact
11     "        Internet Assigned Numbers Authority
12      Postal: ICANN
13              12025 Waterfront Drive, Suite 300
14              Los Angeles, CA 90094-2536
15              United States
16      Tel:    +1 310 301 5800
17      <mailto:iana&iana.org>";
18   description
19     "This YANG module defines YANG identities for IANA-registered
20      interface types.
21      This YANG module is maintained by IANA and reflects the
22      'ifType definitions' registry.
23      The latest revision of this YANG module can be obtained from
24      the IANA web site.
25      Requests for new values should be made to IANA via
26      email (iana&iana.org).
27      Copyright (c) 2014 IETF Trust and the persons identified as
28      authors of the code.  All rights reserved.
29      Redistribution and use in source and binary forms, with or
30      without modification, is permitted pursuant to, and subject
31      to the license terms contained in, the Simplified BSD License
32      set forth in Section 4.c of the IETF Trust's Legal Provisions
33      Relating to IETF Documents
34      (http://trustee.ietf.org/license-info).
35      The initial version of this YANG module is part of RFC 7224;
36      see the RFC itself for full legal notices.";
37   reference
38     "IANA 'ifType definitions' registry.
39      <http://www.iana.org/assignments/smi-numbers>";
40
41   revision 2017-01-19 {
42     description
43       "Registered ifType 289.";
44   }
45
46   revision 2016-11-23 {
47     description
48       "Registered ifTypes 283-288.";
49   }
50
51   revision 2016-06-09 {
52     description
53       "Registered ifType 282.";
54   }
55   revision 2016-05-03 {
56     description
57       "Registered ifType 281.";
58   }
59   revision 2015-06-12 {
60     description
61       "Corrected formatting issue.";
62   }
63   revision 2014-09-24 {
64     description
65       "Registered ifType 280.";
66   }
67   revision 2014-09-19 {
68     description
69       "Registered ifType 279.";
70   }
71   revision 2014-07-03 {
72     description
73       "Registered ifTypes 277-278.";
74   }
75   revision 2014-05-19 {
76     description
77       "Updated the contact address.";
78   }
79   revision 2014-05-08 {
80     description
81       "Initial revision.";
82     reference
83       "RFC 7224: IANA Interface Type YANG Module";
84   }
85
86   identity iana-interface-type {
87     base if:interface-type;
88     description
89       "This identity is used as a base for all interface types
90        defined in the 'ifType definitions' registry.";
91   }
92
93   identity other {
94     base iana-interface-type;
95   }
96   identity regular1822 {
97     base iana-interface-type;
98   }
99   identity hdh1822 {
100     base iana-interface-type;
101   }
102   identity ddnX25 {
103     base iana-interface-type;
104   }
105   identity rfc877x25 {
106     base iana-interface-type;
107     reference
108       "RFC 1382 - SNMP MIB Extension for the X.25 Packet Layer";
109   }
110   identity ethernetCsmacd {
111     base iana-interface-type;
112     description
113       "For all Ethernet-like interfaces, regardless of speed,
114        as per RFC 3635.";
115     reference
116       "RFC 3635 - Definitions of Managed Objects for the
117                   Ethernet-like Interface Types";
118   }
119   identity iso88023Csmacd {
120     base iana-interface-type;
121     status deprecated;
122     description
123       "Deprecated via RFC 3635.
124        Use ethernetCsmacd(6) instead.";
125     reference
126       "RFC 3635 - Definitions of Managed Objects for the
127                   Ethernet-like Interface Types";
128   }
129   identity iso88024TokenBus {
130     base iana-interface-type;
131   }
132   identity iso88025TokenRing {
133     base iana-interface-type;
134   }
135   identity iso88026Man {
136     base iana-interface-type;
137   }
138   identity starLan {
139     base iana-interface-type;
140     status deprecated;
141     description
142       "Deprecated via RFC 3635.
143        Use ethernetCsmacd(6) instead.";
144     reference
145       "RFC 3635 - Definitions of Managed Objects for the
146                   Ethernet-like Interface Types";
147   }
148   identity proteon10Mbit {
149     base iana-interface-type;
150   }
151   identity proteon80Mbit {
152     base iana-interface-type;
153   }
154   identity hyperchannel {
155     base iana-interface-type;
156   }
157   identity fddi {
158     base iana-interface-type;
159     reference
160       "RFC 1512 - FDDI Management Information Base";
161   }
162   identity lapb {
163     base iana-interface-type;
164     reference
165       "RFC 1381 - SNMP MIB Extension for X.25 LAPB";
166   }
167   identity sdlc {
168     base iana-interface-type;
169   }
170   identity ds1 {
171     base iana-interface-type;
172     description
173       "DS1-MIB.";
174     reference
175       "RFC 4805 - Definitions of Managed Objects for the
176                   DS1, J1, E1, DS2, and E2 Interface Types";
177   }
178   identity e1 {
179     base iana-interface-type;
180     status obsolete;
181     description
182       "Obsolete; see DS1-MIB.";
183     reference
184       "RFC 4805 - Definitions of Managed Objects for the
185                   DS1, J1, E1, DS2, and E2 Interface Types";
186   }
187   identity basicISDN {
188     base iana-interface-type;
189     description
190       "No longer used.  See also RFC 2127.";
191   }
192   identity primaryISDN {
193     base iana-interface-type;
194     description
195       "No longer used.  See also RFC 2127.";
196   }
197   identity propPointToPointSerial {
198     base iana-interface-type;
199     description
200       "Proprietary serial.";
201   }
202   identity ppp {
203     base iana-interface-type;
204   }
205   identity softwareLoopback {
206     base iana-interface-type;
207   }
208   identity eon {
209     base iana-interface-type;
210     description
211       "CLNP over IP.";
212   }
213   identity ethernet3Mbit {
214     base iana-interface-type;
215   }
216   identity nsip {
217     base iana-interface-type;
218     description
219       "XNS over IP.";
220   }
221   identity slip {
222     base iana-interface-type;
223     description
224       "Generic SLIP.";
225   }
226   identity ultra {
227     base iana-interface-type;
228     description
229       "Ultra Technologies.";
230   }
231   identity ds3 {
232     base iana-interface-type;
233     description
234       "DS3-MIB.";
235     reference
236       "RFC 3896 - Definitions of Managed Objects for the
237                   DS3/E3 Interface Type";
238   }
239   identity sip {
240     base iana-interface-type;
241     description
242       "SMDS, coffee.";
243     reference
244       "RFC 1694 - Definitions of Managed Objects for SMDS
245                   Interfaces using SMIv2";
246   }
247   identity frameRelay {
248     base iana-interface-type;
249     description
250       "DTE only.";
251     reference
252       "RFC 2115 - Management Information Base for Frame Relay
253                   DTEs Using SMIv2";
254   }
255   identity rs232 {
256     base iana-interface-type;
257     reference
258       "RFC 1659 - Definitions of Managed Objects for RS-232-like
259                   Hardware Devices using SMIv2";
260   }
261   identity para {
262     base iana-interface-type;
263     description
264       "Parallel-port.";
265     reference
266       "RFC 1660 - Definitions of Managed Objects for
267                   Parallel-printer-like Hardware Devices using
268                   SMIv2";
269   }
270   identity arcnet {
271     base iana-interface-type;
272     description
273       "ARCnet.";
274   }
275   identity arcnetPlus {
276     base iana-interface-type;
277     description
278       "ARCnet Plus.";
279   }
280   identity atm {
281     base iana-interface-type;
282     description
283       "ATM cells.";
284   }
285   identity miox25 {
286     base iana-interface-type;
287     reference
288       "RFC 1461 - SNMP MIB extension for Multiprotocol
289                   Interconnect over X.25";
290   }
291   identity sonet {
292     base iana-interface-type;
293     description
294       "SONET or SDH.";
295   }
296   identity x25ple {
297     base iana-interface-type;
298     reference
299       "RFC 2127 - ISDN Management Information Base using SMIv2";
300   }
301   identity iso88022llc {
302     base iana-interface-type;
303   }
304   identity localTalk {
305     base iana-interface-type;
306   }
307   identity smdsDxi {
308     base iana-interface-type;
309   }
310   identity frameRelayService {
311     base iana-interface-type;
312     description
313       "FRNETSERV-MIB.";
314     reference
315       "RFC 2954 - Definitions of Managed Objects for Frame
316                   Relay Service";
317   }
318   identity v35 {
319     base iana-interface-type;
320   }
321   identity hssi {
322     base iana-interface-type;
323   }
324   identity hippi {
325     base iana-interface-type;
326   }
327   identity modem {
328     base iana-interface-type;
329     description
330       "Generic modem.";
331   }
332   identity aal5 {
333     base iana-interface-type;
334     description
335       "AAL5 over ATM.";
336   }
337   identity sonetPath {
338     base iana-interface-type;
339   }
340   identity sonetVT {
341     base iana-interface-type;
342   }
343   identity smdsIcip {
344     base iana-interface-type;
345     description
346       "SMDS InterCarrier Interface.";
347   }
348   identity propVirtual {
349     base iana-interface-type;
350     description
351       "Proprietary virtual/internal.";
352     reference
353       "RFC 2863 - The Interfaces Group MIB";
354   }
355   identity propMultiplexor {
356     base iana-interface-type;
357     description
358       "Proprietary multiplexing.";
359     reference
360       "RFC 2863 - The Interfaces Group MIB";
361   }
362   identity ieee80212 {
363     base iana-interface-type;
364     description
365       "100BaseVG.";
366   }
367   identity fibreChannel {
368     base iana-interface-type;
369     description
370       "Fibre Channel.";
371   }
372   identity hippiInterface {
373     base iana-interface-type;
374     description
375       "HIPPI interfaces.";
376   }
377   identity frameRelayInterconnect {
378     base iana-interface-type;
379     status obsolete;
380     description
381       "Obsolete; use either
382        frameRelay(32) or frameRelayService(44).";
383   }
384   identity aflane8023 {
385     base iana-interface-type;
386     description
387       "ATM Emulated LAN for 802.3.";
388   }
389   identity aflane8025 {
390     base iana-interface-type;
391     description
392       "ATM Emulated LAN for 802.5.";
393   }
394   identity cctEmul {
395     base iana-interface-type;
396     description
397       "ATM Emulated circuit.";
398   }
399   identity fastEther {
400     base iana-interface-type;
401     status deprecated;
402     description
403       "Obsoleted via RFC 3635.
404        ethernetCsmacd(6) should be used instead.";
405     reference
406       "RFC 3635 - Definitions of Managed Objects for the
407                   Ethernet-like Interface Types";
408   }
409   identity isdn {
410     base iana-interface-type;
411     description
412       "ISDN and X.25.";
413     reference
414       "RFC 1356 - Multiprotocol Interconnect on X.25 and ISDN
415                   in the Packet Mode";
416   }
417   identity v11 {
418     base iana-interface-type;
419     description
420       "CCITT V.11/X.21.";
421   }
422   identity v36 {
423     base iana-interface-type;
424     description
425       "CCITT V.36.";
426   }
427   identity g703at64k {
428     base iana-interface-type;
429     description
430       "CCITT G703 at 64Kbps.";
431   }
432   identity g703at2mb {
433     base iana-interface-type;
434     status obsolete;
435     description
436       "Obsolete; see DS1-MIB.";
437   }
438   identity qllc {
439     base iana-interface-type;
440     description
441       "SNA QLLC.";
442   }
443   identity fastEtherFX {
444     base iana-interface-type;
445     status deprecated;
446     description
447       "Obsoleted via RFC 3635.
448        ethernetCsmacd(6) should be used instead.";
449     reference
450       "RFC 3635 - Definitions of Managed Objects for the
451                   Ethernet-like Interface Types";
452   }
453   identity channel {
454     base iana-interface-type;
455     description
456       "Channel.";
457   }
458   identity ieee80211 {
459     base iana-interface-type;
460     description
461       "Radio spread spectrum.";
462   }
463   identity ibm370parChan {
464     base iana-interface-type;
465     description
466       "IBM System 360/370 OEMI Channel.";
467   }
468   identity escon {
469     base iana-interface-type;
470     description
471       "IBM Enterprise Systems Connection.";
472   }
473   identity dlsw {
474     base iana-interface-type;
475     description
476       "Data Link Switching.";
477   }
478   identity isdns {
479     base iana-interface-type;
480     description
481       "ISDN S/T interface.";
482   }
483   identity isdnu {
484     base iana-interface-type;
485     description
486       "ISDN U interface.";
487   }
488   identity lapd {
489     base iana-interface-type;
490     description
491       "Link Access Protocol D.";
492   }
493   identity ipSwitch {
494     base iana-interface-type;
495     description
496       "IP Switching Objects.";
497   }
498   identity rsrb {
499     base iana-interface-type;
500     description
501       "Remote Source Route Bridging.";
502   }
503   identity atmLogical {
504     base iana-interface-type;
505     description
506       "ATM Logical Port.";
507     reference
508       "RFC 3606 - Definitions of Supplemental Managed Objects
509                   for ATM Interface";
510   }
511   identity ds0 {
512     base iana-interface-type;
513     description
514       "Digital Signal Level 0.";
515     reference
516       "RFC 2494 - Definitions of Managed Objects for the DS0
517                   and DS0 Bundle Interface Type";
518   }
519   identity ds0Bundle {
520     base iana-interface-type;
521     description
522       "Group of ds0s on the same ds1.";
523     reference
524       "RFC 2494 - Definitions of Managed Objects for the DS0
525                   and DS0 Bundle Interface Type";
526   }
527   identity bsc {
528     base iana-interface-type;
529     description
530       "Bisynchronous Protocol.";
531   }
532   identity async {
533     base iana-interface-type;
534     description
535       "Asynchronous Protocol.";
536   }
537   identity cnr {
538     base iana-interface-type;
539     description
540       "Combat Net Radio.";
541   }
542   identity iso88025Dtr {
543     base iana-interface-type;
544     description
545       "ISO 802.5r DTR.";
546   }
547   identity eplrs {
548     base iana-interface-type;
549     description
550       "Ext Pos Loc Report Sys.";
551   }
552   identity arap {
553     base iana-interface-type;
554     description
555       "Appletalk Remote Access Protocol.";
556   }
557   identity propCnls {
558     base iana-interface-type;
559     description
560       "Proprietary Connectionless Protocol.";
561   }
562   identity hostPad {
563     base iana-interface-type;
564     description
565       "CCITT-ITU X.29 PAD Protocol.";
566   }
567   identity termPad {
568     base iana-interface-type;
569     description
570       "CCITT-ITU X.3 PAD Facility.";
571   }
572   identity frameRelayMPI {
573     base iana-interface-type;
574     description
575       "Multiproto Interconnect over FR.";
576   }
577   identity x213 {
578     base iana-interface-type;
579     description
580       "CCITT-ITU X213.";
581   }
582   identity adsl {
583     base iana-interface-type;
584     description
585       "Asymmetric Digital Subscriber Loop.";
586   }
587   identity radsl {
588     base iana-interface-type;
589     description
590       "Rate-Adapt. Digital Subscriber Loop.";
591   }
592   identity sdsl {
593     base iana-interface-type;
594     description
595       "Symmetric Digital Subscriber Loop.";
596   }
597   identity vdsl {
598     base iana-interface-type;
599     description
600       "Very H-Speed Digital Subscrib. Loop.";
601   }
602   identity iso88025CRFPInt {
603     base iana-interface-type;
604     description
605       "ISO 802.5 CRFP.";
606   }
607   identity myrinet {
608     base iana-interface-type;
609     description
610       "Myricom Myrinet.";
611   }
612   identity voiceEM {
613     base iana-interface-type;
614     description
615       "Voice recEive and transMit.";
616   }
617   identity voiceFXO {
618     base iana-interface-type;
619     description
620       "Voice Foreign Exchange Office.";
621   }
622   identity voiceFXS {
623     base iana-interface-type;
624     description
625       "Voice Foreign Exchange Station.";
626   }
627   identity voiceEncap {
628     base iana-interface-type;
629     description
630       "Voice encapsulation.";
631   }
632   identity voiceOverIp {
633     base iana-interface-type;
634     description
635       "Voice over IP encapsulation.";
636   }
637   identity atmDxi {
638     base iana-interface-type;
639     description
640       "ATM DXI.";
641   }
642   identity atmFuni {
643     base iana-interface-type;
644     description
645       "ATM FUNI.";
646   }
647   identity atmIma {
648     base iana-interface-type;
649     description
650       "ATM IMA.";
651   }
652   identity pppMultilinkBundle {
653     base iana-interface-type;
654     description
655       "PPP Multilink Bundle.";
656   }
657   identity ipOverCdlc {
658     base iana-interface-type;
659     description
660       "IBM ipOverCdlc.";
661   }
662   identity ipOverClaw {
663     base iana-interface-type;
664     description
665       "IBM Common Link Access to Workstn.";
666   }
667   identity stackToStack {
668     base iana-interface-type;
669     description
670       "IBM stackToStack.";
671   }
672   identity virtualIpAddress {
673     base iana-interface-type;
674     description
675       "IBM VIPA.";
676   }
677   identity mpc {
678     base iana-interface-type;
679     description
680       "IBM multi-protocol channel support.";
681   }
682   identity ipOverAtm {
683     base iana-interface-type;
684     description
685       "IBM ipOverAtm.";
686     reference
687       "RFC 2320 - Definitions of Managed Objects for Classical IP
688                   and ARP Over ATM Using SMIv2 (IPOA-MIB)";
689   }
690   identity iso88025Fiber {
691     base iana-interface-type;
692     description
693       "ISO 802.5j Fiber Token Ring.";
694   }
695   identity tdlc {
696     base iana-interface-type;
697     description
698       "IBM twinaxial data link control.";
699   }
700   identity gigabitEthernet {
701     base iana-interface-type;
702     status deprecated;
703     description
704       "Obsoleted via RFC 3635.
705        ethernetCsmacd(6) should be used instead.";
706     reference
707       "RFC 3635 - Definitions of Managed Objects for the
708                   Ethernet-like Interface Types";
709   }
710   identity hdlc {
711     base iana-interface-type;
712     description
713       "HDLC.";
714   }
715   identity lapf {
716     base iana-interface-type;
717     description
718       "LAP F.";
719   }
720   identity v37 {
721     base iana-interface-type;
722     description
723       "V.37.";
724   }
725   identity x25mlp {
726     base iana-interface-type;
727     description
728       "Multi-Link Protocol.";
729   }
730   identity x25huntGroup {
731     base iana-interface-type;
732     description
733       "X25 Hunt Group.";
734   }
735   identity transpHdlc {
736     base iana-interface-type;
737     description
738       "Transp HDLC.";
739   }
740   identity interleave {
741     base iana-interface-type;
742     description
743       "Interleave channel.";
744   }
745   identity fast {
746     base iana-interface-type;
747     description
748       "Fast channel.";
749   }
750   identity ip {
751     base iana-interface-type;
752     description
753       "IP (for APPN HPR in IP networks).";
754   }
755   identity docsCableMaclayer {
756     base iana-interface-type;
757     description
758       "CATV Mac Layer.";
759   }
760   identity docsCableDownstream {
761     base iana-interface-type;
762     description
763       "CATV Downstream interface.";
764   }
765   identity docsCableUpstream {
766     base iana-interface-type;
767     description
768       "CATV Upstream interface.";
769   }
770   identity a12MppSwitch {
771     base iana-interface-type;
772     description
773       "Avalon Parallel Processor.";
774   }
775   identity tunnel {
776     base iana-interface-type;
777     description
778       "Encapsulation interface.";
779   }
780   identity coffee {
781     base iana-interface-type;
782     description
783       "Coffee pot.";
784     reference
785       "RFC 2325 - Coffee MIB";
786   }
787   identity ces {
788     base iana-interface-type;
789     description
790       "Circuit Emulation Service.";
791   }
792   identity atmSubInterface {
793     base iana-interface-type;
794     description
795       "ATM Sub Interface.";
796   }
797   identity l2vlan {
798     base iana-interface-type;
799     description
800       "Layer 2 Virtual LAN using 802.1Q.";
801   }
802   identity l3ipvlan {
803     base iana-interface-type;
804     description
805       "Layer 3 Virtual LAN using IP.";
806   }
807   identity l3ipxvlan {
808     base iana-interface-type;
809     description
810       "Layer 3 Virtual LAN using IPX.";
811   }
812   identity digitalPowerline {
813     base iana-interface-type;
814     description
815       "IP over Power Lines.";
816   }
817   identity mediaMailOverIp {
818     base iana-interface-type;
819     description
820       "Multimedia Mail over IP.";
821   }
822   identity dtm {
823     base iana-interface-type;
824     description
825       "Dynamic synchronous Transfer Mode.";
826   }
827   identity dcn {
828     base iana-interface-type;
829     description
830       "Data Communications Network.";
831   }
832   identity ipForward {
833     base iana-interface-type;
834     description
835       "IP Forwarding Interface.";
836   }
837   identity msdsl {
838     base iana-interface-type;
839     description
840       "Multi-rate Symmetric DSL.";
841   }
842   identity ieee1394 {
843     base iana-interface-type;
844
845     description
846       "IEEE1394 High Performance Serial Bus.";
847   }
848   identity if-gsn {
849     base iana-interface-type;
850     description
851       "HIPPI-6400.";
852   }
853   identity dvbRccMacLayer {
854     base iana-interface-type;
855     description
856       "DVB-RCC MAC Layer.";
857   }
858   identity dvbRccDownstream {
859     base iana-interface-type;
860     description
861       "DVB-RCC Downstream Channel.";
862   }
863   identity dvbRccUpstream {
864     base iana-interface-type;
865     description
866       "DVB-RCC Upstream Channel.";
867   }
868   identity atmVirtual {
869     base iana-interface-type;
870     description
871       "ATM Virtual Interface.";
872   }
873   identity mplsTunnel {
874     base iana-interface-type;
875     description
876       "MPLS Tunnel Virtual Interface.";
877   }
878   identity srp {
879     base iana-interface-type;
880     description
881       "Spatial Reuse Protocol.";
882   }
883   identity voiceOverAtm {
884     base iana-interface-type;
885     description
886       "Voice over ATM.";
887   }
888   identity voiceOverFrameRelay {
889     base iana-interface-type;
890     description
891       "Voice Over Frame Relay.";
892   }
893   identity idsl {
894     base iana-interface-type;
895     description
896       "Digital Subscriber Loop over ISDN.";
897   }
898   identity compositeLink {
899     base iana-interface-type;
900     description
901       "Avici Composite Link Interface.";
902   }
903   identity ss7SigLink {
904     base iana-interface-type;
905     description
906       "SS7 Signaling Link.";
907   }
908   identity propWirelessP2P {
909     base iana-interface-type;
910     description
911       "Prop. P2P wireless interface.";
912   }
913   identity frForward {
914     base iana-interface-type;
915     description
916       "Frame Forward Interface.";
917   }
918   identity rfc1483 {
919     base iana-interface-type;
920     description
921       "Multiprotocol over ATM AAL5.";
922     reference
923       "RFC 1483 - Multiprotocol Encapsulation over ATM
924                   Adaptation Layer 5";
925   }
926   identity usb {
927     base iana-interface-type;
928     description
929       "USB Interface.";
930   }
931   identity ieee8023adLag {
932     base iana-interface-type;
933     description
934       "IEEE 802.3ad Link Aggregate.";
935   }
936   identity bgppolicyaccounting {
937     base iana-interface-type;
938     description
939       "BGP Policy Accounting.";
940   }
941   identity frf16MfrBundle {
942     base iana-interface-type;
943     description
944       "FRF.16 Multilink Frame Relay.";
945   }
946   identity h323Gatekeeper {
947     base iana-interface-type;
948     description
949       "H323 Gatekeeper.";
950   }
951   identity h323Proxy {
952     base iana-interface-type;
953     description
954       "H323 Voice and Video Proxy.";
955   }
956   identity mpls {
957     base iana-interface-type;
958     description
959       "MPLS.";
960   }
961   identity mfSigLink {
962     base iana-interface-type;
963     description
964       "Multi-frequency signaling link.";
965   }
966   identity hdsl2 {
967     base iana-interface-type;
968     description
969       "High Bit-Rate DSL - 2nd generation.";
970   }
971   identity shdsl {
972     base iana-interface-type;
973     description
974       "Multirate HDSL2.";
975   }
976   identity ds1FDL {
977     base iana-interface-type;
978     description
979       "Facility Data Link (4Kbps) on a DS1.";
980   }
981   identity pos {
982     base iana-interface-type;
983     description
984       "Packet over SONET/SDH Interface.";
985   }
986   identity dvbAsiIn {
987     base iana-interface-type;
988     description
989       "DVB-ASI Input.";
990   }
991   identity dvbAsiOut {
992     base iana-interface-type;
993     description
994       "DVB-ASI Output.";
995   }
996   identity plc {
997     base iana-interface-type;
998     description
999       "Power Line Communications.";
1000   }
1001   identity nfas {
1002     base iana-interface-type;
1003     description
1004       "Non-Facility Associated Signaling.";
1005   }
1006   identity tr008 {
1007     base iana-interface-type;
1008     description
1009       "TR008.";
1010   }
1011   identity gr303RDT {
1012     base iana-interface-type;
1013     description
1014       "Remote Digital Terminal.";
1015   }
1016   identity gr303IDT {
1017     base iana-interface-type;
1018     description
1019       "Integrated Digital Terminal.";
1020   }
1021   identity isup {
1022     base iana-interface-type;
1023     description
1024       "ISUP.";
1025   }
1026   identity propDocsWirelessMaclayer {
1027     base iana-interface-type;
1028     description
1029       "Cisco proprietary Maclayer.";
1030   }
1031   identity propDocsWirelessDownstream {
1032     base iana-interface-type;
1033     description
1034       "Cisco proprietary Downstream.";
1035   }
1036   identity propDocsWirelessUpstream {
1037     base iana-interface-type;
1038     description
1039       "Cisco proprietary Upstream.";
1040   }
1041   identity hiperlan2 {
1042     base iana-interface-type;
1043     description
1044       "HIPERLAN Type 2 Radio Interface.";
1045   }
1046   identity propBWAp2Mp {
1047     base iana-interface-type;
1048     description
1049       "PropBroadbandWirelessAccesspt2Multipt (use of this value
1050        for IEEE 802.16 WMAN interfaces as per IEEE Std 802.16f
1051        is deprecated, and ieee80216WMAN(237) should be used
1052        instead).";
1053   }
1054   identity sonetOverheadChannel {
1055     base iana-interface-type;
1056     description
1057       "SONET Overhead Channel.";
1058   }
1059   identity digitalWrapperOverheadChannel {
1060     base iana-interface-type;
1061     description
1062       "Digital Wrapper.";
1063   }
1064   identity aal2 {
1065     base iana-interface-type;
1066     description
1067       "ATM adaptation layer 2.";
1068   }
1069   identity radioMAC {
1070     base iana-interface-type;
1071     description
1072       "MAC layer over radio links.";
1073   }
1074   identity atmRadio {
1075     base iana-interface-type;
1076     description
1077       "ATM over radio links.";
1078   }
1079   identity imt {
1080     base iana-interface-type;
1081     description
1082       "Inter-Machine Trunks.";
1083   }
1084   identity mvl {
1085     base iana-interface-type;
1086     description
1087       "Multiple Virtual Lines DSL.";
1088   }
1089   identity reachDSL {
1090     base iana-interface-type;
1091     description
1092       "Long Reach DSL.";
1093   }
1094   identity frDlciEndPt {
1095     base iana-interface-type;
1096     description
1097       "Frame Relay DLCI End Point.";
1098   }
1099   identity atmVciEndPt {
1100     base iana-interface-type;
1101     description
1102       "ATM VCI End Point.";
1103   }
1104   identity opticalChannel {
1105     base iana-interface-type;
1106     description
1107       "Optical Channel.";
1108   }
1109   identity opticalTransport {
1110     base iana-interface-type;
1111     description
1112       "Optical Transport.";
1113   }
1114   identity propAtm {
1115     base iana-interface-type;
1116     description
1117       "Proprietary ATM.";
1118   }
1119   identity voiceOverCable {
1120     base iana-interface-type;
1121     description
1122       "Voice Over Cable Interface.";
1123   }
1124   identity infiniband {
1125     base iana-interface-type;
1126     description
1127       "Infiniband.";
1128   }
1129   identity teLink {
1130     base iana-interface-type;
1131     description
1132       "TE Link.";
1133   }
1134   identity q2931 {
1135     base iana-interface-type;
1136     description
1137       "Q.2931.";
1138   }
1139   identity virtualTg {
1140     base iana-interface-type;
1141     description
1142       "Virtual Trunk Group.";
1143   }
1144   identity sipTg {
1145     base iana-interface-type;
1146     description
1147       "SIP Trunk Group.";
1148   }
1149   identity sipSig {
1150     base iana-interface-type;
1151     description
1152       "SIP Signaling.";
1153   }
1154   identity docsCableUpstreamChannel {
1155     base iana-interface-type;
1156     description
1157       "CATV Upstream Channel.";
1158   }
1159   identity econet {
1160     base iana-interface-type;
1161     description
1162       "Acorn Econet.";
1163   }
1164   identity pon155 {
1165     base iana-interface-type;
1166     description
1167       "FSAN 155Mb Symetrical PON interface.";
1168   }
1169   identity pon622 {
1170     base iana-interface-type;
1171     description
1172       "FSAN 622Mb Symetrical PON interface.";
1173   }
1174   identity bridge {
1175     base iana-interface-type;
1176     description
1177       "Transparent bridge interface.";
1178   }
1179   identity linegroup {
1180     base iana-interface-type;
1181     description
1182       "Interface common to multiple lines.";
1183   }
1184   identity voiceEMFGD {
1185     base iana-interface-type;
1186     description
1187       "Voice E&M Feature Group D.";
1188   }
1189   identity voiceFGDEANA {
1190     base iana-interface-type;
1191     description
1192       "Voice FGD Exchange Access North American.";
1193   }
1194   identity voiceDID {
1195     base iana-interface-type;
1196     description
1197       "Voice Direct Inward Dialing.";
1198   }
1199   identity mpegTransport {
1200     base iana-interface-type;
1201     description
1202       "MPEG transport interface.";
1203   }
1204   identity sixToFour {
1205     base iana-interface-type;
1206     status deprecated;
1207     description
1208       "6to4 interface (DEPRECATED).";
1209     reference
1210       "RFC 4087 - IP Tunnel MIB";
1211   }
1212   identity gtp {
1213     base iana-interface-type;
1214     description
1215       "GTP (GPRS Tunneling Protocol).";
1216   }
1217   identity pdnEtherLoop1 {
1218     base iana-interface-type;
1219     description
1220       "Paradyne EtherLoop 1.";
1221   }
1222   identity pdnEtherLoop2 {
1223     base iana-interface-type;
1224     description
1225       "Paradyne EtherLoop 2.";
1226   }
1227   identity opticalChannelGroup {
1228     base iana-interface-type;
1229     description
1230       "Optical Channel Group.";
1231   }
1232   identity homepna {
1233     base iana-interface-type;
1234     description
1235       "HomePNA ITU-T G.989.";
1236   }
1237   identity gfp {
1238     base iana-interface-type;
1239     description
1240       "Generic Framing Procedure (GFP).";
1241   }
1242   identity ciscoISLvlan {
1243     base iana-interface-type;
1244     description
1245       "Layer 2 Virtual LAN using Cisco ISL.";
1246   }
1247   identity actelisMetaLOOP {
1248     base iana-interface-type;
1249     description
1250       "Acteleis proprietary MetaLOOP High Speed Link.";
1251   }
1252   identity fcipLink {
1253     base iana-interface-type;
1254     description
1255       "FCIP Link.";
1256   }
1257   identity rpr {
1258     base iana-interface-type;
1259     description
1260       "Resilient Packet Ring Interface Type.";
1261   }
1262   identity qam {
1263     base iana-interface-type;
1264     description
1265       "RF Qam Interface.";
1266   }
1267   identity lmp {
1268     base iana-interface-type;
1269     description
1270       "Link Management Protocol.";
1271     reference
1272       "RFC 4327 - Link Management Protocol (LMP) Management
1273                   Information Base (MIB)";
1274   }
1275   identity cblVectaStar {
1276     base iana-interface-type;
1277     description
1278       "Cambridge Broadband Networks Limited VectaStar.";
1279   }
1280   identity docsCableMCmtsDownstream {
1281     base iana-interface-type;
1282     description
1283       "CATV Modular CMTS Downstream Interface.";
1284   }
1285   identity adsl2 {
1286     base iana-interface-type;
1287     status deprecated;
1288     description
1289       "Asymmetric Digital Subscriber Loop Version 2
1290        (DEPRECATED/OBSOLETED - please use adsl2plus(238)
1291        instead).";
1292     reference
1293       "RFC 4706 - Definitions of Managed Objects for Asymmetric
1294                   Digital Subscriber Line 2 (ADSL2)";
1295   }
1296   identity macSecControlledIF {
1297     base iana-interface-type;
1298     description
1299       "MACSecControlled.";
1300   }
1301   identity macSecUncontrolledIF {
1302     base iana-interface-type;
1303     description
1304       "MACSecUncontrolled.";
1305   }
1306   identity aviciOpticalEther {
1307     base iana-interface-type;
1308     description
1309       "Avici Optical Ethernet Aggregate.";
1310   }
1311   identity atmbond {
1312     base iana-interface-type;
1313     description
1314       "atmbond.";
1315   }
1316   identity voiceFGDOS {
1317     base iana-interface-type;
1318     description
1319       "Voice FGD Operator Services.";
1320   }
1321   identity mocaVersion1 {
1322     base iana-interface-type;
1323     description
1324       "MultiMedia over Coax Alliance (MoCA) Interface
1325        as documented in information provided privately to IANA.";
1326   }
1327   identity ieee80216WMAN {
1328     base iana-interface-type;
1329     description
1330       "IEEE 802.16 WMAN interface.";
1331   }
1332   identity adsl2plus {
1333     base iana-interface-type;
1334     description
1335       "Asymmetric Digital Subscriber Loop Version 2 -
1336        Version 2 Plus and all variants.";
1337   }
1338   identity dvbRcsMacLayer {
1339     base iana-interface-type;
1340     description
1341       "DVB-RCS MAC Layer.";
1342     reference
1343       "RFC 5728 - The SatLabs Group DVB-RCS MIB";
1344   }
1345   identity dvbTdm {
1346     base iana-interface-type;
1347     description
1348       "DVB Satellite TDM.";
1349     reference
1350       "RFC 5728 - The SatLabs Group DVB-RCS MIB";
1351   }
1352   identity dvbRcsTdma {
1353     base iana-interface-type;
1354     description
1355       "DVB-RCS TDMA.";
1356     reference
1357       "RFC 5728 - The SatLabs Group DVB-RCS MIB";
1358   }
1359   identity x86Laps {
1360     base iana-interface-type;
1361     description
1362       "LAPS based on ITU-T X.86/Y.1323.";
1363   }
1364   identity wwanPP {
1365     base iana-interface-type;
1366     description
1367       "3GPP WWAN.";
1368   }
1369   identity wwanPP2 {
1370     base iana-interface-type;
1371     description
1372       "3GPP2 WWAN.";
1373   }
1374   identity voiceEBS {
1375     base iana-interface-type;
1376     description
1377       "Voice P-phone EBS physical interface.";
1378   }
1379   identity ifPwType {
1380     base iana-interface-type;
1381     description
1382       "Pseudowire interface type.";
1383     reference
1384       "RFC 5601 - Pseudowire (PW) Management Information Base (MIB)";
1385   }
1386   identity ilan {
1387     base iana-interface-type;
1388     description
1389       "Internal LAN on a bridge per IEEE 802.1ap.";
1390   }
1391   identity pip {
1392     base iana-interface-type;
1393     description
1394       "Provider Instance Port on a bridge per IEEE 802.1ah PBB.";
1395   }
1396   identity aluELP {
1397     base iana-interface-type;
1398     description
1399       "Alcatel-Lucent Ethernet Link Protection.";
1400   }
1401   identity gpon {
1402     base iana-interface-type;
1403     description
1404       "Gigabit-capable passive optical networks (G-PON) as per
1405        ITU-T G.948.";
1406   }
1407   identity vdsl2 {
1408     base iana-interface-type;
1409     description
1410       "Very high speed digital subscriber line Version 2
1411        (as per ITU-T Recommendation G.993.2).";
1412     reference
1413       "RFC 5650 - Definitions of Managed Objects for Very High
1414                   Speed Digital Subscriber Line 2 (VDSL2)";
1415   }
1416   identity capwapDot11Profile {
1417     base iana-interface-type;
1418     description
1419       "WLAN Profile Interface.";
1420     reference
1421       "RFC 5834 - Control and Provisioning of Wireless Access
1422                   Points (CAPWAP) Protocol Binding MIB for
1423                   IEEE 802.11";
1424   }
1425   identity capwapDot11Bss {
1426     base iana-interface-type;
1427     description
1428       "WLAN BSS Interface.";
1429     reference
1430       "RFC 5834 - Control and Provisioning of Wireless Access
1431                   Points (CAPWAP) Protocol Binding MIB for
1432                   IEEE 802.11";
1433   }
1434   identity capwapWtpVirtualRadio {
1435     base iana-interface-type;
1436     description
1437       "WTP Virtual Radio Interface.";
1438     reference
1439       "RFC 5833 - Control and Provisioning of Wireless Access
1440                   Points (CAPWAP) Protocol Base MIB";
1441   }
1442   identity bits {
1443     base iana-interface-type;
1444     description
1445       "bitsport.";
1446   }
1447   identity docsCableUpstreamRfPort {
1448     base iana-interface-type;
1449     description
1450       "DOCSIS CATV Upstream RF Port.";
1451   }
1452   identity cableDownstreamRfPort {
1453     base iana-interface-type;
1454     description
1455       "CATV downstream RF Port.";
1456   }
1457   identity vmwareVirtualNic {
1458     base iana-interface-type;
1459     description
1460       "VMware Virtual Network Interface.";
1461   }
1462   identity ieee802154 {
1463     base iana-interface-type;
1464     description
1465       "IEEE 802.15.4 WPAN interface.";
1466     reference
1467       "IEEE 802.15.4-2006";
1468   }
1469   identity otnOdu {
1470     base iana-interface-type;
1471     description
1472       "OTN Optical Data Unit.";
1473   }
1474   identity otnOtu {
1475     base iana-interface-type;
1476     description
1477       "OTN Optical channel Transport Unit.";
1478   }
1479   identity ifVfiType {
1480     base iana-interface-type;
1481     description
1482       "VPLS Forwarding Instance Interface Type.";
1483   }
1484   identity g9981 {
1485     base iana-interface-type;
1486     description
1487       "G.998.1 bonded interface.";
1488   }
1489   identity g9982 {
1490     base iana-interface-type;
1491     description
1492       "G.998.2 bonded interface.";
1493   }
1494   identity g9983 {
1495     base iana-interface-type;
1496     description
1497       "G.998.3 bonded interface.";
1498   }
1499
1500   identity aluEpon {
1501     base iana-interface-type;
1502     description
1503       "Ethernet Passive Optical Networks (E-PON).";
1504   }
1505   identity aluEponOnu {
1506     base iana-interface-type;
1507     description
1508       "EPON Optical Network Unit.";
1509   }
1510   identity aluEponPhysicalUni {
1511     base iana-interface-type;
1512     description
1513       "EPON physical User to Network interface.";
1514   }
1515   identity aluEponLogicalLink {
1516     base iana-interface-type;
1517     description
1518       "The emulation of a point-to-point link over the EPON
1519        layer.";
1520   }
1521   identity aluGponOnu {
1522     base iana-interface-type;
1523     description
1524       "GPON Optical Network Unit.";
1525     reference
1526       "ITU-T G.984.2";
1527   }
1528   identity aluGponPhysicalUni {
1529     base iana-interface-type;
1530     description
1531       "GPON physical User to Network interface.";
1532     reference
1533       "ITU-T G.984.2";
1534   }
1535   identity vmwareNicTeam {
1536     base iana-interface-type;
1537     description
1538       "VMware NIC Team.";
1539   }
1540   identity docsOfdmDownstream {
1541     base iana-interface-type;
1542     description
1543       "CATV Downstream OFDM interface.";
1544   }
1545   identity docsOfdmaUpstream {
1546     base iana-interface-type;
1547     description
1548       "CATV Upstream OFDMA interface.";
1549   }
1550   identity gfast {
1551     base iana-interface-type;
1552     description
1553       "G.fast port.";
1554     reference
1555       "ITU-T G.9701";
1556   }
1557   identity sdci {
1558     base iana-interface-type;
1559     description
1560       "SDCI (IO-Link).";
1561     reference
1562       "IEC 61131-9 Edition 1.0 2013-09";
1563   }
1564   identity xboxWireless {
1565     base iana-interface-type;
1566     description
1567       "Xbox wireless.";
1568   }
1569   identity fastdsl {
1570     base iana-interface-type;
1571     description
1572       "FastDSL.";
1573     reference
1574       "BBF TR-355";
1575   }
1576   identity docsCableScte55d1FwdOob {
1577     base iana-interface-type;
1578     description
1579       "Cable SCTE 55-1 OOB Forward Channel.";
1580   }
1581   identity docsCableScte55d1RetOob {
1582     base iana-interface-type;
1583     description
1584       "Cable SCTE 55-1 OOB Return Channel.";
1585   }
1586   identity docsCableScte55d2DsOob {
1587     base iana-interface-type;
1588     description
1589       "Cable SCTE 55-2 OOB Downstream Channel.";
1590   }
1591   identity docsCableScte55d2UsOob {
1592     base iana-interface-type;
1593     description
1594       "Cable SCTE 55-2 OOB Upstream Channel.";
1595   }
1596   identity docsCableNdf {
1597     base iana-interface-type;
1598     description
1599       "Cable Narrowband Digital Forward.";
1600   }
1601   identity docsCableNdr {
1602     base iana-interface-type;
1603     description
1604       "Cable Narrowband Digital Return.";
1605   }
1606   identity ptm {
1607     base iana-interface-type;
1608     description
1609       "Packet Transfer Mode.";
1610   }
1611 }