NBASE-G1-MIB: View SNMP OID List / Download MIB

VENDOR: NBASE SWITCH COMMUNICATION


 Home MIB: NBASE-G1-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 nbase 1.3.6.1.4.1.629
         nbSwitchG1 1.3.6.1.4.1.629.1
             nbsProducts 1.3.6.1.4.1.629.1.1
                 miniSwitch 1.3.6.1.4.1.629.1.1.1
                 megaSwitch208 1.3.6.1.4.1.629.1.1.2
                 megaSwitch215 1.3.6.1.4.1.629.1.1.3
                 megaFastSwitch 1.3.6.1.4.1.629.1.1.4
                 megaSwitchII 1.3.6.1.4.1.629.1.1.5
                 megaSwitch2015 1.3.6.1.4.1.629.1.1.6
                 megaSwitch2048 1.3.6.1.4.1.629.1.1.7
             nbsSys 1.3.6.1.4.1.629.1.2
                 nbsSysFwVers 1.3.6.1.4.1.629.1.2.1 displaystring read-only
The SNMP Agent firmware version in the form Vmajor.minor
                 nbsSysPortsNumber 1.3.6.1.4.1.629.1.2.2 integer read-only
Number of Switching Ports provided by this system.
                 nbsSysRestart 1.3.6.1.4.1.629.1.2.3 integer read-write
This object is used to reset the system. Writing a coldRestart(2), causes the switching engine as well as the SNMP Agent CPU to be hardware resetted, similar to a power-on cycle. Writing a warmRestart(3), causes only a restart of the the SNMP Agent CPU operative software. The switching engine continues to operate. Nevertheless, it is reinitialized to the parameters value stored in the system NVRAM. These paramters may be different from those of the previous session. Enumeration: 'running': 1, 'coldRestart': 2, 'warmRestart': 3.
                 nbsSysNumRestarts 1.3.6.1.4.1.629.1.2.4 counter read-only
Number of warmRestarts executed by the system, since the last coldRestart or power-on cycle.. A warmRestart may be initiated by: - writing a warmRestart value in the nbsSysRestart object. - a warmRestart command from the Administrative Interface. - the SNMP Agent Firmware due to certain conditions.
                 nbsSysLastError 1.3.6.1.4.1.629.1.2.5 integer read-only
The error code of the last fatal error that generated a warm reset. Enumeration: 'noError': 1.
                 nbsSysErrUptime 1.3.6.1.4.1.629.1.2.6 timeticks read-only
The time (in hundredths of a second) since the last cold reset/power cycle when a fatal error occured. This variable shows the system uptime from the last cold reset/power on cycle, unless a fatal error occured.
                 nbsSysSwitchDBSize 1.3.6.1.4.1.629.1.2.7 integer read-only
The maximum size of the Switching Data Base. It indicates how many MAC Addresses may be stored in the system Switching Data Base. The possible values are 1024 or 2048.
                 nbsSysSetNvramDefaults 1.3.6.1.4.1.629.1.2.8 integer read-write
Writing the value setDefaults to this objects will restore the defaults in the NVRAM data base. These values will take effect after a system reset Enumeration: 'setDefaults': 1.
                 nbsSysResetSwitchStats 1.3.6.1.4.1.629.1.2.9 integer read-write
Writing the value resetStats to this object will reset all the switching counters, for all the ports including the the Ethernet, switching and the SNMP Agent computed statistics Enumeration: 'resetStats': 1.
                 nbsSysStpEnable 1.3.6.1.4.1.629.1.2.10 integer read-write
Writing one of the allowed values to this object will modify the Administrative state of the Spanning Tree. This value will take effect in the next session after a system reset. Writing the value StpDisable to this object will disable the Spanning Tree Engine. Writing the value StpEnable to this object will enable the Spanning Tree Engine. Enumeration: 'stpDisable': 1, 'stpEnable': 2.
                 nbsSysRunStpState 1.3.6.1.4.1.629.1.2.11 integer read-only
Running state of the Spanning Tree Engine. Enumeration: 'stpDisable': 1, 'stpEnable': 2.
                 nbsSysFrmGen 1.3.6.1.4.1.629.1.2.12
                       nbsSysFrmGenSession 1.3.6.1.4.1.629.1.2.12.1 integer read-write
This object controls the activity of the Frame Generator process. Enumeration: 'runFG': 2, 'idleFG': 1.
                       nbsSysFrmGenDa 1.3.6.1.4.1.629.1.2.12.2 macaddress read-write
The Frame Generator Destination MAC Address.
                       nbsSysFrmGenSa 1.3.6.1.4.1.629.1.2.12.3 macaddress read-write
The Frame Generator Source MAC Address.
                       nbsSysFrmGenPktFill 1.3.6.1.4.1.629.1.2.12.4 integer read-write
The Frame Generator Packet Fill Pattern. The default is 0.
                       nbsSysFrmGenPktRate 1.3.6.1.4.1.629.1.2.12.5 integer read-write
The Frame Generator Rate, meaning the number of packets per second to be generated. Each device is able to generate a certain number of packets/second. Default is 1 packet/second
                       nbsSysFrmGenDestMap 1.3.6.1.4.1.629.1.2.12.6 octet string read-write
The Frame Generator Destination Map = the set of ports to which the generated packets are to be sent. Each octet within the value of this object 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 switch 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>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.) The default value of this object is a string of ones of appropriate length.
                       nbsSysFrmGenPktNum 1.3.6.1.4.1.629.1.2.12.7 counter read-write
The Frame Generator Number of Packets to be generated. Default is 1.
                       nbsSysFrmGenPktLen 1.3.6.1.4.1.629.1.2.12.8 integer read-write
The Frame Generator Packet Length. Default is 60 bytes
                       nbsSysFrmGenXmtPktNum 1.3.6.1.4.1.629.1.2.12.9 counter read-only
Number of Packets transmitted by the The Frame Generator.
                 nbsSysSelftestLevel 1.3.6.1.4.1.629.1.2.13 integer read-write
NVRAM based level of the system selftest. It is supported only by the MegaSwitch II family. The values are : ststNone - meaning that no selftest will be executed upon boot-up ststShort- meaning that a short selftest, of approx 10-20 seconds will be executed upon boot-up ststLong - meaning that a long/extensive selftest will be executed upon boot-up ststDiagnostics - meaning that upon boot-up the diagnostics mode is entered. In this mode it is possible to interactively select the test or the group of tests that will be executed. This value may not be set through an SNMP set command. Enumeration: 'ststLong': 3, 'ststDiagnostics': 4, 'ststNone': 1, 'ststShort': 2.
             nbsSysSnmpCfg 1.3.6.1.4.1.629.1.3
                 nbsSysIpAddr 1.3.6.1.4.1.629.1.3.1 ipaddress read-write
The SNMP Agent Administrative value of the IP Address for the in-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntAddr entry in the ipAddrTable, for ipAdEntIfIndex 1 If the system has no current operational IP Address, meaning that, the access is done out-of-band, then this value takes effect immediately. In this case the NetMask and the BcastAddr will be automatically build. Otherwise it will take effect after a system reset
                 nbsSysNetMask 1.3.6.1.4.1.629.1.3.2 ipaddress read-write
The SNMP Agent Administrative value of the subnet mask for the in-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntNetMask entry in the ipAddrTable, for ipAdEntIfIndex 1 If the system has no current operational IP Address, meaning that, the access is done out-of-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
                 nbsSysBcastAddr 1.3.6.1.4.1.629.1.3.3 ipaddress read-write
The SNMP Agent Administrative value of the IP Broadcast Address for the in-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntBcastAddr entry in the ipAddrTable, for ipAdEntIfIndex 1 If the system has no current operational IP Address, meaning that, the access is done out-of-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
                 nbsSysObIpAddr 1.3.6.1.4.1.629.1.3.4 ipaddress read-write
The SNMP Agent Administrative value of the IP Address for the out-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntAddr entry in the ipAddrTable, for ipAdEntIfIndex equal to the SLIP interface value. If the system has no current operational Out-Band IP Address, meaning that, the access is done in-band, then this value takes effect immediately. In this case the NetMask and the BcastAddr will be automatically build. Otherwise it will take effect after a system reset
                 nbsSysObNetMask 1.3.6.1.4.1.629.1.3.5 ipaddress read-write
The SNMP Agent Administrative value of the subnet mask for the out-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntNetMask entry in the ipAddrTable, for ipAdEntIfIndex equal to the SLIP interface value. If the system has no current operational Out-Band IP Address, meaning that, the access is done in-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
                 nbsSysObBcastAddr 1.3.6.1.4.1.629.1.3.6 ipaddress read-write
The SNMP Agent Administrative value of the IP Broadcast Address for the in-band access. This value is stored in the system NVRAM. The current operational IP Adress may be obtained by accessing the ipAdEntBcastAddr entry in the ipAddrTable, for ipAdEntIfIndex equal to the SLIP interface value. If the system has no current operational Out-Band IP Address, meaning that, the access is done in-band, then this value takes effect immediately. Otherwise it will take effect after a system reset
                 nbsSysDefaultGateway 1.3.6.1.4.1.629.1.3.7 ipaddress read-write
The SNMP Agent Administrative value of the Default Gateway. This value is stored in the system NVRAM. The current operational Default Gateway IP Adress may be obtained by accessing ipRouteNextHop object of the 0.0.0.0 entry in the ipRouteTable. If the system has no current operational Default Gateway IP Address, then this value takes effect immediately. Otherwise it will take effect after a system reset
                 nbsSysReadComunity 1.3.6.1.4.1.629.1.3.8 displaystring read-write
The SNMP Agent Administrative value of the read community string. This value is stored in the system NVRAM. It will take effect after a system reset
                 nbsSysWriteComunity 1.3.6.1.4.1.629.1.3.9 displaystring read-write
The SNMP Agent Administrative value of the write community string. This value is stored in the system NVRAM. It will take effect after a system reset. The object may not be read for obvious security reasons. A GET request will be answered by a zero length string.
                 nbsSysBootpEnable 1.3.6.1.4.1.629.1.3.10 integer read-write
The SNMP Agent value for the activation of the BOOTP process. This value is stored in the system NVRAM also and will be preserved over system resets and power cycles. Enumeration: 'enable': 2, 'disable': 1.
                 nbsSysTrapTblMaxSize 1.3.6.1.4.1.629.1.3.11 integer read-only
The maximum size (number of rows) allowed in the trap table
                 nbsSysTrapTable 1.3.6.1.4.1.629.1.3.12 no-access
A table of managers to whom will the traps generated by the SNMP agent will be sent. It represents the current operational table as well as the NVRAM saved table. The entries in the table are saved over system resets and power up cycles
                       nbsSysTrapEntry 1.3.6.1.4.1.629.1.3.12.1 no-access
Contains the information necessary to generate a trap to be sent to a particular manager. The object nbsSysTrapTblEntStatus, when written is used to create or delete an entry/row in nbsSysTrapTable. To create a new entry a SET PDU with the nbsSysTrapTblEntIpAddr, nbsSysTrapTblEntComm and nbsSysTrapTblEntStatus objects is required.
                           nbsSysTrapTblEntIndex 1.3.6.1.4.1.629.1.3.12.1.1 integer read-only
The index of the entry/row in the trap table in the range 1 to the value of nbsSysTrapTblMaxSize.
                           nbsSysTrapTblEntStatus 1.3.6.1.4.1.629.1.3.12.1.2 integer read-write
This object is used to get/set the validity of the information contained by nbsSysTrapEntry row. Setting this object to the value invalid(1) has the effect of deleting the corresponding entry in the nbsSysTrapTable. Deleting and entry has the effect of initializing it to default values : IpAddr = 0.0.0.0 & Comm = null string. Setting this object to the value valid(2) entry has the effect of creating a new row/entry in the nbsSysTrapTable object, if an entry with the same nbsSysTrapTblEntIpAddr does not exist. If such an entry exists, then a 'badValue' error will be returned. The GET operations will receive a value of valid(2) for existing entries. An invalid(1) value indicates an entry that was deleted by a previous SET operation. Enumeration: 'active': 2, 'invalid': 1.
                           nbsSysTrapTblEntIpAddr 1.3.6.1.4.1.629.1.3.12.1.3 ipaddress read-write
IP Address of a manager that is to receive the SNMP agent generated traps
                           nbsSysTrapTblEntComm 1.3.6.1.4.1.629.1.3.12.1.4 displaystring read-write
Community string used by the SNMP agent in the traps generated
                 nbsSysTftpSwFileName 1.3.6.1.4.1.629.1.3.13 displaystring read-write
The SNMP Agent Software File Name. This is the remote file name string provided to the TFTP client application when starting a Firmware Update process. This value is stored in the system NVRAM as well as in the SNMP Agent current configuration.
                 nbsSysTftpParFileName 1.3.6.1.4.1.629.1.3.14 displaystring read-write
The SNMP Agent Parameters File Name. This is the remote file name string provided to the TFTP server application when using the BOOTP/TFTP processin order to configure the SNMP Agent. This value is stored in the system NVRAM as well as in the SNMP Agent current configuration.
                 nbsSysSerialLineMode 1.3.6.1.4.1.629.1.3.15 integer read-write
