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