-- ***************************************************************** -- Moxa NPort W2x50P MIB -- -- Copyright (c) 2006 by Moxa Technologies Co., Ltd. -- All rights reserved. -- Version: 1.3 -- Date: 2008/05/16 -- ***************************************************************** MOXA-W2x50P-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, IpAddress, OBJECT-TYPE FROM SNMPv2-SMI DateAndTime, TEXTUAL-CONVENTION, MacAddress, DisplayString FROM SNMPv2-TC; moxa OBJECT IDENTIFIER ::= { enterprises 8691 } -- 1.3.6.1.4.1.8691 nport OBJECT IDENTIFIER ::= { moxa 2 } -- 1.3.6.1.4.1.8691.2 npw2x50p MODULE-IDENTITY LAST-UPDATED "200607120000Z" ORGANIZATION "Moxa Technologies Co." CONTACT-INFO "Email: support@moxa.com.tw Tel : +886 2 89191230 ext.300" DESCRIPTION "The MIB module for Moxa NPort W2x50P series specific information." ::= { nport 9 } -- 1.3.6.1.4.1.8691.2.9 -- ------------------------------------------------------------- -- groups in the MOXA-NPW2x50P MIB -- ------------------------------------------------------------- swMgmt OBJECT IDENTIFIER ::= { npw2x50p 1 } -- 1.3.6.1.4.1.8691.2.9.1 -- ------------------------------------------------------------- -- Textual Conventions -- ------------------------------------------------------------- PortList ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'." SYNTAX OCTET STRING -- ------------------------------------------------------------- -- swMgmt group -- ------------------------------------------------------------- -- ------------------------------------------------------------- -- Overview -- ------------------------------------------------------------- overview OBJECT IDENTIFIER ::= { swMgmt 1 } -- 1.3.6.1.4.1.8691.2.9.1.1 modelName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The model name of the NPort. The possible values of this parameter are: 'NPW2150P' for NPort W2150Plus, 'NPW2250P' for NPort W2250Plus." ::= { overview 1 } -- 1.3.6.1.4.1.8691.2.9.1.1.1 serialNumber OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The serial number of the NPort. Every NPort W2x50P series device server is assigned a unique serial number before it is shipped." ::= { overview 2 } firmwareVersion OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The version of the firmware currently running on the NPort." ::= { overview 3 } ethIPAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The IP address of the NPort's Ethernet interface." ::= { overview 4 } ethMacAddress OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The MAC address of the NPort's Ethernet interface." ::= { overview 5 } wlanIPAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The IP address of the NPort's WLAN interface." ::= { overview 6 } wlanMacAddress OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The MAC address of the NPort's WLAN interface." ::= { overview 7 } wlanSSID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The SSID of WLAN." ::= { overview 8 } wlanNetworkType OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Network Type of Wireless LAN. The possible values are 'Infrastrcture Mode' and 'Ad-hoc Mode'" ::= { overview 9 } wlanAuthentication OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Authentication type of Wireless LAN. The possible values are 'Open System', 'Shared Key', 'WPA', 'WPA-PSK', 'WPA2', 'WPA2-PSK'" ::= { overview 10 } wlanOperationMode OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Operation Mode of Wireless LAN. The possible values are 'Auto', '802.11a', '802.11b', '802.11g'" ::= { overview 11 } activeNetworkPort OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Current active network port. The possible values are 'WLAN', 'Ethernet'" ::= { overview 12 } ethLanSpeed OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The current speed and link status of the NPort's ethernet LAN port. The possible values are 'No link', '10M/Link,' or '100M/Link.'" ::= { overview 13 } upTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The time (in human-readable notation) since the system was last re-initialized." ::= { overview 14 } serialPort1 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "View NPort's serial port 1 setting." ::= { overview 15 } serialPort2 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "View NPort's serial port 2 setting. (for W2250P only)" ::= { overview 16 } -- ------------------------------------------------------------- -- Basic settings -- ------------------------------------------------------------- basicSetting OBJECT IDENTIFIER ::= { swMgmt 2} -- 1.3.6.1.4.1.8691.2.9.1.2 -- ------------------------------------------------------------- -- Basic settings -> Server settings -- ------------------------------------------------------------- serverSetting OBJECT IDENTIFIER ::= { basicSetting 1 } -- 1.3.6.1.4.1.8691.2.9.1.2.1 serverName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A text string used to identify the NPort." ::= { serverSetting 1 } serverLocation OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A text string used to identify the location of the NPort. This option is useful for specifying the location or application of different NPort device servers." ::= { serverSetting 2 } -- ------------------------------------------------------------- -- Basic settings -> Time settings -- ------------------------------------------------------------- timeSetting OBJECT IDENTIFIER ::= { basicSetting 2 } -- 1.3.6.1.4.1.8691.2.9.1.2.2 timeZone OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The time-zone index of the NPort." ::= { timeSetting 1 } localTime OBJECT-TYPE SYNTAX DisplayString (SIZE (0..19)) MAX-ACCESS read-write STATUS current DESCRIPTION "The system time in the following format yyyy/mm/dd hh:mm:ss" ::= { timeSetting 2 } timeServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server uses SNTP (RFC-1769) for auto time calibration. Input the correct 'Time server' IP address or domain name. Once the NPort W2x50P series device server is configured with the correct Time server address, it will request time information from the Time server every 10 minutes." ::= { timeSetting 3 } -- ------------------------------------------------------------- -- Network settings -- ------------------------------------------------------------- networkSetting OBJECT IDENTIFIER ::= { swMgmt 3 } -- 1.3.6.1.4.1.8691.2.9.1.3 -- ------------------------------------------------------------- -- Network settings -> General -- ------------------------------------------------------------- generalSetting OBJECT IDENTIFIER ::= { networkSetting 1 } -- 1.3.6.1.4.1.8691.2.9.1.3.1 dnsServer1IpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The first DNS server address. When the user wants to visit a particular website, the computer asks a Domain Name System (DNS) server for the website・s correct IP address, and then the computer uses the response to connect to the web server. DNS is the way that Internet domain names are identified and translated into IP addresses. A domain name is an alphanumeric name, such as moxa.com, that it is usually easier to remember. A DNS server is a host that translates this kind of text-based domain name into the numeric IP address used to establish a TCP/IP connection." ::= { generalSetting 1 } dnsServer2IpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The second DNS server address. When the user wants to visit a particular website, the computer asks a Domain Name System (DNS) server for the website・s correct IP address, and then the computer uses the response to connect to the web server. DNS is the way that Internet domain names are identified and translated into IP addresses. A domain name is an alphanumeric name, such as moxa.com, that it is usually easier to remember. A DNS server is a host that translates this kind of text-based domain name into the numeric IP address used to establish a TCP/IP connection." ::= { generalSetting 2 } winsFunction OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable the WINS server." ::= { generalSetting 3 } winsServer OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "If a WINS Server is connected to the network, use this field to record the WINS Server・s IP address. TCP/IP uses IP addresses to identify hosts, but users often use symbolic names, such as computer names. The WINS Server, which uses NetBIOS over TCP/IP, contains a dynamic database to map computer names to IP addresses." ::= { generalSetting 4 } -- ------------------------------------------------------------- -- Network settings -> Ethernet -- ------------------------------------------------------------- ethernetSetting OBJECT IDENTIFIER ::= { networkSetting 2 } -- 1.3.6.1.4.1.8691.2.9.1.3.2 ethIpConfiguration OBJECT-TYPE SYNTAX INTEGER { static(0), dhcp(1), dhcp-BOOTP(2), bootp(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The IP configuration mode of the NPort. You can choose from four possible IP configuration modes: Static, DHCP, DHCP/BOOTP, BOOTP." ::= { ethernetSetting 1 } ethIpAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "An IP address is a number assigned to a network device (such as a computer) as a permanent address on the network. Computers use the IP address to identify and talk to each other over the network. Choose a proper IP address that is unique and valid in your network environment." ::= { ethernetSetting 2 } ethNetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "A subnet mask represents all of the network hosts at one geographic location, in one building, or on the same local area network. When a packet is sent out over the network, the NPort W2x50P series device server will use the subnet mask to check whether the TCP/IP host specified in the packet is on the local network segment. If the address is on the same network segment as the NPort W2x50P series device server, a connection is established directly from the NPort W2x50P series device server. Otherwise, the connection is established through the given default gateway." ::= { ethernetSetting 3 } ethDefaultGateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "A gateway is a network computer that acts as an entrance to another network. Usually, the computers that control traffic within the network or at the local Internet service provider are gateway nodes. The NPort W2x50P series device server needs to know the IP address of the default gateway computer in order to communicate with the hosts outside the local network environment. For correct gateway IP address information, consult with the network administrator." ::= { ethernetSetting 4 } ethLanOneSpeed OBJECT-TYPE SYNTAX INTEGER { auto-Negation(0), tenMbps-Half(1), tenMbps-Full(2), hundredMbps-Half(3), hundredMbps-Full(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "IEEE802.3 Ethernet supports the auto negotiation speed function to get suitable speeds. However, for connecting to some switches/hubs, the communication speed must be fixed at 100 Mbps or 10 Mbps. Users can use this function to fix the communication speed." ::= { ethernetSetting 5 } -- ------------------------------------------------------------- -- Network settings -> WLAN -- ------------------------------------------------------------- wlanSetting OBJECT IDENTIFIER ::= { networkSetting 3 } -- 1.3.6.1.4.1.8691.2.9.1.3.3 wlanIpConfiguration OBJECT-TYPE SYNTAX INTEGER { static(0), dhcp(1), dhcp-BOOTP(2), bootp(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The IP configuration mode of the NPort. You can choose from four possible IP configuration modes: Static, DHCP, DHCP/BOOTP, BOOTP." ::= { wlanSetting 1 } wlanIpAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "An IP address is a number assigned to a network device (such as a computer) as a permanent address on the network. Computers use the IP address to identify and talk to each other over the network. Choose a proper IP address that is unique and valid in your network environment." ::= { wlanSetting 2 } wlanNetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "A subnet mask represents all of the network hosts at one geographic location, in one building, or on the same local area network. When a packet is sent out over the network, the NPort W2x50P series device server will use the subnet mask to check whether the TCP/IP host specified in the packet is on the local network segment. If the address is on the same network segment as the NPort W2x50P series device server, a connection is established directly from the NPort W2x50P series device server. Otherwise, the connection is established through the given default gateway." ::= { wlanSetting 3 } wlanDefaultGateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "A gateway is a network computer that acts as an entrance to another network. Usually, the computers that control traffic within the network or at the local Internet service provider are gateway nodes. The NPort W2x50P series device server needs to know the IP address of the default gateway computer in order to communicate with the hosts outside the local network environment. For correct gateway IP address information, consult with the network administrator." ::= { wlanSetting 4 } -- ------------------------------------------------------------- -- Network settings -> Profile -- ------------------------------------------------------------- profileSetting OBJECT IDENTIFIER ::= { networkSetting 4 } -- 1.3.6.1.4.1.8691.2.9.1.3.4 networkType OBJECT-TYPE SYNTAX INTEGER { infrastructure(0), ad-hoc(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Select WLAN network type." ::= { profileSetting 1 } -- ------------------------------------------------------------- -- Network settings -> Profile -> adhocProfile -- ------------------------------------------------------------- adhocProfile OBJECT IDENTIFIER ::= { profileSetting 2 } -- ------------------------------------------------------------- -- Network settings -> Profile -> adhocProfile -> General -- ------------------------------------------------------------- adhocGeneralSetting OBJECT IDENTIFIER ::= { adhocProfile 1 } adhocProfileName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..31)) MAX-ACCESS read-write STATUS current DESCRIPTION "Assign profile name." ::= { adhocGeneralSetting 1 } adhocOperationMode OBJECT-TYPE SYNTAX INTEGER { auto(0), mode-802-11b(2), mode-802-11g(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Select WLAN network type." ::= { adhocGeneralSetting 2 } adhocWlanSSID OBJECT-TYPE SYNTAX DisplayString (SIZE (0..31)) MAX-ACCESS read-write STATUS current DESCRIPTION "Set WLAN SSID" ::= { adhocGeneralSetting 3 } adhocChannel OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Display currently used channel. When in Ad-Hoc mode, this value can be set. mode region possible channel ======= ====== ====================================== 802.11b/g U.S. 1~11 Europe 1~13 Japan 1~14 auto 802.11b/g channel " ::= { adhocGeneralSetting 4 } -- ------------------------------------------------------------- -- Network settings -> Profile -> adhocProfile -> Security -- ------------------------------------------------------------- adhocSecuritySetting OBJECT IDENTIFIER ::= { adhocProfile 2 } adhocAuthentication OBJECT-TYPE SYNTAX INTEGER { open-system(0) } MAX-ACCESS read-only STATUS current DESCRIPTION "Wireless LAN autentication type." ::= { adhocSecuritySetting 1 } adhocEncryption OBJECT-TYPE SYNTAX INTEGER { disable(0), wep(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set encryption type." ::= { adhocSecuritySetting 2 } adhocWepKeyLength OBJECT-TYPE SYNTAX INTEGER { key-64-bits(0), key-128-bits(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key length." ::= { adhocSecuritySetting 3 } adhocWepKeyIndex OBJECT-TYPE SYNTAX INTEGER (1..4) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key index 1~4." ::= { adhocSecuritySetting 4 } adhocWepKeyPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE (1..40)) MAX-ACCESS write-only STATUS current DESCRIPTION "WEP key passphrase." ::= { adhocSecuritySetting 5 } adhocWepKeyFormat OBJECT-TYPE SYNTAX INTEGER { ascii(0), hex(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key format." ::= { adhocSecuritySetting 6 } adhocWepKey1 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..26)) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key 1. See following for legal key string length. length format key string length ====== ====== ================= 64-bits(0) ascii(0) 5 hex(1) 10 128-bits(1) ascii(0) 13 hex(1) 26 " ::= { adhocSecuritySetting 7 } adhocWepKey2 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..26)) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key 1. See following for legal key string length. length format key string length ====== ====== ================= 64-bits(0) ascii(0) 5 hex(1) 10 128-bits(1) ascii(0) 13 hex(1) 26 " ::= { adhocSecuritySetting 8 } adhocWepKey3 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..26)) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key 1. See following for legal key string length. length format key string length ====== ====== ================= 64-bits(0) ascii(0) 5 hex(1) 10 128-bits(1) ascii(0) 13 hex(1) 26 " ::= { adhocSecuritySetting 9 } adhocWepKey4 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..26)) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key 4." ::= { adhocSecuritySetting 10 } -- ------------------------------------------------------------- -- Network settings -> Profile -> infrastructureProfile -- ------------------------------------------------------------- infrastructureProfile OBJECT IDENTIFIER ::= { profileSetting 3 } -- ------------------------------------------------------------- -- Network settings -> Profile -> infrastructureProfile -> General -- ------------------------------------------------------------- infraGeneralSetting OBJECT IDENTIFIER ::= { infrastructureProfile 1 } infraGeneralSettingTable OBJECT-TYPE SYNTAX SEQUENCE OF InfraGeneralSettingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "WLAN profile general setting table." ::= { infraGeneralSetting 1 } infraGeneralSettingEntry OBJECT-TYPE SYNTAX InfraGeneralSettingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "WLAN profile general setting entry." INDEX { profileIndex } ::= { infraGeneralSettingTable 1 } InfraGeneralSettingEntry ::= SEQUENCE { profileIndex INTEGER, profileName DisplayString, profileEnable INTEGER, profileOperationMode INTEGER, profileWlanSSID DisplayString } profileIndex OBJECT-TYPE SYNTAX INTEGER { profile1(1), profile2(2), profile3(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The profile index 1~3." ::= { infraGeneralSettingEntry 1 } profileName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..31)) MAX-ACCESS read-write STATUS current DESCRIPTION "Assign profile name." ::= { infraGeneralSettingEntry 2 } profileEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable/disable profile." ::= { infraGeneralSettingEntry 3 } profileOperationMode OBJECT-TYPE SYNTAX INTEGER { auto(0), mode-802-11a(1), mode-802-11b(2), mode-802-11g(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Select WLAN network type." ::= { infraGeneralSettingEntry 4 } profileWlanSSID OBJECT-TYPE SYNTAX DisplayString (SIZE (0..31)) MAX-ACCESS read-write STATUS current DESCRIPTION "Set WLAN SSID" ::= { infraGeneralSettingEntry 5 } -- ------------------------------------------------------------- -- Network settings -> Profile -> infrastructureProfile -> Security -- ------------------------------------------------------------- securitySetting OBJECT IDENTIFIER ::= { infrastructureProfile 2 } -- 1.3.6.1.4.1.8691.2.9.1.3.4.2 securitySettingTable OBJECT-TYPE SYNTAX SEQUENCE OF SecuritySettingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "WLAN profile security setting table." ::= { securitySetting 1 } securitySettingEntry OBJECT-TYPE SYNTAX SecuritySettingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "WLAN profile security setting entry." INDEX { profileIndex } ::= { securitySettingTable 1 } SecuritySettingEntry ::= SEQUENCE { authentication INTEGER, encryption INTEGER, wepKeyLength INTEGER, wepKeyIndex INTEGER, wepKeyPassphrase DisplayString, wepKeyFormat INTEGER, wepKey1 DisplayString, wepKey2 DisplayString, wepKey3 DisplayString, wepKey4 DisplayString, pskPassphrase DisplayString, eapMethod INTEGER, tunneledAuth INTEGER, wpaUsername DisplayString, wpaPassword DisplayString, wpaAnonymousUsername DisplayString, verifyServerCert INTEGER, trustedServerCert INTEGER, userCert INTEGER, userPrivateKey INTEGER } authentication OBJECT-TYPE SYNTAX INTEGER { open-system(0), shared-key(1), wpa(2), wpa-psk(3), wpa2(4), wpa2-psk(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Wireless LAN autentication type." ::= { securitySettingEntry 1 } encryption OBJECT-TYPE SYNTAX INTEGER { disable(0), wep(1), tkip(2), aes-ccmp(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set encryption type. Selection rule is as following. authentication selectable encryption ============== ===================== open-system(0) disable(0), wep(1) shared-key(1) wep(1) wpa(2), wpa-psk(3) tkip(2), aes-ccmp(3) wpa2(4), wpa2-psk(5) tkip(2), aes-ccmp(3) " ::= { securitySettingEntry 2 } wepKeyLength OBJECT-TYPE SYNTAX INTEGER { key-64-bits(0), key-128-bits(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key length." ::= { securitySettingEntry 3 } wepKeyIndex OBJECT-TYPE SYNTAX INTEGER (1..4) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key index 1~4." ::= { securitySettingEntry 4 } wepKeyPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE (1..40)) MAX-ACCESS write-only STATUS current DESCRIPTION "WEP key passphrase." ::= { securitySettingEntry 5 } wepKeyFormat OBJECT-TYPE SYNTAX INTEGER { ascii(0), hex(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key format." ::= { securitySettingEntry 6 } wepKey1 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..26)) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key 1. See following for legal key string length. length format key string length ====== ====== ================= 64-bits(0) ascii(0) 5 hex(1) 10 128-bits(1) ascii(0) 13 hex(1) 26 " ::= { securitySettingEntry 7 } wepKey2 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..26)) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key 1. See following for legal key string length. length format key string length ====== ====== ================= 64-bits(0) ascii(0) 5 hex(1) 10 128-bits(1) ascii(0) 13 hex(1) 26 " ::= { securitySettingEntry 8 } wepKey3 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..26)) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key 1. See following for legal key string length. length format key string length ====== ====== ================= 64-bits(0) ascii(0) 5 hex(1) 10 128-bits(1) ascii(0) 13 hex(1) 26 " ::= { securitySettingEntry 9 } wepKey4 OBJECT-TYPE SYNTAX DisplayString (SIZE (0..26)) MAX-ACCESS read-write STATUS current DESCRIPTION "WEP key 4." ::= { securitySettingEntry 10 } pskPassphrase OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) MAX-ACCESS read-write STATUS current DESCRIPTION "PSK passphrase for WPA-PSK and WPA2-PSK authentication." ::= { securitySettingEntry 11 } eapMethod OBJECT-TYPE SYNTAX INTEGER { tls(0), peap(1), ttls(2), leap(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "EAP method for WPA and WPA2 authentication." ::= { securitySettingEntry 12 } tunneledAuth OBJECT-TYPE SYNTAX INTEGER { gtc(0), md5(1), pap(2), chap(3), mschap(4), mschapv2(5), tls(6), eap-tls(7), eap-mschapv2(8), eap-gtc(9), eap-md5(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set tunneled authentication protocol when PEAP/TTLS is selected as EAP method. EAP method selectable tunneled authentication ========== ================================== peap(1) gtc(0), md5(1), mschapv2(5) ttls(2) pap(2), chap(3), mschap(4), mschapv2(5), eap-mschapv2(8), eap-gtc(9), eap-md5(10) " ::= { securitySettingEntry 13 } wpaUsername OBJECT-TYPE SYNTAX DisplayString (SIZE (0..40)) MAX-ACCESS read-write STATUS current DESCRIPTION "WPA username for WPA and WPA2 authentication." ::= { securitySettingEntry 14 } wpaPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (0..40)) MAX-ACCESS read-write STATUS current DESCRIPTION "Password needed for the following EAP method/Tunneled authentication. EAP method Tunneled authentication ========== ======================= peap(1) gtc(0) peap(1) md5(1) peap(1) mschapv2(5) ttls(2) pap(2) ttls(2) chap(3) ttls(2) mschap(4) ttls(2) mschapv2(5) ttls(2) eap-mschapv2(8) ttls(2) eap-gtc(9) ttls(2) eap-md5(10) leap(3) " ::= { securitySettingEntry 15 } wpaAnonymousUsername OBJECT-TYPE SYNTAX DisplayString (SIZE (0..40)) MAX-ACCESS read-write STATUS current DESCRIPTION "Anonymous username needed when TTLS is selected as EAP method." ::= { securitySettingEntry 16 } verifyServerCert OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Set whether or not to verify server certificate when TLS/TTLS/PEAP is set as EAP method." ::= { securitySettingEntry 17 } trustedServerCert OBJECT-TYPE SYNTAX INTEGER { not-installed(0), installed(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Display whether or not trusted server certificate is installed." ::= { securitySettingEntry 18 } userCert OBJECT-TYPE SYNTAX INTEGER { not-installed(0), installed(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Display whether or not user certificate is installed." ::= { securitySettingEntry 19 } userPrivateKey OBJECT-TYPE SYNTAX INTEGER { not-installed(0), installed(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Display whether or not user private key is installed." ::= { securitySettingEntry 20 } -- ------------------------------------------------------------- -- Network settings -> Profile -> infrastructureProfile -> Sort -- ------------------------------------------------------------- priorityOrder OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Priority order of profile. The format is '2,1,3' for example. 1 stands for profile1, 2 stands for profile2, 3 stands for profile3, and profile2 has the highest priority in this example." ::= { infrastructureProfile 3 } connectRule OBJECT-TYPE SYNTAX INTEGER { signal-strength-of-AP(0), priority-sequential(1), fixed-on-1st-priority(2)} MAX-ACCESS read-write STATUS current DESCRIPTION "Connect rule for Wireless LAN." ::= { infrastructureProfile 4 } lowSignalReconnect OBJECT-TYPE SYNTAX INTEGER { none(0), less-than-20-percent(1), less-than-40-percent(2), less-than-60-percent(3), less-than-80-percent(4)} MAX-ACCESS read-write STATUS current DESCRIPTION "Low signal strength reconnect." ::= { infrastructureProfile 5 } -- ------------------------------------------------------------- -- Network settings -> Advanced -- ------------------------------------------------------------- advancedSetting OBJECT IDENTIFIER ::= { networkSetting 5 } -- 1.3.6.1.4.1.8691.2.9.1.3.5 gratuitousArp OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable the gratuitous ARP function. For some applications, users need the NPort W2x50P series device server to send broadcast packets to update the ARP table on the server. If the customer enables this function and sets the send period, the NPort W2x50P series device server will send broadcast packets periodically." ::= { advancedSetting 1 } gratuitousArpSendPeriod OBJECT-TYPE SYNTAX INTEGER (10..1000) MAX-ACCESS read-write STATUS current DESCRIPTION "The send period of the gratuitous ARP function. Range: 10 ~ 1000 sec. " ::= { advancedSetting 2 } -- ------------------------------------------------------------- -- Serial port settings -- ------------------------------------------------------------- portSetting OBJECT IDENTIFIER ::= { swMgmt 4 } -- 1.3.6.1.4.1.8691.2.9.1.2.4 -- ------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -- ------------------------------------------------------------- opModeSetting OBJECT IDENTIFIER ::= { portSetting 1 } -- 1.3.6.1.4.1.8691.2.9.1.2.4.1 -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Operation Modes -- -------------------------------------------------------------------------------------- opMode OBJECT IDENTIFIER ::= { opModeSetting 1 } -- 1.3.6.1.4.1.8691.2.9.1.2.4.1.1 opModePortTable OBJECT-TYPE SYNTAX SEQUENCE OF OpModePortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The serial ports' operation mode table." ::= { opMode 1 } opModePortEntry OBJECT-TYPE SYNTAX OpModePortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The serial port's operation mode entry." INDEX { portIndex } ::= { opModePortTable 1 } OpModePortEntry ::= SEQUENCE { portIndex INTEGER, portApplication INTEGER, portMode INTEGER } portIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The serial port index." ::= { opModePortEntry 1 } portApplication OBJECT-TYPE SYNTAX INTEGER { disable(0), device-Control(4), socket(11), pair-Connection(13), ethernet-Modem(12), terminal(2), reverse-Terminal(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The application of the serial port. Note that changing this setting may also change the operation mode." ::= { opModePortEntry 2 } portMode OBJECT-TYPE SYNTAX INTEGER { pair-Slave(0), pair-Master(1), real-Com(2), disable(7), telnetd(8), dynamic(9), tcp-Server(10), ethernet-Modem(12), tcp-Client(13), udp(14), term-ASC(16), term-BIN(17), rfc-2217(20) } MAX-ACCESS read-write STATUS current DESCRIPTION "The operation mode of the serial port. Note that changing this setting may also change the application." ::= { opModePortEntry 3 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Application -- -------------------------------------------------------------------------------------- application OBJECT IDENTIFIER ::= { opModeSetting 2 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Application -> Device Control -- -------------------------------------------------------------------------------------- deviceControl OBJECT IDENTIFIER ::= { application 1 } deviceControlTable OBJECT-TYPE SYNTAX SEQUENCE OF DeviceControlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Device Control application table." ::= { deviceControl 1 } deviceControlEntry OBJECT-TYPE SYNTAX DeviceControlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Device Control application entry." INDEX { portIndex } ::= { deviceControlTable 1 } DeviceControlEntry ::= SEQUENCE { deviceControlTcpAliveCheck INTEGER, deviceControlMaxConnection INTEGER, deviceControlIgnoreJammedIp INTEGER, deviceControlAllowDriverControl INTEGER, deviceControlConnectionDownRTS INTEGER, deviceControlConnectionDownDTR INTEGER, } deviceControlTcpAliveCheck OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The TCP alive check time. 0 min: TCP connection will not be closed when the TCP connection is idle. 1 to 99 min: The NPort W2x50P series device server automatically closes the TCP connection if there is no TCP activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another Real COM driver Connection." ::= { deviceControlEntry 1 } deviceControlMaxConnection OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Max connection is usually used when the user needs to receive data from different hosts simultaneously. The factory default is 1. In this case, only one specific host can access this port of the NPort W2x50P series device server, and the Real COM driver on that host will have full control over the port. Max. connection = 1: Allows only a single host・s Real COM driver to open the specific NPort W2x50P series device server・s serial port. Max connection = 2 to 8: Allows 2 to 8 hosts・ Real COM drivers to open the specific NPort W2x50P series device server・s serial port, at the same time. When multiple hosts・ Real COM drivers open the serial port at the same time, the COM driver only provides a pure data tunnel without control ability. The serial port parameter will use the firmware settings instead of getting the settings from your application program (AP)." ::= { deviceControlEntry 2 } deviceControlIgnoreJammedIp OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Previously, when Max connection was set to a value greater than 1, and the serial device was transmitting data, if any one of the connected hosts stopped responding, the serial device would wait until the data had been transmitted successfully before transmitting the second group of data to all hosts. Currently, if you select Yes for 'Ignore jammed IP,' the host that is not responding will be ignored, but the data will still be transmitted to the other hosts." ::= { deviceControlEntry 3 } deviceControlAllowDriverControl OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "If Max connection is greater than 1, NPort will ignore driver control commands from all connected hosts. However, if you set Allow driver control to YES, control commands will be accepted. Note that since the NPort W2x50P series device server may get configuration changes from multiple hosts, the most recent command received will take precedence." ::= { deviceControlEntry 4 } deviceControlConnectionDownRTS OBJECT-TYPE SYNTAX INTEGER { always-low(1), always-high(0) } MAX-ACCESS read-write STATUS current DESCRIPTION "For some applications, serial devices must obtain the Ethernet link status by reading the RTS signal from the NPort W2x50P series device server. If this setting is set to 'always low,' RTS will change its state to low if the Ethernet link is off." ::= { deviceControlEntry 5 } deviceControlConnectionDownDTR OBJECT-TYPE SYNTAX INTEGER { always-low(1), always-high(0) } MAX-ACCESS read-write STATUS current DESCRIPTION "For some applications, serial devices must obtain the Ethernet link status by reading the DTR signal from the NPort W2x50P series device server. If this setting is set to 'always low,' DTR will change its state to low if the Ethernet link is off." ::= { deviceControlEntry 6 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Application -> Socket -- -------------------------------------------------------------------------------------- socket OBJECT IDENTIFIER ::= { application 2 } socketTable OBJECT-TYPE SYNTAX SEQUENCE OF SocketEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Socket application table." ::= { socket 1 } socketEntry OBJECT-TYPE SYNTAX SocketEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Socket application entry." INDEX { portIndex } ::= { socketTable 1 } SocketEntry ::= SEQUENCE { socketTcpAliveCheck INTEGER, socketInactivityTime INTEGER, socketMaxConnection INTEGER, socketIgnoreJammedIp INTEGER, socketAllowDriverControl INTEGER, socketTcpPort INTEGER, socketCmdPort INTEGER, socketTcpServerConnectionDownRTS INTEGER, socketTcpServerConnectionDownDTR INTEGER, socketTcpClientDestinationAddress1 DisplayString, socketTcpClientDestinationPort1 INTEGER, socketTcpClientDestinationAddress2 DisplayString, socketTcpClientDestinationPort2 INTEGER, socketTcpClientDestinationAddress3 DisplayString, socketTcpClientDestinationPort3 INTEGER, socketTcpClientDestinationAddress4 DisplayString, socketTcpClientDestinationPort4 INTEGER, socketTcpClientDesignatedLocalPort1 INTEGER, socketTcpClientDesignatedLocalPort2 INTEGER, socketTcpClientDesignatedLocalPort3 INTEGER, socketTcpClientDesignatedLocalPort4 INTEGER, socketTcpClientConnectionControl INTEGER, socketUdpDestinationAddress1Begin IpAddress, socketUdpDestinationAddress1End IpAddress, socketUdpDestinationPort1 INTEGER, socketUdpDestinationAddress2Begin IpAddress, socketUdpDestinationAddress2End IpAddress, socketUdpDestinationPort2 INTEGER, socketUdpDestinationAddress3Begin IpAddress, socketUdpDestinationAddress3End IpAddress, socketUdpDestinationPort3 INTEGER, socketUdpDestinationAddress4Begin IpAddress, socketUdpDestinationAddress4End IpAddress, socketUdpDestinationPort4 INTEGER, socketUdpLocalListenPort INTEGER } socketTcpAliveCheck OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The TCP alive check time. 0 min: TCP connection will not be closed when the TCP connection is idle. 1 to 99 min: The NPort W2x50P series device server automatically closes the TCP connection if there is no TCP activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another Real COM driver Connection." ::= { socketEntry 1 } socketInactivityTime OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "0 ms: TCP connection is not closed when the serial line is idle. 1-65535 ms: The NPort W2x50P series device server automatically closes the TCP connection if there is no serial data activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another TCP connection." ::= { socketEntry 2 } socketMaxConnection OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Max connection is usually used when the user needs to receive data from different hosts simultaneously. The factory default is 1. In this case, only one specific host can access this port of the NPort W2x50P series device server, and the Real COM driver on that host will have full control over the port. Max. connection 1: Allows only a single host・s Real COM driver to open the specific NPort W2x50P series device server・s serial port. Max connection 2 to 8: Allows 2 to 8 hosts・ Real COM drivers to open the specific NPort W2x50P series device server・s serial port, at the same time. When multiple hosts・ Real COM drivers open the serial port at the same time, the COM driver only provides a pure data tunnel without control ability. The serial port parameter will use the firmware settings instead of depending on your application program (AP)." ::= { socketEntry 3 } socketIgnoreJammedIp OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Previously, when Max connection was set to a value greater than 1, and the serial device was transmitting data, if any one of the connected hosts stopped responding, the serial device would wait until the data had been transmitted successfully before transmitting the second group of data to all hosts. Currently, if you select Yes for 'Ignore jammed IP,' the host that is not responding will be ignored, but the data will still be transmitted to the other hosts." ::= { socketEntry 4 } socketAllowDriverControl OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "If Max connection is greater than 1, NPort will ignore driver control commands from all connected hosts. However, if you set Allow driver control to YES, control commands will be accepted. Note that since the NPort W2x50P series device server may get configuration changes from multiple hosts, the most recent command received will take precedence." ::= { socketEntry 5 } socketTcpPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The 'TCP port' is the TCP port that the NPort W2x50P series device server uses to listen to connections, and that other devices must use to contact the NPort W2x50P series device server." ::= { socketEntry 6 } socketCmdPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The 'Command port' is a TCP port used to listen for IP-Serial Lib commands from the host. In order to prevent a TCP port conflict with other applications, the user can set the Command port to another port if needed. IP-Serial Lib will automatically check the Command Port on the NPort W2x50P series device server to avoid the need for the user to configure the program." ::= { socketEntry 7 } socketTcpServerConnectionDownRTS OBJECT-TYPE SYNTAX INTEGER { always-low(1), always-high(0) } MAX-ACCESS read-write STATUS current DESCRIPTION "For some applications, serial devices must obtain the Ethernet link status from the RTS signal sent by the NPort W2x50P series device server. If this setting is set to 'goes low,' RTS will change the state to low if the Ethernet link is off." ::= { socketEntry 8 } socketTcpServerConnectionDownDTR OBJECT-TYPE SYNTAX INTEGER { always-low(1), always-high(0) } MAX-ACCESS read-write STATUS current DESCRIPTION "For some applications, serial devices must obtain the Ethernet link status from the DTR signal sent by the NPort W2x50P series device server. If this setting is set to 'goes low,' DTR will change the state to low if the Ethernet link is off." ::= { socketEntry 9 } socketTcpClientDestinationAddress1 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can connect actively to a remote host that has this IP address." ::= { socketEntry 10 } socketTcpClientDestinationPort1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can connect actively to a remote host that has this TCP port number." ::= { socketEntry 11 } socketTcpClientDestinationAddress2 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can connect actively to a remote host that has this IP address." ::= { socketEntry 12 } socketTcpClientDestinationPort2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can connect actively to a remote host that has this TCP port number." ::= { socketEntry 13 } socketTcpClientDestinationAddress3 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can connect actively to a remote host that has this IP address." ::= { socketEntry 14 } socketTcpClientDestinationPort3 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can connect actively to a remote host that has this port number." ::= { socketEntry 15 } socketTcpClientDestinationAddress4 OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can connect actively to a remote host that has this IP address." ::= { socketEntry 16 } socketTcpClientDestinationPort4 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can connect actively to a remote host that has this port number." ::= { socketEntry 17 } socketTcpClientDesignatedLocalPort1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The local TCP port used to connect actively to the remote host." ::= { socketEntry 18 } socketTcpClientDesignatedLocalPort2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The local TCP port used to connect actively to the remote host." ::= { socketEntry 19 } socketTcpClientDesignatedLocalPort3 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The local TCP port used to connect actively to the remote host." ::= { socketEntry 20 } socketTcpClientDesignatedLocalPort4 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The local TCP port used to connect actively to the remote host." ::= { socketEntry 21 } socketTcpClientConnectionControl OBJECT-TYPE SYNTAX INTEGER { startup-None(257), anyCharacter-None(258), anyCharacter-InactivityTime(514), dsrOn-DSR-Off(1028), dsrOn-None(260), dcdOn-DCD-Off(2056), dcdOn-None(264) } MAX-ACCESS read-write STATUS current DESCRIPTION "Events that cause the TCP client to drop the connection." ::= { socketEntry 22 } socketUdpDestinationAddress1Begin OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts whose IP addresses are in the range between this parameter and socketUdpDestinationAddress1End." ::= { socketEntry 23 } socketUdpDestinationAddress1End OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts whose IP addresses are in the range between socketUdpDestinationAddress1Begin and this parameter." ::= { socketEntry 24 } socketUdpDestinationPort1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts that have this port number." ::= { socketEntry 25 } socketUdpDestinationAddress2Begin OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts whose IP addresses are in the range between this parameter and socketUdpDestinationAddress2End." ::= { socketEntry 26 } socketUdpDestinationAddress2End OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to the remote hosts whose IP addresses are in the range between socketUdpDestinationAddress2Begin and this parameter." ::= { socketEntry 27 } socketUdpDestinationPort2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to the remote hosts that have this TCP port number." ::= { socketEntry 28 } socketUdpDestinationAddress3Begin OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts whose IP addresses are in the range between this parameter and socketUdpDestinationAddress3End." ::= { socketEntry 29 } socketUdpDestinationAddress3End OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts whose IP addresses are in the range between socketUdpDestinationAddress3Begin and this parameter." ::= { socketEntry 30 } socketUdpDestinationPort3 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts that have this TCP port number." ::= { socketEntry 31 } socketUdpDestinationAddress4Begin OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts whose IP addresses are in the range between this parameter and socketUdpDestinationAddress4End." ::= { socketEntry 32 } socketUdpDestinationAddress4End OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts whose IP addresses are in the range between socketUdpDestinationAddress4Begin and this parameter." ::= { socketEntry 33 } socketUdpDestinationPort4 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The NPort W2x50P series device server can actively send UDP packets to remote hosts that have this TCP port number." ::= { socketEntry 34 } socketUdpLocalListenPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The UDP port that the NPort W2x50P series device server listens to and that other devices must use to contact the NPort W2x50P series device server." ::= { socketEntry 35 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Pair Connection -- -------------------------------------------------------------------------------------- pairConnection OBJECT IDENTIFIER ::= { application 3 } pairConnectionTable OBJECT-TYPE SYNTAX SEQUENCE OF PairConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Pair Connection table." ::= { pairConnection 1 } pairConnectionEntry OBJECT-TYPE SYNTAX PairConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Pair Connection entry." INDEX { portIndex } ::= { pairConnectionTable 1 } PairConnectionEntry ::= SEQUENCE { pairConnectionTcpAliveCheck INTEGER, pairConnectionDestinationAddress DisplayString, pairConnectionDestinationPort INTEGER, pairConnectionTcpPort INTEGER } pairConnectionTcpAliveCheck OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The TCP alive check time. 0 min: TCP connection will not be closed if the TCP connection becomes idle. 1 to 99 min: The NPort W2x50P series device server automatically closes the TCP connection if there is no TCP activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another Real COM driver Connection." ::= { pairConnectionEntry 1 } pairConnectionDestinationAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The Pair Connection 'Master' will contact the network host that has the specified IP address." ::= { pairConnectionEntry 2 } pairConnectionDestinationPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Data will be transmitted through the specified port number. Note that you must configure the same TCP port number for the device server acting as the Pair Connection 'Slave.'" ::= { pairConnectionEntry 3 } pairConnectionTcpPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "This port number must be the same port number that was set up for the Pair Connection 'Master' device server." ::= { pairConnectionEntry 4 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Ethernet Modem -- -------------------------------------------------------------------------------------- ethernetModem OBJECT IDENTIFIER ::= { application 4 } ethernetModemTable OBJECT-TYPE SYNTAX SEQUENCE OF EthernetModemEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Ethernet Modem table." ::= { ethernetModem 1 } ethernetModemEntry OBJECT-TYPE SYNTAX EthernetModemEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Ethernet Modem entry." INDEX { portIndex } ::= { ethernetModemTable 1 } EthernetModemEntry ::= SEQUENCE { ethernetModemTcpAliveCheck INTEGER, ethernetModemTcpPort INTEGER } ethernetModemTcpAliveCheck OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The TCP alive check time. 0 min: TCP connection will not be closed if the TCP connection becomes idle. 1 to 99 min: The NPort W2x50P series device server automatically closes the TCP connection if there is no TCP activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another Real COM driver Connection." ::= { ethernetModemEntry 1 } ethernetModemTcpPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The local TCP port used to listen for incoming calls from a remote ethernet modem." ::= { ethernetModemEntry 2 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Application -> Terminal -- -------------------------------------------------------------------------------------- terminal OBJECT IDENTIFIER ::= { application 5 } terminalTable OBJECT-TYPE SYNTAX SEQUENCE OF TerminalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Terminal Application table." ::= { terminal 1 } terminalEntry OBJECT-TYPE SYNTAX TerminalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Terminal Application entry." INDEX { portIndex } ::= { terminalTable 1 } TerminalEntry ::= SEQUENCE { terminalTcpAliveCheck INTEGER, terminalInactivityTime INTEGER, terminalAutoLinkProtocol INTEGER, terminalPrimaryHostAddress DisplayString, terminalSecondHostAddress DisplayString, terminalTelnetTcpPort INTEGER, terminalType DisplayString, terminalMaxSessions INTEGER, terminalChangeSession DisplayString, terminalQuit DisplayString, terminalBreak DisplayString, terminalInterrupt DisplayString, terminalAuthenticationType INTEGER, terminalAutoLoginPrompt DisplayString, terminalPasswordPrompt DisplayString, terminalLoginUserName DisplayString, terminalLoginPassword DisplayString } terminalTcpAliveCheck OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The TCP alive check time. 0 min: TCP connection will not be closed if the TCP connection becomes idle. 1 to 99 min: The NPort W2x50P series device server automatically closes the TCP connection if there is no TCP activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another Real COM driver Connection from another host." ::= { terminalEntry 1 } terminalInactivityTime OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "0 min: TCP connection will not be closed if the serial line becomes idle. 0-99 min: The NPort W2x50P series device server automatically closes the TCP connection if there is no serial data activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another host's TCP connection." ::= { terminalEntry 2 } terminalAutoLinkProtocol OBJECT-TYPE SYNTAX INTEGER {none(0), telnet(1), rlogin(2)} MAX-ACCESS read-write STATUS current DESCRIPTION "If Auto-Link protocol is set to 'None,' the NPort W2x50P series device server will not connect to the host automatically. If Auto-Link protocol is set to 'Telnet,' the NPort W2x50P series device server will connect to the host automatically using Telnet. If Auto-Link protocol is set to 'Rlogin,' the NPort W2x50P series device server will connect to the host automatically using rlogin." ::= { terminalEntry 3 } terminalPrimaryHostAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "If specified, designates a 'permanent' host to which the terminal will always be connected." ::= { terminalEntry 4 } terminalSecondHostAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "If specified, designates a 'permanent' host to which the terminal will always be connected." ::= { terminalEntry 5 } terminalTelnetTcpPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "By default, the Telnet TCP port number is set to 23, which is the default TCP port number for Telnet. If you need to telnet to this NPort W2x50P series device server's serial port, set the Telnet TCP port to a different number." ::= { terminalEntry 6 } terminalType OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Defines the terminal type for outgoing connections." ::= { terminalEntry 7 } terminalMaxSessions OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Configure the max. number of sessions." ::= { terminalEntry 8 } terminalChangeSession OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Defines the control character used to change the terminal session." ::= { terminalEntry 9 } terminalQuit OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Defines the control character used to quit a terminal session." ::= { terminalEntry 10 } terminalBreak OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Defines the control character used to send a Telnet BREAK message." ::= { terminalEntry 11 } terminalInterrupt OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Defines the control character used to send a Telnet INTERRUPT message." ::= { terminalEntry 12 } terminalAuthenticationType OBJECT-TYPE SYNTAX INTEGER { none(0), local(1), radius(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The terminal authentication type." ::= { terminalEntry 13 } terminalAutoLoginPrompt OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The prompt string for the automatic login ID. When the NPort W2x50P series device server receives this string from a remote telnet/rlogin server, it will automatically reply with the user ID." ::= { terminalEntry 14 } terminalPasswordPrompt OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The prompt string for the automatic login password. When the NPort W2x50P series device server receives this string from a remote telnet/rlogin server, it will automatically reply with the user password." ::= { terminalEntry 15 } terminalLoginUserName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-write STATUS current DESCRIPTION "Terminal login ID for automatic login." ::= { terminalEntry 16 } terminalLoginPassword OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-write STATUS current DESCRIPTION "Terminal login password for automatic login." ::= { terminalEntry 17 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Application -> Reverse Terminal -- -------------------------------------------------------------------------------------- reverseTerminal OBJECT IDENTIFIER ::= { application 6 } reverseTerminalTable OBJECT-TYPE SYNTAX SEQUENCE OF ReverseTerminalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Reverse Terminal Application table." ::= { reverseTerminal 1 } reverseTerminalEntry OBJECT-TYPE SYNTAX ReverseTerminalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Reverse Terminal Application entry." INDEX { portIndex } ::= { reverseTerminalTable 1 } ReverseTerminalEntry ::= SEQUENCE { reverseTerminalTcpAliveCheck INTEGER, reverseTerminalInactivityTime INTEGER, reverseTerminalTcpPort INTEGER, reverseTerminalAuthenticationType INTEGER, reverseTerminalMapKeys INTEGER } reverseTerminalTcpAliveCheck OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The TCP alive check time. 0 min: TCP connection will not be closed when the TCP connection becomes idle. 1 to 99 min: The NPort W2x50P series device server automatically closes the TCP connection if there is no TCP activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another Real COM driver Connection." ::= { reverseTerminalEntry 1 } reverseTerminalInactivityTime OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "0 min: TCP connection will not be closed if the serial line becomes idle. 0-99 min: The NPort W2x50P series device server automatically closes the TCP connection if there is no serial data activity for the given time. After the connection is closed, the NPort W2x50P series device server starts listening for another TCP connection." ::= { reverseTerminalEntry 2 } reverseTerminalTcpPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Each of the NPort W2x50P series device server's serial ports are mapped to a TCP port." ::= { reverseTerminalEntry 3 } reverseTerminalAuthenticationType OBJECT-TYPE SYNTAX INTEGER { none(0), local(1), radius(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The reverse terminal authentication type." ::= { reverseTerminalEntry 4 } reverseTerminalMapKeys OBJECT-TYPE SYNTAX INTEGER { cr-lf(0), cr(1), lf(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "If data received through NPort W2x50P series device server's Ethernet port is sent using the 'enter' command, the data will be transmitted out through the serial port with an added 1. 'carriage return + line feed' if you select the 'cr-lf' option (i.e., the cursor will jump to the next line, and return to the first character of the line) 2. 'carriage return' if you select the 'cr' option (i.e., the cursor will return to the first character of the line 3. 'line feed' if you select the 'lf' option. (i.e., the cursor will jump to the next line, but not move horizontally)" ::= { reverseTerminalEntry 5 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Operation Modes settings -> Data Packing -- -------------------------------------------------------------------------------------- dataPacking OBJECT IDENTIFIER ::= { opModeSetting 3 } dataPackingPortTable OBJECT-TYPE SYNTAX SEQUENCE OF DataPackingPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Data Packing table." ::= { dataPacking 1 } dataPackingPortEntry OBJECT-TYPE SYNTAX DataPackingPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Data Packing entry." INDEX { portIndex } ::= { dataPackingPortTable 1 } DataPackingPortEntry ::= SEQUENCE { portPacketLength INTEGER, portDelimiter1Enable INTEGER, portDelimiter1 DisplayString, portDelimiter2Enable INTEGER, portDelimiter2 DisplayString, portDelimiterProcess INTEGER, portForceTransmit INTEGER } portPacketLength OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "If the value is 0, the Delimiter Process will be used, regardless of the length of the data packet. If the data length (in bytes) matches the configured value, the data will be forced out. The data length can be configured from 0 to 1024 bytes. Set to 0 if you do not need to limit the length." ::= { dataPackingPortEntry 1 } portDelimiter1Enable OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable the first delimiter character." ::= { dataPackingPortEntry 2 } portDelimiter1 OBJECT-TYPE SYNTAX DisplayString (SIZE(0..2)) MAX-ACCESS read-write STATUS current DESCRIPTION "The first delimiter character, in hex decimal." ::= { dataPackingPortEntry 3 } portDelimiter2Enable OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable the second delimiter character." ::= { dataPackingPortEntry 4 } portDelimiter2 OBJECT-TYPE SYNTAX DisplayString (SIZE(0..2)) MAX-ACCESS read-write STATUS current DESCRIPTION "The second delimiter character, in hex decimal." ::= { dataPackingPortEntry 5 } portDelimiterProcess OBJECT-TYPE SYNTAX INTEGER { doNothing(1), delimiterAddOne(2), delimiterAddTwo(4), stripDelimiter(8) } MAX-ACCESS read-write STATUS current DESCRIPTION "'delimiterAddOne' or 'delimiterAddTwo': The data will be transmitted when an additional byte (for 'delimiterAddOne'), or an additional 2 bytes (for 'delimiterAddTwo') of data is received after receiving the Delimiter. 'stripDelimiter': When the delimiter is received, the Delimiter is deleted (i.e., stripped), and the remaining data is transmitted. 'doNothing': The data will be transmitted when the delimiter is received." ::= { dataPackingPortEntry 6 } portForceTransmit OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "0: Disable the force transmit timeout. 1 to 65535: Forces the NPort W2x50P series device server's TCP/IP protocol software to try to pack serial data received during the specified time into the same data frame." ::= { dataPackingPortEntry 7 } -- ------------------------------------------------------------- -- Serial port settings -> Communication Parameters settings -- ------------------------------------------------------------- comParamSetting OBJECT IDENTIFIER ::= { portSetting 2 } comParamPortTable OBJECT-TYPE SYNTAX SEQUENCE OF ComParamPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Communication Parameters table." ::= { comParamSetting 1 } comParamPortEntry OBJECT-TYPE SYNTAX ComParamPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Communication Parameters entry." INDEX { portIndex } ::= { comParamPortTable 1 } ComParamPortEntry ::= SEQUENCE { portAlias DisplayString, portInterface INTEGER, portBaudRate INTEGER, portBaudRateManual INTEGER, portDataBits INTEGER, portStopBits INTEGER, portParity INTEGER, portFlowControl INTEGER, portFIFO INTEGER } portAlias OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-write STATUS current DESCRIPTION "Port alias is included to allow easy identification of the serial devices that are connected to NPort W2x50P series device server's serial port." ::= { comParamPortEntry 1 } portInterface OBJECT-TYPE SYNTAX INTEGER { rs-232(0), rs-422(1), rs-485-2-wire(2), rs-485-4-wire(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The serial interface that the port works on." ::= { comParamPortEntry 2 } portBaudRate OBJECT-TYPE SYNTAX INTEGER { b50(0), b75(1), b110(2), b134(3), b150(4), b300(5), b600(6), b1200(7), b1800(8), b2400(9), b4800(10), b7200(11), b9600(12), b19200(13), b38400(14), b57600(15), b115200(16), b230400(17), b460800(18), b921600(19) } MAX-ACCESS read-write STATUS current DESCRIPTION "The port's speed in bits per second. You can choose a standard baud rate by indexing." ::= { comParamPortEntry 3 } portBaudRateManual OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The port's speed in bits per second. You can specify a baud rate manually." ::= { comParamPortEntry 4 } portDataBits OBJECT-TYPE SYNTAX INTEGER { bits-5(0), bits-6(1), bits-7(2), bits-8(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The number of bits in a character for the port." ::= { comParamPortEntry 5 } portStopBits OBJECT-TYPE SYNTAX INTEGER { bits-1(0), bits-1dot5(1), bits-2(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The number of stop bits for the port." ::= { comParamPortEntry 6 } portParity OBJECT-TYPE SYNTAX INTEGER { none(0), odd(1), even(2), mark(3), space(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "The parity bit for the port." ::= { comParamPortEntry 7 } portFlowControl OBJECT-TYPE SYNTAX INTEGER { none(0), rts-cts(1), xon-xoff(2), dtr-dsr(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The flow-control method for the port." ::= { comParamPortEntry 8 } portFIFO OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable the port's FIFO." ::= { comParamPortEntry 9 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Data Buffering/Log -- -------------------------------------------------------------------------------------- dataBuffering OBJECT IDENTIFIER ::= { portSetting 3 } dataBufferingPortTable OBJECT-TYPE SYNTAX SEQUENCE OF DataBufferingPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Data Buffering/Log table." ::= { dataBuffering 1 } dataBufferingPortEntry OBJECT-TYPE SYNTAX DataBufferingPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Data Buffering/Log entry." INDEX { portIndex } ::= { dataBufferingPortTable 1 } DataBufferingPortEntry ::= SEQUENCE { portBufferingEnable INTEGER, portSerialDataLoggingEnable INTEGER } portBufferingEnable OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable off-line port buffering." ::= { dataBufferingPortEntry 1 } portSerialDataLoggingEnable OBJECT-TYPE SYNTAX INTEGER {disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable serial data logging for the port." ::= { dataBufferingPortEntry 2 } -- -------------------------------------------------------------------------------------- -- Serial port settings -> Welcome Message -- -------------------------------------------------------------------------------------- welcomeMessage OBJECT IDENTIFIER ::= { portSetting 4 } portEnableWelcomeMessage OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable the welcome message." ::= { welcomeMessage 1 } portMessage OBJECT-TYPE SYNTAX DisplayString (SIZE(0..1280)) MAX-ACCESS read-write STATUS current DESCRIPTION "Set up a welcome message to greet dial-in users." ::= { welcomeMessage 2 } -- ------------------------------------------------------------- -- System Management -- ------------------------------------------------------------- sysManagement OBJECT IDENTIFIER ::= { swMgmt 5 } -- ------------------------------------------------------------- -- System Management -> Misc. Network Settings -- ------------------------------------------------------------- miscNetworkSettings OBJECT IDENTIFIER ::= { sysManagement 1 } -- ---------------------------------------------------------------------------- -- System Management -> Misc. Network Settings -> Accessible IP List -- ---------------------------------------------------------------------------- accessibleIp OBJECT IDENTIFIER ::= { miscNetworkSettings 1 } enableAccessibleIpList OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable the entire accessible IP list." ::= { accessibleIp 1 } accessibleIpListTable OBJECT-TYPE SYNTAX SEQUENCE OF AccessibleIpListEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Accessible IP List table." ::= { accessibleIp 2 } accessibleIpListEntry OBJECT-TYPE SYNTAX AccessibleIpListEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Accessible IP List entry." INDEX { accessibleIpListIndex } ::= { accessibleIpListTable 1 } AccessibleIpListEntry ::= SEQUENCE { accessibleIpListIndex INTEGER, activeAccessibleIpList INTEGER, accessibleIpListAddress IpAddress, accessibleIpListNetmask IpAddress } accessibleIpListIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Accessible IP List index." ::= { accessibleIpListEntry 1 } activeAccessibleIpList OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable this accessible IP entry." ::= { accessibleIpListEntry 2 } accessibleIpListAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Accessible IP address. This value can be the IP address of a single host if the netmask is set to '255.255.255.255,' or it can be a network address." ::= { accessibleIpListEntry 3 } accessibleIpListNetmask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Accessible IP address netmask. The IP address and netmask are used to specify a group of remote hosts." ::= { accessibleIpListEntry 4 } -- ---------------------------------------------------------------------------- -- System Management -> Misc. Network Settings -> SNMP Agent Settings -- ---------------------------------------------------------------------------- snmpAgentSettings OBJECT IDENTIFIER ::= { miscNetworkSettings 2 } snmpEnable OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable SNMP agent." ::= { snmpAgentSettings 1 } snmpContactName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..40)) MAX-ACCESS read-write STATUS current DESCRIPTION "The SNMP contact information usually includes an emergency contact name and telephone or pager number." ::= { snmpAgentSettings 2 } snmpLocation OBJECT-TYPE SYNTAX DisplayString (SIZE(0..40)) MAX-ACCESS read-write STATUS current DESCRIPTION "Specify the location string for SNMP agents, such as the NPort W2x50P series device server. This string is usually set to the street address where the NPort W2x50P series device server is physically located." ::= { snmpAgentSettings 3 } -- ---------------------------------------------------------------------------- -- System Management -> Misc. Network Settings -> Host Table -- ---------------------------------------------------------------------------- hostTable OBJECT IDENTIFIER ::= { miscNetworkSettings 3 } hostTableTable OBJECT-TYPE SYNTAX SEQUENCE OF HostTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Host Table." ::= { hostTable 1 } hostTableEntry OBJECT-TYPE SYNTAX HostTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Host Table entry." INDEX { hostTableIndex } ::= { hostTableTable 1 } HostTableEntry ::= SEQUENCE { hostTableIndex INTEGER, hostName DisplayString, hostIpAddress IpAddress } hostTableIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The Host Table index." ::= { hostTableEntry 1 } hostName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-write STATUS current DESCRIPTION "The host name of the host table entry." ::= { hostTableEntry 2 } hostIpAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Related IP address of the host table entry." ::= { hostTableEntry 3 } -- ---------------------------------------------------------------------------- -- System Management -> Misc. Network Settings -> User Table -- ---------------------------------------------------------------------------- userTable OBJECT IDENTIFIER ::= { miscNetworkSettings 4 } userTableTable OBJECT-TYPE SYNTAX SEQUENCE OF UserTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "User Table." ::= { userTable 1 } userTableEntry OBJECT-TYPE SYNTAX UserTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "User Table entry." INDEX { userTableIndex } ::= { userTableTable 1 } UserTableEntry ::= SEQUENCE { userTableIndex INTEGER, userNameUserTable DisplayString, passwordUserTable DisplayString } userTableIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The User Table index." ::= { userTableEntry 1 } userNameUserTable OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-write STATUS current DESCRIPTION "The user name of this entry." ::= { userTableEntry 2 } passwordUserTable OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-write STATUS current DESCRIPTION "The password of this user entry." ::= { userTableEntry 3 } -- ---------------------------------------------------------------------------- -- System Management -> Misc. Network Settings -> Authentication Server -- ---------------------------------------------------------------------------- authenticationServer OBJECT IDENTIFIER ::= { miscNetworkSettings 5 } radiusServerIp OBJECT-TYPE SYNTAX DisplayString (SIZE(0..40)) MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address or domain name of the RADIUS server." ::= { authenticationServer 1 } radiusKey OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-write STATUS current DESCRIPTION "RADIUS password. Must be the same as in the RADIUS server." ::= { authenticationServer 2 } udpPortAuthenticationServer OBJECT-TYPE SYNTAX INTEGER { port1645(1645), port1812(1812)} MAX-ACCESS read-write STATUS current DESCRIPTION "The UDP port of the RADIUS server." ::= { authenticationServer 3 } radiusAccounting OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable RADIUS accounting." ::= { authenticationServer 4 } -- ---------------------------------------------------------------------------- -- System Management -> Misc. Network Settings -> System Log Settings -- ---------------------------------------------------------------------------- sysLogSettings OBJECT IDENTIFIER ::= { miscNetworkSettings 6 } sysLocalLog OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Log the following events to the system log: System Cold Start, System Warm Start." ::= { sysLogSettings 1 } networkLocalLog OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Log the following events to the system log: DHCP/BOOTP/PPPoE Get IP/Renew, NTP, Mail Fail, NTP Connect Fail, DHCP Fail, IP Conflict, Ethernet Link Down." ::= { sysLogSettings 2 } configLocalLog OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Log the following events to the system log: Login Fail, IP Changed, Password Changed, Config Changed, Firmware Upgrade, SSL Key Import, Config Import, Config Export." ::= { sysLogSettings 3 } opModeLocalLog OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Log the following op-mode events to the system log: Connect, Disconnect, Authentication Fail, Restart." ::= { sysLogSettings 4 } -- ------------------------------------------------------------- -- System Management -> Auto Warning Settings -- ------------------------------------------------------------- autoWarningSettings OBJECT IDENTIFIER ::= { sysManagement 2 } -- ------------------------------------------------------------- -- System Management -> Auto Warning Settings -> Event Settings -- ------------------------------------------------------------- eventSettings OBJECT IDENTIFIER ::= { autoWarningSettings 1 } mailWarningColdStart OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Refers to starting the system from power off (contrast this with warm start). When performing a cold start, the NPort W2x50P series device server will automatically issue an auto warning message by e-mail after booting up." ::= { eventSettings 1 } mailWarningWarmStart OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Refers to restarting the NPort W2x50P without turning the power off. When performing a warm start, the NPort W2x50P series device server will automatically send an e-mail after rebooting." ::= { eventSettings 2 } mailWarningAuthFailure OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The user inputs a wrong password from the Console or Administrator. When authentication failure occurs, the NPort W2x50P series device server will immediately send an e-mail." ::= { eventSettings 3 } mailWarningIpChanged OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The user has changed the NPort W2x50P series device server's IP address. When the IP address changes, the NPort W2x50P series device server will send an e-mail with the new IP address before it reboots. If the NPort W2x50P series device server is unable to send an e-mail message to the mail server within 15 seconds, it will reboot anyway, and abort the e-mail auto warning." ::= { eventSettings 4 } mailWarningPasswordChanged OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The user has changed the NPort W2x50P series device server's password. When the password changes, the NPort W2x50P series device server will send an e-mail with the password changed notice before it reboots. If the NPort W2x50P series device server is unable to send an e-mail message to the mail server within 15 seconds, it will reboot anyway, and abort the e-mail auto warning." ::= { eventSettings 5 } trapServerColdStart OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Refers to starting the system from power off (contrast this with warm start). When performing a cold start, the NPort W2x50P series device server will automatically issue an auto warning message by sending an SNMP trap after booting up." ::= { eventSettings 6 } trapServerWarmStart OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Refers to restarting the NPort W2x50P without turning the power off. When performing a warm start, the NPort W2x50P series device server will automatically send an SNMP trap after rebooting." ::= { eventSettings 7 } trapServerAuthFailure OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The user inputs a wrong password from the Console or Administrator. When authentication failure occurs, the NPort W2x50P series device server will immediately send an SNMP trap." ::= { eventSettings 8 } -- ------------------------------------------------------------- -- System Management -> Auto Warning Settings -> Serial Event Settings -- ------------------------------------------------------------- serialEventSettings OBJECT IDENTIFIER ::= { autoWarningSettings 2 } portEventSettingsTable OBJECT-TYPE SYNTAX SEQUENCE OF PortEventSettingsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Port Event Settings Table." ::= { serialEventSettings 1 } portEventSettingsEntry OBJECT-TYPE SYNTAX PortEventSettingsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Port Event Settings entry." INDEX { portIndex } ::= { portEventSettingsTable 1 } PortEventSettingsEntry ::= SEQUENCE { mailDCDchange INTEGER, trapDCDchange INTEGER, alarmDCDchange INTEGER, mailDSRchange INTEGER, trapDSRchange INTEGER, alarmDSRchange INTEGER } mailDCDchange OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "A change in the DCD (Data Carrier Detect) signal indicates that the modem connection status has changed. For example, if the DCD signal changes to low, it indicates that the connection line is down. When the DCD signal changes to low, the NPort W2x50P series device server will immediately send an e-mail message." ::= { portEventSettingsEntry 1 } trapDCDchange OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "A change in the DCD (Data Carrier Detect) signal indicates that the modem connection status has changed. For example, if the DCD signal changes to low, it indicates that the connection line is down. When the DCD signal changes to low, the NPort W2x50P series device server will immediately send an SNMP trap." ::= { portEventSettingsEntry 2 } alarmDCDchange OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "A change in the DCD (Data Carrier Detect) signal indicates that the modem connection status has changed. For example, if the DCD signal changes to low, it indicates that the connection line is down. When the DCD signal changes to low, the NPort W2x50P series device server will immediately raise a d-out alarm." ::= { portEventSettingsEntry 3 } mailDSRchange OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "A change in the DSR (Data Set Ready) signal indicates that the data communication equipment is powered off. For example, if the DSR signal changes to low, it indicates that the data communication equipment is powered down. When the DSR signal changes to low, the NPort W2x50P series device server will immediately send an e-mail message." ::= { portEventSettingsEntry 4 } trapDSRchange OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "A change in the DSR (Data Set Ready) signal indicates that the data communication equipment is powered off. For example, if the DSR signal changes to low, it indicates that the data communication equipment is powered down. When the DSR signal changes to low, the NPort W2x50P series device server will immediately send an SNMP trap." ::= { portEventSettingsEntry 5 } alarmDSRchange OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "A change in the DSR (Data Set Ready) signal indicates that the data communication equipment is powered off. For example, if the DSR signal changes to low, it indicates that the data communication equipment is powered down. When the DSR signal changes to low, the NPort W2x50P series device server will immediately raise a d-out alarm." ::= { portEventSettingsEntry 6 } -- ------------------------------------------------------------- -- System Management -> Auto Warning Settings -> E-mail Alert -- ------------------------------------------------------------- emailAlert OBJECT IDENTIFIER ::= { autoWarningSettings 3 } emailWarningMailServer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The e-mail server's IP address or domain name of the e-mail warning function." ::= { emailAlert 1 } emailRequiresAuthentication OBJECT-TYPE SYNTAX INTEGER { non-require(0), require(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Set if the mail server requires user login." ::= { emailAlert 2 } emailWarningUserName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The user name used to log into the mail server if authentication is required." ::= { emailAlert 3 } emailWarningPassword OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The password used to log into the mail server if authentication is required." ::= { emailAlert 4 } emailWarningFromEmail OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The e-mail address to be filled in the 'From' field of the auto-warning e-mail." ::= { emailAlert 5 } emailWarningFirstEmailAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The first email address to where the auto-warning e-mail is to be sent." ::= { emailAlert 6 } emailWarningSecondEmailAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The second email address to where the auto-warning e-mail is to be sent." ::= { emailAlert 7 } emailWarningThirdEmailAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The third email address to where the auto-warning e-mail is to be sent." ::= { emailAlert 8 } emailWarningFourthEmailAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The fourth email address to where the auto-warning e-mail is to be sent." ::= { emailAlert 9 } -- ------------------------------------------------------------- -- System Management -> Auto Warning Settings -> SNMP Trap -- ------------------------------------------------------------- snmpTrap OBJECT IDENTIFIER ::= { autoWarningSettings 4 } snmpTrapReceiverIp OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP trap server IP address or domain name." ::= { snmpTrap 1 } trapVersion OBJECT-TYPE SYNTAX INTEGER { v1(0), v2c(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "SNMP trap version used for the auto-warning function." ::= { snmpTrap 2 } -- ------------------------------------------------------------- -- System Management -> Maintenance -- ------------------------------------------------------------- maintenance OBJECT IDENTIFIER ::= { sysManagement 3 } -- ---------------------------------------------------------------------------- -- System Management -> Maintenance -> Console Settings -- ---------------------------------------------------------------------------- consoleSettings OBJECT IDENTIFIER ::= { maintenance 1 } httpConsole OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable HTTP console." ::= { consoleSettings 1 } httpsConsole OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable HTTPS console." ::= { consoleSettings 2 } telnetConsole OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable Telnet console." ::= { consoleSettings 3 } sshConsole OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable SSH console." ::= { consoleSettings 4 } resetButtonFunction OBJECT-TYPE SYNTAX INTEGER { disable-after-60-sec(0), always-enable(1)} MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable reset button protection. You can disable the hardware reset button after the NPort W2x50P series device server has been restarted for 60 seconds." ::= { consoleSettings 5 } -- ---------------------------------------------------------------------------- -- System Management -> Maintenance -> Load Factory Default -- ---------------------------------------------------------------------------- loadFactoryDefault OBJECT IDENTIFIER ::= { maintenance 2 } loadFactoryDefaultSetting OBJECT-TYPE SYNTAX INTEGER { resetToFactoryDefault-ExcludingIpConfiguration (0), resetToFactoryDefault (1) } MAX-ACCESS write-only STATUS current DESCRIPTION "This function will reset all of the NPort W2x50P series device server's settings to the factory default values. Be aware that previous settings will be lost. Selecting Reset to factory default (excluding IP configuration) will reset all settings except the IP configuration to factory defaults. Selecting Reset to factory default will reset all settings including the IP configuration to factory defaults." ::= { loadFactoryDefault 1 } -- ------------------------------------------------------------- -- System Status -- ------------------------------------------------------------- sysStatus OBJECT IDENTIFIER ::= { swMgmt 6 } -- ------------------------------------------------------------- -- System Status -> Serial to Network Connections -- ------------------------------------------------------------- s2eConnections OBJECT IDENTIFIER ::= { sysStatus 1 } monitorRemoteIpTable OBJECT-TYPE SYNTAX SEQUENCE OF MonitorRemoteIpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial to Network Connections Remote IP table." ::= { s2eConnections 1 } monitorRemoteIpEntry OBJECT-TYPE SYNTAX MonitorRemoteIpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial to Network Connections Remote IP entry." INDEX { portIndex, remoteIpIndex } ::= { monitorRemoteIpTable 1 } MonitorRemoteIpEntry ::= SEQUENCE { remoteIpIndex INTEGER, monitorRemoteIp IpAddress, } remoteIpIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Serial to Network Connections Remote IP index." ::= { monitorRemoteIpEntry 1 } monitorRemoteIp OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The remote IP currently connecting to this port." ::= { monitorRemoteIpEntry 2 } -- ------------------------------------------------------------- -- System Status -> Serial Port Status -- ------------------------------------------------------------- serialPortStatus OBJECT IDENTIFIER ::= { sysStatus 2 } monitorSerialPortStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF MonitorSerialPortStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial Port Status table." ::= { serialPortStatus 1 } monitorSerialPortStatusEntry OBJECT-TYPE SYNTAX MonitorSerialPortStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial Port Status entry." INDEX { portIndex } ::= { monitorSerialPortStatusTable 1 } MonitorSerialPortStatusEntry ::= SEQUENCE { monitorTxCount INTEGER, monitorRxCount INTEGER, monitorTxTotalCount INTEGER, monitorRxTotalCount INTEGER, monitorDSR INTEGER, monitorDTR INTEGER, monitorRTS INTEGER, monitorCTS INTEGER, monitorDCD INTEGER } monitorTxCount OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of bytes transmitted from the port since the last time the port was initialized." ::= { monitorSerialPortStatusEntry 1 } monitorRxCount OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of bytes received by the port since the last time the port was initialized." ::= { monitorSerialPortStatusEntry 2 } monitorTxTotalCount OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of bytes transmitted from the port since the last time the system was initialized." ::= { monitorSerialPortStatusEntry 3 } monitorRxTotalCount OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of bytes received by the port since the last time the system was initialized." ::= { monitorSerialPortStatusEntry 4 } monitorDSR OBJECT-TYPE SYNTAX INTEGER { off(0), on(1)} MAX-ACCESS read-only STATUS current DESCRIPTION "View the current DSR status of this port." ::= { monitorSerialPortStatusEntry 5 } monitorDTR OBJECT-TYPE SYNTAX INTEGER { off(0), on(1)} MAX-ACCESS read-only STATUS current DESCRIPTION "View the current DTR status of this port." ::= { monitorSerialPortStatusEntry 6 } monitorRTS OBJECT-TYPE SYNTAX INTEGER { off(0), on(1)} MAX-ACCESS read-only STATUS current DESCRIPTION "View the current RTS status of this port." ::= { monitorSerialPortStatusEntry 7 } monitorCTS OBJECT-TYPE SYNTAX INTEGER { off(0), on(1)} MAX-ACCESS read-only STATUS current DESCRIPTION "View the current CTS status of this port." ::= { monitorSerialPortStatusEntry 8 } monitorDCD OBJECT-TYPE SYNTAX INTEGER { off(0), on(1)} MAX-ACCESS read-only STATUS current DESCRIPTION "View the current DCD status of this port." ::= { monitorSerialPortStatusEntry 9 } -- ------------------------------------------------------------- -- System Status -> Serial Port Error Count -- ------------------------------------------------------------- serialPortErrorCount OBJECT IDENTIFIER ::= { sysStatus 3 } monitorSerialPortErrorCountTable OBJECT-TYPE SYNTAX SEQUENCE OF MonitorSerialPortErrorCountEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial Port Error Count table." ::= { serialPortErrorCount 1 } monitorSerialPortErrorCountEntry OBJECT-TYPE SYNTAX MonitorSerialPortErrorCountEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial Port Error Count entry." INDEX { portIndex } ::= { monitorSerialPortErrorCountTable 1 } MonitorSerialPortErrorCountEntry ::= SEQUENCE { monitorErrorCountFrame INTEGER, monitorErrorCountParity INTEGER, monitorErrorCountOverrun INTEGER, monitorErrorCountBreak INTEGER } monitorErrorCountFrame OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of 'Frame' errors for this port." ::= { monitorSerialPortErrorCountEntry 1 } monitorErrorCountParity OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of 'Parity' errors for this port." ::= { monitorSerialPortErrorCountEntry 2 } monitorErrorCountOverrun OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of 'Overrun' errors for this port." ::= { monitorSerialPortErrorCountEntry 3 } monitorErrorCountBreak OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of 'Break' errors for this port." ::= { monitorSerialPortErrorCountEntry 4 } -- ------------------------------------------------------------- -- System Status -> Serial Port Settings -- ------------------------------------------------------------- serialPortSettings OBJECT IDENTIFIER ::= { sysStatus 4 } monitorSerialPortSettingsTable OBJECT-TYPE SYNTAX SEQUENCE OF MonitorSerialPortSettingsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial Port Settings table." ::= { serialPortSettings 1 } monitorSerialPortSettingsEntry OBJECT-TYPE SYNTAX MonitorSerialPortSettingsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial Port Settings entry." INDEX { portIndex } ::= { monitorSerialPortSettingsTable 1 } MonitorSerialPortSettingsEntry ::= SEQUENCE { monitorBaudRate INTEGER, monitorDataBits INTEGER, monitorStopBits DisplayString, monitorParity INTEGER, monitorRTSCTSFlowControl INTEGER, monitorXONXOFFFlowControl INTEGER, monitorDTRDSRFlowControl INTEGER, monitorFIFO INTEGER, monitorInterface INTEGER } monitorBaudRate OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View the current baudrate of the port." ::= { monitorSerialPortSettingsEntry 1 } monitorDataBits OBJECT-TYPE SYNTAX INTEGER { bits-5(0), bits-6(1), bits-7(2), bits-8(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of bits per byte for the port." ::= { monitorSerialPortSettingsEntry 2 } monitorStopBits OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "View the number of stop bits for the port." ::= { monitorSerialPortSettingsEntry 3 } monitorParity OBJECT-TYPE SYNTAX INTEGER { none(0), odd(8), even(24), mark(40), space(56) } MAX-ACCESS read-only STATUS current DESCRIPTION "View the parity bit for the port." ::= { monitorSerialPortSettingsEntry 4 } monitorRTSCTSFlowControl OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "View if the port is using RTS/CTS flow control." ::= { monitorSerialPortSettingsEntry 5 } monitorXONXOFFFlowControl OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "View if the port is using XON/XOFF flow control." ::= { monitorSerialPortSettingsEntry 6 } monitorDTRDSRFlowControl OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "View if the port is using DTR/DSR flow control." ::= { monitorSerialPortSettingsEntry 7 } monitorFIFO OBJECT-TYPE SYNTAX INTEGER { disable(0), enable(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "View FIFO status of this port." ::= { monitorSerialPortSettingsEntry 8 } monitorInterface OBJECT-TYPE SYNTAX INTEGER { rs-232(0), rs-422(1), rs-485-2-wire(2), rs-485-4-wire(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "View the serial interface that the port is using." ::= { monitorSerialPortSettingsEntry 9 } -- ------------------------------------------------------------- -- System Status -> Buffering -- ------------------------------------------------------------- serialPortBuffering OBJECT IDENTIFIER ::= { sysStatus 5 } monitorSerialPortBufferingTable OBJECT-TYPE SYNTAX SEQUENCE OF MonitorSerialPortBufferingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial Port Buffering table." ::= { serialPortBuffering 1 } monitorSerialPortBufferingEntry OBJECT-TYPE SYNTAX MonitorSerialPortBufferingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Serial Port Settings entry." INDEX { portIndex } ::= { monitorSerialPortBufferingTable 1 } MonitorSerialPortBufferingEntry ::= SEQUENCE { monitorBuffering INTEGER } monitorBuffering OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "View length of buffered data for the port. The length unit is byte." ::= { monitorSerialPortBufferingEntry 1 } -- ------------------------------------------------------------- -- System Status -> WLAN Status -- ------------------------------------------------------------- sysWlanStatus OBJECT IDENTIFIER ::= { sysStatus 6 } wlanStatusActiveProfileName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The active profile name." ::= { sysWlanStatus 1 } wlanStatusIpConfiguration OBJECT-TYPE SYNTAX INTEGER { static(0), dhcp(1), dhcp-BOOTP(2), bootp(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The IP configuration mode of the NPort. You can choose from four possible IP configuration modes: Static, DHCP, DHCP/BOOTP, BOOTP." ::= { sysWlanStatus 2 } wlanStatusIpAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "An IP address is a number assigned to a network device (such as a computer) as a permanent address on the network. Computers use the IP address to identify and talk to each other over the network. Choose a proper IP address that is unique and valid in your network environment." ::= { sysWlanStatus 3 } wlanStatusNetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "A subnet mask represents all of the network hosts at one geographic location, in one building, or on the same local area network. When a packet is sent out over the network, the NPort W2x50P series device server will use the subnet mask to check whether the TCP/IP host specified in the packet is on the local network segment. If the address is on the same network segment as the NPort W2x50P series device server, a connection is established directly from the NPort W2x50P series device server. Otherwise, the connection is established through the given default gateway." ::= { sysWlanStatus 4 } wlanStatusDefaultGateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "A gateway is a network computer that acts as an entrance to another network. Usually, the computers that control traffic within the network or at the local Internet service provider are gateway nodes. The NPort W2x50P series device server needs to know the IP address of the default gateway computer in order to communicate with the hosts outside the local network environment. For correct gateway IP address information, consult with the network administrator." ::= { sysWlanStatus 5 } wlanStatusNetworkType OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Network Type of Wireless LAN. The possible values are 'Infrastrcture Mode' and 'Ad-hoc Mode'" ::= { sysWlanStatus 6 } wlanStatusOperationMode OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Operation Mode of Wireless LAN. The possible values are 'N/A', 'Auto', '802.11a', '802.11b', '802.11g'" ::= { sysWlanStatus 7 } wlanStatusSSID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The SSID of WLAN." ::= { sysWlanStatus 8 } wlanStatusChannel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The currently used channel." ::= { sysWlanStatus 9 } wlanStatusAuthentication OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Authentication type of Wireless LAN. The possible values are 'Unknown', 'Open System', 'Shared Key', 'WPA', 'WPA-PSK', 'WPA2', 'WPA2-PSK'" ::= { sysWlanStatus 10 } wlanStatusEncryption OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Show encryption type of Wireless LAN." ::= { sysWlanStatus 11 } wlanStatusRegion OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Display region. The possible values are 'US', 'EU', 'JP'" ::= { sysWlanStatus 12 } wlanStatusSignalStrength OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The signal strength of Wireless LAN." ::= { sysWlanStatus 13 } wlanStatusConnectionSpeed OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The connection speed of Wireless LAN." ::= { sysWlanStatus 14 } -- ------------------------------------------------------------- -- Save Configuration -- ------------------------------------------------------------- saveConfiguration OBJECT IDENTIFIER ::= { swMgmt 7 } saveConfig OBJECT-TYPE SYNTAX INTEGER { save(1) } MAX-ACCESS write-only STATUS current DESCRIPTION "Save the applied configuration to the NPort W2x50P series device server." ::= { saveConfiguration 1 } -- ------------------------------------------------------------- -- Restart -- ------------------------------------------------------------- restart OBJECT IDENTIFIER ::= { swMgmt 8 } restartPorts OBJECT-TYPE SYNTAX INTEGER { port1(0), port2(1) } MAX-ACCESS write-only STATUS current DESCRIPTION "Restart serial port. Restarting will cause port reseting." ::= { restart 1 } restartSystem OBJECT-TYPE SYNTAX INTEGER { restart(1) } MAX-ACCESS write-only STATUS current DESCRIPTION "Restart the NPort W2x50P series device server. Be sure to save all of your configuration changes before you restart the system. Otherwise, all of the changes will be lost." ::= { restart 2 } END