XYLAN-FRAME-RELAY-MIB

File: XYLAN-FRAME-RELAY-MIB.mib (37033 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
XYLAN-BASE-MIB

Imported symbols

Counter OBJECT-TYPE DisplayString
xylanFrArch

Defined Types

FrxPortEntry  
SEQUENCE    
  frxPortSlotIndex INTEGER
  frxPortPortIndex INTEGER
  frxPortDescription DisplayString
  frxPortDefaultBridgingVLAN INTEGER
  frxPortDefaultBridgingServiceNumber INTEGER
  frxPortDefaultRoutingVLAN INTEGER
  frxPortDefaultCompressionAdminStatus INTEGER
  frxPortDefaultCompressionPRetryTime INTEGER
  frxPortDefaultCompressionPRetryCount INTEGER
  frxPortDefaultBridgingMode INTEGER

FrxVcControlEntry  
SEQUENCE    
  frxVcControlSlotIndex INTEGER
  frxVcControlPortIndex INTEGER
  frxVcControlDlci INTEGER
  frxVcControlCompressionAdminStatus INTEGER
  frxVcControlCompressionOperPhase INTEGER
  frxVcControlCompressionPRetryTime INTEGER
  frxVcControlCompressionPRetryCount INTEGER
  frxVcControlBridgingInUse INTEGER

FrxServiceEntry  
SEQUENCE    
  frxServiceSlotIndex INTEGER
  frxServicePortIndex INTEGER
  frxServiceNumber INTEGER
  frxServiceTableEntryType INTEGER
  frxServiceDescription DisplayString
  frxServiceType INTEGER
  frxServiceOperStatus INTEGER
  frxServiceAdminStatus INTEGER
  frxServiceVirtualCircuits OCTET STRING
  frxServiceVlans OCTET STRING
  frxServiceBridgingMode INTEGER

FrxVcStatsEntry  
SEQUENCE    
  frxVcStatsSlotIndex INTEGER
  frxVcStatsPortIndex INTEGER
  frxVcStatsDlci INTEGER
  frxVcStatsTxIPOctets Counter
  frxVcStatsTxIPFrames Counter
  frxVcStatsRxIPOctets Counter
  frxVcStatsRxIPFrames Counter
  frxVcStatsTxIPXOctets Counter
  frxVcStatsTxIPXFrames Counter
  frxVcStatsRxIPXOctets Counter
  frxVcStatsRxIPXFrames Counter
  frxVcStatsTxBPDUOctets Counter
  frxVcStatsTxBPDUFrames Counter
  frxVcStatsRxBPDUOctets Counter
  frxVcStatsRxBPDUFrames Counter
  frxVcStatsTxEthernetOctets Counter
  frxVcStatsTxEthernetFrames Counter
  frxVcStatsRxEthernetOctets Counter
  frxVcStatsRxEthernetFrames Counter
  frxVcStatsTx8025Octets Counter
  frxVcStatsTx8025Frames Counter
  frxVcStatsRx8025Octets Counter
  frxVcStatsRx8025Frames Counter
  frxVcStatsTxFDDIOctets Counter
  frxVcStatsTxFDDIFrames Counter
  frxVcStatsRxFDDIOctets Counter
  frxVcStatsRxFDDIFrames Counter
  frxVcStatsTxCompressedOctets Counter
  frxVcStatsTxCompressedFrames Counter
  frxVcStatsRxCompressedOctets Counter
  frxVcStatsRxCompressedFrames Counter
  frxVcStatsTxPrecompressedOctets Counter
  frxVcStatsRxDecompressedOctets Counter
  frxVcStatsRxCompressedDiscards Counter

Defined Values

frxPortGroup 1.3.6.1.4.1.800.2.8.1
OBJECT IDENTIFIER    

frxVcControlGroup 1.3.6.1.4.1.800.2.8.2
OBJECT IDENTIFIER    

frxServiceGroup 1.3.6.1.4.1.800.2.8.3
OBJECT IDENTIFIER    

frxVcStatsGroup 1.3.6.1.4.1.800.2.8.4
OBJECT IDENTIFIER    

frxPortTable 1.3.6.1.4.1.800.2.8.1.1
A table of port layer status and parameter information for the UNI's physical interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrxPortEntry

frxPortEntry 1.3.6.1.4.1.800.2.8.1.1.1
An entry in the table, containing information about the physical layer of a UNI interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FrxPortEntry  

frxPortSlotIndex 1.3.6.1.4.1.800.2.8.1.1.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

frxPortPortIndex 1.3.6.1.4.1.800.2.8.1.1.1.2
A unique value which identifies this WSM submodule port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

frxPortDescription 1.3.6.1.4.1.800.2.8.1.1.1.3
A description for this Frame Relay port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

frxPortDefaultBridgingVLAN 1.3.6.1.4.1.800.2.8.1.1.1.4
The default VLAN for new PVCs that have not been configured for the Bridging Service. A value of zero(0) indicates that unconfigured VCs will not perform a bridging service and will discard all bridged format frames received or transmitted. A non-zero value indicates the bridging VLAN to be used if the network informs the port of a new VC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

frxPortDefaultBridgingServiceNumber 1.3.6.1.4.1.800.2.8.1.1.1.5
If non-zero, this is the unique service number which unconfigured Bridging Virtual Circuits are added to if frxPortDefaultBridgingVLAN is non zero (set to a VLAN ID) and frxPortDefaultBridgingGrouping is set to groupVCsIntoOneVport. This allows an unconfigured VC to be added to an existing configured bridging service virtual circuit group. If zero, then unconfigured VCs will be added to a newly created (dynamic) Briding Service instance (i.e. a new virtual port is created dynamically).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..256  

frxPortDefaultRoutingVLAN 1.3.6.1.4.1.800.2.8.1.1.1.6
The default VLAN for new PVCs that have not been configured for a routing Service. A value of zero(0) indicates that unconfigured VCs will not perform a routing service and will discard all routed format frames received or transmitted. A non-zero value indicates the routing VLAN to be used if the network informs the port of a new VC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

frxPortDefaultCompressionAdminStatus 1.3.6.1.4.1.800.2.8.1.1.1.7
This object controls whether or not an unconfigured virtual circuit will attempt (enable) or not attempt (disable) to negotiate for compression.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

frxPortDefaultCompressionPRetryTime 1.3.6.1.4.1.800.2.8.1.1.1.8
The default P-Retry-Time for negotiating mode 1 compression as described in Frame Relay Forum Data Compression Implementation Agreement FRF.9. This object controls the default value for P-Retry-Time for an unconfigured (dynamic) virtual circuit. This object represents the time in seconds between retransmission of Data Compression Negotiation Control messages.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

frxPortDefaultCompressionPRetryCount 1.3.6.1.4.1.800.2.8.1.1.1.9
The default P-Retry-Count for negotiating mode 1 compression as described in Frame Relay Forum Data Compression Implementation Agreement FRF.9 This object controls the default value for P-Retry-Count for an unconfigured (dynamic) virtual circuit. This object represents the number of retries before giving up on the negotiation phase and not running compression on the virtual circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 3..255  

frxPortDefaultBridgingMode 1.3.6.1.4.1.800.2.8.1.1.1.10
The default Briding Mode, 0 = BRIDGE_ALL, 1 = ETHERNET ONLY
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

frxVcControlTable 1.3.6.1.4.1.800.2.8.2.1
A table of Frame Relay virtual circuit configuration and control information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrxVcControlEntry

frxVcControlEntry 1.3.6.1.4.1.800.2.8.2.1.1
An entry in the table, containing information about the Frame Relay virtual circuit statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FrxVcControlEntry  

frxVcControlSlotIndex 1.3.6.1.4.1.800.2.8.2.1.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

frxVcControlPortIndex 1.3.6.1.4.1.800.2.8.2.1.1.2
A unique value which identifies this WSM submodule port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

frxVcControlDlci 1.3.6.1.4.1.800.2.8.2.1.1.3
A unique value which identifies this Data Link Connection Identifier (DLCI) for this Frame Relay Virtual Circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

frxVcControlCompressionAdminStatus 1.3.6.1.4.1.800.2.8.2.1.1.4
This object controls whether or not the virtual circuit will attempt (enable) or not attemp (disable) to negotiate for compression. The current state of compression for the virtual circuit is indicated in frxVcControlCompressionOperStatus
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

frxVcControlCompressionOperPhase 1.3.6.1.4.1.800.2.8.2.1.1.5
This object reports the current phase (state) of compression for this virtual circuit if the Compression Admin Status is set to enable. If the compression Admin status is set to disabled, then this object will report as disabled. Otherwise the value reflects whether compression is currently inactive or failed negotiation (disabled) is under negotiation (initialization) or active (operation). Possible causes of disabled are a failed negotiation, virtual circuit inactive, the other side not supporting compression, etc. For a description of the phases (states), see Frame Relay Forum Implementation aggreement on Data Compression (FRF.9)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), initialization(2), operation(3)  

