NBurnSB70-MIB DEFINITIONS ::= BEGIN IMPORTS mgmt, enterprises,IpAddress FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; netburner OBJECT IDENTIFIER ::= { enterprises 8174 } SB70 OBJECT IDENTIFIER ::= { netburner 72 } READCOMMUNITY OBJECT-TYPE SYNTAX OCTET STRING (SIZE(1..255)) ACCESS read-write STATUS mandatory DESCRIPTION " ReadCommunity name" ::= {netburner 1} WRITECOMMUNITY OBJECT-TYPE SYNTAX OCTET STRING (SIZE(1..255)) ACCESS read-write STATUS mandatory DESCRIPTION " WriteCommunity name" ::= {netburner 2} TRAPDESTINATION OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION " The Trap destination IP address" ::= {netburner 3 } SB70DataBaudRate OBJECT-TYPE SYNTAX INTEGER (300..115200) ACCESS read-write STATUS mandatory DESCRIPTION " The baud rate for the serial data port " ::= {SB70 1 } SB70OutputBits OBJECT-TYPE SYNTAX INTEGER (6..8) ACCESS read-write STATUS mandatory DESCRIPTION " The number of data bits for the serial data port " ::= {SB70 2 } SB70OutputStop OBJECT-TYPE SYNTAX INTEGER (1..2) ACCESS read-write STATUS mandatory DESCRIPTION " The number of stop bits for the serial data port " ::= {SB70 3 } SB70OutputParity OBJECT-TYPE SYNTAX INTEGER { none(1), even(2), odd(3)} ACCESS read-write STATUS mandatory DESCRIPTION " The pariety mode for the serial data port " ::= {SB70 4 } SB70SerialMode OBJECT-TYPE SYNTAX INTEGER {Rs232DataOnPort1(1),Rs232DataOnPort0(2),Rs485HalfDataOnPort0(3),Rs485FullDataOnPort0(4) } ACCESS read-write STATUS mandatory DESCRIPTION " The communications channel and mode for the serial data port " ::= {SB70 5 } SB70FlowMode OBJECT-TYPE SYNTAX INTEGER {None(1),XonXoff(2),RtsCts(3) } ACCESS read-write STATUS mandatory DESCRIPTION " The serial port flow control mode for the serial data port " ::= {SB70 6 } SB70ConnectIdleTimeout OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION " The timeout value for SB70 initiated network connections.(0 - no timeout)" ::= {SB70 7 } SB70ListenIdleTimeout OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION " The timeout value for externally initiated network connections.(0 - no timeout)" ::= {SB70 8 } SB70NewConnectionTimeout OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION " The timeout value for allowing external connections to bump off old connections. " ::= {SB70 9 } SB70ConnectionRetryTimeout OBJECT-TYPE SYNTAX INTEGER (10..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The timeout value for atempting to establish n external connection after failure" ::= {SB70 10 } SB70ConnectName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(1..40)) ACCESS read-write STATUS mandatory DESCRIPTION "The name or textual IP address of the machine to establish connections with" ::= {SB70 11 } SB70ListenPort OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The TCP port to listen on for incomming connections." ::= {SB70 12 } SB70ConnectPort OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The TCP port to make outgoing connections to." ::= {SB70 13 } SB70ConnectMode OBJECT-TYPE SYNTAX INTEGER {Never(1),AtPowerup(2), whenDataReceived(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The Mode for the SB70 to establish outgoing TCP connections." ::= {SB70 14 } SB70DHCPName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(1..40)) ACCESS read-write STATUS mandatory DESCRIPTION "The name of this device used for DHCP identification." ::= {SB70 15} END