MY-SECURITY-MIB

File: MY-SECURITY-MIB.mib (19194 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
MY-TC IF-MIB P-BRIDGE-MIB
MY-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 IpAddress
Unsigned32 TruthValue DisplayString
RowStatus MacAddress MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP ConfigStatus
IfIndex ifIndex EnabledStatus
myMgmt

Defined Types

MyTelnetHostIpEntry  
SEQUENCE    
  myTelnetHostIpAddress IpAddress
  myTelnetHostIpEnable INTEGER

MyWebHostIpEntry  
SEQUENCE    
  myWebHostIpAddress IpAddress
  myWebHostIpEnable INTEGER

MySecurityAddressEntry  
SEQUENCE    
  mySecurityAddressFdbId Unsigned32
  mySecurityAddressAddress MacAddress
  mySecurityAddressPort IfIndex
  mySecurityAddressIpAddr IpAddress
  mySecurityAddressIfBindIp TruthValue
  mySecurityAddressRemainAge Integer32
  mySecurityAddressType INTEGER
  mySecurityAddressStatus RowStatus

MyBindAddressEntry  
SEQUENCE    
  myBindAddressIpAddr IpAddress
  myBindMacAddress MacAddress
  myBindAddressStatus ConfigStatus

MyPortSecurityEntry  
SEQUENCE    
  myPortSecurityPortIndex IfIndex
  myPortSecurityStatus EnabledStatus
  myPortSecurViolationType INTEGER
  myPortSecurityAddrNum Integer32
  myPortSecurityAddrAge Integer32
  myPortStaticSecurAddrIfAge EnabledStatus
  myPortSecurityAddressCurrentNum Integer32
  myPortStaticSecurAddrCurrentNum Integer32
  myPortSecurityIpDistrMode INTEGER

Defined Values

mySecurityMIB 1.3.6.1.4.1.4881.1.1.10.2.6
This module defines my security mibs.
MODULE-IDENTITY    

mySecurityMIBObjects 1.3.6.1.4.1.4881.1.1.10.2.6.1
OBJECT IDENTIFIER    

myUserManagementObjects 1.3.6.1.4.1.4881.1.1.10.2.6.1.1
OBJECT IDENTIFIER    

mySecurityAddressObjects 1.3.6.1.4.1.4881.1.1.10.2.6.1.2
OBJECT IDENTIFIER    

myPortSecrrityObjects 1.3.6.1.4.1.4881.1.1.10.2.6.1.3
OBJECT IDENTIFIER    

myEnableSnmpAgent 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.1
Enabled indicate that user can manage switch by snmp agent, disabled indicate that user can't manage switch by snmp agent.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

myEnableWeb 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.2
Enabled indicate that user can manage switch by web, disabled indicate that user can't manage switch by web.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

myEnableTelnet 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.3
Enabled indicate that user can manage switch by telnet, disabled indicate that user can't manage switch by telnet.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

myTelnetHostIpTable 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.4
The table of telnet client's IP address, only these hostes can access the telnet server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyTelnetHostIpEntry

myTelnetHostIpEntry 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.4.1
The entry of telnet host IP address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyTelnetHostIpEntry  

myTelnetHostIpAddress 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.4.1.1
The telnet client's IP address, Only these hostes can access the telnet server
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

myTelnetHostIpEnable 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.4.1.2
The telnet client's IP address enable state
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

myWebHostIpTable 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.5
The table of web client's IP address, only these hostes can access the web server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyWebHostIpEntry

myWebHostIpEntry 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.5.1
The entry of web host IP address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyWebHostIpEntry  

myWebHostIpAddress 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.5.1.1
The web client's IP address, Only these hostes can access the web server
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

myWebHostIpEnable 1.3.6.1.4.1.4881.1.1.10.2.6.1.1.5.1.2
The web client's IP address enable state
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

mySecurityAddressTable 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1
The table of security address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MySecurityAddressEntry

mySecurityAddressEntry 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1
The entry of Security address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  MySecurityAddressEntry  

mySecurityAddressFdbId 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1.1
The VID of vlan which the security address blongs to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

mySecurityAddressAddress 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1.2
The MAC address of the security address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

mySecurityAddressPort 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1.3
The interface which the security address blongs to.
Status: current Access: not-accessible
OBJECT-TYPE    
  IfIndex  

mySecurityAddressIpAddr 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1.4
The IP address which the security address bind.It's meaning only when mySecurityAddressIfBindIp is true.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

mySecurityAddressIfBindIp 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1.5
this object offer the means whether security address will bind IP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

mySecurityAddressRemainAge 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1.6
The remain age of the security address, in units of minute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mySecurityAddressType 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1.7
The type of the security address
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER secureConfigured(1), dynamicLearn(2)  

mySecurityAddressStatus 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.1.1.8
entry status of this entry. and the means in this enviraments can reffer to the text-convention definition of the RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

myBindAddressTable 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.2
IP-MAC bind table. The source MAC address must be bound when the switch receives the frame with source IP address defined in this table. Otherwise, the frame will be discarded.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyBindAddressEntry

myBindAddressEntry 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.2.1
The entry of Bind address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyBindAddressEntry  

myBindAddressIpAddr 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.2.1.1
The IP address which the security address bind.It's meaning only when myBindAddressIfBindIp is true.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

myBindMacAddress 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.2.1.2
The MAC address of the security address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

myBindAddressStatus 1.3.6.1.4.1.4881.1.1.10.2.6.1.2.2.1.3
entry status. Setting this value to 'invalid' will remove this entry
Status: current Access: read-write
OBJECT-TYPE    
  ConfigStatus  

myPortSecurityTable 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1
list of port security configuration objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyPortSecurityEntry

myPortSecurityEntry 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1
Entry contains port security configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyPortSecurityEntry  

myPortSecurityPortIndex 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  IfIndex  

myPortSecurityStatus 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.2
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

myPortSecurViolationType 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.3
this object define 3 grades of port security: violation-protect(1): normal security grade, indicate that when the a datagram received on a port with illegal MAC address will be discarded but not send trap, legal and illegal MAC to a port security is defined by per port's security below. violation-restrict(2): normal security grade, indicate that when the a datagram received on a port with illegal MAC address will be discarded and send trap, legal and illegal MAC to a port security is defined by per port's security below. violation-shutdown(3): strict security grade, indicate that when the a datagram received on a port with illegal MAC address, the port will be disabled for the violation of the port's security and send trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER violation-protect(1), violation-restrict(2), violation-shutdown(3)  

myPortSecurityAddrNum 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.4
This value means the address number threshold of this port. A new address want to add to the port address will be refused when address num exceed this value. This value is valid when myPortSecurityStatus is 'disabled'
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myPortSecurityAddrAge 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.5
Aging time in units of minute of security address of interface
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myPortStaticSecurAddrIfAge 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.6
This object offer the means whether enable static configured security address aging.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

myPortSecurityAddressCurrentNum 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.7
Current number of the security address of interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myPortStaticSecurAddrCurrentNum 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.8
Current number of the static configured security address of interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myPortSecurityIpDistrMode 1.3.6.1.4.1.4881.1.1.10.2.6.1.3.1.1.9
IP Distrute Mode (0:Static-only mode, 1:Dynamic-only mode, 2:Dynamic and Static mode, 3:Unspecified mode)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2), staticAndDynamic(3), unSpecified(4)  

mySecurityTraps 1.3.6.1.4.1.4881.1.1.10.2.6.2
OBJECT IDENTIFIER    

portSecurityViolate 1.3.6.1.4.1.4881.1.1.10.2.6.2.1
the mac lock violate trap indicates that if you have set the threshold number of learned addresses from a port, and their comes a new address from the port, but the addresses for the port is already full.
Status: current Access: read-only
NOTIFICATION-TYPE    

mySecurityMIBConformance 1.3.6.1.4.1.4881.1.1.10.2.6.3
OBJECT IDENTIFIER    

mySecurityMIBCompliances 1.3.6.1.4.1.4881.1.1.10.2.6.3.1
OBJECT IDENTIFIER    

mySecurityMIBGroups 1.3.6.1.4.1.4881.1.1.10.2.6.3.2
OBJECT IDENTIFIER    

mySecurityMIBCompliance 1.3.6.1.4.1.4881.1.1.10.2.6.3.1.1
The compliance statement for entities which implement the My Security MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

myUserManageMIBGroup 1.3.6.1.4.1.4881.1.1.10.2.6.3.2.1
A collection of objects providing status snmp and web and telnet management agent to a My agent.
Status: current Access: read-only
OBJECT-GROUP    

mySecurityAddressMIBGroup 1.3.6.1.4.1.4881.1.1.10.2.6.3.2.2
A collection of objects providing security address to a My agent.
Status: current Access: read-only
OBJECT-GROUP    

myPortSecurityMIBGroup 1.3.6.1.4.1.4881.1.1.10.2.6.3.2.3
A collection of objects providing port security to a My agent.
Status: current Access: read-only
OBJECT-GROUP