GBNPlatformOAM-MIB

File: GBNPlatformOAM-MIB.mib (48241 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
GREENTECH-MASTER-MIB SNMP-FRAMEWORK-MIB Q-BRIDGE-MIB

Imported symbols

Unsigned32 MODULE-IDENTITY OBJECT-TYPE
Integer32 IpAddress NOTIFICATION-TYPE
DisplayString MacAddress RowStatus
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
gbnPlatform SnmpAdminString PortList
dot1qStaticMulticastEntry

Defined Types

VctRunResultTxRxPairNoType  
txpair1 rxpair1 txpair2 rxpair2
TEXTUAL-CONVENTION    
  INTEGER txpair1(0), rxpair1(1), txpair2(2), rxpair2(3)  

VctRunResultStatusType  
normal short open impedance mismatch
TEXTUAL-CONVENTION    
  INTEGER normal(0), short(1), open(2), impedance-mismatch(3)  

SysIfManageVLANEntry  
SEQUENCE    
  sysIfManageVLANVid INTEGER
  sysIfManageVLANRowStatus RowStatus

IpAccessControlEntry  
SEQUENCE    
  controlIpAddress IpAddress
  controlIpMask IpAddress
  controlTeminal INTEGER
  controlStatus INTEGER

MusrEntry  
SEQUENCE    
  musrIndex Integer32
  musrName DisplayString
  musrPassword DisplayString
  musrType INTEGER
  musrRowStatus INTEGER

SnmpCommunityToViewEntry  
SEQUENCE    
  snmpComm2ViewIndex Integer32
  snmpComm2ViewCommName DisplayString
  snmpComm2ViewViewName SnmpAdminString
  snmpComm2ViewPermission INTEGER
  snmpComm2ViewRowStatus RowStatus

SnmpNotifyTypeEntry  
SEQUENCE    
  snmpPrivateNotifyType DisplayString
  snmpNotifyTypeStatus INTEGER

SnmpRemoteEngineEntry  
SEQUENCE    
  snmpRemoteHostTAddr OCTET STRING
  snmpRemoteEngineID DisplayString
  snmpDeleteRemoteEngineTableRow INTEGER

PortCarEntry  
SEQUENCE    
  portCarPort Integer32
  portCarEnable TruthValue
  portDiscardBpdu Integer32
  portCarRateBpdu Integer32

VctRunEntry  
SEQUENCE    
  vctRunPort Integer32
  vctRunEnable TruthValue
  vctAutoRunEnable TruthValue

VctRunResultEntry  
SEQUENCE    
  vctRunResultPort Integer32
  vctRunResultTxRxPairNo VctRunResultTxRxPairNoType
  vctRunResultStatus VctRunResultStatusType
  vctRunResultErrorLocation Integer32

Defined Values

gbnPlatformOAM 1.3.6.1.4.1.13464.1.2.1.1
Gbn Common Enterprise MIB definition.
MODULE-IDENTITY    

gbnPlatformOAMSysIf 1.3.6.1.4.1.13464.1.2.1.1.1
OBJECT IDENTIFIER    

gbnPlatformOAMSystem 1.3.6.1.4.1.13464.1.2.1.1.2
OBJECT IDENTIFIER    

gbnPlatformOAMIpAccessControl 1.3.6.1.4.1.13464.1.2.1.1.3
OBJECT IDENTIFIER    

gbnPlatformOAMWatchDog 1.3.6.1.4.1.13464.1.2.1.1.4
OBJECT IDENTIFIER    

gbnPlatformOAMMuser 1.3.6.1.4.1.13464.1.2.1.1.5
OBJECT IDENTIFIER    

gbnPlatformOAMUpDownLoad 1.3.6.1.4.1.13464.1.2.1.1.6
OBJECT IDENTIFIER    

gbnPlatformOAMSnmp 1.3.6.1.4.1.13464.1.2.1.1.7
OBJECT IDENTIFIER    

gbnPlatformOAMSntpClient 1.3.6.1.4.1.13464.1.2.1.1.8
OBJECT IDENTIFIER    

gbnPlatformOAMSyslog 1.3.6.1.4.1.13464.1.2.1.1.9
OBJECT IDENTIFIER    

gbnPlatformOAMPortCar 1.3.6.1.4.1.13464.1.2.1.1.10
OBJECT IDENTIFIER    

gbnPlatformOAMSsh 1.3.6.1.4.1.13464.1.2.1.1.11
OBJECT IDENTIFIER    

gbnPlatformOAMMailalarm 1.3.6.1.4.1.13464.1.2.1.1.12
OBJECT IDENTIFIER    

gbnPlatformOAMVctRun 1.3.6.1.4.1.13464.1.2.1.1.13
OBJECT IDENTIFIER    

gbnPlatformOAMVctRunResult 1.3.6.1.4.1.13464.1.2.1.1.14
OBJECT IDENTIFIER    

sysIfMACAddr 1.3.6.1.4.1.13464.1.2.1.1.1.1
DURABLE: { '000000000000'H } The base (i.e., first) MAC address used by the gbn agent for its in-band ports.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

sysIfIpAddress 1.3.6.1.4.1.13464.1.2.1.1.1.2
DURABLE: { '00000000'H } The IP Address for sw0 (swEND 0); only applies after reset - see 'gbnCommonMiscReset'.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sysIfIPGateAddress 1.3.6.1.4.1.13464.1.2.1.1.1.3
DURABLE: { '00000000'H } The default Gateway Address (i.e., next hop router) for sw0 (swEND 0); only applies after reset - see 'gbnCommonMiscReset'.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sysIfIPNetMask 1.3.6.1.4.1.13464.1.2.1.1.1.4
DURABLE: { 'ffffff00'H } The IP NetMask for sw0 (swEND 0); only applies after reset - see 'gbnCommonMiscReset'.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sysIfIPStatus 1.3.6.1.4.1.13464.1.2.1.1.1.5
This object is used to synchronize the modification of the IP parameters used by the protocol stack based on the gbnCommonIP MIB objects. This allows the user to change gbnCommonIPMACAddr, gbnCommonIPIpAddress, gbnCommonIPGateAddress, and gbnCommonIPNetMask, and then apply the changes to the unit using apply(4). If gbnCommonIPStatus returns notModified(1), no modifications were made to any gbnCommonIP MIB objects. If gbnCommonIPStatus returns modified(2), one or more objects were changed, but have not been applied. Both notModified(1) and modified(2) are read-only values; the agent returns a SNMP-BADVALUE for sets using these values. Both restore(3) and apply(4) are valid SET values. If one or more of the gbnCommonIP objects were modified, the user can restore the parameters to a mirror of the NVM values using restore(3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notModified(1), modified(2), restore(3), apply(4)  

sysIfBOOTPOnOff 1.3.6.1.4.1.13464.1.2.1.1.1.7
DURABLE: { disable } Enable/Disable BOOTP operation for the gbn agent. When 'disable(2)', no BOOTPs are transmitted by the Application. When 'enable(1)', the Application sends BOOTP requests during system startup.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysIfDHCPOnOff 1.3.6.1.4.1.13464.1.2.1.1.1.8
DURABLE: { disable } Enable/Disable DHCP operation for the gbn agent. When 'disable(2)', no DHCPs are transmitted by the Application. When enabled, the Application sends DHCP requests during system startup.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sysIfManageVLANTbale 1.3.6.1.4.1.13464.1.2.1.1.1.9
ManageVlan table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysIfManageVLANEntry

sysIfManageVLANEntry 1.3.6.1.4.1.13464.1.2.1.1.1.9.1
ManageVlan entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysIfManageVLANEntry  

sysIfManageVLANVid 1.3.6.1.4.1.13464.1.2.1.1.1.9.1.1
ManageVLAN-ID, as an index, the maximum number is 26.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

sysIfManageVLANRowStatus 1.3.6.1.4.1.13464.1.2.1.1.1.9.1.2
ManageVLAN status
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

softwarePlate 1.3.6.1.4.1.13464.1.2.1.1.2.1
Software platform used by switches.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

softwareVersion 1.3.6.1.4.1.13464.1.2.1.1.2.2
Software version, the format is V100R001B02D06P03SP3
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

softwareCompiledTimeE 1.3.6.1.4.1.13464.1.2.1.1.2.3
Software Compiled time displayed in English, the format is Feburary 17 2003 15:47:00
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

softwareCompiledTimeC 1.3.6.1.4.1.13464.1.2.1.1.2.4
Software Compiled time
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

cpuDescription 1.3.6.1.4.1.13464.1.2.1.1.2.5
System CPU description, the format is Mips 32334, 133MHz
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

sdramDescription 1.3.6.1.4.1.13464.1.2.1.1.2.6
System Memory description, the format is 32M
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

flashDescription 1.3.6.1.4.1.13464.1.2.1.1.2.7
System Flash description, the format is 4096k
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

hardwareVersion 1.3.6.1.4.1.13464.1.2.1.1.2.8
Hardware version, the format is V3.0
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

bootromVersion 1.3.6.1.4.1.13464.1.2.1.1.2.9
Bootrom version, the format is V2.0
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

hostName 1.3.6.1.4.1.13464.1.2.1.1.2.10
System host name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

cpuIdle 1.3.6.1.4.1.13464.1.2.1.1.2.11
The percentage of free CPU in the current system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

memorySize 1.3.6.1.4.1.13464.1.2.1.1.2.12
The current system memory size, unit is byte.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memoryIdle 1.3.6.1.4.1.13464.1.2.1.1.2.13
The current system free memory size, unit is byte.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

systemClock 1.3.6.1.4.1.13464.1.2.1.1.2.14
OBJECT IDENTIFIER    

clockTime 1.3.6.1.4.1.13464.1.2.1.1.2.14.1
The current calendar time in seconds. The based time is 1979/1/1. Year of the date must be the number between 2000 and 2099
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

timeZoneName 1.3.6.1.4.1.13464.1.2.1.1.2.14.2
the timezone name,1-32 letters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

timeZoneOffset 1.3.6.1.4.1.13464.1.2.1.1.2.14.3
seconds between current timezone and GMT
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..86399  

offsetNegFlag 1.3.6.1.4.1.13464.1.2.1.1.2.14.4
earlier or latter than GMT,it is true when timeZoneOffset is negative
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

productName 1.3.6.1.4.1.13464.1.2.1.1.2.15
DURABLE: { 'WindRiver gbn Agent' } The product name associated with this agent. This name is displayed on the console screens and Web pages.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..255)  

systemReset 1.3.6.1.4.1.13464.1.2.1.1.2.16
Physically performs a hardware reset of the unit. Use with care. A 'reset(2)' resets the unit, a 'resetToDefaults(3)' resets the NVM configuration to factory defaults and then resets the unit, and 'noop(1)' does nothing. A value of 'noop(1)' is always returned for a GET operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), reset(2), resetToDefaults(3)  

