RADLAN-rlInterfaces

File: RADLAN-rlInterfaces.mib (34730 bytes)

Imported modules

RADLAN-MIB IF-MIB Q-BRIDGE-MIB
SNMPv2-TC-v1 SNMPv2-SMI SNMPv2-TC

Imported symbols

swInterfaces rlIfInterfaces ifIndex
PortList DisplayString Unsigned32
Integer32 Counter32 MODULE-IDENTITY
OBJECT-TYPE RowStatus TruthValue
TEXTUAL-CONVENTION

Defined Types

AutoNegCapabilitiesBits  
Auto negotiation capabilities bits.
TEXTUAL-CONVENTION    
  BITS default(0), unknown(1), tenHalf(2), tenFull(3), fastHalf(4), fastFull(5), gigaHalf(6), gigaFull(7)  

SwIfEntry  
SEQUENCE    
  swIfIndex INTEGER
  swIfPhysAddressType INTEGER
  swIfDuplexAdminMode INTEGER
  swIfDuplexOperMode INTEGER
  swIfBackPressureMode INTEGER
  swIfTaggedMode INTEGER
  swIfTransceiverType INTEGER
  swIfLockAdminStatus INTEGER
  swIfLockOperStatus INTEGER
  swIfType INTEGER
  swIfDefaultTag INTEGER
  swIfDefaultPriority INTEGER
  swIfStatus RowStatus
  swIfFlowControlMode INTEGER
  swIfSpeedAdminMode INTEGER
  swIfSpeedDuplexAutoNegotiation INTEGER
  swIfOperFlowControlMode INTEGER
  swIfOperSpeedDuplexAutoNegotiation INTEGER
  swIfOperBackPressureMode INTEGER
  swIfAdminLockAction INTEGER
  swIfOperLockAction INTEGER
  swIfAdminLockTrapEnable TruthValue
  swIfOperLockTrapEnable TruthValue
  swIfOperSuspendedStatus TruthValue
  swIfLockOperTrapCount INTEGER
  swIfLockAdminTrapFrequency INTEGER
  swIfReActivate TruthValue
  swIfAdminMdix INTEGER
  swIfOperMdix INTEGER
  swIfHostMode INTEGER
  swIfSingleHostViolationAdminAction INTEGER
  swIfSingleHostViolationOperAction INTEGER
  swIfSingleHostViolationAdminTrapEnable TruthValue
  swIfSingleHostViolationOperTrapEnable TruthValue
  swIfSingleHostViolationOperTrapCount INTEGER
  swIfSingleHostViolationAdminTrapFrequency INTEGER
  swIfLockLimitationMode INTEGER
  swIfLockMaxMacAddresses INTEGER
  swIfLockMacAddressesCount INTEGER
  swIfAdminSpeedDuplexAutoNegotiationLocalCapabilities AutoNegCapabilitiesBits
  swIfOperSpeedDuplexAutoNegotiationLocalCapabilities AutoNegCapabilitiesBits
  swIfSpeedDuplexNegotiationRemoteCapabilities AutoNegCapabilitiesBits
  swIfAdminComboMode INTEGER
  swIfOperComboMode INTEGER

SwIfPortLockIfRangeEntry  
SEQUENCE    
  swIfPortLockIfRangeIndex INTEGER
  swIfPortLockIfRange PortList
  swIfPortLockIfRangeLockStatus INTEGER
  swIfPortLockIfRangeAction INTEGER
  swIfPortLockIfRangeTrapEn TruthValue
  swIfPortLockIfRangeTrapFreq INTEGER

SwIfExtEntry  
SEQUENCE    
  swIfExtSFPSpeed INTEGER

Defined Values

swIfTable 1.3.6.1.4.1.89.43.1
Switch media specific information and configuration of the device interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIfEntry

swIfEntry 1.3.6.1.4.1.89.43.1.1
Defines the contents of each line in the swIfTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwIfEntry  

swIfIndex 1.3.6.1.4.1.89.43.1.1.1
Index to the swIfTable. The interface defined by a particular value of this index is the same interface as identified by the same value of ifIndex (MIB II).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIfPhysAddressType 1.3.6.1.4.1.89.43.1.1.2
This variable indicates whether the physical address assigned to this interface should be the default one or be chosen from the set of reserved physical addresses of the device.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER default(1), reserve(2)  

swIfDuplexAdminMode 1.3.6.1.4.1.89.43.1.1.3
This variable specifies whether this interface should operate in half duplex or full duplex mode. This specification will take effect only if swIfSpeedDuplexAutoNegotiation is disabled. A value of 'none' is returned if a value of the variable hasn't been set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), half(2), full(3)  

swIfDuplexOperMode 1.3.6.1.4.1.89.43.1.1.4
This variable indicates whether this interface operates in half duplex or full duplex mode. This variable can have the values hybrid or unknown only for a trunk. unknown - only if trunk operative status is not present.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER half(1), full(2), hybrid(3), unknown(4)  

swIfBackPressureMode 1.3.6.1.4.1.89.43.1.1.5
This variable indicates whether this interface activates back pressure when congested.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

swIfTaggedMode 1.3.6.1.4.1.89.43.1.1.6
If enable, this interface operates in tagged mode, i.e all frames sent out through this interface will have the 802.1Q header. If disabled the frames will not be tagged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

swIfTransceiverType 1.3.6.1.4.1.89.43.1.1.7
This variable indicates the transceiver type of this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER regular(1), fiberOptics(2), comboRegular(3), comboFiberOptics(4)  

swIfLockAdminStatus 1.3.6.1.4.1.89.43.1.1.8
This variable indicates whether this interface should operate in locked or unlocked mode. In unlocked mode the device learns all MAC addresses from this port and forwards all frames arrived at this port. In locked mode no new MAC addresses are learned and only frames with known source MAC addresses are forwarded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER locked(1), unlocked(2)  

swIfLockOperStatus 1.3.6.1.4.1.89.43.1.1.9
This variable defines whether this interface operates in locked or unlocked mode. It is locked in each of the following two cases: 1) if swLockAdminStatus is set to locked 2) no IP/IPX interface is defined over this interface and no VLAN contains this interface. In unlocked mode the device learns all MAC addresses from this port and forwards all frames arrived at this port. In locked mode no new MAC addresses are learned and only frames with known source MAC addresses are forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER locked(1), unlocked(2)  

swIfType 1.3.6.1.4.1.89.43.1.1.10
This variable specifies the type of interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER eth10M(1), eth100M(2), eth1000M(3), eth10G(4), unknown(5)  

swIfDefaultTag 1.3.6.1.4.1.89.43.1.1.11
This variable specifies the default VLAN tag which will be attached to outgoing frames if swIfTaggedMode for this interface is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4095  

swIfDefaultPriority 1.3.6.1.4.1.89.43.1.1.12
This variable specifies the default port priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

swIfStatus 1.3.6.1.4.1.89.43.1.1.13
The status of a table entry. It is used to delete an entry from this table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

swIfFlowControlMode 1.3.6.1.4.1.89.43.1.1.14
on - Flow control will be enabled on this interface according to the IEEE 802.3x standard. off - Flow control is disabled. autoNegotiation - Flow control will be enabled or disabled on this interface. If enabled, it will operate as specified by the IEEE 802.3x standard. enabledRx - Flow control will be enabled on this interface for recieved frames. enabledTx - Flow control will be enabled on this interface for transmitted frames. An attempt to set this object to 'enabledRx(4)' or 'enabledTx(5)' will fail on interfaces that do not support operation at greater than 100 Mb/s. In any case, flow control can work only if swIfDuplexOperMode is full.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), autoNegotiation(3), enabledRx(4), enabledTx(5)  

swIfSpeedAdminMode 1.3.6.1.4.1.89.43.1.1.15
This variable specifies the required speed of this interface in bits per second. This specification will take effect only if swIfSpeedDuplexAutoNegotiation is disabled. A value of 10 is returned for 10G. A value of 0 is returned if the value of the variable hasn't been set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swIfSpeedDuplexAutoNegotiation 1.3.6.1.4.1.89.43.1.1.16
If enabled the speed and duplex mode will be set by the device through the autonegotiation process. Otherwise these characteristics will be set according to the values of swIfSpeedAdminMode and swIfSpeedDuplexAutoNegotiation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swIfOperFlowControlMode 1.3.6.1.4.1.89.43.1.1.17
on - Flow control is enabled on this interface according to the IEEE 802.3x standard. off - Flow control is disabled. enabledRx - Flow control is enabled on this interface for recieved frames. enabledTx - Flow control is enabled on this interface for transmitted frames.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2), enabledRx(3), enabledTx(4)  

