NBurnSB72-MIB DEFINITIONS ::= BEGIN IMPORTS mgmt, enterprises,IpAddress FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; netburner OBJECT IDENTIFIER ::= { enterprises 8174 } sb72 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 } SB72DataBaudRate OBJECT-TYPE SYNTAX INTEGER (300..115200) ACCESS read-write STATUS mandatory DESCRIPTION " The baud rate for the serial data port " ::= {sb72 1 } SB72OutputBits OBJECT-TYPE SYNTAX INTEGER (6..8) ACCESS read-write STATUS mandatory DESCRIPTION " The number of data bits for the serial data port " ::= {sb72 2 } SB72OutputStop OBJECT-TYPE SYNTAX INTEGER (1..2) ACCESS read-write STATUS mandatory DESCRIPTION " The number of stop bits for the serial data port " ::= {sb72 3 } SB72OutputParity OBJECT-TYPE SYNTAX INTEGER { none(1), even(2), odd(3)} ACCESS read-write STATUS mandatory DESCRIPTION " The pariety mode for the serial data port " ::= {sb72 4 } SB72SerialMode 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 " ::= {sb72 5 } SB72FlowMode 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 " ::= {sb72 6 } SB72ConnectIdleTimeout OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION " The timeout value for SB72 initiated network connections.(0 - no timeout)" ::= {sb72 7 } SB72ListenIdleTimeout OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION " The timeout value for externally initiated network connections.(0 - no timeout)" ::= {sb72 8 } SB72NewConnectionTimeout OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION " The timeout value for allowing external connections to bump off old connections. " ::= {sb72 9 } SB72ConnectionRetryTimeout OBJECT-TYPE SYNTAX INTEGER (10..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The timeout value for atempting to establish n external connection after failure" ::= {sb72 10 } SB72ConnectName 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" ::= {sb72 11 } SB72ListenPort OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The TCP port to listen on for incomming connections." ::= {sb72 12 } SB72ConnectPort OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The TCP port to make outgoing connections to." ::= {sb72 13 } SB72ConnectMode OBJECT-TYPE SYNTAX INTEGER {Never(1),AtPowerup(2), whenDataReceived(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The Mode for the SB72 to establish outgoing TCP connections." ::= {sb72 14 } SB72DHCPName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(1..40)) ACCESS read-write STATUS mandatory DESCRIPTION "The name of this device used for DHCP identification." ::= {sb72 15} END