frxVcControlCompressionPRetryTime 1.3.6.1.4.1.800.2.8.2.1.1.6
The default P-Retry-Time for negotiating mode 1 compression as described in Frame Relay Forum Data Compression Implementation Agreement FRF.9. This object represents the time in seconds between retransmission of Data Compression Negotiation Control messages.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

frxVcControlCompressionPRetryCount 1.3.6.1.4.1.800.2.8.2.1.1.7
The default P-Retry-Count for negotiating mode 1 compression as described in Frame Relay Forum Data Compression Implementation Agreement FRF.9 This object represents the number of retries before giving up on the negotiation phase and not running compression on the virtual circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 3..255  

frxVcControlBridgingInUse 1.3.6.1.4.1.800.2.8.2.1.1.8
Determine for NMS Manager to see whether VC is already in-use. 1=InUse, 0=Free.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

frxServiceTable 1.3.6.1.4.1.800.2.8.3.1
A table of Frame Relay services status and parameter information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrxServiceEntry

frxServiceEntry 1.3.6.1.4.1.800.2.8.3.1.1
An entry in the table, containing information about the Frame Relay services.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FrxServiceEntry  

frxServiceSlotIndex 1.3.6.1.4.1.800.2.8.3.1.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..9  

frxServicePortIndex 1.3.6.1.4.1.800.2.8.3.1.1.2
A unique value which identifies this WSM submodule port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

