BRS-MIB

File: BRS-MIB.mib (12727 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

enterprises Counter IpAddress
OBJECT-TYPE ifIndex DisplayString

Defined Types

BRSPriority  
INTEGER low(1), normal(2), high(3), urgent(4)    

ProBrsPortEntry  
SEQUENCE    
  proBrsClassNumber INTEGER
  proBrsDefaultClassName DisplayString Size(0..10)
  proBrsDefaultPriority BRSPriority

ProBrsClassEntry  
SEQUENCE    
  proBrsClassId INTEGER
  proBrsClassName DisplayString Size(0..10)
  proBrsClassAlloc INTEGER
  proBrsClassBytes INTEGER
  proBrsClassPkts INTEGER
  proBrsClassDiscs INTEGER

ProBrsFilterEntry  
SEQUENCE    
  proBrsFilterId INTEGER
  proBrsFilterName DisplayString Size(0..10)
  proBrsFilterPriority INTEGER
  proBrsFilterPortType INTEGER
  proBrsFilterLowPortNum INTEGER
  proBrsFilterHighPortNum INTEGER
  proBrsFilterIpAddr IpAddress
  proBrsFilterTag INTEGER

Defined Values

proteon 1.3.6.1.4.1.1
OBJECT IDENTIFIER    

proAdmin 1.3.6.1.4.1.1.1
OBJECT IDENTIFIER    

proFeature 1.3.6.1.4.1.1.1.7
OBJECT IDENTIFIER    

proFeatureBrs 1.3.6.1.4.1.1.1.7.1
OBJECT IDENTIFIER    

proBrsMib 1.3.6.1.4.1.1.1.7.1.1
OBJECT IDENTIFIER    

proBrsNumber 1.3.6.1.4.1.1.1.7.1.1.1
The number of interfaces enabled for BRS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

proBrsPortTable 1.3.6.1.4.1.1.1.7.1.1.2
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProBrsPortEntry

proBrsPortEntry 1.3.6.1.4.1.1.1.7.1.1.2.1
Status and parameter values for an interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProBrsPortEntry  

proBrsClassNumber 1.3.6.1.4.1.1.1.7.1.1.2.1.1
The number of classes on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

proBrsDefaultClassName 1.3.6.1.4.1.1.1.7.1.1.2.1.2
The name of the default class.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

proBrsDefaultPriority 1.3.6.1.4.1.1.1.7.1.1.2.1.3
The default priority for the default class.
Status: mandatory Access: read-only
OBJECT-TYPE    
  BRSPriority  

proBrsClassTable 1.3.6.1.4.1.1.1.7.1.1.3
A list of BRS Classes per interface. The number of entries is given by the value of proBrsClassNumber in the previous proBrsPortTable group.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProBrsClassEntry

proBrsClassEntry 1.3.6.1.4.1.1.1.7.1.1.3.1
Status and parameter values for a class.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProBrsClassEntry  

proBrsClassId 1.3.6.1.4.1.1.1.7.1.1.3.1.1
A unique ID for each class. Its value ranges between 1 and the value of proBrsClassNumber in the proBrsPortTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

proBrsClassName 1.3.6.1.4.1.1.1.7.1.1.3.1.2
The class name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

proBrsClassAlloc 1.3.6.1.4.1.1.1.7.1.1.3.1.3
Bandwidth Allocation percentage.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

proBrsClassBytes 1.3.6.1.4.1.1.1.7.1.1.3.1.4
The number of bytes transmitted in this class.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

proBrsClassPkts 1.3.6.1.4.1.1.1.7.1.1.3.1.5
The number of packets transmitted in this class.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

proBrsClassDiscs 1.3.6.1.4.1.1.1.7.1.1.3.1.6
The number of bytes discarded in this class.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

proBrsFilterTable 1.3.6.1.4.1.1.1.7.1.1.4
A list of BRS Protocols/Filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProBrsFilterEntry

proBrsFilterEntry 1.3.6.1.4.1.1.1.7.1.1.4.1
Status and parameter values for a filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProBrsFilterEntry  

proBrsFilterId 1.3.6.1.4.1.1.1.7.1.1.4.1.1
A unique value for each filter. Its value is the protocol number or a filter number + the maximum protocol number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

proBrsFilterName 1.3.6.1.4.1.1.1.7.1.1.4.1.2
The filter name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

proBrsFilterPriority 1.3.6.1.4.1.1.1.7.1.1.4.1.3
The priority of the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER low(1), normal(2), high(3), urgent(4)  

proBrsFilterPortType 1.3.6.1.4.1.1.1.7.1.1.4.1.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER tcp(1), udp(2), other(3)  

proBrsFilterLowPortNum 1.3.6.1.4.1.1.1.7.1.1.4.1.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

proBrsFilterHighPortNum 1.3.6.1.4.1.1.1.7.1.1.4.1.6
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

proBrsFilterIpAddr 1.3.6.1.4.1.1.1.7.1.1.4.1.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

proBrsFilterTag 1.3.6.1.4.1.1.1.7.1.1.4.1.8
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..64