swIfOperSpeedDuplexAutoNegotiation 1.3.6.1.4.1.89.43.1.1.18
If enabled the speed and duplex are determined by the device through the autonegotiation process. If disabled these characteristics are determined according to the values of swIfSpeedAdminMode and swIfDuplexAdminMode. hybrid - only for a trunk. unknown - only for ports that there operative status is not present.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), hybrid(3), unknown(4)  

swIfOperBackPressureMode 1.3.6.1.4.1.89.43.1.1.19
This variable indicates the operative back pressure mode of this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2), hybrid(3), unknown(4)  

swIfAdminLockAction 1.3.6.1.4.1.89.43.1.1.20
This variable indicates which action this interface should be taken in locked mode and therefore relevant only in locked mode. Possible actions: discard(1) - every packet is dropped. forwardNormal(2) - every packet is forwarded according to the DST address. discardDisable(3) - drops the first packet and suspends the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), forwardNormal(2), discardDisable(3)  

swIfOperLockAction 1.3.6.1.4.1.89.43.1.1.21
This variable indicates which action this interface actually takes in locked mode and therefore relevant only in locked mode. Possible actions: discard(1) - every packet is dropped. forwardNormal(2) - every packet is forwarded according to the DST address. discardDisable(3) - drops the first packet and suspends the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER discard(1), forwardNormal(2), discardDisable(3)  

swIfAdminLockTrapEnable 1.3.6.1.4.1.89.43.1.1.22
This variable indicates whether to create a SNMP trap in the locked mode.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

swIfOperLockTrapEnable 1.3.6.1.4.1.89.43.1.1.23
This variable indicates whether a SNMP trap can be created in the locked mode.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

swIfOperSuspendedStatus 1.3.6.1.4.1.89.43.1.1.24
This variable indicates whether the port is suspended or not due to some feature. After reboot this value is false
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

swIfLockOperTrapCount 1.3.6.1.4.1.89.43.1.1.25
This variable indicates the trap counter status per ifIndex (i.e. number of received packets since the last trap sent due to a packet which was received on this ifIndex). It's relevant only in locked mode while trap is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

swIfLockAdminTrapFrequency 1.3.6.1.4.1.89.43.1.1.26
This variable indicates the minimal frequency (in seconds) of sending a trap per ifIndex. It's relevant only in locked mode and in trap enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000000  

swIfReActivate 1.3.6.1.4.1.89.43.1.1.27
This variable reactivates (enables) an ifIndex (which was suspended)
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

swIfAdminMdix 1.3.6.1.4.1.89.43.1.1.28
The configuration is on a physical port, not include trunks. cross - The interface should force crossover. normal - The interface should not force crossover. auto - Auto mdix is enabled on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cross(1), normal(2), auto(3)  

swIfOperMdix 1.3.6.1.4.1.89.43.1.1.29
cross - The interface is in crossover mode. normal - The interface is not in crossover mode. unknown - Only for port that its operative status is not present or down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER cross(1), normal(2), unknown(3)  

swIfHostMode 1.3.6.1.4.1.89.43.1.1.30
This variable indicates the 802.1X host mode of a port. Relevant when the port's 802.1X control is auto
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER single(1), multiple(2)  

swIfSingleHostViolationAdminAction 1.3.6.1.4.1.89.43.1.1.31
This variable indicates which action this interface should take in single authorized. Possible actions: discard - every packet is dropped. forwardNormal - every packet is forwarded according to the DST address. discardDisable - drops the first packet and suspends the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), forwardNormal(2), discardDisable(3)  

swIfSingleHostViolationOperAction 1.3.6.1.4.1.89.43.1.1.32
This variable indicates which action this interface actually takes in single authorized. Possible actions: discard(1) - every packet is dropped. forwardNormal(2) - every packet is forwarded according to the DST address. discardDisable(3) - drops the first packet and suspends the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER discard(1), forwardNormal(2), discardDisable(3)  