frxServiceNumber 1.3.6.1.4.1.800.2.8.3.1.1.3
The unique service number for this particular slot/port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

frxServiceTableEntryType 1.3.6.1.4.1.800.2.8.3.1.1.4
The type of table entry for this Frame Relay Serivce. A static entry is one that is stored in non-volatile memory. A dynamic entry is one that is automatically created for an unconfigured virtual circuit based on the the type of service (bridging or routing) and whether a default VLAN is defined for the type of service. Changing the value via a write command from dynamic to static will cause the table entry to be stored into non-volatile memory. Setting a value of dynamic is not allowed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

frxServiceDescription 1.3.6.1.4.1.800.2.8.3.1.1.5
A description for this Frame Relay service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

frxServiceType 1.3.6.1.4.1.800.2.8.3.1.1.6
The service type.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER trunking(4), routing(5), bridging(6)  

frxServiceOperStatus 1.3.6.1.4.1.800.2.8.3.1.1.7
The service operational status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

frxServiceAdminStatus 1.3.6.1.4.1.800.2.8.3.1.1.8
The service adminstration status.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), delete(3)  

frxServiceVirtualCircuits 1.3.6.1.4.1.800.2.8.3.1.1.9
The virtual circuits for this service. Interpret this as a 16 bit field per connection: Trunking 1, Bridging 1..255, IP 1..255.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

frxServiceVlans 1.3.6.1.4.1.800.2.8.3.1.1.10
The Vlans for this service. Interpret this as a 16 bit field per vlan: Trunking 1-32, Bridging 1, IP 1
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

frxServiceBridgingMode 1.3.6.1.4.1.800.2.8.3.1.1.11
The default Briding Mode, 0 = BRIDGE_ALL, 1 = ETHERNET ONLY
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

frxVcStatsTable 1.3.6.1.4.1.800.2.8.4.1
A table of Frame Relay virtual circuit statistics information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrxVcStatsEntry

frxVcStatsEntry 1.3.6.1.4.1.800.2.8.4.1.1
An entry in the table, containing information about the Frame Relay virtual circuit statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FrxVcStatsEntry  

frxVcStatsSlotIndex 1.3.6.1.4.1.800.2.8.4.1.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

frxVcStatsPortIndex 1.3.6.1.4.1.800.2.8.4.1.1.2
A unique value which identifies this WSM submodule port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

frxVcStatsDlci 1.3.6.1.4.1.800.2.8.4.1.1.3
A unique value which identifies this Data Link Connection Identifier (DLCI) for this Frame Relay Virtual Circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1022  

