Commit version 24.12.13800
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
-- =================================================================
|
||||
-- Copyright (C) 2017 by HUAWEI TECHNOLOGIES. All rights reserved
|
||||
-- Copyright (C) 2022 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.02
|
||||
-- Version: V1.04
|
||||
-- History:
|
||||
-- xujin,2004.6.26,publish
|
||||
-- =================================================================
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
|
||||
hwTCP MODULE-IDENTITY
|
||||
LAST-UPDATED "201711100908Z" -- Aug 18, 2017 at 00:00 GMT
|
||||
LAST-UPDATED "202209051548Z" -- Sep 5, 2022 at 15:48 GMT
|
||||
ORGANIZATION
|
||||
"Huawei Technologies Co.,Ltd."
|
||||
CONTACT-INFO
|
||||
@ -42,6 +42,18 @@
|
||||
Now only trap for MD5 authentication failures is provided,
|
||||
which include local address, local port, remote address, remote
|
||||
port. When MD5 authentication fails, the trap will send."
|
||||
|
||||
REVISION "202209051548Z"
|
||||
DESCRIPTION
|
||||
"
|
||||
Delete null OBJECTS table of hwTCPBindPort.
|
||||
"
|
||||
|
||||
REVISION "202102010908Z"
|
||||
DESCRIPTION
|
||||
"
|
||||
Add hwTCPBindPort.
|
||||
"
|
||||
|
||||
REVISION "201711100908Z"
|
||||
DESCRIPTION
|
||||
@ -107,6 +119,15 @@
|
||||
When MD5 authentication fails, this trap will be sent."
|
||||
::= { hwTCPTraps 1 }
|
||||
|
||||
|
||||
hwTCPBindPort NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This trap indicates that the TCP port was bound to socket.
|
||||
the information include task name, socket id and port.
|
||||
When the TCP port was bound to socket, this trap will be sent."
|
||||
::= { hwTCPTraps 2 }
|
||||
|
||||
|
||||
hwTCPConformance OBJECT IDENTIFIER ::= { hwTCP 3 }
|
||||
|
||||
@ -129,7 +150,7 @@
|
||||
|
||||
|
||||
hwTCPTrapGroup NOTIFICATION-GROUP
|
||||
NOTIFICATIONS { hwTCPMD5AuthenFail }
|
||||
NOTIFICATIONS { hwTCPMD5AuthenFail, hwTCPBindPort }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing mandatory TCP trap information."
|
||||
|
Reference in New Issue
Block a user