AVIDIA-SUBTEND-MIB: View SNMP OID List / Download MIB
VENDOR: PAIRGAIN TECHNOLOGIES
Home | MIB: AVIDIA-SUBTEND-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 |
avSubtendMIB | 1.3.6.1.4.1.927.1.9.14 |
The module defines MIB for Avidia subtending |
||
avSubtendInterfaces | 1.3.6.1.4.1.927.1.9.14.1 | |||
avSubtendIfTable | 1.3.6.1.4.1.927.1.9.14.1.1 | no-access |
A table that contains subtended interface information in Avidia |
|
1.3.6.1.4.1.927.1.9.14.1.1.1 | no-access |
Entry in avSubtendIfTable that contains port database information for a subtended interface |
||
avSubtendIndex | 1.3.6.1.4.1.927.1.9.14.1.1.1.1 | integer | read-only |
This is the index for the avSubtendIfTable. The index is generated by the agent implementation and is available by querying avSubtendIndexNext |
avSubtendIfRowStatus | 1.3.6.1.4.1.927.1.9.14.1.1.1.2 | rowstatus | read-write |
This specifies the status of a row in the avSubtendIfTable. This allows table entries to be created and deleted. |
avSubtendIfIndex | 1.3.6.1.4.1.927.1.9.14.1.1.1.3 | interfaceindex | read-write |
This specifies the IfIndex which is computed from Slot number and Port Number for the subtending entry |
avSubtendIfVpi | 1.3.6.1.4.1.927.1.9.14.1.1.1.4 | integer | read-write |
This specifies the VPI for the subtending entry |
avSubtendIfVci | 1.3.6.1.4.1.927.1.9.14.1.1.1.5 | integer | read-write |
This specifies the VCI for the subtending entry |
avSubtendIfSourceIpAddress | 1.3.6.1.4.1.927.1.9.14.1.1.1.6 | ipaddress | read-write |
This specifies the source IP address for the subtending entry |
avSubtendIfDestinationIpAddress | 1.3.6.1.4.1.927.1.9.14.1.1.1.7 | ipaddress | read-write |
This specifies the destination IP address for the subtending entry |
avSubtendIfSubnetMask | 1.3.6.1.4.1.927.1.9.14.1.1.1.8 | ipaddress | read-write |
This specifies the IP subnet mask for the subtending entry |
avSubtendIfParentIfIndex | 1.3.6.1.4.1.927.1.9.14.1.1.1.9 | interfaceindex | read-write |
This specifies the IfIndex for the parent. This is calculated from the slot and port number of the parent |
avSubtendIfParentIpAddress | 1.3.6.1.4.1.927.1.9.14.1.1.1.10 | ipaddress | read-write |
This specifies the parent IP address for the subtending entry |
avSubtendIfAdminStatus | 1.3.6.1.4.1.927.1.9.14.1.1.1.11 | integer | read-write |
The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with ifAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, ifAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state). Enumeration: 'down': 2, 'testing': 3, 'up': 1. |
avSubtendIfOperStatus | 1.3.6.1.4.1.927.1.9.14.1.1.1.12 | integer | read-only |
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If ifAdminStatus is down(2) then ifOperStatus should be down(2). If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(2) state if and only if there is a fault that prevents if from going to the up(1) state. Enumeration: 'down': 2, 'unknown': 4, 'testing': 3, 'up': 1, 'dormant': 5. |
avSubtendIndexNext | 1.3.6.1.4.1.927.1.9.14.1.2 | integer | read-only |
This object contains an appropriate value to be used for avSubtendIndex when creating entries in the avSubtendIfTable. The value 0 indicates that no unassigned entries are available. To obtain the avSubtendIndex value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. |