XYLAN-RD-MIB

File: XYLAN-RD-MIB.mib (15648 bytes)

Imported modules

RFC-1212 SNMPv2-SMI RFC1155-SMI
SNMPv2-TC XYLAN-BASE-MIB

Imported symbols

OBJECT-TYPE Gauge32 IpAddress
RowStatus xylanRdArch

Defined Types

RdEntry  
SEQUENCE    
  xylanRdId Gauge32
  xylanRdDefaultGateway IpAddress
  xylanRdIcmpAccess INTEGER
  xylanRdFtpAccess INTEGER
  xylanRdTelnetAccess INTEGER
  xylanRdNumRoutes INTEGER
  xylanRdRowStatus RowStatus

RdAssoIntfEntry  
SEQUENCE    
  xylanRdAssoIntfGroup INTEGER
  xylanRdAssoIntfVlan INTEGER
  xylanRdAssoIntfRowStatus RowStatus

RdAssoRouteEntry  
SEQUENCE    
  xylanRdAssoRouteDest IpAddress
  xylanRdAssoRouteMask IpAddress
  xylanRdAssoRouteNextHop IpAddress
  xylanRdAssoRouteMetric INTEGER
  xylanRdAssoRouteProto INTEGER
  xylanRdAssoRouteGroup INTEGER
  xylanRdAssoRouteVlan INTEGER
  xylanRdAssoRouteRowStatus RowStatus

Defined Values

xylanRdGroup 1.3.6.1.4.1.800.2.30.1
OBJECT IDENTIFIER    

xylanRdTable 1.3.6.1.4.1.800.2.30.1.1
Table for Routing Domains which consists of a sequence (i.e., one or more conceptual rows) of 'xylanRdEntry' items.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdEntry

xylanRdEntry 1.3.6.1.4.1.800.2.30.1.1.1
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).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RdEntry  

xylanRdId 1.3.6.1.4.1.800.2.30.1.1.1.1
The unique number identifying this routing domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

xylanRdDefaultGateway 1.3.6.1.4.1.800.2.30.1.1.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xylanRdIcmpAccess 1.3.6.1.4.1.800.2.30.1.1.1.3
The ICMP access provides control to administratively enable (1) or disable (2) whether ICMP packets will be accepted for this routing domain.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xylanRdFtpAccess 1.3.6.1.4.1.800.2.30.1.1.1.4
The FTP access provides control to administratively enable (1) or disable (2) whether FTP access will be allowed for this routing domain.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xylanRdTelnetAccess 1.3.6.1.4.1.800.2.30.1.1.1.5
The TELNET access provides control to administratively enable (1) or disable (2) whether TELNET access will be allowed for this routing domain.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xylanRdNumRoutes 1.3.6.1.4.1.800.2.30.1.1.1.6
The number of routes that exist in this Routing Domains routing table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanRdRowStatus 1.3.6.1.4.1.800.2.30.1.1.1.7
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

xylanRdAssoIntfTable 1.3.6.1.4.1.800.2.30.1.2
The table of interfaces associated with this routing domain.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdAssoIntfEntry

xylanRdAssoIntfEntry 1.3.6.1.4.1.800.2.30.1.2.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RdAssoIntfEntry  

xylanRdAssoIntfGroup 1.3.6.1.4.1.800.2.30.1.2.1.1
The Group is used to define the Group of the Group:Vlan pair that is to be added/removed from this routing domain.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

xylanRdAssoIntfVlan 1.3.6.1.4.1.800.2.30.1.2.1.2
The Vlan is used to define the Vlan of the Group:Vlan pair that is to be added/removed from this routing domain.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

xylanRdAssoIntfRowStatus 1.3.6.1.4.1.800.2.30.1.2.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

xylanRdAssoRouteTable 1.3.6.1.4.1.800.2.30.1.3
This Routing Domain's IP Routing table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdAssoRouteEntry

xylanRdAssoRouteEntry 1.3.6.1.4.1.800.2.30.1.3.1
A particular route to a particular destination, for this routing domain.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RdAssoRouteEntry  

xylanRdAssoRouteDest 1.3.6.1.4.1.800.2.30.1.3.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanRdAssoRouteMask 1.3.6.1.4.1.800.2.30.1.3.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xylanRdAssoRouteNextHop 1.3.6.1.4.1.800.2.30.1.3.1.3
On remote routes, the address of the next system en route; Otherwise, 0.0.0.0
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanRdAssoRouteMetric 1.3.6.1.4.1.800.2.30.1.3.1.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanRdAssoRouteProto 1.3.6.1.4.1.800.2.30.1.3.1.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15)  

xylanRdAssoRouteGroup 1.3.6.1.4.1.800.2.30.1.3.1.6
The Group that this route was learned on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanRdAssoRouteVlan 1.3.6.1.4.1.800.2.30.1.3.1.7
The Vlan that this route was learned on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanRdAssoRouteRowStatus 1.3.6.1.4.1.800.2.30.1.3.1.8
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

xylanRdGlobal 1.3.6.1.4.1.800.2.30.1.4
OBJECT IDENTIFIER    

xylanRdGlobalSwitchAccess 1.3.6.1.4.1.800.2.30.1.4.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xylanRdGlobalOutRdid 1.3.6.1.4.1.800.2.30.1.4.2
Indicates the Routing Domain ID (RDID) to be used for packets which are generated on the switch.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER