XYLAN-SRTB-MIB: View SNMP OID List / Download MIB
VENDOR: XYLAN CORP.
Home | MIB: XYLAN-SRTB-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).
|
|||
Object Name | OID | Type | Access | Info |
xylanSRTB | 1.3.6.1.4.1.800.2.24.1 | |||
srtbConfigTable | 1.3.6.1.4.1.800.2.24.1.1 | no-access |
This table contains information related to SRTB configuration for the groups in the switch. |
|
1.3.6.1.4.1.800.2.24.1.1.1 | no-access |
An entry in the SRTB configuration table. Each entry represents a group for which SRTB has been configured. |
||
srtbGroupID | 1.3.6.1.4.1.800.2.24.1.1.1.1 | integer | read-only |
This object contains the group ID for SRTB is being configured. This object uniquely identifies the group in the switch. |
srtbOperStatus | 1.3.6.1.4.1.800.2.24.1.1.1.2 | integer | read-write |
This is used to enable/disable SRTB for the group and report on status of SRTB for the group. Enumeration: 'on': 2, 'off': 1. |
srtbEthernetRingId | 1.3.6.1.4.1.800.2.24.1.1.1.3 | integer | read-write |
Ring ID to be assigned to the Ethernet segment. Valid ring-id is from 0x001(1) to 0xFFF(4095). Users can set EthRingID from 1 to 4095. But for 0 which is read-only, is not avaliable for user to set. If 0 is returned (from GET), meaning SRTB is OFF, hence not available for users to configure. |
srtbExplorerTypeToSend | 1.3.6.1.4.1.800.2.24.1.1.1.4 | integer | read-write |
The value of this object specifies which explorer type to send when unknown destination, multicast or broadcast frame is forwarded from Ethernet to Token Ring. If notAvailable is returned (from GET), meaning SRTB is OFF, hence not available for users to configure. Enumeration: 'notAvailable': 3, 'typeARE': 1, 'typeSTE': 2. |
srtbRIFTable | 1.3.6.1.4.1.800.2.24.1.2 | no-access |
This table is used to display the RIF values cached in the switch and to purge the value stored. |
|
1.3.6.1.4.1.800.2.24.1.2.1 | no-access |
An entry in the srtbRIF table. |
||
srtbRIFMac | 1.3.6.1.4.1.800.2.24.1.2.1.1 | macaddress | read-only |
This object contains the MAC address associated with the RIF. |
srtbRIFGroupID | 1.3.6.1.4.1.800.2.24.1.2.1.2 | integer | read-only |
This object uniquely identifies the group in the Xylan switch. |
srtbRIFString | 1.3.6.1.4.1.800.2.24.1.2.1.3 | octet string | read-only |
This object contains the RIF that has been cached for MAC address associated with the entry. |
srtbRIFPurge | 1.3.6.1.4.1.800.2.24.1.2.1.4 | integer | read-write |
This object when set to 2 causes the RIF associated with the MAC address to be purged. Enumeration: 'purgeRif': 2, 'noAction': 1. |