The mode in which the serial line is used: by the local Administrative Interface, or as a SLIP line. Note that setting this object to adminIf(1) value while in SLIP mode will abort the serial connection between the SNMP Manager and the device. Setting this object to slipIf(2) while in Administrative Interface Mode will abort the local terminal connection. Enumeration: 'adminIf': 1, 'slipIf': 2.
                 nbsSysSerialSlipBaudRate 1.3.6.1.4.1.629.1.3.16 integer read-write
The Serial Line Baud Rate when in SLIP Mode. This value is stored in the system NVRAM as well as in the SNMP Agent current configuration. Enumeration: 'b19200': 2, 'b9600': 1, 'b38400': 3.
                 nbsSysTelnetSession 1.3.6.1.4.1.629.1.3.17 integer read-only
This object indicates if there is any TELNET session in progress. Enumeration: 'disconnect': 2, 'connected': 1.
                 nbsSysPing 1.3.6.1.4.1.629.1.3.18
                       nbsSysPingSession 1.3.6.1.4.1.629.1.3.18.1 integer read-write
This object controls the activity of the PING process progress. If GET idlePing(1) shows that the ping process is inactive - idle. If SET idlePing(1) stops an active ping process, if any. If GET runPing(2) shows an active ping process. If SET runPing(2) starts an active ping process, if none active. This has to be the last SET in order to activate the PING process Enumeration: 'runPing': 2, 'idlePing': 1.
                       nbsSysPingAddr 1.3.6.1.4.1.629.1.3.18.2 ipaddress read-write
The IP Address to which the Nbase device will ping. Setting this variable initiates the ping sequence. The default value is the loopback address 127.0.0.1 .
                       nbsSysPingNumber 1.3.6.1.4.1.629.1.3.18.3 counter read-write
The number of ICMP echo packets (pings) to be sent. The default value is 1.
                       nbsSysPingRequests 1.3.6.1.4.1.629.1.3.18.4 counter read-only
The number of ICMP echo request (pings) sent.
                       nbsSysPingResps 1.3.6.1.4.1.629.1.3.18.5 integer read-only
The number of ICMP echo response packets received.
                       nbsSysPingOwner 1.3.6.1.4.1.629.1.3.18.6 integer read-only
If a Ping Process is active, then the value of this object shows who activated it: the Administrative Interface or the SNMP Agent . This object value will permit to stop the Ping Process only from the interface that activated it - i.e. the owner. Enumeration: 'snmpAgent': 2, 'adminInterface': 1.
                 nbsSysTelnetHost 1.3.6.1.4.1.629.1.3.19 ipaddress read-only
This object indicates the remote IP host that connected to the local device. It is 0.0.0.0 if there is no active Telnet session
                 nbsSysTftpRswFileName 1.3.6.1.4.1.629.1.3.20 displaystring read-write
The SNMP Agent Remote Software File Name. This is the remote file name string provided to the TFTP Server application by the SNMP Agent TFTP client, when initiating a Firmware Update process. This value is stored in the system NVRAM as well as in the SNMP Agent current configuration.
                 nbsSysTftpServerIP 1.3.6.1.4.1.629.1.3.21 ipaddress read-write
This is the IP Address of the TFTP Server serving the software/parameter download/upload process, initiated by the SNMP agent. It is 0.0.0.0, if there is no TFTP server is defined
                 nbsSysInitDownload 1.3.6.1.4.1.629.1.3.22 integer read-write
This is used to initiate a download session from the above TFTP server. Note that the only writeable value is active(1) and activeAppl(3), if no session is active at this moment. Enumeration: 'active': 1, 'inactive': 2, 'activeAppl': 3.
                 nbsSysParDownload 1.3.6.1.4.1.629.1.3.23 integer read-write
This is used to initiate a parameter download session from the above TFTP server. Note that the only writeable value is active(1), if no session is active at this moment. Enumeration: 'active': 1, 'inactive': 2.
                 nbsSysParUpload 1.3.6.1.4.1.629.1.3.24 integer read-write
This is used to initiate a parameter upload session to the above TFTP server. Note that the only writeable value is active(1), if no session is active at this moment. Enumeration: 'active': 1, 'inactive': 2.
             nbsPortCfg 1.3.6.1.4.1.629.1.4
                 nbsPortCfgTable 1.3.6.1.4.1.629.1.4.1 no-access
A list of the port configurations entries. The number of entries is given by nbsSysPortsNumber
                     nbsPortCfgEntry 1.3.6.1.4.1.629.1.4.1.1 no-access
Contains the information necessary to configure/describe a port configuration. The number of rows/entries is fixed. A row/entry may not be created or deleted
                         nbsPortCfgIndex 1.3.6.1.4.1.629.1.4.1.1.1 integer read-only
A unique value for each switched port. Its value ranges from 1 to the value of nbsSysPortsNumber.
                         nbsPortCfgLanType 1.3.6.1.4.1.629.1.4.1.1.2 integer read-only
The port LAN type that is installed (if exists) Enumeration: 'eth1000B': 6, 'none': 1, 'eth10': 2, 'atmLane': 7, 'eth100': 3, 'eth100Grp': 8, 'eth100-1000': 11, 'eth10-100Grp': 9, 'eth100B': 5, 'eth10-100': 4, 'fddi': 10.
                         nbsPortCfgIfType 1.3.6.1.4.1.629.1.4.1.1.3 integer read-only
The port physical interface that is installed (if any). Enumeration: 'auiTp': 3, 'foMX': 15, 'foSxM': 9, 'foM': 14, 'foMm': 6, 'aui': 1, 'tp': 2, 'foLxM': 10, 'foS1': 16, 'foS2': 17, 'foS3': 18, 'foS4': 21, 'foS5': 22, 'foM-10': 23, 'tpfd': 4, 'foLxS4': 19, 'foLxS5': 20, 'foLxS2': 12, 'foLxS3': 13, 'foLxS1': 11, 'foSm': 7, 'none': 8, 'coax': 5.
                         nbsPortCfgPortSelect 1.3.6.1.4.1.629.1.4.1.1.4 integer read-write
The port physical interface type selection. For regular 10 Mbps Ethernet Ports, the default value is Auto Select. 100 Base-Tx ports do not support more than one type of physical interface. Setting a not supported type of interface will result in a badValue response Enumeration: 'aui': 2, 'other': 1, 'tp': 3, 'asel': 4.
                         nbsPortCfgIfLink 1.3.6.1.4.1.629.1.4.1.1.5 integer read-only
The link integrity status. This object is rellevant for a port of type Twisted Pair or Fiber Optic, 10 or 100 Mbps Enumeration: 'enable': 2, 'other': 1, 'disable': 3.
                         nbsPortCfgPortFctrl 1.3.6.1.4.1.629.1.4.1.1.6 integer read-write
The port flow control mode selection: enable (default ) or disable Enumeration: 'enable': 1, 'disable': 2.
                         nbsPortCfgPortDplex 1.3.6.1.4.1.629.1.4.1.1.7 integer read-write
The port dplex mode selection: halfDuplex(1) - default or fullDuplex(2) Enumeration: 'fullDuplex': 2, 'halfDuplex': 1.
                         nbsPortCfgPortDelay 1.3.6.1.4.1.629.1.4.1.1.8 integer read-write
The port forwarding delay expressed in bytes, with an acceptable range of 6..64 bytes. The default is 64 bytes. This object is supported only by the NH204-AT device
                         nbsPortCfgSpeedSelect 1.3.6.1.4.1.629.1.4.1.1.9 integer read-write
The Ethernet Port speed selection in the case of a eth10-100(4) & eth1000B(6) nbsPortCfgLanType Ethernet port Enumeration: 'autoSense': 1, 'force10': 2, 'force100': 3, 'force1000': 4.
                         nbsPortCfgEnable 1.3.6.1.4.1.629.1.4.1.1.10 integer read-write
Port Enable/Disable Enumeration: 'portDisable': 1, 'portEnable': 2.
                         nbsPortCfgIsvpMode 1.3.6.1.4.1.629.1.4.1.1.11 integer read-write
The Inter-Switch Virtual Mode of this port. nonIsvp(3) means the port does not support this mode of operation. Access(1) means the port is in Access mode. Trunk(2) means the port is in Trunk mode. Enumeration: 'access': 1, 'nonIsvp': 3, 'trunk': 2.
                 nbsPortGrpCfgNum 1.3.6.1.4.1.629.1.4.2 integer read-only
Maximum number of Switching Ports supported by the system.
                 nbsPortGrpCfgTable 1.3.6.1.4.1.629.1.4.3 no-access
A list of the port configurations entries. The number of entries is given by nbsSysPortsNumber
                     nbsPortGrpCfgEntry 1.3.6.1.4.1.629.1.4.3.1 no-access
Contains the information necessary to configure/describe a port configuration. The number of rows/entries is fixed. A row/entry may not be created or deleted
                         nbsPortGrpCfgIndex 1.3.6.1.4.1.629.1.4.3.1.1 integer read-only
A unique value for each switched port. Its value ranges from 1 to 32.
                         nbsPortGrpCfgGrpNumber 1.3.6.1.4.1.629.1.4.3.1.2 integer read-only
number of groups
                         nbsPortGrpCfgPortNumber 1.3.6.1.4.1.629.1.4.3.1.3 integer read-only
number of ports in group
                         nbsPortGrpCfgLinkStatus 1.3.6.1.4.1.629.1.4.3.1.4 integer read-only
The link status of the port Enumeration: 'linkOff': 1, 'linkOn': 2.
                         nbsPortGrpCfgActivity 1.3.6.1.4.1.629.1.4.3.1.5 integer read-only
The port activity Enumeration: 'nonActivity': 1, 'activity': 2.
             nbsEtherInfo 1.3.6.1.4.1.629.1.5
                 nbsEthInfoTable 1.3.6.1.4.1.629.1.5.1 no-access
A list of the port NBase specific Ethernet Statistics. Number of entries is given by nbsSysPortsNumber
                     nbsEthInfoEntry 1.3.6.1.4.1.629.1.5.1.1 no-access
Contains the NBase specific Ethernet Statistics for a port. The number of rows/entries is fixed. A row/entry may not be created or deleted
                         nbsEthInfoIndex 1.3.6.1.4.1.629.1.5.1.1.1 integer read-only
A unique value for each switched port. Its value ranges from 1 to the value of nbsSysPortsNumber.
                         nbsEthInfoCntFctrls 1.3.6.1.4.1.629.1.5.1.1.2 counter read-only
Number of times the flow control mechanism was activated on the specified input port, due to a full buffer on the output port. The number is correct if the flow control mechanism is enabled
                         nbsEthInfoCntExcessFctrls 1.3.6.1.4.1.629.1.5.1.1.3 counter read-only
Number of times the flow control mechanism was activated unsuccessfull 15 times. The number is correct if the flow control mechanism is enabled
             nbsSwitchPerf 1.3.6.1.4.1.629.1.6
                 nbsSwitchPerfTable 1.3.6.1.4.1.629.1.6.1 no-access
A list of NBase port specific performance statistics. Number of entries is given by nbsSysPortsNumber
                     nbsSwitchPerfEntry 1.3.6.1.4.1.629.1.6.1.1 no-access
Contains the NBase specific Ethernet Statistics for a port. The number of rows/entries is fixed. A row/entry may not be created or deleted
                         nbsSwitchPerfIndex 1.3.6.1.4.1.629.1.6.1.1.1 integer read-only
A unique value for each switched port. Its value ranges from 1 to the value of nbsSysPortsNumber.
                         nbsSwitchPerfMcastPkts 1.3.6.1.4.1.629.1.6.1.1.2 counter read-only
Number of Multicast packets received by the switching entity on this port
                         nbsSwitchPerfUnknPkts 1.3.6.1.4.1.629.1.6.1.1.3 counter read-only
Number of packets received by the switching entity on this port with unknown destination port. As a result these packets were forwarded to all the switch other ports - flooding
                 nbsPortFwdPerfTable 1.3.6.1.4.1.629.1.6.2 no-access
A list of the NBase port specific switching performance statistics. Contains the number of packets and bytes forwarded from nbsPortFwdPerfInPort to all other nbsPortFwdPerfOutPort, including itself. Number of entries is given by nbsSysPortsNumber
                     nbsPortFwdPerfEntry 1.3.6.1.4.1.629.1.6.2.1 no-access
Contains the NBase specific Switching Performance statistics for a port. Contains the number of packets and bytes forwarded from nbsPortFwdPerfInPort to all other nbsPortFwdPerfOutPort, including itself. The number of rows/entries is fixed. A row/entry may not be created or deleted
                         nbsPortFwdPerfInPort 1.3.6.1.4.1.629.1.6.2.1.1 integer read-only
A unique value for each switched port. Its value ranges from 1 to the value of nbsSysPortsNumber.
                         nbsPortFwdPerfOutPort 1.3.6.1.4.1.629.1.6.2.1.2 integer read-only
A unique value for each switched port. Its value ranges from 1 to the value of nbsSysPortsNumber.
                         nbsPortFwdPerfFwdPkts 1.3.6.1.4.1.629.1.6.2.1.3 counter read-only
Number of packets forwarded by the switching entity from nbsPortFwdPerfInPort to nbsPortFwdPerfoutPort
                         nbsPortFwdPerfFwdBytes 1.3.6.1.4.1.629.1.6.2.1.4 counter read-only
Number of packets forwarded by the switching entity from nbsPortFwdPerfInPort to nbsPortFwdPerfoutPort
                 nbsMgmtPerfStats 1.3.6.1.4.1.629.1.6.3
                     nbsMgmtPerfRcvdPkts 1.3.6.1.4.1.629.1.6.3.1 counter read-only
