61 lines
2.0 KiB
Plaintext
61 lines
2.0 KiB
Plaintext
-- ============================================================================
|
|
-- Copyright (c) 2004-2014 Hangzhou H3C Tech. Co., Ltd. All rights reserved.
|
|
--
|
|
-- Description: Arp source suppression MIB.
|
|
-- Reference:
|
|
-- Version: V1.0
|
|
-- History:
|
|
-- V1.0 2013-10-14
|
|
-- Initial version, created by yanjun
|
|
-- ============================================================================
|
|
H3C-ARP-SOURCE-SUPPRESSION-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
h3cCommon
|
|
FROM HUAWEI-3COM-OID-MIB
|
|
Unsigned32, OBJECT-TYPE, MODULE-IDENTITY
|
|
FROM SNMPv2-SMI
|
|
TruthValue
|
|
FROM SNMPv2-TC;
|
|
|
|
-- Node definitions
|
|
h3cARPSourceSuppression MODULE-IDENTITY
|
|
LAST-UPDATED "201310141800Z" -- OCT 14, 2013 at 18:00 GMT
|
|
ORGANIZATION
|
|
"Hangzhou H3C Technologies Co., Ltd."
|
|
CONTACT-INFO
|
|
"Platform Team H3C Technologies Co., Ltd.
|
|
Hai-Dian District Beijing P.R. China
|
|
http://www.h3c.com
|
|
Zip: 100085"
|
|
DESCRIPTION
|
|
"This MIB file is to provide the definition of the ARP source
|
|
suppression. "
|
|
REVISION "201310141800Z"
|
|
DESCRIPTION
|
|
"The initial version of this MIB file."
|
|
::= { h3cCommon 146 }
|
|
|
|
h3cARPSourceSuppressionObjects OBJECT IDENTIFIER ::= { h3cARPSourceSuppression 1 }
|
|
|
|
h3cARPSourceSuppressionGlobal OBJECT IDENTIFIER ::= { h3cARPSourceSuppressionObjects 1 }
|
|
|
|
h3cARPSourceSuppressionEnable OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Enable or disable ARP source suppression function."
|
|
::= { h3cARPSourceSuppressionGlobal 1 }
|
|
|
|
h3cARPSourceSuppressionLimit OBJECT-TYPE
|
|
SYNTAX Unsigned32(2..1024)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Set the maximum number of unresolvable packets that the device
|
|
can receive from a device in five seconds."
|
|
DEFVAL { 10 }
|
|
::= { h3cARPSourceSuppressionGlobal 2 }
|
|
END
|