writeConfig 1.3.6.1.4.1.13464.1.2.1.1.2.17
When set to 'save(2)', config file is saved to NVM (Nonvolatile Memory). NVM save operations may be slow (e.g., erasing/writing Flash device). Consequently, all or many updates should be made before saving to NVM. Note that the SNMP set to 'save(2)' returns immediately to the caller. Gets on this object then return 'saveInProgress(3)' until the save operation completes, at which time 'noop(1)' is returned if the save operation is succeeded, otherwise 'saveFailed(4)' is returned. Consequently, a get operation always returns 'noop(1)', 'saveInProgress(3)' or 'saveFailed(4) depending on the current state and the result of the save operation. The agent returns 'badValue' for SNMPv1 or 'inconsistentValue' for SNMPv2c/v3 for a set to 'Save(2)' while the current get state is 'saveInProgress(3)'. Attempts to set this object to 'saveInProgress(3)' or 'saveFailed(4)' returns 'badValue' for SNMPv1 or 'wrongValue' for SNMPv2c/v3.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), save(2), saveInProgress(3), saveFailed(4)  

saveNMInterfaceConfig 1.3.6.1.4.1.13464.1.2.1.1.2.18
OBJECT IDENTIFIER    

nmInterfaceId 1.3.6.1.4.1.13464.1.2.1.1.2.18.1
interface id of vlan saved for nm-interface configuration.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4094  

nmInterfaceIpAddress 1.3.6.1.4.1.13464.1.2.1.1.2.18.2
ip address saved for nm-interface configuration.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmInterfaceNetMask 1.3.6.1.4.1.13464.1.2.1.1.2.18.3
mask saved for nm-interface configuration.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmInterfaceGateAddress 1.3.6.1.4.1.13464.1.2.1.1.2.18.4
gateway address saved for nm-interface configuration.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

writeNMInterfaceConifig 1.3.6.1.4.1.13464.1.2.1.1.2.18.5
We save the nm-interface configuration through setting this Mib. When setting to 'saveNmconfig(1)', nm-interface configuration is starting to be saved. At the same time the value of writeNMInterfaceConifigStatus Mib is set to 'saveInProgress(2)'. Then the value of nmInterfaceId, nmInterfaceIpAddress, nmInterfaceNetMask, nmInterfaceGateAddress will be read one by one.According to these value, the nm-interface configuration is to be saved. Untill the process was over the value of writeNMInterfaceConifigStatus Mib is changed to 'saveSuccess(1)'. And if the process was ended for exception the value of writeNMInterfaceConifigStatus Mib is set to a error code from 'saveFailed(3)' to 'invalidIpOrMask(11)'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER saveNmconfig(1)  

writeNMInterfaceConifigStatus 1.3.6.1.4.1.13464.1.2.1.1.2.18.6
Reserve the status of process in saving Nmconfig.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER saveSuccess(1), saveInProgress(2), saveFailed(3), noInterface(4), noIpAddress(5), differentSubnet(6), noInterfaceParameter(7), noIpAddressParameter(8), noMaskParameter(9), noGatewayParameter(10), invalidIpOrMask(11)  

prodSerialNo 1.3.6.1.4.1.13464.1.2.1.1.2.19
Product Serial Number
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..31)  

cpuBusyStatus 1.3.6.1.4.1.13464.1.2.1.1.2.20
CPU busy status
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cpuBusyAlarmEnable 1.3.6.1.4.1.13464.1.2.1.1.2.21
the enable status of cpu busy alarm.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue true(1), false(2)  

cpuBusyThreshold 1.3.6.1.4.1.13464.1.2.1.1.2.22
CPU busy threshold.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

cpuUnbusyThreshold 1.3.6.1.4.1.13464.1.2.1.1.2.23
CPU unbusy threshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cpuStatusTrap 1.3.6.1.4.1.13464.1.2.1.1.2.24
OBJECT IDENTIFIER    

cpuBusyTrap 1.3.6.1.4.1.13464.1.2.1.1.2.24.1
cpu busy trap.
Status: current Access: read-write
NOTIFICATION-TYPE    

cpuUnbusyTrap 1.3.6.1.4.1.13464.1.2.1.1.2.24.2
cpu unbusy trap.
Status: current Access: read-write
NOTIFICATION-TYPE    

ipAccessControlTable 1.3.6.1.4.1.13464.1.2.1.1.3.1
IP address access control table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpAccessControlEntry

ipAccessControlEntry 1.3.6.1.4.1.13464.1.2.1.1.3.1.1
IP address access control entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAccessControlEntry  

controlIpAddress 1.3.6.1.4.1.13464.1.2.1.1.3.1.1.1
The accessible ip address of the switch
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

controlIpMask 1.3.6.1.4.1.13464.1.2.1.1.3.1.1.2
The accessible ip address mask of the switch, wildcard supports mask and unmask
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

controlTeminal 1.3.6.1.4.1.13464.1.2.1.1.3.1.1.3
The client type connected to switch, snmp(1) means connecting switch by SNMP, web(2) means connecting switch by WEB, telnet(3) means connecting switch by telnet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER snmp(1), web(2), telnet(3)  

controlStatus 1.3.6.1.4.1.13464.1.2.1.1.3.1.1.4
IP address control status, active(1) means adding the ip address to list, destroy(2) means deleting the ip address from list
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), destroy(2)  

softDogProxy 1.3.6.1.4.1.13464.1.2.1.1.4.1
Enable/disable the soft dog.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

musrTable 1.3.6.1.4.1.13464.1.2.1.1.5.1
A Table of usr-name and Password.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MusrEntry

