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