-- ================================================================= -- Copyright (C) 2004 by HUAWEI TECHNOLOGIES. All rights reserved -- -- Description: The HUAWEI-TCP-MIB provides information about TCP. -- Now only trap for MD5 authentication failures is provided -- -- Reference: -- Version: V1.0 -- History: -- xujin,2004.6.26,publish -- ================================================================= HUAWEI-TCP-MIB DEFINITIONS ::= BEGIN IMPORTS hwDatacomm FROM HUAWEI-MIB tcpConnLocalAddress, tcpConnLocalPort, tcpConnRemAddress, tcpConnRemPort FROM RFC1213-MIB OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP FROM SNMPv2-CONF OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE FROM SNMPv2-SMI DisplayString FROM SNMPv2-TC; hwTCP MODULE-IDENTITY LAST-UPDATED "200406260000Z" -- June 26, 2004 at 00:00 GMT ORGANIZATION "Huawei Technologies co.,Ltd." CONTACT-INFO " R&D BeiJing, Huawei Technologies co.,Ltd. Huawei Bld.,NO.3 Xinxi Rd., Shang-Di Information Industry Base, Hai-Dian District Beijing P.R. China Zip:100085 Http://www.huawei.com E-mail:support@huawei.com " DESCRIPTION "The HUAWEI-TCP-MIB provides information about TCP. Now only trap for MD5 authentication failures is provided, which include local address, local port, remote address, remote port. When MD5 authentication fail, the trap will send." ::= { hwDatacomm 34 } -- -- Node definitions -- hwTCPObjects OBJECT IDENTIFIER ::= { hwTCP 1 } hwTCPProtocol OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This variable indicates which protocol use MD5 authentication. If protocol is BGP, this variable will be the BGP string; If protocol is LDP, this variable will be the LDP string; If protocol is unknown, this variable will be the Unknown protocol string." ::= { hwTCPObjects 1 } hwTCPVrfName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "This variable indicates which VPN the tcp connection belong to. If the tcp connection belong to public net, this variable is null." ::= { hwTCPObjects 2 } hwTCPTraps OBJECT IDENTIFIER ::= { hwTCP 2 } hwTCPMD5AuthenFail NOTIFICATION-TYPE OBJECTS { tcpConnLocalAddress, tcpConnLocalPort, tcpConnRemAddress, tcpConnRemPort, hwTCPProtocol, hwTCPVrfName } STATUS current DESCRIPTION "This trap indicates that the MD5 authentication fails. the information include local address ,port , remote address, port and protocol. When MD5 authentication fail, this trap will be sent." ::= { hwTCPTraps 1 } hwTCPConformance OBJECT IDENTIFIER ::= { hwTCP 3 } hwTCPCompliances OBJECT IDENTIFIER ::= { hwTCPConformance 1 } -- this module hwTCPCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for entities which implement the Huawei TCP mib." MODULE -- this module MANDATORY-GROUPS { hwTCPTrapGroup, hwTCPForTrapGroup } ::= { hwTCPCompliances 1 } hwTCPGroups OBJECT IDENTIFIER ::= { hwTCPConformance 2 } hwTCPTrapGroup NOTIFICATION-GROUP NOTIFICATIONS { hwTCPMD5AuthenFail } STATUS current DESCRIPTION "A collection of objects providing mandatory TCP trap information." ::= { hwTCPGroups 1 } hwTCPForTrapGroup OBJECT-GROUP OBJECTS { hwTCPProtocol, hwTCPVrfName } STATUS current DESCRIPTION "These objects are required for entities which support notification applications." ::= { hwTCPGroups 2 } END -- -- HUAWEI-TCP-MIB.mib --