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