FDRY-TRAP-MIB

File: FDRY-TRAP-MIB.mib (6098 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
FOUNDRY-SN-ROOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 RowStatus TEXTUAL-CONVENTION
InetAddressType InetAddress fdryTrap

Defined Types

SecurityModel  
Represents version of trap format to be used.
TEXTUAL-CONVENTION    
  INTEGER v1(1), v2c(2), usm(3)  

SecurityLevel  
Represents security levels to be used.
TEXTUAL-CONVENTION    
  INTEGER noAuth(1), auth(2), authPriv(3)  

FdryTrapReceiverEntry  
SEQUENCE    
  fdryTrapReceiverIndex Unsigned32
  fdryTrapReceiverAddrType InetAddressType
  fdryTrapReceiverAddr InetAddress
  fdryTrapReceiverCommunityOrSecurityName OCTET STRING
  fdryTrapReceiverUDPPort Integer32
  fdryTrapReceiverSecurityModel SecurityModel
  fdryTrapReceiverSecurityLevel SecurityLevel
  fdryTrapReceiverRowStatus RowStatus

Defined Values

fdryTrapMIB 1.3.6.1.4.1.1991.1.1.10.1
The Brocade proprietary MIB module for Traps. It has new table combines Ipv4 and Ipv6 configuration of trap Receiver/managers which to send traps. Copyright 1996-2010 Brocade Communications Systems, Inc. All rights reserved. This Brocade Communications Systems SNMP Management Information Base Specification embodies Brocade Communications Systems' confidential and proprietary intellectual property. Brocade Communications Systems retains all title and ownership in the Specification, including any revisions. This Specification is supplied AS IS, and Brocade Communications Systems makes no warranty, either express or implied, as to the use, operation, condition, or performance of the specification, and any unintended consequence it may on the user environment.
MODULE-IDENTITY    

fdryTrapReceiver 1.3.6.1.4.1.1991.1.1.10.1.1
OBJECT IDENTIFIER    

fdryTrapReceiverTable 1.3.6.1.4.1.1991.1.1.10.1.1.1
Trap Receiver table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FdryTrapReceiverEntry

fdryTrapReceiverEntry 1.3.6.1.4.1.1991.1.1.10.1.1.1.1
An entry in the Trap Receiver table. This table uses running index as the Index to the table. Reasons to go for running index Scheme than IP addresses: 1. The table will be Virtual Routing and Forwarding(VRF) independent that multiple VRFs could share the same address type and address. 2. Index with address type and address could be potentially 17 unsigned integer, parsing and finding next index takes CPU time. The PDU gets to be huge too! 3. IP address is just another attribute, they are supposed to be list of servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  FdryTrapReceiverEntry  

fdryTrapReceiverIndex 1.3.6.1.4.1.1991.1.1.10.1.1.1.1.1
The index to the Trap Receiver Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

fdryTrapReceiverAddrType 1.3.6.1.4.1.1991.1.1.10.1.1.1.1.2
Trap Receiver IP address Type. Supported address types are ipv4(1) and ipv6(2)
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

fdryTrapReceiverAddr 1.3.6.1.4.1.1991.1.1.10.1.1.1.1.3
Trap Receiver IP address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

fdryTrapReceiverCommunityOrSecurityName 1.3.6.1.4.1.1991.1.1.10.1.1.1.1.4
Community string to use. In case of USM (SNMPv3) security model, this object is used to provide the security name.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

fdryTrapReceiverUDPPort 1.3.6.1.4.1.1991.1.1.10.1.1.1.1.5
UDP port number of the trap receiver.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

fdryTrapReceiverSecurityModel 1.3.6.1.4.1.1991.1.1.10.1.1.1.1.6
Version of trap format to be used.
Status: current Access: read-create
OBJECT-TYPE    
  SecurityModel  

fdryTrapReceiverSecurityLevel 1.3.6.1.4.1.1991.1.1.10.1.1.1.1.7
Used for USM (SNMPv3) security model to specify the level of security. The security name is provided by fdryTrapReceiverCommunityOrSecurityName.
Status: current Access: read-create
OBJECT-TYPE    
  SecurityLevel  

fdryTrapReceiverRowStatus 1.3.6.1.4.1.1991.1.1.10.1.1.1.1.8
This variable is used to create, modify, or delete a row in this table. When a row in this table is in active(1) state, no objects in that row can be modified except this object.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus