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