ZYXEL-STATIC-ROUTE-MIB

File: ZYXEL-STATIC-ROUTE-MIB.mib (6247 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
RFC1213-MIB P-BRIDGE-MIB Q-BRIDGE-MIB
BRIDGE-MIB IF-MIB SNMP-FRAMEWORK-MIB
INET-ADDRESS-MIB DISMAN-PING-MIB IEEE8021-CFM-MIB
OSPF-MIB ZYXEL-ES-SMI

Imported symbols

enterprises OBJECT-TYPE RowStatus
DateAndTime TruthValue StorageType
MacAddress DisplayString EnabledStatus
PortList dot1dBasePort InterfaceIndexOrZero
SnmpAdminString InetAddressType InetAddress
OperationResponseStatus Counter TimeTicks
BridgeId Timeout dot1agCfmMdIndex
dot1agCfmMaIndex dot1agCfmMepIdentifier IpAddress
ifIndex NOTIFICATION-TYPE sysObjectID
ospfIfIpAddress ospfAddressLessIf ospfAreaId
ospfNbrIpAddr ospfNbrAddressLessIndex ospfLsdbAreaId
ospfLsdbType ospfLsdbLsid ospfLsdbRouterId
ospfVirtIfAreaId ospfVirtIfNeighbor esMgmt

Defined Types

ZyxelStaticRouteEntry  
SEQUENCE    
  zyStaticRouteName DisplayString
  zyStaticRouteIpAddress IpAddress
  zyStaticRouteSubnetMask IpAddress
  zyStaticRouteGateway IpAddress
  zyStaticRouteMetric INTEGER
  zyStaticRouteRowStatus RowStatus

Defined Values

zyxelStaticRoute 1.3.6.1.4.1.890.1.15.3.77
The subtree for static route
MODULE-IDENTITY    

zyxelStaticRouteSetup 1.3.6.1.4.1.890.1.15.3.77.1
OBJECT IDENTIFIER    

zyStaticRouteMaxNumberOfRoutes 1.3.6.1.4.1.890.1.15.3.77.1.1
The maximum number of static route entries that can be created.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

zyxelStaticRouteTable 1.3.6.1.4.1.890.1.15.3.77.1.2
The table cantains static route configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZyxelStaticRouteEntry

zyxelStaticRouteEntry 1.3.6.1.4.1.890.1.15.3.77.1.2.1
An entry contains static route configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZyxelStaticRouteEntry  

zyStaticRouteName 1.3.6.1.4.1.890.1.15.3.77.1.2.1.1
A descriptive name (up to 10 printable ASCII characters) for identification purposes.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

zyStaticRouteIpAddress 1.3.6.1.4.1.890.1.15.3.77.1.2.1.2
This parameter specifies the IP network address of the final destination. Routing is always based on network number. If you need to specify a route to a single host, use a subnet mask of 255.255.255.255 in the subnet mask field to force the network number to be identical to the host ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zyStaticRouteSubnetMask 1.3.6.1.4.1.890.1.15.3.77.1.2.1.3
The subnet mask of an IP routing domain that is associated to a static route.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zyStaticRouteGateway 1.3.6.1.4.1.890.1.15.3.77.1.2.1.4
The IP address of gateway. The gateway is an immediate neighbor of your Switch that will forward the packet to the destination. The gateway must be a router on the same segment as your Switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zyStaticRouteMetric 1.3.6.1.4.1.890.1.15.3.77.1.2.1.5
The metric represents the cost of transmission for routing purposes. IP routing uses hop count as the measurement of cost, with a minimum of 1 for directly connected networks. Enter a number that approximates the cost for this link. The number need not be precise, but it must be between 1 and 15. In practice, 2 or 3 is usually a good number.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

zyStaticRouteRowStatus 1.3.6.1.4.1.890.1.15.3.77.1.2.1.6
This object allows entries to be created and deleted from the static route table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus