BRRP-MIB: View SNMP OID List / Download MIB
VENDOR: BINTEC COMMUNICATIONS GMBH
Home | MIB: BRRP-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).
|
|||
Object Name | OID | Type | Access | Info |
bintec | 1.3.6.1.4.1.272 | |||
bibo | 1.3.6.1.4.1.272.4 | |||
brrp | 1.3.6.1.4.1.272.4.40 | |||
biboBrrpOperTable | 1.3.6.1.4.1.272.4.40.1 | no-access |
Operations table for a BRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'biboBrrpOperEntry' items. |
|
1.3.6.1.4.1.272.4.40.1.1 | no-access |
An entry in the biboBrrpOperTable containing the operational characteristics of a virtual router. On a BRRP router, a given virtual router is identified by a combination of the IF index and VRID. Rows in the table cannot be modified unless the value of `biboBrrpOperAdminState' is `disabled' and the `biboBrrpOperState' has transitioned to `initialize'. |
||
biboBrrpOperVrId | 1.3.6.1.4.1.272.4.40.1.1.1 | integer | read-write |
This object contains the Virtual Router Identifier (VRID). |
biboBrrpVirtIfIndex | 1.3.6.1.4.1.272.4.40.1.1.2 | integer | read-write |
The index of the virtual interface used by the virtual router. |
biboBrrpOperMasterIpAddr | 1.3.6.1.4.1.272.4.40.1.1.3 | ipaddress | read-write |
The master router's real (primary) IP address. This is the IP address listed as the source in BRRP advertisement last received by this virtual router. |
biboBrrpOperState | 1.3.6.1.4.1.272.4.40.1.1.4 | integer | read-only |
The current state of the virtual router. This object has four defined values: - `initialize', which indicates that all the virtual router is waiting for a startup event. - `backup', which indicates the virtual router is monitoring the availability of the master router. - `master', which indicates that the virtual router is forwarding packets for IP addresses that are associated with this router. Setting the `brrpOperAdminState' object (below) initiates transitions in the value of this object. Enumeration: 'initialize': 1, 'master': 3, 'backup': 2. |
biboBrrpOperAdminState | 1.3.6.1.4.1.272.4.40.1.1.5 | integer | read-write |
This object will enable/disable the virtual router function. Setting the value to `up', will transition the state of the virtual router from `initialize' to `backup' or `master', depending on the value of `brrpOperPriority'. Setting the value to `down', will transition the router from `master' or `backup' to `initialize'. State transitions may not be immediate; they sometimes depend on other factors, such as the interface (IF) state. The `brrpOperAdminState' object must be set to `down' prior to modifying the other read-only objects in the conceptual row. The value of the `brrpOperRowStatus' object (below) must be `active', signifying that the conceptual row is valid (i.e., the objects are correctly set), in order for this object to be set to `up'. Use `delete' to delete this table entry permanently. Enumeration: 'down': 2, 'up': 1, 'delete': 3. |
biboBrrpOperPriority | 1.3.6.1.4.1.272.4.40.1.1.6 | integer | read-write |
This object specifies the priority to be used for the virtual router master election process. Higher values imply higher priority. A priority of '0', although not settable, is sent by the master router to indicate that this router has ceased to participate in BRRP and a backup virtual router should transition to become a new master. A priority of 255 is used for the router that owns the associated IP address(es). |
biboBrrpOperAuthType | 1.3.6.1.4.1.272.4.40.1.1.7 | integer | read-write |
Authentication type used for BRRP protocol exchanges between virtual routers. This value of this object is the same for a given ifIndex. New enumerations to this list can only be added via a new RFC on the standards track. Enumeration: 'noAuthentication': 1, 'ipAuthenticationHeader': 3, 'simpleTextPassword': 2. |
biboBrrpOperAuthKey | 1.3.6.1.4.1.272.4.40.1.1.8 | octet string | read-write |
The Authentication Key. This object is set according to the value of the 'brrpOperAuthType' object ('simpleTextPassword' or 'ipAuthenticationHeader'). If the length of the value is less than 16 octets, the agent will left adjust and zero fill to 16 octets. The value of this object is the same for a given ifIndex. When read, biboBrrpOperAuthKey always returns an Octet String of length zero. |
biboBrrpOperAdvertisementInterval | 1.3.6.1.4.1.272.4.40.1.1.9 | integer | read-write |
The time interval, in seconds, between sending advertisement messages. Only the master router sends BRRP advertisements. |
biboBrrpOperMasterDownRetries | 1.3.6.1.4.1.272.4.40.1.1.10 | integer | read-write |
Calculation of the MasterDownInterval from RFC 2338: Skew_Time = ((256 - Priority) / 256) MasterDownInterval = (MasterDownRetries * AdvertisementInterval) + Skew_Time |
biboBrrpOperPreemptMode | 1.3.6.1.4.1.272.4.40.1.1.11 | integer | read-write |
Controls whether a higher priority virtual router will preempt a lower priority master. Enumeration: 'true': 2, 'false': 1. |
biboBrrpOperVirtualRouterUpTime | 1.3.6.1.4.1.272.4.40.1.1.12 | timeticks | read-only |
This is the value of the `sysUpTime' object when this virtual router (i.e., the `brrpOperState') transitioned out of `initialized'. |
biboBrrpMasterIfIndex | 1.3.6.1.4.1.272.4.40.1.1.14 | integer | read-write |
The index of the master interface controlling the virtual router. |
biboBrrpOperDecrPrio | 1.3.6.1.4.1.272.4.40.1.1.15 | integer | read-only |
This is the value currently decremented from the virtual router priority to be used for the virtual router master election process Actual priority = (biboBrrpOperPriority - biboBrrpOperDecrPrio) This value could be either '0' or 'aliveSlaveBrrpDecrPrio': - it is set to 'aliveSlaveBrrpDecrPrio' when the alive surveillance (aliveSlaveBrrpState) triggers 'decrPrio' while this router state is 'up' (biboBrrpOperState). - it is cleared to '0' when the alive surveillance (aliveSlaveBrrpState) triggers 'up' while this router state is already 'up' (biboBrrpOperState). The default value is '0'. |
biboBrrpRouterStatsTable | 1.3.6.1.4.1.272.4.40.2 | no-access |
Table of virtual router statistics. |
|
1.3.6.1.4.1.272.4.40.2.1 | no-access |
An entry in the table, containing statistics information about a given virtual router. |
||
biboBrrpStatsVrId | 1.3.6.1.4.1.272.4.40.2.1.1 | integer | read-only |
This object contains the Virtual Router Identifier (VRID). |
biboBrrpStatsIfIndex | 1.3.6.1.4.1.272.4.40.2.1.2 | integer | read-only |
The index of the virtual interface used by the virtual router. |
biboBrrpStatsBecomeMaster | 1.3.6.1.4.1.272.4.40.2.1.3 | counter | read-only |
The total number of times that this virtual router's state has transitioned to MASTER. |
biboBrrpStatsAdvertiseRcvd | 1.3.6.1.4.1.272.4.40.2.1.4 | counter | read-only |
The total number of BRRP advertisements received by this virtual router. |
biboBrrpStatsAdvertiseIntervalErrors | 1.3.6.1.4.1.272.4.40.2.1.5 | counter | read-only |
The total number of BRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router. |
biboBrrpStatsAuthFailures | 1.3.6.1.4.1.272.4.40.2.1.6 | counter | read-only |
The total number of BRRP packets received that do not pass the authentication check. |
biboBrrpStatsIpTtlErrors | 1.3.6.1.4.1.272.4.40.2.1.7 | counter | read-only |
The total number of BRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255. |
biboBrrpStatsInvalidTypePktsRcvd | 1.3.6.1.4.1.272.4.40.2.1.8 | counter | read-only |
The number of BRRP packets received by the virtual router with an invalid value in the 'type' field. |
biboBrrpStatsInvalidAuthType | 1.3.6.1.4.1.272.4.40.2.1.9 | counter | read-only |
The total number of packets received with an unknown authentication type. |
biboBrrpStatsAuthTypeMismatch | 1.3.6.1.4.1.272.4.40.2.1.10 | counter | read-only |
The total number of packets received with 'Auth Type' not equal to the locally configured authentication method (`brrpOperAuthType'). |
biboBrrpStatsPacketLengthErrors | 1.3.6.1.4.1.272.4.40.2.1.11 | counter | read-only |
The total number of packets received with a packet length less than the length of the BRRP header. |
biboBrrpStatsChecksumErrors | 1.3.6.1.4.1.272.4.40.2.1.12 | counter | read-only |
The total number of BRRP packets received with an invalid BRRP checksum value. |
biboBrrpStatsVersionErrors | 1.3.6.1.4.1.272.4.40.2.1.13 | counter | read-only |
The total number of BRRP packets received with an unknown or unsupported version number. |