PRVT-L2TUNNELING-MIB

File: PRVT-L2TUNNELING-MIB.mib (14265 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
PRVT-SERV-MIB PRVT-QOS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus sapBaseInfoEntry sdpInfoEntry
svcId sapPortId sapEncapValue
sdpId serviceAccessSwitch

Defined Types

PrvtL2TunnProfileEntry  
SEQUENCE    
  prvtL2TunnProfileName OCTET STRING
  prvtL2TunnProfileRowStatus RowStatus

PrvtL2ProtocolsEntry  
SEQUENCE    
  prvtL2ProtocolName OCTET STRING
  prvtL2ProtocolEthertype Integer32
  prvtL2ProtocolMAC OCTET STRING
  prvtL2ReplaceMAC OCTET STRING
  prvtL2ProtocolRowStatus RowStatus

PrvtL2TunnProfMapProtoEntry  
SEQUENCE    
  prvtL2TunnAction INTEGER

PrvtL2TunnSAPPointsEntry  
SEQUENCE    
  profileSAP OCTET STRING

PrvtL2TunnSDPPointsEntry  
SEQUENCE    
  profileSDP OCTET STRING

PrvtL2TunnSapStatisticsEntry  
SEQUENCE    
  l2TunnSapRxPackets Counter32
  l2TunnSapTxPackets Counter32

PrvtL2TunnSdpStatisticsEntry  
SEQUENCE    
  l2TunnSdpRxPackets Counter32
  l2TunnSdpTxPackets Counter32

Defined Values

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.
MODULE-IDENTITY    

prvtL2TunnNotifications 1.3.6.1.4.1.738.1.7.3.0
OBJECT IDENTIFIER    

prvtL2TunnObjects 1.3.6.1.4.1.738.1.7.3.1
OBJECT IDENTIFIER    

prvtL2TunnConformance 1.3.6.1.4.1.738.1.7.3.2
OBJECT IDENTIFIER    

prvtL2TunnEnable 1.3.6.1.4.1.738.1.7.3.1.1
Enable/Disable L2Tunneling feature
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

prvtL2TunnProfileTable 1.3.6.1.4.1.738.1.7.3.1.2
A Table that contain all predefined and defined profiles.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtL2TunnProfileEntry

prvtL2TunnProfileEntry 1.3.6.1.4.1.738.1.7.3.1.2.1
An entry in this table contains a TLS tunneling profile
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtL2TunnProfileEntry  

prvtL2TunnProfileName 1.3.6.1.4.1.738.1.7.3.1.2.1.1
TLS profile name. There will be three special profiles that will represent predefined policies: - Discard-All, - Tunnel-BPDUs-only - Tunnel-All.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(33)  

prvtL2TunnProfileRowStatus 1.3.6.1.4.1.738.1.7.3.1.2.1.2
TLS profile rowStatus. It is not possible to modify the predefined profiles.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtL2ProtocolsTable 1.3.6.1.4.1.738.1.7.3.1.3
A table that contain all predefine and custom defined L2Protocols
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtL2ProtocolsEntry

prvtL2ProtocolsEntry 1.3.6.1.4.1.738.1.7.3.1.3.1
An entry is a L2 protocol with the replacement multicast MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtL2ProtocolsEntry  

prvtL2ProtocolName 1.3.6.1.4.1.738.1.7.3.1.3.1.1
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(17)  

prvtL2ProtocolEthertype 1.3.6.1.4.1.738.1.7.3.1.3.1.2
Protocol Ethertype.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

prvtL2ProtocolMAC 1.3.6.1.4.1.738.1.7.3.1.3.1.3
The protocol Multicast MAC address used for PDU distribution.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

prvtL2ReplaceMAC 1.3.6.1.4.1.738.1.7.3.1.3.1.4
Replacement multicast MAC addresses.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

prvtL2ProtocolRowStatus 1.3.6.1.4.1.738.1.7.3.1.3.1.5
prvtL2CustomProtocols RowStatus used for CREATE/DELETE the custom protocols. It is not possible to modify the predefined protocols.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtL2TunnProfMapProtoTable 1.3.6.1.4.1.738.1.7.3.1.4
A Table that contain actions configured for each L2 protcol per TLS tunneling profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtL2TunnProfMapProtoEntry

prvtL2TunnProfMapProtoEntry 1.3.6.1.4.1.738.1.7.3.1.4.1
An entry in this table contain th action for specified profile and L2 protocol
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtL2TunnProfMapProtoEntry  

prvtL2TunnAction 1.3.6.1.4.1.738.1.7.3.1.4.1.1
Define action discard/tunnel per TLS tunneled protocol
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tunnel(1), discard(2)  

prvtL2TunnSAPPointsTable 1.3.6.1.4.1.738.1.7.3.1.5
A Table that contain an assigment of a profile to a SAP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtL2TunnSAPPointsEntry

prvtL2TunnSAPPointsEntry 1.3.6.1.4.1.738.1.7.3.1.5.1
An entry in this table contain information about the map between SAP and L2Tunneling profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtL2TunnSAPPointsEntry  

profileSAP 1.3.6.1.4.1.738.1.7.3.1.5.1.1
Profile Id associated to a SAP point. Setting this object with an empty string will disable the profile.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(33)  

prvtL2TunnSDPPointsTable 1.3.6.1.4.1.738.1.7.3.1.6
A Table that contain an assigment of a profile to a SDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtL2TunnSDPPointsEntry

prvtL2TunnSDPPointsEntry 1.3.6.1.4.1.738.1.7.3.1.6.1
An entry in this table contain information about the map between SDP and L2Tunneling profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtL2TunnSDPPointsEntry  

profileSDP 1.3.6.1.4.1.738.1.7.3.1.6.1.1
Profile Id associated to an SDP point. Setting this object with an empty string will disable the profile.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(33)  

prvtL2TunnClearStatistics 1.3.6.1.4.1.738.1.7.3.1.7
Clear L2Tunneling statistics for each tunneling point
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), clear(1)  

