summaryrefslogtreecommitdiff
path: root/MIBS/adtran/ADTRAN-AOS-PORT-SECURITY-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/adtran/ADTRAN-AOS-PORT-SECURITY-MIB
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/adtran/ADTRAN-AOS-PORT-SECURITY-MIB')
-rw-r--r--MIBS/adtran/ADTRAN-AOS-PORT-SECURITY-MIB56
1 files changed, 56 insertions, 0 deletions
diff --git a/MIBS/adtran/ADTRAN-AOS-PORT-SECURITY-MIB b/MIBS/adtran/ADTRAN-AOS-PORT-SECURITY-MIB
new file mode 100644
index 0000000..52f4984
--- /dev/null
+++ b/MIBS/adtran/ADTRAN-AOS-PORT-SECURITY-MIB
@@ -0,0 +1,56 @@
+ADTRAN-AOS-PORT-SECURITY-MIB DEFINITIONS ::= BEGIN
+
+-- TITLE: THE ADTRAN OPERATING SYSTEM PORT SECURITY MIB
+-- FILENAME: AdGenAosPortSecurity.mib
+-- AUTHOR: Jason Schock
+-- DATE: 10/15/04
+
+-- HISTORY
+-- 10/15/04 First draft.
+
+IMPORTS
+ MODULE-IDENTITY, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI
+ ifIndex, ifName
+ FROM IF-MIB
+ adIdentity
+ FROM ADTRAN-MIB
+ adGenAOSSwitch
+ FROM ADTRAN-AOS;
+
+
+adGenAOSPortSecurityID MODULE-IDENTITY
+ LAST-UPDATED "200410150000Z"
+ ORGANIZATION "ADTRAN, Inc."
+ CONTACT-INFO
+ "Technical Support Dept.
+ Postal: ADTRAN, Inc.
+ 901 Explorer Blvd.
+ Huntsville, AL 35806
+
+ Tel: +1 800 726-8663
+ Fax: +1 256 963 6217
+ E-mail: support@adtran.com"
+ DESCRIPTION
+ "The MIB module for general configuration of port security."
+ ::= { adIdentity 10000 53 4 1 }
+
+
+-- OBJECT IDENTIFIERS
+
+ adGenAOSPortSecurity OBJECT IDENTIFIER ::= { adGenAOSSwitch 1 }
+ adGenAOSPortSecurityTraps OBJECT IDENTIFIER ::= { adGenAOSPortSecurity 0 }
+
+
+--
+-- Port Security Traps
+--
+
+adGenAOSPortSecurityViolation NOTIFICATION-TYPE
+ OBJECTS { ifIndex }
+ STATUS current
+ DESCRIPTION
+ "This trap indicates a port security violation has occurred."
+ ::= { adGenAOSPortSecurityTraps 0 }
+
+END