swIfSingleHostViolationAdminTrapEnable 1.3.6.1.4.1.89.43.1.1.33
This variable indicates whether to create a SNMP trap in single authorized.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

swIfSingleHostViolationOperTrapEnable 1.3.6.1.4.1.89.43.1.1.34
This variable indicates whether a SNMP trap can be created in the single authorized.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

swIfSingleHostViolationOperTrapCount 1.3.6.1.4.1.89.43.1.1.35
This variable indicates the trap counter status per ifIndex (i.e. number of received packets since the last trap sent due to a packet which was received on this ifIndex). It's relevant only in single authorized while trap is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

swIfSingleHostViolationAdminTrapFrequency 1.3.6.1.4.1.89.43.1.1.36
This variable indicates the minimal frequency (in seconds) of sending a trap per ifIndex. It's relevant only in single authorized and in trap enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000000  

swIfLockLimitationMode 1.3.6.1.4.1.89.43.1.1.37
This variable indicates what is the learning limitation on the locked interface. Possible values: disabled - learning is stopped. The dynamic addresses associated with the port are not aged out or relearned on other port as long as the port is locked. dynamic - dynamic addresses can be learned up to the maximum dynamic addresses allowed on the port. Relearning and aging of the dynamic addresses are enabled. The learned addresses aren't kept after reset.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), dynamic(2)  

swIfLockMaxMacAddresses 1.3.6.1.4.1.89.43.1.1.38
This variable defines the maximum number of dynamic addresses that can be asscoiated with the locked interface. It isn't relevant in disabled limitation mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

swIfLockMacAddressesCount 1.3.6.1.4.1.89.43.1.1.39
This variable indicates the actual number of dynamic addresses that can be asscoiated with the locked interface. It isn't relevant in disabled limitation mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

swIfAdminSpeedDuplexAutoNegotiationLocalCapabilities 0.1.3.6.1.4.1.89.43.1.1.40
Administrative auto negotiation capabilities of the interface that can be advertised when swIfSpeedDuplexAutoNegotiation is enabled. default bit means advertise all the port's capabilities according to its type.
Status: current Access: read-write
OBJECT-TYPE    
  AutoNegCapabilitiesBits  

swIfOperSpeedDuplexAutoNegotiationLocalCapabilities 1.3.6.1.4.1.89.43.1.1.41
Operative auto negotiation capabilities of the remote link. unknown bit means that port operative status is not up.
Status: current Access: read-only
OBJECT-TYPE    
  AutoNegCapabilitiesBits  

swIfSpeedDuplexNegotiationRemoteCapabilities 1.3.6.1.4.1.89.43.1.1.42
Operative auto negotiation capabilities of the remote link. unknown bit means that port operative status is not up, or auto negotiation process not complete, or remote link is not auto negotiation able.
Status: current Access: read-only
OBJECT-TYPE    
  AutoNegCapabilitiesBits  

swIfAdminComboMode 1.3.6.1.4.1.89.43.1.1.43
This variable specifies the administrative mode of a combo Ethernet interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER force-fiber(1), force-copper(2), prefer-fiber(3), prefer-copper(4)  

swIfOperComboMode 1.3.6.1.4.1.89.43.1.1.44
This variable specifies the operative mode of a combo Ethernet interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fiber(1), copper(2), unknown(3)  

swIfMibVersion 1.3.6.1.4.1.89.43.2
The swIfTable Mib's version, the current version is 3.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIfPortLockSupport 1.3.6.1.4.1.89.43.3
indicates if the locked port package is supported.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER supported(1), notSupported(2)  

swIfPortLockActionSupport 1.3.6.1.4.1.89.43.4
indicates which port lock actions are supported: (bit 0 is the most significant bit) bit 0 - discard bit 1 - forwardNormal bit 2 - discardDisable
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

swIfPortLockTrapSupport 1.3.6.1.4.1.89.43.5
indicates with which port lock actions the trap option is supported (e.g. discard indicates that trap is supported only when the portlock action is discard): (bit 0 is the most significant bit) bit 0 - discard bit 1 - forwardNormal bit 2 - discardDisable
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

swIfPortLockIfRangeTable 1.3.6.1.4.1.89.43.6
Port lock interfaces range configuration
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIfPortLockIfRangeEntry

swIfPortLockIfRangeEntry 1.3.6.1.4.1.89.43.6.1
Defines the contents of each line in the swIfPortLockIfRangeTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwIfPortLockIfRangeEntry  

swIfPortLockIfRangeIndex 1.3.6.1.4.1.89.43.6.1.1
Index to the swIfPortLockIfRangeTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIfPortLockIfRange 1.3.6.1.4.1.89.43.6.1.2
The set of interfaces to which the port lock parameters should be configured
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

swIfPortLockIfRangeLockStatus 1.3.6.1.4.1.89.43.6.1.3
This variable indicates whether the interfaces range should operate in locked or unlocked mode. In unlocked mode the device learns all MAC addresses from these interfaces and forwards all frames arrived at these interfaces. In locked mode no new MAC addresses are learned and only frames with known source MAC addresses are forwarded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER locked(1), unlocked(2)  

swIfPortLockIfRangeAction 1.3.6.1.4.1.89.43.6.1.4
This variable indicates which action for these interfaces should be take in locked mode and therefore relevant only in locked mode. Possible actions: discard(1) - every packet is dropped. forwardNormal(2) - every packet is forwarded according to the DST address. discardDisable(3) - drops the first packet and suspends the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), forwardNormal(2), discardDisable(3)  

swIfPortLockIfRangeTrapEn 1.3.6.1.4.1.89.43.6.1.5
This variable indicates whether to create a SNMP trap in the locked mode.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

swIfPortLockIfRangeTrapFreq 1.3.6.1.4.1.89.43.6.1.6
This variable indicates the minimal frequency (in seconds) of sending a trap for these interfaces. It's relevant only in locked mode and in trap enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000000  

swIfExtTable 1.3.6.1.4.1.89.43.7
Display information and configuration of the device interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIfExtEntry

swIfExtEntry 1.3.6.1.4.1.89.43.7.1
Defines the contents of each row in the swIfExtTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwIfExtEntry  

swIfExtSFPSpeed 1.3.6.1.4.1.89.43.7.1.1
Configure speed of an SFP Ethernet interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(1), eth100M(2), eth1G(3)  

rlIfMibVersion 1.3.6.1.4.1.89.54.1
MIB's version, the current version is 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIfNumOfPhPorts 1.3.6.1.4.1.89.54.2
Total number of physical ports on this device (including all stack units)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIfMapOfOnPhPorts 1.3.6.1.4.1.89.54.3
Each bit in this octet string indicates that the correspondig port's ifOperStatus is ON if set. The mapping of port number to bits in this octet string is as follows: The port with the L2 interface number 1 is mapped to the least significant bit of the 1st octet, the port with L2 ifNumber 2 to the next significant bit in the 1st octet, port 8 to the most-significant bit of the in the 1st octet, port 9 to the least significant bit of the 2nd octet, etc. and in general, port n to bit corresponding to 2**((n mod 8) -1) in byte n/8 + 1
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

rlIfClearPortMibCounters 1.3.6.1.4.1.89.54.4
Each bit that is set in this portList represent a port that its mib counters should be reset.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

rlIfNumOfUserDefinedPorts 1.3.6.1.4.1.89.54.5
The number of user defined ports on this device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIfFirstOutOfBandIfIndex 1.3.6.1.4.1.89.54.6
First ifIndex of out-of-band port. This scalar exists only the device has out of band ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIfNumOfLoopbackPorts 1.3.6.1.4.1.89.54.7
The number of loopback ports on this device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIfFirstLoopbackIfIndex 1.3.6.1.4.1.89.54.8
First ifIndex of loopback port. This scalar will exists only if rlIfNumOfLoopbackPorts is different from 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIfExistingPortList 1.3.6.1.4.1.89.54.9
Indicates which ports/trunks exist in the system. It doesn't indicate which are present.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

rlIfBaseMACAddressPerIfIndex 1.3.6.1.4.1.89.54.10
Indicates if the system will assign a unique MAC per Ethernet port or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlFlowControlCascadeMode 1.3.6.1.4.1.89.54.11
enable disable flow control on cascade ports
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rlFlowControlCascadeType 1.3.6.1.4.1.89.54.12
define which type of ports will be affected by flow control on cascade ports
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER internalonly(1), internalexternal(2)