Number of packets received by the SNMP Agent through the management port.
                     nbsMgmtPerfRcvdBytes 1.3.6.1.4.1.629.1.6.3.2 counter read-only
Number of bytes received by the SNMP Agent through the management port.
                     nbsMgmtPerfFilterdPkts 1.3.6.1.4.1.629.1.6.3.3 counter read-only
Number of packets received by the SNMP Agent through the management port, that were discarded because they carried an unknown protocol
                     nbsMgmtPerfRcvBcastPkts 1.3.6.1.4.1.629.1.6.3.4 counter read-only
Number of broadcast packets received by the SNMP Agent through the management port.
                     nbsMgmtPerfXmtPkts 1.3.6.1.4.1.629.1.6.3.5 counter read-only
Number of packets transmitted by the SNMP Agent through the management port. This counter indicates the number of packets generated by the Management Software. A certain packet will be transmitted once, to a single switch port, or multiple times, to multiple switch ports.
                     nbsMgmtPerfXmtUcastPkts 1.3.6.1.4.1.629.1.6.3.6 counter read-only
Number of unicast packets transmitted by the SNMP Agent through the management port.
                     nbsMgmtPerfXmtMcastPkts 1.3.6.1.4.1.629.1.6.3.7 counter read-only
Number of multicast packets transmitted by the SNMP Agent through the management port. This counter indicates the number of packets generated by the Management Software. A certain packet will be transmitted once, to a single switch port, or multiple times, to multiple switch ports.
                     nbsMgmtPerfXmtBcastPkts 1.3.6.1.4.1.629.1.6.3.8 counter read-only
Number of broadcast packets transmitted by the SNMP Agent through the management port. This counter indicates the number of packets generated by the Management Software. A certain packet will be transmitted once, to a single switch port, or multiple times, to multiple switch ports.
                 nbsMgmtRcvPerfTable 1.3.6.1.4.1.629.1.6.4 no-access
A list of the NBase port specific switching performance statistics. Contains the number of packets and bytes forwarded to the Management Port from all the nbsMgmtRcvPerfOutPort ports. Number of entries is given by nbsSysPortsNumber
                     nbsMgmtRcvPerfEntry 1.3.6.1.4.1.629.1.6.4.1 no-access
Contains the NBase specific Switching Performance statistics for a port. Contains the number of packets and bytes forwarded to the Management Port from all the nbsMgmtRcvPerfOutPort ports. The number of rows/entries is fixed. A row/entry may not be created or deleted
                         nbsMgmtRcvPerfInPort 1.3.6.1.4.1.629.1.6.4.1.2 integer read-only
A unique value for each switched port. Its value ranges from 1 to the value of nbsSysPortsNumber.
                         nbsMgmtRcvPerfFwdPkts 1.3.6.1.4.1.629.1.6.4.1.3 counter read-only
Number of packets forwarded by the switching entity to the Managemnt Port from nbsMgmtRcvPerfOutPort.
                         nbsMgmtRcvPerfFwdBytes 1.3.6.1.4.1.629.1.6.4.1.4 counter read-only
Number of bytes forwarded by the switching entity to the Managemnt Port from nbsMgmtRcvPerfOutPort.
                 nbsMgmtXmtPerfTable 1.3.6.1.4.1.629.1.6.5 no-access
A list of the NBase port specific switching performance statistics. Contains the number of packets and bytes forwarded from the Management Port to all the nbsMgmtXmtPerfOutPort ports. Number of entries is given by nbsSysPortsNumber
                     nbsMgmtXmtPerfEntry 1.3.6.1.4.1.629.1.6.5.1 no-access
Contains the NBase specific Switching Performance statistics for a port. Contains the number of packets and bytes forwarded from the Management Port to all the nbsMgmtXmtPerfOutPort ports. The number of rows/entries is fixed. A row/entry may not be created or deleted
                         nbsMgmtXmtPerfOutPort 1.3.6.1.4.1.629.1.6.5.1.2 integer read-only
A unique value for each switched port. Its value ranges from 1 to the value of nbsSysPortsNumber.
                         nbsMgmtXmtPerfFwdPkts 1.3.6.1.4.1.629.1.6.5.1.3 counter read-only
Number of packets forwarded by the switching entity from the Managemnt Port to nbsMgmtXmtPerfOutPort.
                         nbsMgmtXmtPerfFwdBytes 1.3.6.1.4.1.629.1.6.5.1.4 counter read-only
Number of bytes forwarded by the switching entity from the Managemnt Port to nbsMgmtXmtPerfOutPort.
             nbsTraps 1.3.6.1.4.1.629.1.7
             nbsMiniSwDb 1.3.6.1.4.1.629.1.8
             nbsMegaSwDb 1.3.6.1.4.1.629.1.9
                 nbsMegaSwRunDb 1.3.6.1.4.1.629.1.9.1
                     nbsMegaSwRunDbTable 1.3.6.1.4.1.629.1.9.1.1 no-access
A list of the current running Learn Table entries. Number of entries is given by nbsSysSwitchDBSize
                         nbsMegaSwRunDbEntry 1.3.6.1.4.1.629.1.9.1.1.1 no-access
Contains the NBase specific Learn Table entry information. The information is specific to a MAC Address. The number of rows/entries is fixed. A row/entry may not be created or deleted
                             nbsMegaSwRunDbIndex 1.3.6.1.4.1.629.1.9.1.1.1.1 integer read-only
A unique value for each Current Switching Data Base Entry. Its value ranges from 1 to the value of nbsSysSwitchDBSize
                             nbsMegaSwRunDbStatus 1.3.6.1.4.1.629.1.9.1.1.1.2 integer read-only
This object indicates the status of this entry. The default value is deleteOnTimeout(4). invalid(1) - this value indicates a inactive entry. The entry may receive this value either through a management SET operation or by being aged out. system(2) - this value indicates a system entry, i.e. a system address, the broadcast address or the spanning tree group address. permanent(3) - this entry is currently in use and will remain so after the next reset of the switch. This value is legal only for customFilter(2) types of entries. Setting a virtualFilter(1) entry to be permanent(2) will result in a deleteOnReset(3) status. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the switch. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out. Enumeration: 'deleteOnTimeout': 5, 'permanent': 3, 'deleteOnReset': 4, 'system': 2, 'invalid': 1.
                             nbsMegaSwRunDbAddr 1.3.6.1.4.1.629.1.9.1.1.1.3 macaddress read-only
The destination MAC Address in a frame to which this entry forwarding information applies. This object can take the value of a unicast address, a group address or the broadcast address.
                             nbsMegaSwRunDbType 1.3.6.1.4.1.629.1.9.1.1.1.4 integer read-only
This object indicates the type of the entry and its adjacent filter. The default value is VirtualFilter(1). virtualFilter(1) - this entry was either learned by the switch or was manually added through a management SET command. It has a set of virtual set of filters associated with it. See Virtual Filters definitions. customFilter (2) - this entry was manually added through a management SET command. This kind of entry is similar to the permanent dot1dStaticEntry. It has a set of destination filters/bitmaps associated with it for each input port Enumeration: 'virtualFilter': 1, 'customFilter': 2.
                             nbsMegaSwRunDbDport 1.3.6.1.4.1.629.1.9.1.1.1.5 integer read-only
The port to which a frame containing the entry Mac Address should be forwarded, if it is not overwritten by a Virtual Filter. This object is rellevant for virtualFilter(1) type of entries only
                     nbsMegaSwRunFilterTable 1.3.6.1.4.1.629.1.9.1.2 no-access
The Switching Data Base : a list of destination filters associated with each MAC Address in the Switching Data Base. A destination filter exists for every possible input port. Number of entries is given by nbsSysPortsNumber plus one for the management port. Legal number of entries are 9 for NH208-AT , 16 for NH215-AT and 8 for NH2007
                         nbsMegaSwRunFilterEntry 1.3.6.1.4.1.629.1.9.1.2.1 no-access
Contains the destination filter associated with a MAC Address in the Switching Data Base, when the packet was inputed through nbsMegaSwRunFilterSport port.
                             nbsMegaSwRunFilterStatus 1.3.6.1.4.1.629.1.9.1.2.1.1 integer read-write
This object indicates the status of this entry. The default value is deleteOnTimeout(4). invalid(1) - this value indicates a inactive entry. The entry may receive this value either through a management SET operation or by being aged out. Setting this value will delete the entry from the forwarding database. system(2) - this value indicates a system entry, i.e. a system address, the broadcast address or the spanning tree group address. permanent(3) - this entry is currently in use and will remain so after the next reset of the switch. This value is allowed for entries of type customFilter(2). For virtualFilter(1) type setting the status to permanent will result in a deleteOnReset(3) status. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the switch. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out. Enumeration: 'deleteOnTimeout': 5, 'permanent': 3, 'deleteOnReset': 4, 'system': 2, 'invalid': 1.
                             nbsMegaSwRunFilterAddr 1.3.6.1.4.1.629.1.9.1.2.1.2 macaddress read-write
The destination MAC Address in a frame to which this entry forwarding information applies. This object can take the value of a unicast address, a group address or the broadcast address. This is the same as the nbsMegaSwRunDbAddr field in nbsMegaSwRunDbEntry
                             nbsMegaSwRunFilterType 1.3.6.1.4.1.629.1.9.1.2.1.3 integer read-write
This object indicates the type of the entry and its adjacent filter. The default value is VirtualFilter(1). virtualFilter(1) - this entry was either learned by the switch or was manually added through a management SET command. It has a set of virtual set of filters associated with it. See Virtual Filters definitions. customFilter (2) - this entry was manually added through a management SET command. This kind of entry is similar to the permanent dot1dStaticEntry. It has a set of destination filters/bitmaps associated with it for each input port Enumeration: 'virtualFilter': 1, 'customFilter': 2.
                             nbsMegaSwRunFilterDport 1.3.6.1.4.1.629.1.9.1.2.1.4 integer read-write
The port to which a frame containing the entry Mac Address would be forwarded, if it is not overwritten by a Virtual Filter. This object is rellevant for virtualFilter(1) type of entries only
                             nbsMegaSwRunFilterSport 1.3.6.1.4.1.629.1.9.1.2.1.5 integer read-write
A unique value that shows for which input/source port the adjacent filter/dport map should be used. At creation time this object should not be given the value 0. It's range should be 1 to the number of ports
                             nbsMegaSwRunFilterDmap 1.3.6.1.4.1.629.1.9.1.2.1.6 octet string read-write
The Destination Port Bit Map = the set of ports to which the incoming packet is to be forwarded. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 0 through 7, the second octet specifying ports 8 through 15, 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 switch 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>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant). Port 0 means the SNMP agent. The default value of this object is a string of ones of appropriate length, except for the source port bit and the SNMP agent port(port 0). Modifing this fields is rellevant only for customFilter(2) type of entries. Deleting the filter for a specific source port means writing the default value - all 1's.
                     nbsMegaSwSvlanConnectTable 1.3.6.1.4.1.629.1.9.1.3 no-access
A set of octet strings/filters showing the Virtual LANs Connectivity Matrix. A filter exists for every possible input port. Number of entries is given by nbsSysPortsNumber plus one for the management port. Legal number of entries are 9 for NH208-AT, 16 for NH215-AT and 8 for NH2007
                         nbsMegaSwSvlanConnectEntry 1.3.6.1.4.1.629.1.9.1.3.1 no-access
Contains the destination filter associated with the input port nbsMegaSwSvlanConnectSport.
                             nbsMegaSwSvlanConnectSport 1.3.6.1.4.1.629.1.9.1.3.1.1 integer read-only
A unique value that shows for which input/source port the adjacent filter/dport map should be used.
                             nbsMegaSwSvlanConnectDport 1.3.6.1.4.1.629.1.9.1.3.1.2 octet string read-only
The Destination Port Bit Map = the set of ports to which the incoming packet is to be forwarded. Each octet within the value of this object 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 switch 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>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.) The default value of this object is a string of ones of appropriate length, except for the source port bit. Deleteing the filter for a specific source port means writing the default value - all 1's.
                     nbsMegaSwRunSvlanDb 1.3.6.1.4.1.629.1.9.1.4
                         nbsMegaSwRunSvlanMaxNum 1.3.6.1.4.1.629.1.9.1.4.1 integer read-only
Maximum number of Security Virtual LANs that are supported
                         nbsMegaSwRunSvlanTable 1.3.6.1.4.1.629.1.9.1.4.2 no-access
A list of the current Security Virtual LANs defined. Number of entries is given by nbsMegaSwRunSvlanMaxNum
                             nbsMegaSwRunSvlanEntry 1.3.6.1.4.1.629.1.9.1.4.2.1 no-access
Contains the descriptor of a Security Virtual LAN.
                                 nbsMegaSwRunSvlanIndex 1.3.6.1.4.1.629.1.9.1.4.2.1.1 integer read-only
The serial number of this entry in the nbsMegaSwRunSvlanTbl. It may range from 1 to the value of nbsMegaSwRunSvlanMaxNum.
                                 nbsMegaSwRunSvlanStatus 1.3.6.1.4.1.629.1.9.1.4.2.1.2 integer read-write
The object is used to create/delete entries in the nbsMegaSwRunSvlanTable table. Setting this value to invalid(2) for a certain nbsMegaSwRunSvlanIndex, deletes this entry. To create a new entry a SET PDU with the nbsMegaSwRunSvlanList and nbsMegaSwRunSvlanStatus=valid(1) objects is required. Enumeration: 'valid': 1, 'invalid': 2.
                                 nbsMegaSwRunSvlanList 1.3.6.1.4.1.629.1.9.1.4.2.1.3 octet string read-write
Contains the list of the ports grouped together in this Security Virtual LAN. The representation is a bit map. Each octet within the value of this object 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 switch 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>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.) The default value of this object is a string of ones of appropriate length, except for the source port bit.
                                 nbsMegaSwRunSvlanIsvlanFlag 1.3.6.1.4.1.629.1.9.1.4.2.1.4 integer read-only
This object indicates if this 'intra-switch' VLAN entry was added by defining an inter-switch VLAN. The entries that have this flag TRUE may not be edited using this access.
                         nbsMegaSwRunIsvlanMaxNum 1.3.6.1.4.1.629.1.9.1.4.3 integer read-only
Maximum number of InterSwitch Security Virtual LANs that are supported
                         nbsMegaSwRunIsvlanTable 1.3.6.1.4.1.629.1.9.1.4.4 no-access
A list of the current InetrSwitch Security Virtual LANs defined. Number of entries is given by nbsMegaSwRunSvlanMaxNum
                             nbsMegaSwRunIsvlanEntry 1.3.6.1.4.1.629.1.9.1.4.4.1 no-access
Contains the descriptor of a InterSwitch Security Virtual LAN.
                                 nbsMegaSwRunIsvlanIndex 1.3.6.1.4.1.629.1.9.1.4.4.1.1 integer read-only
The serial number of this entry in the nbsMegaSwRunIsvlanTbl. It may range from 1 to the value of nbsMegaSwRunIsvlanMaxNum.
                                 nbsMegaSwRunIsvlanStatus 1.3.6.1.4.1.629.1.9.1.4.4.1.2 integer read-write
The object is used to create/delete entries in the nbsMegaSwRunIsvlanTable table. Setting this value to invalid(2) for a certain nbsMegaSwRunIsvlanIndex, deletes this entry. To create a new entry a SET PDU with the nbsMegaSwRunIsvlanList and nbsMegaSwRunIsvlanStatus=valid(1) objects is required. -- ykfix33 - 1.03.00 Vlans with mcast(3) status are created by IGMP application -- ykfix33 - 1.03.00 in runtime and have tags from 3001 till 4095. -- ykfix33 - 1.03.00 This value is only for GET SNMP command. Enumeration: 'valid': 1, 'mcast': 3, 'invalid': 2.
                                 nbsMegaSwRunIsvlanList 1.3.6.1.4.1.629.1.9.1.4.4.1.3 octet string read-write
Contains the list of the ports grouped together in this Security Virtual LAN. The representation is a bit map. Each octet within the value of this object 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 switch 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>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.) The default value of this object is a string of ones of appropriate length, except for the source port bit.
                                 nbsMegaSwRunIsvlanName 1.3.6.1.4.1.629.1.9.1.4.4.1.4 displaystring read-write
Contains an optional name for the VLAN.
                                 nbsMegaSwRunIsvlanTag 1.3.6.1.4.1.629.1.9.1.4.4.1.5 integer read-write
A 12 bit Port VLAN Identifier for this Port. 0 - The Null VLAN ID.used when the Tag Header contains only user_priority information; No VLAN identifier is present in the frame. This number is not allowed here. 1 - The Default PVID value used for tagging frames through a Bridge Port. The PVID used for tagging of frames can be changed by management. MegaSwitch II ISVLAN card supports up to 8 bits, i.e. values of 0..256.
                                 nbsMegaSwRunIsvlanVlanIndex 1.3.6.1.4.1.629.1.9.1.4.4.1.6 integer read-only
Contains an index in the nbsMegaSwRunSvlanTable for this InterSwitch VLAN.
                     nbsMegaSwRunVbcDb 1.3.6.1.4.1.629.1.9.1.5
                         nbsMegaSwRunVbcMaxNum 1.3.6.1.4.1.629.1.9.1.5.1 integer read-only
Maximum number of Virtual Broadcast Domains that are supported
                         nbsMegaSwRunVbcTable 1.3.6.1.4.1.629.1.9.1.5.2 no-access
A list of the current Virtual Broadcast Domains defined. Number of entries is given by nbsMegaSwRunVbcMaxNum
                             nbsMegaSwRunVbcEntry 1.3.6.1.4.1.629.1.9.1.5.2.1 no-access
Contains the list of ports included in a Virtual Broadcast Domain.
                                 nbsMegaSwRunVbcIndex 1.3.6.1.4.1.629.1.9.1.5.2.1.1 integer read-only
The serial number of this entry in the nbsMegaSwRunVbcTbl. It may range from 1 to the value of nbsMegaSwRunVbcMaxNum.
                                 nbsMegaSwRunVbcStatus 1.3.6.1.4.1.629.1.9.1.5.2.1.2 integer read-write
The object is used to create/delete entries in the nbsMegaSwRunVbcTable table. Setting this value to invalid(2) for a certain nbsMegaSwRunVbcIndex, deletes this entry. To create a new entry a SET PDU with the nbsMegaSwRunVbcList and nbsMegaSwRunVbcStatus=valid(1) objects is required. Enumeration: 'valid': 1, 'invalid': 2.
                                 nbsMegaSwRunVbcList 1.3.6.1.4.1.629.1.9.1.5.2.1.3 octet string read-write
Contains the list of the ports grouped together in this Virtual Broadcast Domain. The representation is a bit map. Each octet within the value of this object 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 switch 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>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.) The default value of this object is a string of ones of appropriate length, except for the source port bit.
                     nbsMegaSwVmon 1.3.6.1.4.1.629.1.9.1.6
                         nbsMegaSwVmonMonitorPort 1.3.6.1.4.1.629.1.9.1.6.1 integer read-write
The port containing the Monitor Probe/Lan Analyser. Its value is in the range 1 to nbsSysPortsNumber. After system reset its value will be zero, signfying an unitialized Virtual Monitor Capability.
                         nbsMegaSwVmonMonitrdPort 1.3.6.1.4.1.629.1.9.1.6.2 integer read-write
The port to be monitored. Its value is in the range 1 to nbsSysPortsNumber. After system reset its value will be zero, signfying an unitialized Virtual Monitor Capability.
                         nbsMegaSwVmonStatus 1.3.6.1.4.1.629.1.9.1.6.3 integer read-write
The status of the monitoring process. It allows to poll the state of the monitoring process - GET. Setting this object to startMon(3) value will start the monitoring process, unless the system is not initialized in nonInit(1) state. Setting this object to stopMon(3) value will stop the monitoring process, if any active, bringing it to idle. Setting this object to nonInit(3) value is illegal. This value is for GET operation only. Enumeration: 'nonInit': 1, 'stopMon': 3, 'startMon': 2.
                 nbsMegaSwPermDb 1.3.6.1.4.1.629.1.9.2
                     nbsMegaSwPermSvlanDb 1.3.6.1.4.1.629.1.9.2.1
                         nbsMegaSwPermSvlanMaxNum 1.3.6.1.4.1.629.1.9.2.1.1 integer read-only
Maximum number of Security Virtual LANs that are supported
                         nbsMegaSwPermSvlanTable 1.3.6.1.4.1.629.1.9.2.1.2 no-access
A list of the current Security Virtual LANs defined. Number of entries is given by nbsMegaSwPermSvlanMaxNum
                             nbsMegaSwPermSvlanEntry 1.3.6.1.4.1.629.1.9.2.1.2.1 no-access
Contains the list of ports included in a Virtual LAN.
                                 nbsMegaSwPermSvlanIndex 1.3.6.1.4.1.629.1.9.2.1.2.1.1 integer read-only
The serial number of this entry in the nbsMegaSwPermSvlanTbl. It may range from 1 to the value of nbsMegaSwPermSvlanMaxNum
                                 nbsMegaSwPermSvlanStatus 1.3.6.1.4.1.629.1.9.2.1.2.1.2 integer read-write
The object is used to create/delete entries in the nbsMegaSwPermSvlanTable table. Setting this value to invalid(2) for a certain nbsMegaSwPermSvlanIndex, deletes this entry. To create a new entry a SET PDU with the nbsMegaSwPermSvlanList and nbsMegaSwPermSvlanStatus set to valid(1) objects is required. Enumeration: 'valid': 1, 'invalid': 2.
                                 nbsMegaSwPermSvlanList 1.3.6.1.4.1.629.1.9.2.1.2.1.3 octet string read-write
Contains the list of the ports grouped together in this Security Virtual LAN. The representation is a bit map. Each octet within the value of this object 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 switch 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>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.) The default value of this object is a string of ones of appropriate length, except for the source port bit.
                         nbsMegaSwPermIsvlanMaxNum 1.3.6.1.4.1.629.1.9.2.1.3 integer read-only
Maximum number of InterSwitch Security Virtual LANs that are supported
                         nbsMegaSwPermIsvlanTable 1.3.6.1.4.1.629.1.9.2.1.4 no-access
A list of the current InetrSwitch Security Virtual LANs defined. Number of entries is given by nbsMegaSwPermSvlanMaxNum
                             nbsMegaSwPermIsvlanEntry 1.3.6.1.4.1.629.1.9.2.1.4.1 no-access
Contains the descriptor of a InterSwitch Security Virtual LAN.
                                 nbsMegaSwPermIsvlanIndex 1.3.6.1.4.1.629.1.9.2.1.4.1.1 integer read-only
The serial number of this entry in the nbsMegaSwPermIsvlanTbl. It may range from 1 to the value of nbsMegaSwPermIsvlanMaxNum.
                                 nbsMegaSwPermIsvlanStatus 1.3.6.1.4.1.629.1.9.2.1.4.1.2 integer read-write
The object is used to create/delete entries in the nbsMegaSwPermIsvlanTable table. Setting this value to invalid(2) for a certain nbsMegaSwPermIsvlanIndex, deletes this entry. To create a new entry a SET PDU with the nbsMegaSwPermIsvlanList and nbsMegaSwPermIsvlanStatus=valid(1) objects is required. -- ykfix33 - 1.03.00 Vlans with mcast(3) status are created by IGMP application -- ykfix33 - 1.03.00 in runtime and have tags from 3001 till 4095. -- ykfix33 - 1.03.00 This value is only for GET SNMP command. Enumeration: 'valid': 1, 'mcast': 3, 'invalid': 2.
                                 nbsMegaSwPermIsvlanList 1.3.6.1.4.1.629.1.9.2.1.4.1.3 octet string read-write
Contains the list of the ports grouped together in this Security Virtual LAN. The representation is a bit map. Each octet within the value of this object 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 switch 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>. (Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.) The default value of this object is a string of ones of appropriate length, except for the source port bit.
                                 nbsMegaSwPermIsvlanName 1.3.6.1.4.1.629.1.9.2.1.4.1.4 displaystring read-write
Contains an optional name for the VLAN.
                                 nbsMegaSwPermIsvlanTag 1.3.6.1.4.1.629.1.9.2.1.4.1.5 integer read-write
A 12 bit Port VLAN Identifier for this Port. 0 - The Null VLAN ID.used when the Tag Header contains only user_priority information; No VLAN identifier is present in the frame. This number is not allowed here. 1 - The Default PVID value used for tagging frames through a Bridge Port. The PVID used for tagging of frames can be changed by management. MegaSwitch II ISVLAN card supports up to 8 bits, i.e. values of 0..256.
                     nbsMegaSwPermVbcDb 1.3.6.1.4.1.629.1.9.2.2
                         nbsMegaSwPermVbcMaxNum 1.3.6.1.4.1.629.1.9.2.2.1 integer read-only
Maximum number of Virtual Broadcast Domains that are supported
                         nbsMegaSwPermVbcTable 1.3.6.1.4.1.629.1.9.2.2.2 no-access
A list of the current Virtual Broadcast Domains defined. Number of entries is given by nbsMegaSwPermVbcMaxNum
                             nbsMegaSwPermVbcEntry 1.3.6.1.4.1.629.1.9.2.2.2.1 no-access
Contains the list of ports included in a Virtual Broadcast Domain.
                                 nbsMegaSwPermVbcIndex 1.3.6.1.4.1.629.1.9.2.2.2.1.1 integer read-only
The serial number of this entry in the nbsMegaSwPermVbcTbl. It may range from 1 to the value of nbsMegaSwPermVbcMaxNum.
                                 nbsMegaSwPermVbcStatus 1.3.6.1.4.1.629.1.9.2.2.2.1.2 integer read-write
The object is used to create/delete entries in the nbsMegaSwPermVbcTable table. Setting this value to invalid(2) for a certain nbsMegaSwPermVbcIndex, deletes this entry. To create a new entry a SET PDU with the nbsMegaSwPermVbcList and nbsMegaSwPermVbcStatus set to valid(1) is required. Enumeration: 'valid': 1, 'invalid': 2.
                                 nbsMegaSwPermVbcList 1.3.6.1.4.1.629.1.9.2.2.2.1.3 octet string read-write
Contains the list of the ports grouped together in this Virtual Broadcast Domain. The representation is a bit map. Each octet within the value of this object 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 switch 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>. Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant. The default value of this object is a string of ones of appropriate length, except for the source port bit.
                     nbsTpPermAgingTime 1.3.6.1.4.1.629.1.9.2.3 integer read-write
Switching Data Base Aging Time - NVRAM based. Legal values are 1 to 27000.