XYLAN-FRAME-RELAY-MIB: View SNMP OID List / Download MIB

VENDOR: XYLAN CORP.


 Home MIB: XYLAN-FRAME-RELAY-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 frxPortGroup 1.3.6.1.4.1.800.2.8.1
     frxPortTable 1.3.6.1.4.1.800.2.8.1.1 no-access
A table of port layer status and parameter information for the UNI's physical interface.
         frxPortEntry 1.3.6.1.4.1.800.2.8.1.1.1 no-access
An entry in the table, containing information about the physical layer of a UNI interface.
             frxPortSlotIndex 1.3.6.1.4.1.800.2.8.1.1.1.1 integer read-only
A unique value which identifies this HSM board slot.
             frxPortPortIndex 1.3.6.1.4.1.800.2.8.1.1.1.2 integer read-only
A unique value which identifies this WSM submodule port.
             frxPortDescription 1.3.6.1.4.1.800.2.8.1.1.1.3 displaystring read-write
A description for this Frame Relay port.
             frxPortDefaultBridgingVLAN 1.3.6.1.4.1.800.2.8.1.1.1.4 integer read-write
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.
             frxPortDefaultBridgingServiceNumber 1.3.6.1.4.1.800.2.8.1.1.1.5 integer read-write
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).
             frxPortDefaultRoutingVLAN 1.3.6.1.4.1.800.2.8.1.1.1.6 integer read-write
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.
             frxPortDefaultCompressionAdminStatus 1.3.6.1.4.1.800.2.8.1.1.1.7 integer read-write
This object controls whether or not an unconfigured virtual circuit will attempt (enable) or not attempt (disable) to negotiate for compression. Enumeration: 'enable': 1, 'disable': 2.
             frxPortDefaultCompressionPRetryTime 1.3.6.1.4.1.800.2.8.1.1.1.8 integer read-write
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.
             frxPortDefaultCompressionPRetryCount 1.3.6.1.4.1.800.2.8.1.1.1.9 integer read-write
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.
             frxPortDefaultBridgingMode 1.3.6.1.4.1.800.2.8.1.1.1.10 integer read-write
The default Briding Mode, 0 = BRIDGE_ALL, 1 = ETHERNET ONLY
 frxVcControlGroup 1.3.6.1.4.1.800.2.8.2
     frxVcControlTable 1.3.6.1.4.1.800.2.8.2.1 no-access
A table of Frame Relay virtual circuit configuration and control information.
         frxVcControlEntry 1.3.6.1.4.1.800.2.8.2.1.1 no-access
An entry in the table, containing information about the Frame Relay virtual circuit statistics.
             frxVcControlSlotIndex 1.3.6.1.4.1.800.2.8.2.1.1.1 integer read-only
A unique value which identifies this HSM board slot.
             frxVcControlPortIndex 1.3.6.1.4.1.800.2.8.2.1.1.2 integer read-only
A unique value which identifies this WSM submodule port.
             frxVcControlDlci 1.3.6.1.4.1.800.2.8.2.1.1.3 integer read-only
A unique value which identifies this Data Link Connection Identifier (DLCI) for this Frame Relay Virtual Circuit.
             frxVcControlCompressionAdminStatus 1.3.6.1.4.1.800.2.8.2.1.1.4 integer read-write
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 Enumeration: 'enable': 1, 'disable': 2.
             frxVcControlCompressionOperPhase 1.3.6.1.4.1.800.2.8.2.1.1.5 integer read-only
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) Enumeration: 'disabled': 1, 'initialization': 2, 'operation': 3.
             frxVcControlCompressionPRetryTime 1.3.6.1.4.1.800.2.8.2.1.1.6 integer read-write
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.
             frxVcControlCompressionPRetryCount 1.3.6.1.4.1.800.2.8.2.1.1.7 integer read-write
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.
             frxVcControlBridgingInUse 1.3.6.1.4.1.800.2.8.2.1.1.8 integer read-write
Determine for NMS Manager to see whether VC is already in-use. 1=InUse, 0=Free.
 frxServiceGroup 1.3.6.1.4.1.800.2.8.3
     frxServiceTable 1.3.6.1.4.1.800.2.8.3.1 no-access
A table of Frame Relay services status and parameter information.
         frxServiceEntry 1.3.6.1.4.1.800.2.8.3.1.1 no-access
An entry in the table, containing information about the Frame Relay services.
             frxServiceSlotIndex 1.3.6.1.4.1.800.2.8.3.1.1.1 integer read-write
A unique value which identifies this HSM board slot.
             frxServicePortIndex 1.3.6.1.4.1.800.2.8.3.1.1.2 integer read-write
A unique value which identifies this WSM submodule port.
             frxServiceNumber 1.3.6.1.4.1.800.2.8.3.1.1.3 integer read-only
The unique service number for this particular slot/port.
             frxServiceTableEntryType 1.3.6.1.4.1.800.2.8.3.1.1.4 integer read-write
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. Enumeration: 'dynamic': 2, 'static': 1.
             frxServiceDescription 1.3.6.1.4.1.800.2.8.3.1.1.5 displaystring read-write
A description for this Frame Relay service.
             frxServiceType 1.3.6.1.4.1.800.2.8.3.1.1.6 integer read-write
The service type. Enumeration: 'bridging': 6, 'routing': 5, 'trunking': 4.
             frxServiceOperStatus 1.3.6.1.4.1.800.2.8.3.1.1.7 integer read-only
The service operational status. Enumeration: 'enable': 1, 'disable': 2.
             frxServiceAdminStatus 1.3.6.1.4.1.800.2.8.3.1.1.8 integer read-write
The service adminstration status. Enumeration: 'enable': 1, 'disable': 2, 'delete': 3.
             frxServiceVirtualCircuits 1.3.6.1.4.1.800.2.8.3.1.1.9 octet string read-write
The virtual circuits for this service. Interpret this as a 16 bit field per connection: Trunking 1, Bridging 1..255, IP 1..255.
             frxServiceVlans 1.3.6.1.4.1.800.2.8.3.1.1.10 octet string read-write
The Vlans for this service. Interpret this as a 16 bit field per vlan: Trunking 1-32, Bridging 1, IP 1
             frxServiceBridgingMode 1.3.6.1.4.1.800.2.8.3.1.1.11 integer read-write
The default Briding Mode, 0 = BRIDGE_ALL, 1 = ETHERNET ONLY
 frxVcStatsGroup 1.3.6.1.4.1.800.2.8.4
     frxVcStatsTable 1.3.6.1.4.1.800.2.8.4.1 no-access
A table of Frame Relay virtual circuit statistics information.
         frxVcStatsEntry 1.3.6.1.4.1.800.2.8.4.1.1 no-access
An entry in the table, containing information about the Frame Relay virtual circuit statistics.
             frxVcStatsSlotIndex 1.3.6.1.4.1.800.2.8.4.1.1.1 integer read-only
A unique value which identifies this HSM board slot.
             frxVcStatsPortIndex 1.3.6.1.4.1.800.2.8.4.1.1.2 integer read-only
A unique value which identifies this WSM submodule port.
             frxVcStatsDlci 1.3.6.1.4.1.800.2.8.4.1.1.3 integer read-only
A unique value which identifies this Data Link Connection Identifier (DLCI) for this Frame Relay Virtual Circuit.
             frxVcStatsTxIPOctets 1.3.6.1.4.1.800.2.8.4.1.1.4 counter read-only
The total number of transmitted octets (including the Frame Relay Header field) within routed IP format frames on this virtual circuit.
             frxVcStatsTxIPFrames 1.3.6.1.4.1.800.2.8.4.1.1.5 counter read-only
The total number of transmitted routed IP format frames on this virtual circuit.
             frxVcStatsRxIPOctets 1.3.6.1.4.1.800.2.8.4.1.1.6 counter read-only
The total number of received octets (including the Frame Relay Header field) within routed IP format frames on this virtual circuit.
             frxVcStatsRxIPFrames 1.3.6.1.4.1.800.2.8.4.1.1.7 counter read-only
The total number of received routed IP format frames on this virtual circuit.
             frxVcStatsTxIPXOctets 1.3.6.1.4.1.800.2.8.4.1.1.8 counter read-only
The total number of transmitted octets (including the Frame Relay Header field) within routed IPX format frames on this virtual circuit.
             frxVcStatsTxIPXFrames 1.3.6.1.4.1.800.2.8.4.1.1.9 counter read-only
The total number of transmitted routed IPX format frames on this virtual circuit.
             frxVcStatsRxIPXOctets 1.3.6.1.4.1.800.2.8.4.1.1.10 counter read-only
The total number of received octets (including the Frame Relay Header field) within routed IPX format frames on this virtual circuit.
             frxVcStatsRxIPXFrames 1.3.6.1.4.1.800.2.8.4.1.1.11 counter read-only
The total number of received routed IPX format frames on this virtual circuit.
             frxVcStatsTxBPDUOctets 1.3.6.1.4.1.800.2.8.4.1.1.12 counter read-only