musrEntry 1.3.6.1.4.1.13464.1.2.1.1.5.1.1
A list of usr parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  MusrEntry  

musrIndex 1.3.6.1.4.1.13464.1.2.1.1.5.1.1.1
A simple index into 'gbnCommonUsrTable'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..8  

musrName 1.3.6.1.4.1.13464.1.2.1.1.5.1.1.2
A simple usrname of gbnCommonUsrEntry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

musrPassword 1.3.6.1.4.1.13464.1.2.1.1.5.1.1.3
A simple password of gbnCommonUsrEntry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

musrType 1.3.6.1.4.1.13464.1.2.1.1.5.1.1.4
DURABLE: { NormalUser } A simple UsrType into 'gbnCommonUsrTable'. when 'NomalUser' configuration is limitted
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normalUser(0), superUser(1)  

musrRowStatus 1.3.6.1.4.1.13464.1.2.1.1.5.1.1.5
DURABLE: { disable } A simple RowStatus into 'gbnCommonUsrTable'. when 'disable' the user is deleted
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

manageUserAuthenType 1.3.6.1.4.1.13464.1.2.1.1.5.2
Authentication method 1:local, 2:radius, 3:radius first and then local after failed,4:tacacsplus,5:tacacsplus first, and then local after failed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER locacl(1), radius(2), radiusFailLocal(3), tacacsplus(4), tacacsplusFailLocal(5)  

manageUserAuthenRadiusName 1.3.6.1.4.1.13464.1.2.1.1.5.3
radius server name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

manageUserAuthChallegeType 1.3.6.1.4.1.13464.1.2.1.1.5.4
Radius authentication method 1:CHAP, 2:PAP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER chap(1), pap(2)  

manageUserTacacsAuthor 1.3.6.1.4.1.13464.1.2.1.1.5.5
authorization afer authenticastion.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

manageUserTacacsAccount 1.3.6.1.4.1.13464.1.2.1.1.5.6
accounting after authorization.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

loadTftpAddress 1.3.6.1.4.1.13464.1.2.1.1.6.1
DURABLE: The IP Address for the TFTP server used for downloading and/or uploading files.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

loadTftpFileName 1.3.6.1.4.1.13464.1.2.1.1.6.2
DURABLE: The TFTP file path and name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

loadType 1.3.6.1.4.1.13464.1.2.1.1.6.3
DURABLE: { application } The type of file to download or upload upon an 'gbnCommonLoadExecute'. application:program file of the switch configuration:configuration file,should be uploaded before you download it. miccode:microcode is the program file of vdsl chip. removed during the boot Flash write operation, the agent cannot be recovered).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER application(1), normalBootRom(2), configuration(3), bootCode(4), alarm(5), syslog(6), wholeBootRom(7)  

loadExecute 1.3.6.1.4.1.13464.1.2.1.1.6.4
Execute file download or upload procedure. A SET of this object starts the load procedure. Note that the Application and Boot images can only be downloaded. The NVM Configuration file can be uploaded and downloaded. A GET of this object will return the status of the executed operation. Use 'gbnCommonLoadExecuteStatus' to determine the status of the executed load.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), downloadTftp(2), uploadTftp(3), downloadFtp(4), uploadFtp(5), downloadXmodem(6)  

loadExecuteStatus 1.3.6.1.4.1.13464.1.2.1.1.6.5
Provides status on the execute file load progress.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notStarted(1), inProgressTftp(2), successTftp(3), errorConnectionTftp(4), errorFilenameTftp(5), errorFaultTftp(6), inProgressFtp(7), successFtp(8), errorConnectionFtp(9), errorFilenameFtp(10), errorFaultFtp(11), inProgressXmodem(12), successXmodem(13), errorConnectionXmodem(14), errorFilenameXmodem(15), errorFaultXmodem(16)  

loadFtpAddress 1.3.6.1.4.1.13464.1.2.1.1.6.6
DURABLE: The IP Address for the FTP server used for downloading and/or uploading files.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

loadFtpFileName 1.3.6.1.4.1.13464.1.2.1.1.6.7
DURABLE: The FTP file path and name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..128)  

loadFtpUserName 1.3.6.1.4.1.13464.1.2.1.1.6.8
DURABLE: The FTP user name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

