CXLlcLanConv-MIB

File: CXLlcLanConv-MIB.mib (8180 bytes)

Imported modules

RFC1155-SMI RFC-1212 CXProduct-SMI

Imported symbols

Counter OBJECT-TYPE cxLlcLanConv
SapIndex Alias

Defined Types

MacAddress  
OCTET STRING Size(6)    

LlcLanSapEntry  
SEQUENCE    
  llcLanSapNumber SapIndex
  llcLanSapRowStatus INTEGER
  llcLanSapAlias Alias
  llcLanSapCompanionAlias Alias
  llcLanSapRemoteAddress MacAddress
  llcLanSapSrcLlcSap INTEGER
  llcLanSapDstLlcSap INTEGER
  llcLanSapControl INTEGER
  llcLanSapState INTEGER
  llcLanSapTxFrames Counter
  llcLanSapRxFrames Counter
  llcLanSapTxOctets Counter
  llcLanSapRxOctets Counter
  llcLanSapLocalAddress MacAddress
  llcLanSapPhysicalInterface INTEGER

Defined Values

llcLanSapTable 1.3.6.1.4.1.495.2.1.6.47.10
A table containing configuration information about each LLC-2 LAN Service Access Point.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LlcLanSapEntry

llcLanSapEntry 1.3.6.1.4.1.495.2.1.6.47.10.1
The parameters for a particular LLC-2 LAN Service Access Point.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LlcLanSapEntry  

llcLanSapNumber 1.3.6.1.4.1.495.2.1.6.47.10.1.1
Identifies the Service Access Point by a numerical value. Values are unique per Service Access Point.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SapIndex  

llcLanSapRowStatus 1.3.6.1.4.1.495.2.1.6.47.10.1.2
Indicates whether the particular Service Access Point is configured within the MIB. Service Access Point entries (rows) may be created by setting this object value to 'valid', or deleted by changing this object value to 'invalid'. Whether or not the row actually disappears is left to the implementation so this object may actually read as 'invalid' for some arbitrary length of time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

llcLanSapAlias 1.3.6.1.4.1.495.2.1.6.47.10.1.3
Identifies the Service Access Point by a textual name. Names are unique per Service Access Point.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Alias  

llcLanSapCompanionAlias 1.3.6.1.4.1.495.2.1.6.47.10.1.4
Identifies the LAN Service Access Point which provides LAN services for this LLC-2 LAN SAP. Different LLC-2 SAPs may use the same Companion Alias provided that they use a different llcLanSapRemoteAddress or llcLanSapSrcLlcSap/ llcLanSapDstLlcSap pair.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Alias  

llcLanSapRemoteAddress 1.3.6.1.4.1.495.2.1.6.47.10.1.5
This object specifies the MAC address of the remote LAN station to which the LLC-2 LAN connection will be established.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

llcLanSapSrcLlcSap 1.3.6.1.4.1.495.2.1.6.47.10.1.6
Identifies the source LLC-2 SAP address associated with the connection. Only even values are allowed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 2..254  

llcLanSapDstLlcSap 1.3.6.1.4.1.495.2.1.6.47.10.1.7
Identifies the destination LLC SAP address associated with the connection. Only even values are allowed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 2..254  

llcLanSapControl 1.3.6.1.4.1.495.2.1.6.47.10.1.8
Control associated with the specified service access point. When set to 'clearStats, statistics counters are reset to zero.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER clearStats(1), releaseRemoteAddress(2)  

llcLanSapState 1.3.6.1.4.1.495.2.1.6.47.10.1.9
Indicates the current SAP state. This object is a bit map which represents the different SAP status: Type of Status llcLanSapState Object Value Hex Decimal SAP Offline 0x01 001 SAP Unbound from LAPBD 0x02 002 SAP Bound from LAPBD 0x04 004 SAP Connected from LAPBD 0x08 008 SAP Binding to LAN Driver 0x40 064 SAP Bound to LAN Driver 0x80 128 In data transfer mode, the value of this object should be: 128 + 8 + 4 = 140 The SAP is 'offLine' if it is not configured at the layer (i.e. just added to the configuration).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

llcLanSapTxFrames 1.3.6.1.4.1.495.2.1.6.47.10.1.10
Indicates the number of frames sent from this Service Access Point.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llcLanSapRxFrames 1.3.6.1.4.1.495.2.1.6.47.10.1.11
Indicates the number of frames received at this Service Access Point.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llcLanSapTxOctets 1.3.6.1.4.1.495.2.1.6.47.10.1.12
Indicates the number of octets sent from this Service Access Point.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llcLanSapRxOctets 1.3.6.1.4.1.495.2.1.6.47.10.1.13
Indicates the number of octets received at this Service Access Point.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llcLanSapLocalAddress 1.3.6.1.4.1.495.2.1.6.47.10.1.19
This object specifies the (Virtual/Real) MAC address of the local LAN port to which the LLC-2 layer will bind. LLC-2 will send the value of this object as Virtual MAC Address to LAN driver in the BindReq message ONLY if it is NOT 0x00000000. The final value of this object will be the MAC address provided by lower local LAN driver in BindConfirm message. Default value: 0x0000000000000000.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

llcLanSapPhysicalInterface 1.3.6.1.4.1.495.2.1.6.47.10.1.20
Identifies the type of physical interface that this Service Access Point uses. Options ethernet (1) tokenring (2)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet(1), tokenring(2)  

cxLlcLanConvMibLevel 1.3.6.1.4.1.495.2.1.6.47.20
Used to determine current MIB module release supported by the agent. Object is in decimal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER