summaryrefslogtreecommitdiff
path: root/MIBS/awplus/AT-UDLD-MIB
blob: e4e803dbd5cfc0a17187095c7fe11281bbcf93b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
-- ===========================================================================
-- AT-UDLD.MIB, Allied Telesis enterprise MIB: UniDirectional Link Detection (UDLD) protocol
--
-- Copyright (c) 2011 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ===========================================================================

    AT-UDLD-MIB DEFINITIONS ::= BEGIN

        IMPORTS
            modules
                FROM AT-SMI-MIB
            InterfaceIndex
                FROM IF-MIB
            OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
                FROM SNMPv2-SMI;


        atUdld MODULE-IDENTITY
            LAST-UPDATED "201111220000Z"
            ORGANIZATION
                "Allied Telesis, Inc."
            CONTACT-INFO
                "http://www.alliedtelesis.com"
            DESCRIPTION
                "This MIB file contains definitions of managed objects for the
                UDLD module."
            REVISION "201111220000Z"
            DESCRIPTION
                "The definition of OBJECT IDENTIFIER was modified."
            REVISION "201105150000Z"
            DESCRIPTION
                "Initial version of this MIB module."
            ::= { modules 550 }

--
-- Node definitions
--

        atUdldTrap OBJECT IDENTIFIER ::= { atUdld 0 }


        atUdldPortDisabledTrap NOTIFICATION-TYPE
            OBJECTS { atUdldIfIndex }
            STATUS current
            DESCRIPTION
                "Generated when UDLD feature disabled an interface when
                 detecting uni-directional link."
            ::= { atUdldTrap 1 }


        atUdldPortRecoveredTrap NOTIFICATION-TYPE
            OBJECTS { atUdldIfIndex }
            STATUS current
            DESCRIPTION
                "Generated when an interface recovers from error disable
                 status when detecting uni-directional link."
            ::= { atUdldTrap 2 }

        atUdldIfIndex OBJECT-TYPE
            SYNTAX InterfaceIndex
            MAX-ACCESS read-only
            STATUS current
            DESCRIPTION
                "The index value of an interface of which the link status
                 is changed."
            ::= { atUdld 1 }

    END

--
-- at-udld.mib
--