PRVT-L2TUNNELING-MIB: View SNMP OID List / Download MIB
VENDOR: B.A.T.M. ADVANCE TECHNOLOGIES
Home | MIB: PRVT-L2TUNNELING-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 |
prvtL2TunnelingMIB | 1.3.6.1.4.1.738.1.7.3 |
This document is the SNMP MIB module to manage tunneling feature, designed for service providers. |
||
prvtL2TunnNotifications | 1.3.6.1.4.1.738.1.7.3.0 | |||
prvtL2TunnObjects | 1.3.6.1.4.1.738.1.7.3.1 | |||
prvtL2TunnEnable | 1.3.6.1.4.1.738.1.7.3.1.1 | integer | read-write |
Enable/Disable L2Tunneling feature Enumeration: 'enable': 1, 'disable': 2. |
prvtL2TunnProfileTable | 1.3.6.1.4.1.738.1.7.3.1.2 | no-access |
A Table that contain all predefined and defined profiles. |
|
1.3.6.1.4.1.738.1.7.3.1.2.1 | no-access |
An entry in this table contains a TLS tunneling profile |
||
prvtL2TunnProfileName | 1.3.6.1.4.1.738.1.7.3.1.2.1.1 | octet string | read-only |
TLS profile name. There will be three special profiles that will represent predefined policies: - Discard-All, - Tunnel-BPDUs-only - Tunnel-All. |
prvtL2TunnProfileRowStatus | 1.3.6.1.4.1.738.1.7.3.1.2.1.2 | rowstatus | read-only |
TLS profile rowStatus. It is not possible to modify the predefined profiles. |
prvtL2ProtocolsTable | 1.3.6.1.4.1.738.1.7.3.1.3 | no-access |
A table that contain all predefine and custom defined L2Protocols |
|
1.3.6.1.4.1.738.1.7.3.1.3.1 | no-access |
An entry is a L2 protocol with the replacement multicast MAC addresses. |
||
prvtL2ProtocolName | 1.3.6.1.4.1.738.1.7.3.1.3.1.1 | octet string | read-only |
L2 Protocol Name. There will the follow default protocol: - xSTP - LACP/LAMP - Link OAM (802.3ah) - Port Authentication (802.1x) - E-LMI - LLDP - All other bridge block of protocols - All Bridges - GARP Block of Protocols - Provider Bridge STP. |
prvtL2ProtocolEthertype | 1.3.6.1.4.1.738.1.7.3.1.3.1.2 | integer32 | read-only |
Protocol Ethertype. |
prvtL2ProtocolMAC | 1.3.6.1.4.1.738.1.7.3.1.3.1.3 | octet string | read-only |
The protocol Multicast MAC address used for PDU distribution. |
prvtL2ReplaceMAC | 1.3.6.1.4.1.738.1.7.3.1.3.1.4 | octet string | read-only |
Replacement multicast MAC addresses. |
prvtL2ProtocolRowStatus | 1.3.6.1.4.1.738.1.7.3.1.3.1.5 | rowstatus | read-only |
prvtL2CustomProtocols RowStatus used for CREATE/DELETE the custom protocols. It is not possible to modify the predefined protocols. |
prvtL2TunnProfMapProtoTable | 1.3.6.1.4.1.738.1.7.3.1.4 | no-access |
A Table that contain actions configured for each L2 protcol per TLS tunneling profile. |
|
1.3.6.1.4.1.738.1.7.3.1.4.1 | no-access |
An entry in this table contain th action for specified profile and L2 protocol |
||
prvtL2TunnAction | 1.3.6.1.4.1.738.1.7.3.1.4.1.1 | integer | read-write |
Define action discard/tunnel per TLS tunneled protocol Enumeration: 'tunnel': 1, 'discard': 2. |
prvtL2TunnSAPPointsTable | 1.3.6.1.4.1.738.1.7.3.1.5 | no-access |
A Table that contain an assigment of a profile to a SAP. |
|
1.3.6.1.4.1.738.1.7.3.1.5.1 | no-access |
An entry in this table contain information about the map between SAP and L2Tunneling profile. |
||
profileSAP | 1.3.6.1.4.1.738.1.7.3.1.5.1.1 | octet string | read-write |
Profile Id associated to a SAP point. Setting this object with an empty string will disable the profile. |
prvtL2TunnSDPPointsTable | 1.3.6.1.4.1.738.1.7.3.1.6 | no-access |
A Table that contain an assigment of a profile to a SDP. |
|
1.3.6.1.4.1.738.1.7.3.1.6.1 | no-access |
An entry in this table contain information about the map between SDP and L2Tunneling profile. |
||
profileSDP | 1.3.6.1.4.1.738.1.7.3.1.6.1.1 | octet string | read-write |
Profile Id associated to an SDP point. Setting this object with an empty string will disable the profile. |
prvtL2TunnClearStatistics | 1.3.6.1.4.1.738.1.7.3.1.7 | integer | read-write |
Clear L2Tunneling statistics for each tunneling point Enumeration: 'none': 0, 'clear': 1. |
prvtL2TunnSapStatisticsTable | 1.3.6.1.4.1.738.1.7.3.1.8 | no-access |
A Table that provide statistics for each tunneling point per protocol. |
|
1.3.6.1.4.1.738.1.7.3.1.8.1 | no-access |
An entry in this table contain the number of SAP tunneling RX and TX packets . |
||
l2TunnSapRxPackets | 1.3.6.1.4.1.738.1.7.3.1.8.1.1 | counter32 | read-only |
The number of SAP Rx L2Tunneling packets |
l2TunnSapTxPackets | 1.3.6.1.4.1.738.1.7.3.1.8.1.2 | counter32 | read-only |
The number of SAP Tx L2Tunneling packets |
prvtL2TunnSdpStatisticsTable | 1.3.6.1.4.1.738.1.7.3.1.9 | no-access |
A Table that provide statistics for each tunneling point per protocol. |
|
1.3.6.1.4.1.738.1.7.3.1.9.1 | no-access |
An entry in this table contain the number of SDP tunneling RX and TX packets . |
||
l2TunnSdpRxPackets | 1.3.6.1.4.1.738.1.7.3.1.9.1.1 | counter32 | read-only |
The number of SDP Rx L2Tunneling packets |
l2TunnSdpTxPackets | 1.3.6.1.4.1.738.1.7.3.1.9.1.2 | counter32 | read-only |
The number of SDP Tx L2Tunneling packets |
prvtL2TunnConformance | 1.3.6.1.4.1.738.1.7.3.2 | |||
prvtL2TunnCompliances | 1.3.6.1.4.1.738.1.7.3.2.1 | |||
prvtL2TunnCompliance | 1.3.6.1.4.1.738.1.7.3.2.1.1 |
The compliance statement for L2Tunneling. |
||
prvtL2TunnGroups | 1.3.6.1.4.1.738.1.7.3.2.2 | |||
prvtL2TunnProtocolGroup | 1.3.6.1.4.1.738.1.7.3.2.2.1 |
The group of objects regarding Layer 2 protocol with a special MAC address . |
||
prvtL2TunnProfileGroup | 1.3.6.1.4.1.738.1.7.3.2.2.2 |
The group of objects used to configure a L2Tunneling profile . |
||
prvtL2TunnPointGroup | 1.3.6.1.4.1.738.1.7.3.2.2.3 |
The group of objects used L2Tunneling point . |