XYLAN-RD-MIB: View SNMP OID List / Download MIB
VENDOR: XYLAN CORP.
Home | MIB: XYLAN-RD-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 |
xylanRdGroup | 1.3.6.1.4.1.800.2.30.1 | |||
xylanRdTable | 1.3.6.1.4.1.800.2.30.1.1 | no-access |
Table for Routing Domains which consists of a sequence (i.e., one or more conceptual rows) of 'xylanRdEntry' items. |
|
1.3.6.1.4.1.800.2.30.1.1.1 | no-access |
An entry in the xylanRdTable containing the characteristics of a Routing Domain. A given Routing Domain is identified by a unique 32-bit integer, referred to as the Routing Domain Identifier (RDID). |
||
xylanRdId | 1.3.6.1.4.1.800.2.30.1.1.1.1 | gauge32 | read-only |
The unique number identifying this routing domain. |
xylanRdDefaultGateway | 1.3.6.1.4.1.800.2.30.1.1.1.2 | ipaddress | read-write |
The Default Gateway that will be used as the next hop for the default route of this routing domain. An IP Address of 0.0.0.0 is used to specify that no Default Gateway has been defined. |
xylanRdIcmpAccess | 1.3.6.1.4.1.800.2.30.1.1.1.3 | integer | read-write |
The ICMP access provides control to administratively enable (1) or disable (2) whether ICMP packets will be accepted for this routing domain. Enumeration: 'disabled': 2, 'enabled': 1. |
xylanRdFtpAccess | 1.3.6.1.4.1.800.2.30.1.1.1.4 | integer | read-write |
The FTP access provides control to administratively enable (1) or disable (2) whether FTP access will be allowed for this routing domain. Enumeration: 'disabled': 2, 'enabled': 1. |
xylanRdTelnetAccess | 1.3.6.1.4.1.800.2.30.1.1.1.5 | integer | read-write |
The TELNET access provides control to administratively enable (1) or disable (2) whether TELNET access will be allowed for this routing domain. Enumeration: 'disabled': 2, 'enabled': 1. |
xylanRdNumRoutes | 1.3.6.1.4.1.800.2.30.1.1.1.6 | integer | read-only |
The number of routes that exist in this Routing Domains routing table. |
xylanRdRowStatus | 1.3.6.1.4.1.800.2.30.1.1.1.7 | rowstatus | read-write |
The row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to 'active' or 'createAndGo' results in the addition of a routing domain. Destroying the entry or setting it to 'notInService' removes the associated interface from the routing domain. The other 'RowStatus' values are not used. Removing a Routing Domain entry will result in automatic removal of all xylanRdAssoIntfEntry rows that correspond to this routing domain. |
xylanRdAssoIntfTable | 1.3.6.1.4.1.800.2.30.1.2 | no-access |
The table of interfaces associated with this routing domain. |
|
1.3.6.1.4.1.800.2.30.1.2.1 | no-access |
An entry in the table contains an interface that is defined by a GP:VLAN pair that is associated with a Routing Domain. The number of rows for a given RDID will equal the number of GP:Vlans that are associated with a particular routing domain. |
||
xylanRdAssoIntfGroup | 1.3.6.1.4.1.800.2.30.1.2.1.1 | integer | no-access |
The Group is used to define the Group of the Group:Vlan pair that is to be added/removed from this routing domain. |
xylanRdAssoIntfVlan | 1.3.6.1.4.1.800.2.30.1.2.1.2 | integer | no-access |
The Vlan is used to define the Vlan of the Group:Vlan pair that is to be added/removed from this routing domain. |
xylanRdAssoIntfRowStatus | 1.3.6.1.4.1.800.2.30.1.2.1.3 | rowstatus | read-write |
The row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to 'active' or 'createAndGo' results in the addition of an associated interface (GP:Vlan) to a routing domain. Destroying the entry or setting it to 'notInService' removes the associated interface from the routing domain. The other 'RowStatus' values are not used. |
xylanRdAssoRouteTable | 1.3.6.1.4.1.800.2.30.1.3 | no-access |
This Routing Domain's IP Routing table. |
|
1.3.6.1.4.1.800.2.30.1.3.1 | no-access |
A particular route to a particular destination, for this routing domain. |
||
xylanRdAssoRouteDest | 1.3.6.1.4.1.800.2.30.1.3.1.1 | ipaddress | read-only |
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the xylanRdAssoRouteMask object is not equal to x. |
xylanRdAssoRouteMask | 1.3.6.1.4.1.800.2.30.1.3.1.2 | ipaddress | read-write |
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the xylanRdAssoRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the xylanRdAssoRouteMask by reference to the IP Address Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the xylanRdAssoRouteDest object is not equal to xylanRdAssoRouteDest. |
xylanRdAssoRouteNextHop | 1.3.6.1.4.1.800.2.30.1.3.1.3 | ipaddress | read-only |
On remote routes, the address of the next system en route; Otherwise, 0.0.0.0 |
xylanRdAssoRouteMetric | 1.3.6.1.4.1.800.2.30.1.3.1.4 | integer | read-write |
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's xylanRdAssoRouteProto value. If this metric is not used, its value should be set to -1. |
xylanRdAssoRouteProto | 1.3.6.1.4.1.800.2.30.1.3.1.5 | integer | read-only |
The routing mechanism via which this route was learned. Inclusion of values for gateway rout- ing protocols is not intended to imply that hosts should support those protocols. Enumeration: 'es-is': 10, 'bbnSpfIgp': 12, 'ggp': 6, 'local': 2, 'egp': 5, 'rip': 8, 'bgp': 14, 'idpr': 15, 'ciscoIgrp': 11, 'other': 1, 'is-is': 9, 'icmp': 4, 'ospf': 13, 'hello': 7, 'netmgmt': 3. |
xylanRdAssoRouteGroup | 1.3.6.1.4.1.800.2.30.1.3.1.6 | integer | read-only |
The Group that this route was learned on. |
xylanRdAssoRouteVlan | 1.3.6.1.4.1.800.2.30.1.3.1.7 | integer | read-only |
The Vlan that this route was learned on. |
xylanRdAssoRouteRowStatus | 1.3.6.1.4.1.800.2.30.1.3.1.8 | rowstatus | read-write |
The row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to 'active' or 'createAndGo' results in the addition of this route to this routing domains routing table. Destroying the entry or setting it to 'notInService' removes the associated route from the routing table. The other 'RowStatus' values are not used. |
xylanRdGlobal | 1.3.6.1.4.1.800.2.30.1.4 | |||
xylanRdGlobalSwitchAccess | 1.3.6.1.4.1.800.2.30.1.4.1 | integer | read-write |
Indicates the default value to be used for the ICMP Switch Access parameter when creating a new Routing Domain. 'Enabled' allows ICMP Switch Access; 'disabled' does not allow ICMP switch access. By default, ICMP access will be enabled. Enumeration: 'disabled': 2, 'enabled': 1. |
xylanRdGlobalOutRdid | 1.3.6.1.4.1.800.2.30.1.4.2 | integer | read-write |
Indicates the Routing Domain ID (RDID) to be used for packets which are generated on the switch. |