prvtL2TunnSapStatisticsTable 1.3.6.1.4.1.738.1.7.3.1.8
A Table that provide statistics for each tunneling point per protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtL2TunnSapStatisticsEntry

prvtL2TunnSapStatisticsEntry 1.3.6.1.4.1.738.1.7.3.1.8.1
An entry in this table contain the number of SAP tunneling RX and TX packets .
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtL2TunnSapStatisticsEntry  

l2TunnSapRxPackets 1.3.6.1.4.1.738.1.7.3.1.8.1.1
The number of SAP Rx L2Tunneling packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

l2TunnSapTxPackets 1.3.6.1.4.1.738.1.7.3.1.8.1.2
The number of SAP Tx L2Tunneling packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtL2TunnSdpStatisticsTable 1.3.6.1.4.1.738.1.7.3.1.9
A Table that provide statistics for each tunneling point per protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtL2TunnSdpStatisticsEntry

prvtL2TunnSdpStatisticsEntry 1.3.6.1.4.1.738.1.7.3.1.9.1
An entry in this table contain the number of SDP tunneling RX and TX packets .
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtL2TunnSdpStatisticsEntry  

l2TunnSdpRxPackets 1.3.6.1.4.1.738.1.7.3.1.9.1.1
The number of SDP Rx L2Tunneling packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

l2TunnSdpTxPackets 1.3.6.1.4.1.738.1.7.3.1.9.1.2
The number of SDP Tx L2Tunneling packets
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtL2TunnCompliances 1.3.6.1.4.1.738.1.7.3.2.1
OBJECT IDENTIFIER    

prvtL2TunnGroups 1.3.6.1.4.1.738.1.7.3.2.2
OBJECT IDENTIFIER    

prvtL2TunnCompliance 1.3.6.1.4.1.738.1.7.3.2.1.1
The compliance statement for L2Tunneling.
Status: current Access: read-only
MODULE-COMPLIANCE    

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 .
Status: current Access: read-only
OBJECT-GROUP    

prvtL2TunnProfileGroup 1.3.6.1.4.1.738.1.7.3.2.2.2
The group of objects used to configure a L2Tunneling profile .
Status: current Access: read-only
OBJECT-GROUP    

prvtL2TunnPointGroup 1.3.6.1.4.1.738.1.7.3.2.2.3
The group of objects used L2Tunneling point .
Status: current Access: read-only
OBJECT-GROUP