Maximiliano Schvindt %!s(int64=7) %!d(string=hai) anos
pai
achega
d1287e5dcc
Modificáronse 1 ficheiros con 29 adicións e 0 borrados
  1. 29 0
      SNMP/MIBS/OIDSFiberLinkV1.php

+ 29 - 0
SNMP/MIBS/OIDSFiberLinkV1.php

@@ -3,6 +3,35 @@
 namespace FiberlinkBundle\SNMP\MIBS;
 
 class OIDSFiberLinkV1 extends \FiberlinkBundle\SNMP\MIB {
+
+    const OID_oltDescription            = "1.3.6.1.4.1.13464.1.11.2";
+    const OID_ponIndex                  = "1.3.6.1.4.1.13464.1.11.3.1.1.1";
+    const OID_ponValid                  = "1.3.6.1.4.1.13464.1.11.3.1.1.2";
+    const OID_ponPortLinkStatus  	= "1.3.6.1.4.1.13464.1.11.3.1.1.7";
+    const OID_ponWaveLength          	= "1.3.6.1.4.1.13464.1.11.3.1.1.13";
+    const OID_ponTemperature           	= "1.3.6.1.4.1.13464.1.11.3.1.1.19";
+    const OID_ponVoltage            	= "1.3.6.1.4.1.13464.1.11.3.1.1.20";
+    const OID_ponBiasCurrent            = "1.3.6.1.4.1.13464.1.11.3.1.1.21";
+    const OID_ponRXPower                = "1.3.6.1.4.1.13464.1.11.3.1.1.24";
+    const OID_ponTXPower                = "1.3.6.1.4.1.13464.1.11.3.1.1.27";
+    const OID_ifHCInOctets              = "1.3.6.1.2.1.31.1.1.1.6";
+    const OID_ifHCOutOctets             = "1.3.6.1.2.1.31.1.1.1.10";
+    const OID_ifDescr                   = "1.3.6.1.2.1.2.2.1.2";
+    const OID_ontSN                     = "1.3.6.1.4.1.13464.1.11.4.1.1.2";
+    const OID_ontStatus                 = "1.3.6.1.4.1.13464.1.11.4.1.1.3";
+    const OID_ontReason                 = "1.3.6.1.4.1.13464.1.11.4.1.1.7";
+    const OID_ontDeviceType             = "1.3.6.1.4.1.13464.1.11.4.1.1.8";
+    const OID_ontOnlineTime             = "1.3.6.1.4.1.13464.1.11.4.1.1.18";
+    const OID_ontUpTime                 = "1.3.6.1.4.1.13464.1.11.4.1.1.19";
+    const OID_ontPowerfeeedVoltage      = "1.3.6.1.4.1.13464.1.11.4.1.1.20";
+    const OID_ontLaserBiasCurrent       = "1.3.6.1.4.1.13464.1.11.4.1.1.21"; 
+    const OID_ontReceivedOpticalPower   = "1.3.6.1.4.1.13464.1.11.4.1.1.22"; //RxPower en ONT
+    const OID_ontMeanOpticalLaunchPower = "1.3.6.1.4.1.13464.1.11.4.1.1.23"; //TxPower en ONT
+    const OID_ontTemperature            = "1.3.6.1.4.1.13464.1.11.4.1.1.24";
+    const OID_ontStateActive            = "1.3.6.1.4.1.13464.1.11.4.1.1.28";
+    const OID_ontDistance               = "1.3.6.1.4.1.13464.1.11.4.1.1.32";
+    const OID_ontUplinkPONports         = "1.3.6.1.4.1.13464.1.11.4.1.1.33";
+    const OID_ontIPconfiguration        = "1.3.6.1.4.1.13464.1.11.4.1.1.41";
     
     const OID_authOnuListSlot               = "1.3.6.1.4.1.5875.800.3.10.1.1.2";
     const OID_authOnuListPon                = "1.3.6.1.4.1.5875.800.3.10.1.1.3";