loadFtpUserPassword 1.3.6.1.4.1.13464.1.2.1.1.6.9
DURABLE: The FTP user password.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

snmpCommunityToViewTable 1.3.6.1.4.1.13464.1.2.1.1.7.1
A table of SNMPv1/v2c community string to view name mappings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpCommunityToViewEntry

snmpCommunityToViewEntry 1.3.6.1.4.1.13464.1.2.1.1.7.1.1
A list of community-to-view parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpCommunityToViewEntry  

snmpComm2ViewIndex 1.3.6.1.4.1.13464.1.2.1.1.7.1.1.1
A simple index into 'gbnCommonCommunityToViewTable'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..8  

snmpComm2ViewCommName 1.3.6.1.4.1.13464.1.2.1.1.7.1.1.2
DURABLE: { 'public','':all } The SNMPv1/v2c community name string. Duplicate community names are not allowed in this table. Note that a null string is not a valid community name (i.e., a null string forces 'gbnCommonComm2ViewRowStatus' to 'notReady(3)').
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..20)  

snmpComm2ViewViewName 1.3.6.1.4.1.13464.1.2.1.1.7.1.1.3
DURABLE: { 'internet':all } At runtime (i.e., not when this object is SET), this view name is compared to the 'vacmViewTreeFamilyViewName' in the 'vacmViewTreeFamilyTable' (see RFC2575). If a match is found and the varbind(s) specify valid object type and instance, the 'gbnCommonComm2ViewPermission' privilege is permitted. Note that a null string is not a valid view name value. Also note that the value of this object does not have to match an existing entry in the 'vacmViewTreeFamilyTable' (if no match, no access is allowed). Note that the factory default value for this object is 'internet', which allows access to the subtree under '1.3.6.1'.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

snmpComm2ViewPermission 1.3.6.1.4.1.13464.1.2.1.1.7.1.1.4
DURABLE: { readWrite:all } This object specifies the type of access allowed. 'readOnly(1)' allows GET operations (i.e., GET, GET-NEXT, GET-BULK) and 'readWrite(2)' allows both GET and SET operations.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2)  

snmpComm2ViewRowStatus 1.3.6.1.4.1.13464.1.2.1.1.7.1.1.5
DURABLE: This object indicates the status of this entry. A row in this table can be created using the 'createAndGo(4)' (i.e., all parameters must be valid - supplied in a single SNMP PDU or have default values) or the 'createAndWait(5)' action states. Until all parameters are valid for a conceptual row, this object is 'notReady(3)'. All parameters must be valid before this object can be set to 'active(1)'. Any object in a conceptual row can be modified independent of the value of this object (e.g., can be changed while 'active(1)').
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpNotifyTypeTable 1.3.6.1.4.1.13464.1.2.1.1.7.2
A table of SNMPv1/v2c notify type .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpNotifyTypeEntry

snmpNotifyTypeEntry 1.3.6.1.4.1.13464.1.2.1.1.7.2.1
A list of notify type parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpNotifyTypeEntry  

snmpPrivateNotifyType 1.3.6.1.4.1.13464.1.2.1.1.7.2.1.1
notify type.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

snmpNotifyTypeStatus 1.3.6.1.4.1.13464.1.2.1.1.7.2.1.2
It signifies if the traps with corresponding notify-type can be sent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

gbnPlatformOAMSnmpNotifyType 1.3.6.1.4.1.13464.1.2.1.1.7.3
OBJECT IDENTIFIER    

snmpNotifyTypeSaveConfiguration 1.3.6.1.4.1.13464.1.2.1.1.7.3.1
A private type for traps or informs. It signifies that the SNMPv2 entity have just saved the configuration.
Status: current Access: read-write
NOTIFICATION-TYPE    

snmpTrapSource 1.3.6.1.4.1.13464.1.2.1.1.7.4
The id of vlan or supervlan which interface traps or informs are sent from belongs to. vlan id: 0-4094; supervlan id: 0-11.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4094  

snmpRemoteEngineTable 1.3.6.1.4.1.13464.1.2.1.1.7.5
A table of remote engine .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpRemoteEngineEntry

snmpRemoteEngineEntry 1.3.6.1.4.1.13464.1.2.1.1.7.5.1
A list of remote engine.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpRemoteEngineEntry  

snmpRemoteEngineID 1.3.6.1.4.1.13464.1.2.1.1.7.5.1.1
The remote engine's id.Note that the engine id can only appear once in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

snmpRemoteHostTAddr 1.3.6.1.4.1.13464.1.2.1.1.7.5.1.2
The ip and port number of remote host.Note that the value including ip and port number can only appear once in the table.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(6)  

snmpDeleteRemoteEngineTableRow 1.3.6.1.4.1.13464.1.2.1.1.7.5.1.3
You can delete a row by setting the value to 'deleteRow(1)'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deleteRow(1)  

snmpTrapSourceType 1.3.6.1.4.1.13464.1.2.1.1.7.6
The type of the interface which traps or informs are sent from. 1: vlan interface; 2: supervlan interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2  

portCarTable 1.3.6.1.4.1.13464.1.2.1.1.10.1
A Table of port CAR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortCarEntry

portCarEntry 1.3.6.1.4.1.13464.1.2.1.1.10.1.1
A list of port CAR.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortCarEntry  

portCarPort 1.3.6.1.4.1.13464.1.2.1.1.10.1.1.1
The port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

portCarEnable 1.3.6.1.4.1.13464.1.2.1.1.10.1.1.2
The enable status of the port CAR
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portDiscardBpdu 1.3.6.1.4.1.13464.1.2.1.1.10.1.1.3
The enable status of the port discard BPDU
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1  

portCarRateBpdu 1.3.6.1.4.1.13464.1.2.1.1.10.1.1.4
The port CAR max packet receive rate.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

portCarGlobalEnable 1.3.6.1.4.1.13464.1.2.1.1.10.2
The global enable status of port CAR.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portCarOpenTime 1.3.6.1.4.1.13464.1.2.1.1.10.3
The closed port Re-open time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

discardBpdu 1.3.6.1.4.1.13464.1.2.1.1.10.4
The global enable status of port discard BPDU.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1  

portCarRate 1.3.6.1.4.1.13464.1.2.1.1.10.5
The port CAR max packet receive rate.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

vctRunTable 1.3.6.1.4.1.13464.1.2.1.1.13.1
A Table of VCT run.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VctRunEntry

vctRunEntry 1.3.6.1.4.1.13464.1.2.1.1.13.1.1
A list of VCT run.
Status: current Access: not-accessible
OBJECT-TYPE    
  VctRunEntry  

vctRunPort 1.3.6.1.4.1.13464.1.2.1.1.13.1.1.1
The port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..24  

vctRunEnable 1.3.6.1.4.1.13464.1.2.1.1.13.1.1.2
The enable status of the VCT run
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

vctAutoRunEnable 1.3.6.1.4.1.13464.1.2.1.1.13.1.1.3
The enable status of the VCT auto run
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

vctAutoRunGlobalEnable 1.3.6.1.4.1.13464.1.2.1.1.13.2
The global enable status of VCT auto run.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

vctRunResultTable 1.3.6.1.4.1.13464.1.2.1.1.14.1
A Table of VCT run result.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VctRunResultEntry

vctRunResultEntry 1.3.6.1.4.1.13464.1.2.1.1.14.1.1
A list of VCT run result.
Status: current Access: not-accessible
OBJECT-TYPE    
  VctRunResultEntry  

vctRunResultPort 1.3.6.1.4.1.13464.1.2.1.1.14.1.1.1
The port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..24  

vctRunResultTxRxPairNo 1.3.6.1.4.1.13464.1.2.1.1.14.1.1.2
The tx rx pair NO.
Status: current Access: not-accessible
OBJECT-TYPE    
  VctRunResultTxRxPairNoType  

vctRunResultStatus 1.3.6.1.4.1.13464.1.2.1.1.14.1.1.3
The status of the VCT run result
Status: current Access: read-only
OBJECT-TYPE    
  VctRunResultStatusType  

vctRunResultErrorLocation 1.3.6.1.4.1.13464.1.2.1.1.14.1.1.4
The error location of the VCT run result
Status: current Access: read-only
OBJECT-TYPE    
  Integer32