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