NMS-EPON-ONU-STATIC-MAC: View SNMP OID List / Download MIB
VENDOR: SHANGHAI BAUD DATA COMMUNICATION DEVELOPMENT
Home | MIB: NMS-EPON-ONU-STATIC-MAC | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
nmsEponOnuStaticMac | 1.3.6.1.4.1.3320.101.101 | |||
nmsEponOnuStaticMacTable | 1.3.6.1.4.1.3320.101.101.1 | no-access |
A list of nmsEponOnuStaticMacEntry entries. The port-based security mac address information. |
|
1.3.6.1.4.1.3320.101.101.1.1 | no-access |
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. |
||
onuSlotIndex | 1.3.6.1.4.1.3320.101.101.1.1.1 | integer | read-only |
Slot id, unique in system. |
onuIfIndex | 1.3.6.1.4.1.3320.101.101.1.1.2 | integer | read-only |
LLID interface id, unique in system. |
onuStaticMacAddress | 1.3.6.1.4.1.3320.101.101.1.1.3 | macaddress | read-only |
ONU static MAC address. Need to configure with corresponding MAC addresss port together. |
onuStaticMacAddressPortBitmap | 1.3.6.1.4.1.3320.101.101.1.1.4 | octet string | read-only |
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. |
onuStaticMacAddressCreate | 1.3.6.1.4.1.3320.101.101.1.1.5 | octet string | read-write |
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. |
onuStaticMacAddressDel | 1.3.6.1.4.1.3320.101.101.1.1.6 | truthvalue | read-write |
ONU static MAC address delete flag,True(1) will delete the mac address. |