NMS-EPON-ONU-STATIC-MAC

File: NMS-EPON-ONU-STATIC-MAC.mib (4803 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NMS-SMI SNMPv2-TC

Imported symbols

IpAddress OBJECT-TYPE DisplayString
nmsEPONGroup TruthValue RowStatus
PhysAddress DisplayString MacAddress

Defined Types

NmsEponOnuStaticMacEntry  
SEQUENCE    
  onuSlotIndex INTEGER
  onuIfIndex INTEGER
  onuStaticMacAddress MacAddress
  onuStaticMacAddressPortBitmap OCTET STRING
  onuStaticMacAddressCreate OCTET STRING
  onuStaticMacAddressDel TruthValue

Defined Values

nmsEponOnuStaticMac 1.3.6.1.4.1.3320.101.101
OBJECT IDENTIFIER    

nmsEponOnuStaticMacTable 1.3.6.1.4.1.3320.101.101.1
A list of nmsEponOnuStaticMacEntry entries. The port-based security mac address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NmsEponOnuStaticMacEntry

nmsEponOnuStaticMacEntry 1.3.6.1.4.1.3320.101.101.1.1
ONU static MAC address create operation. (onuSlotIndex_onuIfIndex_onuStaticMacAddress_onuStaticMacAddressPortBitmap)to add a static mac address.For example,'0_20_010000000001_00000003'will add the mac address '010000000001' to port 1 and port 2 of the ONU whose onuSlotIndex is 0 and onuIfIndex is 20.For 3305 the onuSlotIndex = 0. The EPON will return a error symbol to indicate a unsuccessful operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  NmsEponOnuStaticMacEntry  

onuSlotIndex 1.3.6.1.4.1.3320.101.101.1.1.1
Slot id, unique in system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

onuIfIndex 1.3.6.1.4.1.3320.101.101.1.1.2
LLID interface id, unique in system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

onuStaticMacAddress 1.3.6.1.4.1.3320.101.101.1.1.3
ONU static MAC address. Need to configure with corresponding MAC addresss port together.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

onuStaticMacAddressPortBitmap 1.3.6.1.4.1.3320.101.101.1.1.4
ONU static MAC address port bitmap value. Each bit manifests an ONU port static MAC address status. 0= no,1=yes. Fox example,3 means port 1 and port 2.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

onuStaticMacAddressCreate 1.3.6.1.4.1.3320.101.101.1.1.5
ONU static MAC address create operation. (onuSlotIndex_onuIfIndex_onuStaticMacAddress_onuStaticMacAddressPortBitmap)to add a static mac address.For example,'0_20_010000000001_00000003'will add the mac address '010000000001' to port 1 and port 2 of the ONU whose onuSlotIndex is 0 and onuIfIndex is 20.For 3305 the onuSlotIndex = 0.The EPON will return a error symbol to indicate a unsuccessful operation.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

onuStaticMacAddressDel 1.3.6.1.4.1.3320.101.101.1.1.6
ONU static MAC address delete flag,True(1) will delete the mac address.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue