BRS-MIB: View SNMP OID List / Download MIB

VENDOR: NXNETWORKS


 Home MIB: BRS-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
 proteon 1.3.6.1.4.1.1
     proAdmin 1.3.6.1.4.1.1.1
         proFeature 1.3.6.1.4.1.1.1.7
             proFeatureBrs 1.3.6.1.4.1.1.1.7.1
                 proBrsMib 1.3.6.1.4.1.1.1.7.1.1
                     proBrsNumber 1.3.6.1.4.1.1.1.7.1.1.1 integer read-only
The number of interfaces enabled for BRS.
                     proBrsPortTable 1.3.6.1.4.1.1.1.7.1.1.2 no-access
A list of BRS ports/interfaces. The number of entries is given by the value of proBrsNumber. Only ports/interfaces that have BRS enabled will appear in this table.
                         proBrsPortEntry 1.3.6.1.4.1.1.1.7.1.1.2.1 no-access
Status and parameter values for an interface.
                             proBrsClassNumber 1.3.6.1.4.1.1.1.7.1.1.2.1.1 integer read-only
The number of classes on this interface.
                             proBrsDefaultClassName 1.3.6.1.4.1.1.1.7.1.1.2.1.2 displaystring read-only
The name of the default class.
                             proBrsDefaultPriority 1.3.6.1.4.1.1.1.7.1.1.2.1.3 brspriority read-only
The default priority for the default class.
                     proBrsClassTable 1.3.6.1.4.1.1.1.7.1.1.3 no-access
A list of BRS Classes per interface. The number of entries is given by the value of proBrsClassNumber in the previous proBrsPortTable group.
                         proBrsClassEntry 1.3.6.1.4.1.1.1.7.1.1.3.1 no-access
Status and parameter values for a class.
                             proBrsClassId 1.3.6.1.4.1.1.1.7.1.1.3.1.1 integer read-only
A unique ID for each class. Its value ranges between 1 and the value of proBrsClassNumber in the proBrsPortTable.
                             proBrsClassName 1.3.6.1.4.1.1.1.7.1.1.3.1.2 displaystring read-only
The class name.
                             proBrsClassAlloc 1.3.6.1.4.1.1.1.7.1.1.3.1.3 integer read-write
Bandwidth Allocation percentage.
                             proBrsClassBytes 1.3.6.1.4.1.1.1.7.1.1.3.1.4 integer read-only
The number of bytes transmitted in this class.
                             proBrsClassPkts 1.3.6.1.4.1.1.1.7.1.1.3.1.5 integer read-only
The number of packets transmitted in this class.
                             proBrsClassDiscs 1.3.6.1.4.1.1.1.7.1.1.3.1.6 integer read-only
The number of bytes discarded in this class.
                     proBrsFilterTable 1.3.6.1.4.1.1.1.7.1.1.4 no-access
A list of BRS Protocols/Filters.
                         proBrsFilterEntry 1.3.6.1.4.1.1.1.7.1.1.4.1 no-access
Status and parameter values for a filter.
                             proBrsFilterId 1.3.6.1.4.1.1.1.7.1.1.4.1.1 integer read-only
A unique value for each filter. Its value is the protocol number or a filter number + the maximum protocol number.
                             proBrsFilterName 1.3.6.1.4.1.1.1.7.1.1.4.1.2 displaystring read-only
The filter name.
                             proBrsFilterPriority 1.3.6.1.4.1.1.1.7.1.1.4.1.3 integer read-only
The priority of the filter. Enumeration: 'high': 3, 'urgent': 4, 'low': 1, 'normal': 2.
                             proBrsFilterPortType 1.3.6.1.4.1.1.1.7.1.1.4.1.4 integer read-only
This field is relevent to the UDP_TCP port filters only (where proBRSFilterId is UDP_TCP1, UDP_TCP2, UDP_TCP3, UDP_TCP4 or UDP_TCP5). It signifies whether UDP/IP or TCP/IP traffic should be filtered. Valid values are tcp(1), udp(2) or other(3), which is specified for other protocol/filter types. Enumeration: 'udp': 2, 'other': 3, 'tcp': 1.
                             proBrsFilterLowPortNum 1.3.6.1.4.1.1.1.7.1.1.4.1.5 integer read-only
This field is relevent to the UDP_TCP port filters only (where proBRSFilterId is UDP_TCP1, UDP_TCP2, UDP_TCP3, UDP_TCP4 or UDP_TCP5). It signifies the low end of a range of port numbers on which a UDP_TCP filter is based. Valid values for UDP_TCP filters are from 1 to 65535. This field will be zero for other protocol/filter types.
                             proBrsFilterHighPortNum 1.3.6.1.4.1.1.1.7.1.1.4.1.6 integer read-only
This is field relevent to the UDP_TCP port filters only (where proBRSFilterId is UDP_TCP1, UDP_TCP2, UDP_TCP3, UDP_TCP4 or UDP_TCP5). It signifies the high end of a range of port numbers. It can range from 1 to 65535 and is equal to or greater than the low port range. This field will be 0 for other protocol/filter types.
                             proBrsFilterIpAddr 1.3.6.1.4.1.1.1.7.1.1.4.1.7 ipaddress read-only
This field is relevent to the UDP_TCP port filters only. If the IP address is non zero, the IP address and the port number range (defined by the Low Port and High Port) are used together to define a socket in the filtering criteria for the UDP_TCP filter. If the IP address is zero, only the port range criteria criteria is used for the UDP_TCP filter. This field will be zero for other protocol/filter types.
                             proBrsFilterTag 1.3.6.1.4.1.1.1.7.1.1.4.1.8 integer read-only
This field is relevent only for BRS tags (where proBRSFilterId is TAG1, TAG2, TAG3, TAG4 or TAG5). The Tag Value identifies a set of filter items associated with a specific tag value via MAC Filtering configuration. The association of a Tag Value with one of the 5 BRS tags allows the set of filtered items to be assigned to a class and priority configured for the BRS tag. Valid values are 1 to 64. This field will be 0 for other protocol/filter types.