diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/linksys/LINKSYS-Dlf-MIB | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/linksys/LINKSYS-Dlf-MIB')
| -rw-r--r-- | MIBS/linksys/LINKSYS-Dlf-MIB | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/MIBS/linksys/LINKSYS-Dlf-MIB b/MIBS/linksys/LINKSYS-Dlf-MIB new file mode 100644 index 0000000..7f20ab8 --- /dev/null +++ b/MIBS/linksys/LINKSYS-Dlf-MIB @@ -0,0 +1,32 @@ +LINKSYS-Dlf-MIB DEFINITIONS ::= BEGIN
+
+-- Title: Linksys Switch Interfaces Private
+-- Version: 7.47
+-- Date: 15 Sep 2008
+
+IMPORTS
+ OBJECT-TYPE FROM SNMPv2-SMI
+ PortList FROM Q-BRIDGE-MIB
+ rnd FROM LINKSYS-MIB;
+
+rlDlf MODULE-IDENTITY
+ LAST-UPDATED "200809151234Z"
+ ORGANIZATION "Linksys LLC."
+ CONTACT-INFO
+ "www.linksys.com/business/support"
+ DESCRIPTION
+ "The private MIB module definition for DLF Ports MIB.
+ unknown unicast egress filtering "
+ ::= { rnd 135 }
+
+--rlDlfPortList
+rlDlfPortList OBJECT-TYPE
+ SYNTAX PortList
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "A port bitmap containing entries of unknown unicas egress filtering"
+ ::= { rlDlf 1 }
+
+END
+
|