ETIC-TELECOM-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE, OBJECT-IDENTITY, Integer32, IpAddress, MODULE-IDENTITY FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF InterfaceIndex FROM IF-MIB TEXTUAL-CONVENTION, DisplayString, PhysAddress FROM SNMPv2-TC enterprises FROM SNMPv2-SMI; eticTelecom MODULE-IDENTITY LAST-UPDATED "202101080000Z" ORGANIZATION "www.etictelecom.com" CONTACT-INFO "postal: Hotline Etic Telecom 405 rue Lavoisier 38330 Montbonnot-saint-Martin, France email: hotline@etictelecom.com" DESCRIPTION "Etic Telecom Mib module" REVISION "202101080000Z" DESCRIPTION " - " ::= { enterprises 44867 } Float1d ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-1" STATUS current DESCRIPTION "Float with a single decimal." SYNTAX Integer32 (1..2147483647) Float3d ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-3" STATUS current DESCRIPTION "Float with a 3 decimals ." SYNTAX Integer32 (1..2147483647) industry OBJECT-IDENTITY STATUS current DESCRIPTION "Industry products MIB" ::= { eticTelecom 1 } routers OBJECT-IDENTITY STATUS current DESCRIPTION "Industrial routers" ::= { industry 1 } vpnClient OBJECT-IDENTITY STATUS current DESCRIPTION "VPN clients related information" ::= { routers 1 } rasIplSig OBJECT-IDENTITY STATUS current DESCRIPTION "IPL/RAS/SIG related information" ::= { routers 2 } vpnClientMainLinkState OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Describes if the main VPN link from the host to the Server is up." ::= { vpnClient 1 } vpnClientBackupLinkState OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Describes if the backup VPN link from the host to the Server is up." ::= { vpnClient 2 } vpnConnections OBJECT-IDENTITY STATUS current DESCRIPTION "VPN connections related information" ::= { rasIplSig 1 } openVpn OBJECT-IDENTITY STATUS current DESCRIPTION "OpenVpn related information. " ::= { vpnConnections 1 } outgoingConnectionsTable OBJECT-TYPE SYNTAX SEQUENCE OF OutgoingConnectionsStates MAX-ACCESS not-accessible STATUS current DESCRIPTION "Outgoing vpn connections related information. " ::= { openVpn 1 } outgoingConnectionsStates OBJECT-TYPE SYNTAX OutgoingConnectionsStates MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicate the outgoing vpn connections informations." INDEX { outgoingConVpnIndex } ::= { outgoingConnectionsTable 1 } OutgoingConnectionsStates ::= SEQUENCE { outgoingConVpnName DisplayString, outgoingConVpnConnected Integer32, outgoingConVpnWanIp DisplayString, outgoingConVpnLanIp DisplayString, outgoingConVpnByteSent Integer32, outgoingConVpnByteReceived Integer32, outgoingConVpnConnectedSince DisplayString, outgoingConVpnIndex Integer32 } outgoingConVpnName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Outgoing vpn Connection name " ::= { outgoingConnectionsStates 1 } outgoingConVpnConnected OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Outgoing vpn Connection state" ::= { outgoingConnectionsStates 2 } outgoingConVpnWanIp OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "WAN IP address of the outgoing vpn Connection" ::= { outgoingConnectionsStates 3 } outgoingConVpnLanIp OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "LAN IP address of the outgoing vpn Connection" ::= { outgoingConnectionsStates 4 } outgoingConVpnByteSent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Byte Sent from the outgoing vpn Connection" ::= { outgoingConnectionsStates 5 } outgoingConVpnByteReceived OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Byte Recieved by the outgoing vpn Connection" ::= { outgoingConnectionsStates 6 } outgoingConVpnConnectedSince OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The outgoing vpn Connection time" ::= { outgoingConnectionsStates 7 } outgoingConVpnIndex OBJECT-TYPE SYNTAX Integer32 (1..1000) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Outgoing vpn Connection index in table" ::= { outgoingConnectionsStates 8 } ingoingConnectionsTable OBJECT-TYPE SYNTAX SEQUENCE OF IngoingConnectionsStates MAX-ACCESS not-accessible STATUS current DESCRIPTION "Ingoing vpn connections related information. " ::= { openVpn 2 } ingoingConnectionsStates OBJECT-TYPE SYNTAX IngoingConnectionsStates MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicate the ingoing vpn connections informations." INDEX { ingoingConVpnIndex } ::= { ingoingConnectionsTable 1 } IngoingConnectionsStates ::= SEQUENCE { ingoingConVpnName DisplayString, ingoingConVpnServerName DisplayString, ingoingConVpnConnected Integer32, ingoingConVpnWanIp DisplayString, ingoingConVpnLanIp DisplayString, ingoingConVpnByteSent Integer32, ingoingConVpnByteReceived Integer32, ingoingConVpnConnectedSince DisplayString, ingoingConVpnIndex Integer32 } ingoingConVpnName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Ingoing vpn Connection name " ::= { ingoingConnectionsStates 1 } ingoingConVpnServerName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Name of Server on which the VPN client is connected" ::= { ingoingConnectionsStates 2 } ingoingConVpnConnected OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Ingoing vpn Connection state" ::= { ingoingConnectionsStates 3 } ingoingConVpnWanIp OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "WAN IP address of the ingoing vpn Connection" ::= { ingoingConnectionsStates 4 } ingoingConVpnLanIp OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "LAN IP address of the ingoing vpn Connection" ::= { ingoingConnectionsStates 5 } ingoingConVpnByteSent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Byte Sent from the ingoing vpn Connection" ::= { ingoingConnectionsStates 6 } ingoingConVpnByteReceived OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Byte Recieved by the ingoing vpn Connection" ::= { ingoingConnectionsStates 7 } ingoingConVpnConnectedSince OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The ingoing vpn Connection time" ::= { ingoingConnectionsStates 8 } ingoingConVpnIndex OBJECT-TYPE SYNTAX Integer32 (1..1000) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Ingoing vpn Connection index in table" ::= { ingoingConnectionsStates 9 } ipSecTable OBJECT-TYPE SYNTAX SEQUENCE OF IpSecStates MAX-ACCESS not-accessible STATUS current DESCRIPTION "IPSec related information. " ::= { vpnConnections 2 } ipSecStates OBJECT-TYPE SYNTAX IpSecStates MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicate the IPSec informations." INDEX { ipSecIndex } ::= { ipSecTable 1 } IpSecStates ::= SEQUENCE { ipSecName DisplayString, ipSecConnected Integer32, ipSecWanIp DisplayString, ipSecLanIp DisplayString, ipSecConnectedSince DisplayString, ipSecIndex Integer32 } ipSecName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "IPSec connection name " ::= { ipSecStates 1 } ipSecConnected OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "IPSec Connection state" ::= { ipSecStates 2 } ipSecWanIp OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "WAN IP address of the ipSec Connection" ::= { ipSecStates 3 } ipSecLanIp OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "LAN IP address of the ipSec Connection" ::= { ipSecStates 4 } ipSecConnectedSince OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The ipSec Connection time" ::= { ipSecStates 5 } ipSecIndex OBJECT-TYPE SYNTAX Integer32 (1..1000) MAX-ACCESS not-accessible STATUS current DESCRIPTION "IPSec connection index in table" ::= { ipSecStates 6 } remoteAccessServer OBJECT-IDENTITY STATUS current DESCRIPTION "RAS (Remote access servers) related information" ::= { rasIplSig 2 } m2MeStates OBJECT-IDENTITY STATUS current DESCRIPTION "M2Me related information" ::= { remoteAccessServer 1 } m2MeConnected OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates if M2Me is connected or not." ::= { m2MeStates 1 } m2MeState OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates M2Me connection state. " ::= { m2MeStates 2 } m2MeConnectaddr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "M2Me connection address. " ::= { m2MeStates 3 } m2MePort OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates M2Me port." ::= { m2MeStates 4 } m2MeProtocol OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates M2Me Protocol" ::= { m2MeStates 5 } m2MeAuthenticatedSince OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "M2Me authentification time " ::= { m2MeStates 6 } connectedRemoteUsers OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of connected remote users." ::= { remoteAccessServer 2 } remoteUsersTable OBJECT-TYPE SYNTAX SEQUENCE OF RemoteUser MAX-ACCESS not-accessible STATUS current DESCRIPTION "Remote users related information" ::= { remoteAccessServer 3 } remoteUser OBJECT-TYPE SYNTAX RemoteUser MAX-ACCESS not-accessible STATUS current DESCRIPTION "Remote users related information" INDEX { remoteUserIndex } ::= { remoteUsersTable 1 } RemoteUser ::= SEQUENCE { remoteUserName DisplayString, remoteUserState Integer32, remoteUserAddr DisplayString, remoteUserIndex Integer32 } remoteUserName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the remote user name." ::= { remoteUser 1 } remoteUserState OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the remote user connection state. " ::= { remoteUser 2 } remoteUserAddr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The remote user ip address. " ::= { remoteUser 3 } remoteUserIndex OBJECT-TYPE SYNTAX Integer32 (1..1000) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicates the remote user Index in table ." ::= { remoteUser 4} interfacesStates OBJECT-IDENTITY STATUS current DESCRIPTION "Network interfaces related information" ::= { rasIplSig 3 } waninterfacesStates OBJECT-IDENTITY STATUS current DESCRIPTION "WAN interfaces related information" ::= { interfacesStates 1 } mainWan OBJECT-TYPE SYNTAX DisplayString (SIZE(0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicate the main WAN " ::= { waninterfacesStates 1 } dns OBJECT-IDENTITY STATUS current DESCRIPTION "DNS related information" ::= { waninterfacesStates 2 } dns1 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "DNS server 1 address" ::= { dns 1 } dns2 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "DNS server 2 address" ::= { dns 2 } dns3 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "DNS server 3 address" ::= { dns 3 } adslWanStates OBJECT-IDENTITY STATUS current DESCRIPTION "Indicates the WAN adsl informations." ::= {waninterfacesStates 3 } adslWanConnected OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates if WAN ADSL is connected or not" ::= { adslWanStates 1 } adslWanModemState OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl state" ::= { adslWanStates 2 } adslWanPriority OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl Priority" ::= { adslWanStates 3 } adslWanIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl ifIndex" ::= { adslWanStates 4 } adslWanIfDescr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the WAN adsl ifDescr" ::= { adslWanStates 5 } adslWanDnAtt OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl downstream attenuation" ::= { adslWanStates 6 } adslWanDnAttainable OBJECT-TYPE SYNTAX Float3d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl downstream attainable rate " ::= { adslWanStates 7 } adslWanDnSnrm OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl downstream snr margin " ::= { adslWanStates 8 } adslWanUpAtt OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl upstream attenuation" ::= { adslWanStates 9 } adslWanUpAttainable OBJECT-TYPE SYNTAX Float3d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl upstream attainable " ::= { adslWanStates 10 } adslWanUpSnrm OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl upstream snr margin " ::= { adslWanStates 11 } adslWanDnRate OBJECT-TYPE SYNTAX Float3d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl downstream rate " ::= { adslWanStates 12 } adslWanDnPrevRate OBJECT-TYPE SYNTAX Float3d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl downstream previous rate. " ::= { adslWanStates 13 } adslWanDnInterleaveDelay OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl downstream interleave delay. " ::= { adslWanStates 14 } adslWanUpRate OBJECT-TYPE SYNTAX Float3d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl upstream rate " ::= { adslWanStates 15 } adslWanUpPrevRate OBJECT-TYPE SYNTAX Float3d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl upstream previous rate. " ::= { adslWanStates 16 } adslWanUpInterleaveDelay OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN adsl upstream interleave delay. " ::= { adslWanStates 17 } ethernetWanStates OBJECT-IDENTITY STATUS current DESCRIPTION "Indicates the WAN ethernet informations." ::= { waninterfacesStates 4 } ethernetWanConnected OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates if WAN ethernet is connected or not" ::= { ethernetWanStates 1 } ethernetWanState OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN ethernet state" ::= { ethernetWanStates 2 } ethernetWanPriority OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN ethernet Priority" ::= { ethernetWanStates 3 } ethernetWanIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN ethernet ifIndex" ::= { ethernetWanStates 4 } ethernetWanIfDescr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the WAN ethernet ifDescr" ::= { ethernetWanStates 5 } cellularWanStates OBJECT-IDENTITY STATUS current DESCRIPTION "Indicates the WAN Cellular informations." ::= { waninterfacesStates 5 } cellularWanIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the WAN gsm ifIndex" ::= { cellularWanStates 1 } cellularWanConnected OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates if WAN gsm is connected or not" ::= { cellularWanStates 2 } cellularWanPriority OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm priority" ::= { cellularWanStates 3 } cellularWanOperator OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm operator" ::= { cellularWanStates 4 } cellularWanCid OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm CID" ::= { cellularWanStates 5 } cellularWanLac OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm LAC (location area code)" ::= { cellularWanStates 6 } cellularWanSNR OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm SNR" ::= { cellularWanStates 7 } cellularWanBytesReceived OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm bytes recieved" ::= { cellularWanStates 8 } cellularWanBytesSent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm bytes sent" ::= { cellularWanStates 9 } cellularWanSim OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm SIM" ::= { cellularWanStates 10 } cellularWanIpAddr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm Ip Address" ::= { cellularWanStates 11 } cellularWanSigQuality OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm signal level" ::= { cellularWanStates 12 } cellularWanNetType OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN gsm Network type" ::= { cellularWanStates 13 } wifiWanStates OBJECT-IDENTITY STATUS current DESCRIPTION "Indicates the WAN wifi informations." ::= { waninterfacesStates 6 } wifiWanConnected OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates if WAN wifi is connected or not" ::= { wifiWanStates 1 } wifiWanState OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN wifi state" ::= { wifiWanStates 2 } wifiWanPriority OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN wifi Priority" ::= { wifiWanStates 3 } wifiWanIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the WAN wifi ifIndex" ::= { wifiWanStates 4 } wifiWanIfDescr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the WAN wifi ifDescr" ::= { wifiWanStates 5 } wifiWanBss OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the WAN wifi bss (MAC address)" ::= { wifiWanStates 6 } wifiWanFreq OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the WAN wifi freq" ::= { wifiWanStates 7 } wifiWanSignal OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the WAN wifi signal" ::= { wifiWanStates 8 } wifiWanSsid OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the WAN wifi SSID" ::= { wifiWanStates 9 } laninterfacesStates OBJECT-IDENTITY STATUS current DESCRIPTION "LAN interfaces related information" ::= { interfacesStates 2 } wifiLanClientTable OBJECT-TYPE SYNTAX SEQUENCE OF WifiLanClient MAX-ACCESS not-accessible STATUS current DESCRIPTION "Wifi Client related information" ::= { laninterfacesStates 1 } wifiLanClient OBJECT-TYPE SYNTAX WifiLanClient MAX-ACCESS not-accessible STATUS current DESCRIPTION "Wifi Client related information" INDEX { wifiLanClientIndex } ::= { wifiLanClientTable 1 } WifiLanClient ::= SEQUENCE { wifiLanClientPhyaddr DisplayString, wifiLanClientSignal Integer32, wifiLanClientAverageSign Integer32, wifiLanClientAuthorized Integer32, wifiLanClientAuthenticated Integer32, wifiLanClientIndex InterfaceIndex } wifiLanClientPhyaddr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates Wifi client MAC address" ::= { wifiLanClient 1 } wifiLanClientSignal OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates Wifi client signal" ::= { wifiLanClient 2 } wifiLanClientAverageSign OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates Wifi client average signal" ::= { wifiLanClient 3 } wifiLanClientAuthorized OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates if Wifi client is authorized" ::= { wifiLanClient 4 } wifiLanClientAuthenticated OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates if Wifi client is authenticated" ::= { wifiLanClient 5 } wifiLanClientIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicates Wifi LAN client index." ::= { wifiLanClient 6 } lanPorts OBJECT-IDENTITY STATUS current DESCRIPTION "LAN ports related information" ::= { laninterfacesStates 2 } lanPort1 OBJECT-IDENTITY STATUS current DESCRIPTION "LAN Port 1 related information" ::= { lanPorts 1 } lanPort1State OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates LAN port 1 state" ::= { lanPort1 1 } lanPort1Ifindex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates LAN Port 1 ifindex." ::= { lanPort1 2 } lanPort2 OBJECT-IDENTITY STATUS current DESCRIPTION "LAN Port 2 related information" ::= { lanPorts 2 } lanPort2State OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates LAN port 2 state" ::= { lanPort2 1 } lanPort2Ifindex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates LAN Port 2 ifindex." ::= { lanPort2 2 } lanPort3 OBJECT-IDENTITY STATUS current DESCRIPTION "LAN Port 3 related information" ::= { lanPorts 3 } lanPort3State OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates LAN port 3 state" ::= { lanPort3 1 } lanPort3Ifindex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates LAN Port 3 ifindex." ::= { lanPort3 2 } lanPort4 OBJECT-IDENTITY STATUS current DESCRIPTION "LAN Port 4 related information" ::= { lanPorts 4 } lanPort4State OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates LAN port 4 state" ::= { lanPort4 1 } lanPort4Ifindex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates LAN Port 4 ifindex." ::= { lanPort4 2 } hwMonitoring OBJECT-IDENTITY STATUS current DESCRIPTION "Hardware related information" ::= { rasIplSig 4 } powerSupply1 OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Value of the power supply 1" ::= { hwMonitoring 1 } powerSupply2 OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Value of the power supply 2" ::= { hwMonitoring 2 } internalTemperature OBJECT-TYPE SYNTAX Float1d MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the air temperature in the product" ::= { hwMonitoring 11 } inputOutputStates OBJECT-IDENTITY STATUS current DESCRIPTION "Input and Output states" ::= { rasIplSig 5 } inputState OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "State of the input state" ::= { inputOutputStates 1 } outputState OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "State of the input state" ::= { inputOutputStates 2 } location OBJECT-IDENTITY STATUS current DESCRIPTION "Indicates GPS position" ::= { rasIplSig 6 } gpsAltitude OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates GPS altitude" ::= { location 1 } gpsLongitude OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates GPS longitude " ::= { location 2 } gpsLatitude OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates GPS latitude" ::= { location 3 } gpsSpeed OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates GPS speed " ::= { location 4 } productIdentifications OBJECT-IDENTITY STATUS current DESCRIPTION "Indicates product identifications" ::= { rasIplSig 7 } serialNumber OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Product serial number" ::= { productIdentifications 1 } productKey OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Product key" ::= { productIdentifications 2 } switches OBJECT-IDENTITY STATUS current DESCRIPTION "Industrial switches" ::= { industry 2 } eticGroup OBJECT-GROUP OBJECTS { vpnClientMainLinkState,vpnClientBackupLinkState,outgoingConVpnName,outgoingConVpnConnected,outgoingConVpnWanIp,outgoingConVpnLanIp,outgoingConVpnByteSent,outgoingConVpnByteReceived,outgoingConVpnConnectedSince,ingoingConVpnName,ingoingConVpnServerName,ingoingConVpnConnected,ingoingConVpnWanIp,ingoingConVpnLanIp,ingoingConVpnByteSent,ingoingConVpnByteReceived,ingoingConVpnConnectedSince,ipSecName,ipSecConnected,ipSecWanIp,ipSecLanIp,ipSecConnectedSince,m2MeConnected,m2MeState,m2MeConnectaddr,m2MePort,m2MeProtocol,m2MeAuthenticatedSince,connectedRemoteUsers,remoteUserName,remoteUserState,remoteUserAddr,mainWan,dns1,dns2,dns3,adslWanConnected,adslWanModemState,adslWanPriority,adslWanIfIndex,adslWanDnAtt,adslWanDnAttainable,adslWanDnSnrm,adslWanUpAtt,adslWanUpAttainable,adslWanUpSnrm,adslWanDnRate,adslWanDnPrevRate,adslWanDnInterleaveDelay,adslWanUpRate,adslWanUpPrevRate,adslWanUpInterleaveDelay,ethernetWanConnected,ethernetWanState,ethernetWanPriority,ethernetWanIfIndex,cellularWanConnected,cellularWanPriority,cellularWanOperator,cellularWanCid,cellularWanLac,cellularWanSNR,cellularWanBytesReceived,cellularWanBytesSent,cellularWanSim,cellularWanIpAddr,cellularWanSigQuality,cellularWanNetType,wifiWanConnected,wifiWanState,wifiWanPriority,wifiWanIfIndex,wifiLanClientPhyaddr,wifiLanClientSignal,wifiLanClientAverageSign,wifiLanClientAuthorized,wifiLanClientAuthenticated,lanPort1State,lanPort2State,lanPort3State,lanPort4State,powerSupply1,powerSupply2,internalTemperature,inputState,outputState,gpsAltitude,gpsLongitude,gpsLatitude,gpsSpeed,adslWanIfDescr,ethernetWanIfDescr,cellularWanIfIndex,wifiWanIfDescr,wifiWanBss,wifiWanFreq,wifiWanSignal,wifiWanSsid,lanPort1Ifindex,lanPort2Ifindex,lanPort3Ifindex,lanPort4Ifindex } STATUS current DESCRIPTION "Groupe de conformite" ::= { industry 11 } eticModuleCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "Conformite du modules" MODULE --eticTelecom GROUP eticGroup DESCRIPTION "This group is mandatory." ::= { industry 12 } END