The total number of transmitted octets (including the Frame Relay Header field) within BPDU frames on this virtual circuit.
             frxVcStatsTxBPDUFrames 1.3.6.1.4.1.800.2.8.4.1.1.13 counter read-only
The total number of transmitted BPDU frames on this virtual circuit.
             frxVcStatsRxBPDUOctets 1.3.6.1.4.1.800.2.8.4.1.1.14 counter read-only
The total number of received octets (including the Frame Relay Header field) within BPDU frames on this virtual circuit.
             frxVcStatsRxBPDUFrames 1.3.6.1.4.1.800.2.8.4.1.1.15 counter read-only
The total number of received BPDU frames on this virtual circuit.
             frxVcStatsTxEthernetOctets 1.3.6.1.4.1.800.2.8.4.1.1.16 counter read-only
The total number of transmitted octets (including the Frame Relay Header field) within bridged 802.3 format frames on this virtual circuit.
             frxVcStatsTxEthernetFrames 1.3.6.1.4.1.800.2.8.4.1.1.17 counter read-only
The total number of transmitted bridged 802.3 format frames on this virtual circuit.
             frxVcStatsRxEthernetOctets 1.3.6.1.4.1.800.2.8.4.1.1.18 counter read-only
The total number of received octets (including the Frame Relay Header field) within bridged 802.3 format frames on this virtual circuit.
             frxVcStatsRxEthernetFrames 1.3.6.1.4.1.800.2.8.4.1.1.19 counter read-only
The total number of received bridged 802.3 format frames on this virtual circuit.
             frxVcStatsTx8025Octets 1.3.6.1.4.1.800.2.8.4.1.1.20 counter read-only
The total number of transmitted octets (including the Frame Relay Header field) within 8025 frames on this virtual circuit.
             frxVcStatsTx8025Frames 1.3.6.1.4.1.800.2.8.4.1.1.21 counter read-only
The total number of transmitted 8025 frames on this virtual circuit.
             frxVcStatsRx8025Octets 1.3.6.1.4.1.800.2.8.4.1.1.22 counter read-only
The total number of received octets (including the Frame Relay Header field) within 8025 frames on this virtual circuit.
             frxVcStatsRx8025Frames 1.3.6.1.4.1.800.2.8.4.1.1.23 counter read-only
The total number of received 8025 frames on this virtual circuit.
             frxVcStatsTxFDDIOctets 1.3.6.1.4.1.800.2.8.4.1.1.24 counter read-only
The total number of transmitted octets (including the Frame Relay Header field) within FDDI frames on this virtual circuit.
             frxVcStatsTxFDDIFrames 1.3.6.1.4.1.800.2.8.4.1.1.25 counter read-only
The total number of transmitted FDDI frames on this virtual circuit.
             frxVcStatsRxFDDIOctets 1.3.6.1.4.1.800.2.8.4.1.1.26 counter read-only
The total number of received octets (including the Frame Relay Header field) within FDDI frames on this virtual circuit.
             frxVcStatsRxFDDIFrames 1.3.6.1.4.1.800.2.8.4.1.1.27 counter read-only
The total number of received FDDI frames on this virtual circuit.
             frxVcStatsTxCompressedOctets 1.3.6.1.4.1.800.2.8.4.1.1.28 counter read-only
The total number of transmitted octets (including the Frame Relay Header field) within compressed format frames on this virtual circuit.
             frxVcStatsTxCompressedFrames 1.3.6.1.4.1.800.2.8.4.1.1.29 counter read-only
The total number of transmitted compressed format frames on this virtual circuit.
             frxVcStatsRxCompressedOctets 1.3.6.1.4.1.800.2.8.4.1.1.30 counter read-only
The total number of received octets (including the Frame Relay Header field) within compressed format frames on this virtual circuit.
             frxVcStatsRxCompressedFrames 1.3.6.1.4.1.800.2.8.4.1.1.31 counter read-only
The total number of received compressed format frames on this virtual circuit.
             frxVcStatsTxPrecompressedOctets 1.3.6.1.4.1.800.2.8.4.1.1.32 counter read-only
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.
             frxVcStatsRxDecompressedOctets 1.3.6.1.4.1.800.2.8.4.1.1.33 counter read-only
The total number of octets (including the Frame Relay Header field) after decompression of data received within compressed format frames on this virtual circuit.
             frxVcStatsRxCompressedDiscards 1.3.6.1.4.1.800.2.8.4.1.1.34 counter read-only
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.)