BIANCA-BRICK-GRE-MIB: View SNMP OID List / Download MIB
VENDOR: BINTEC COMMUNICATIONS GMBH
Home | MIB: BIANCA-BRICK-GRE-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 | |||
vpn | 1.3.6.1.4.1.272.4.23 | |||
greIfTable | 1.3.6.1.4.1.272.4.23.5 | no-access |
This Table contains configuration information for GRE interfaces. Each time a new entry is created here, a corresponding entry is created in the ifTable and biboAdmDeviceTable. |
|
1.3.6.1.4.1.272.4.23.5.1 | no-access |
Entries in this table are created by defining a new value for the field greDstIpAddr. Entries may be deleted by setting the field greUseKey to 'delete'. |
||
greIfIndex | 1.3.6.1.4.1.272.4.23.5.1.1 | integer | read-only |
The index of the virtual interface. This object identifies a row in the ifTable. |
greIfDescr | 1.3.6.1.4.1.272.4.23.5.1.2 | displaystring | read-write |
The name of the virtual interface. The same name will be assigned to the corresponding ifDescr in the ifTable. |
greIfMtu | 1.3.6.1.4.1.272.4.23.5.1.3 | integer | read-write |
Determines size of the largest datagram which can be sent on the interface, specified in octets (see ifMtu). |
greDstIpAddr | 1.3.6.1.4.1.272.4.23.5.1.4 | ipaddress | read-write |
The IP address of the GRE remote partner. |
greKey | 1.3.6.1.4.1.272.4.23.5.1.5 | integer | read-write |
The optional 32-bit key for this GRE tunnel. Multiple tunnels can be used simultaneously between the two same GRE partners provided each tunnel uses a different key. |
greUseKey | 1.3.6.1.4.1.272.4.23.5.1.6 | integer | read-write |
This object indicates, whether the key value specified in greKey should be processed in GRE headers. Enumeration: 'yes': 2, 'no': 3, 'delete': 1. |
greSrcIpAddr | 1.3.6.1.4.1.272.4.23.5.1.7 | ipaddress | read-write |
The source IP address used when sending GRE packets. If this value is set to 0.0.0.0, the IP address of the interface used to route packets towards the remote partner will be automatically selected for this purpose. |