frxVcStatsTxIPOctets 1.3.6.1.4.1.800.2.8.4.1.1.4
The total number of transmitted octets (including the Frame Relay Header field) within routed IP format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxIPFrames 1.3.6.1.4.1.800.2.8.4.1.1.5
The total number of transmitted routed IP format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxIPOctets 1.3.6.1.4.1.800.2.8.4.1.1.6
The total number of received octets (including the Frame Relay Header field) within routed IP format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxIPFrames 1.3.6.1.4.1.800.2.8.4.1.1.7
The total number of received routed IP format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxIPXOctets 1.3.6.1.4.1.800.2.8.4.1.1.8
The total number of transmitted octets (including the Frame Relay Header field) within routed IPX format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxIPXFrames 1.3.6.1.4.1.800.2.8.4.1.1.9
The total number of transmitted routed IPX format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxIPXOctets 1.3.6.1.4.1.800.2.8.4.1.1.10
The total number of received octets (including the Frame Relay Header field) within routed IPX format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxIPXFrames 1.3.6.1.4.1.800.2.8.4.1.1.11
The total number of received routed IPX format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxBPDUOctets 1.3.6.1.4.1.800.2.8.4.1.1.12
The total number of transmitted octets (including the Frame Relay Header field) within BPDU frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxBPDUFrames 1.3.6.1.4.1.800.2.8.4.1.1.13
The total number of transmitted BPDU frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxBPDUOctets 1.3.6.1.4.1.800.2.8.4.1.1.14
The total number of received octets (including the Frame Relay Header field) within BPDU frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxBPDUFrames 1.3.6.1.4.1.800.2.8.4.1.1.15
The total number of received BPDU frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxEthernetOctets 1.3.6.1.4.1.800.2.8.4.1.1.16
The total number of transmitted octets (including the Frame Relay Header field) within bridged 802.3 format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxEthernetFrames 1.3.6.1.4.1.800.2.8.4.1.1.17
The total number of transmitted bridged 802.3 format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxEthernetOctets 1.3.6.1.4.1.800.2.8.4.1.1.18
The total number of received octets (including the Frame Relay Header field) within bridged 802.3 format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxEthernetFrames 1.3.6.1.4.1.800.2.8.4.1.1.19
The total number of received bridged 802.3 format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTx8025Octets 1.3.6.1.4.1.800.2.8.4.1.1.20
The total number of transmitted octets (including the Frame Relay Header field) within 8025 frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTx8025Frames 1.3.6.1.4.1.800.2.8.4.1.1.21
The total number of transmitted 8025 frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRx8025Octets 1.3.6.1.4.1.800.2.8.4.1.1.22
The total number of received octets (including the Frame Relay Header field) within 8025 frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRx8025Frames 1.3.6.1.4.1.800.2.8.4.1.1.23
The total number of received 8025 frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxFDDIOctets 1.3.6.1.4.1.800.2.8.4.1.1.24
The total number of transmitted octets (including the Frame Relay Header field) within FDDI frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxFDDIFrames 1.3.6.1.4.1.800.2.8.4.1.1.25
The total number of transmitted FDDI frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxFDDIOctets 1.3.6.1.4.1.800.2.8.4.1.1.26
The total number of received octets (including the Frame Relay Header field) within FDDI frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxFDDIFrames 1.3.6.1.4.1.800.2.8.4.1.1.27
The total number of received FDDI frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxCompressedOctets 1.3.6.1.4.1.800.2.8.4.1.1.28
The total number of transmitted octets (including the Frame Relay Header field) within compressed format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxCompressedFrames 1.3.6.1.4.1.800.2.8.4.1.1.29
The total number of transmitted compressed format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxCompressedOctets 1.3.6.1.4.1.800.2.8.4.1.1.30
The total number of received octets (including the Frame Relay Header field) within compressed format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxCompressedFrames 1.3.6.1.4.1.800.2.8.4.1.1.31
The total number of received compressed format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsTxPrecompressedOctets 1.3.6.1.4.1.800.2.8.4.1.1.32
The total number of octets (including the Frame Relay Header field) prior to compression of data for transmission within compressed format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxDecompressedOctets 1.3.6.1.4.1.800.2.8.4.1.1.33
The total number of octets (including the Frame Relay Header field) after decompression of data received within compressed format frames on this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

frxVcStatsRxCompressedDiscards 1.3.6.1.4.1.800.2.8.4.1.1.34
The total number of received compressed format frames on this virtual circuit that were discarded due to error or lost frames (e.g. out of sequence, decompression errors, etc.)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter