ZYXEL-STATIC-ROUTE-MIB: View SNMP OID List / Download MIB

VENDOR: ZYXEL COMMUNICATIONS CORP.


 Home MIB: ZYXEL-STATIC-ROUTE-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 zyxelStaticRoute 1.3.6.1.4.1.890.1.15.3.77
The subtree for static route
       zyxelStaticRouteSetup 1.3.6.1.4.1.890.1.15.3.77.1
           zyStaticRouteMaxNumberOfRoutes 1.3.6.1.4.1.890.1.15.3.77.1.1 integer read-only
The maximum number of static route entries that can be created.
           zyxelStaticRouteTable 1.3.6.1.4.1.890.1.15.3.77.1.2 no-access
The table cantains static route configuration.
               zyxelStaticRouteEntry 1.3.6.1.4.1.890.1.15.3.77.1.2.1 no-access
An entry contains static route configuration.
                   zyStaticRouteName 1.3.6.1.4.1.890.1.15.3.77.1.2.1.1 displaystring read-write
A descriptive name (up to 10 printable ASCII characters) for identification purposes.
                   zyStaticRouteIpAddress 1.3.6.1.4.1.890.1.15.3.77.1.2.1.2 ipaddress no-access
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.
                   zyStaticRouteSubnetMask 1.3.6.1.4.1.890.1.15.3.77.1.2.1.3 ipaddress no-access
The subnet mask of an IP routing domain that is associated to a static route.
                   zyStaticRouteGateway 1.3.6.1.4.1.890.1.15.3.77.1.2.1.4 ipaddress no-access
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.
                   zyStaticRouteMetric 1.3.6.1.4.1.890.1.15.3.77.1.2.1.5 integer read-write
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.
                   zyStaticRouteRowStatus 1.3.6.1.4.1.890.1.15.3.77.1.2.1.6 rowstatus read-only
This object allows entries to be created and deleted from the static route table.