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