CROUTE-MIB: View SNMP OID List / Download MIB

VENDOR: LANNET COMPANY


 Home MIB: CROUTE-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
 croute 1.3.6.1.4.1.81.31
       ipRoute 1.3.6.1.4.1.81.31.1
           ipGlobals 1.3.6.1.4.1.81.31.1.1
               ipGlobalsBOOTPRelayStatus 1.3.6.1.4.1.81.31.1.1.1 integer read-write
Whenever to activate the BOOTP Relay protocol on the device. enable - set by the user, means activate the BOOTP Relay protocol over the defined VLANs. disable - set by the user, means don't active the BOOTP Relay protocol. backup - set by the user, means the BOOTP Relay protocol is in stand-by. It will enter to activeBackup mode after IP REDUNDANCY mechanism will enter to active mode. activeBackup - set by the device (status), means the backup BOOTP Relay is working (after time-out of IP REDUNDANCY). Enumeration: 'activeBackup': 4, 'enable': 1, 'backup': 3, 'disable': 2.
               ipGlobalsICMPErrMsgEnable 1.3.6.1.4.1.81.31.1.1.2 integer read-write
Whenever to send ICMP messages such as Destination Unreachable, etc. Enumeration: 'enable': 1, 'disable': 2.
               ipGlobalsARPInactiveTimeout 1.3.6.1.4.1.81.31.1.1.3 integer read-write
Time-out required to remove inactive ARP entries. The value is in seconds. The default value is 4 hours
           ipInterfaceTable 1.3.6.1.4.1.81.31.1.2 no-access
This table is an extention of MIB II IpAddrTable, and is used to add/delete entries to/from that table. In addition it contains private objects.
               ipInterfaceEntry 1.3.6.1.4.1.81.31.1.2.1 no-access
The information concerning one of this entity's IP interfaces. An IP interface is a logical connection to a certain IP net/subnet.
                   ipInterfaceAddr 1.3.6.1.4.1.81.31.1.2.1.1 ipaddress read-only
The IP address to which this entry's addressing information pertains.
                   ipInterfaceNetMask 1.3.6.1.4.1.81.31.1.2.1.2 ipaddress read-write
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
                   ipInterfaceLowerIfAlias 1.3.6.1.4.1.81.31.1.2.1.3 displaystring read-write
This object is an 'alias' name for the lower-layer interface on top of which this IP interface is defined. The alias is specified by the network manager, and provides a non-volatile 'handle' for the lower-layer interface. The semantics of the object are similar to the semantics of the ifAlias object, defined by the Interfaces MIB. At the time when this Madge MIB object was defined, the latest release of the Interfaces MIB was draft-ietf-ifmib-mib-05.txt. The purpose is to support all methods (static or dynamic) for creation of interfaces and to allow creation of IP table entries without the need of the layer 2 interface to be present on the device at the time of the creation. It is assumed that some implementation dependent mechanisms allow the IP application to be informed about the creation of new lower layer interfaces.
                   ipInterfaceType 1.3.6.1.4.1.81.31.1.2.1.4 integer read-write
The logical type of the interface. The default depends on the physical type. For example Ethernet and Token-Ring LANs are of type broadcast Enumeration: 'broadcast': 1, 'nBMA': 2, 'ptp': 3.
                   ipInterfaceForwardIpBroadcast 1.3.6.1.4.1.81.31.1.2.1.5 integer read-write
Whether the router forwards IP directed broadcasts that are to be transmitted as link-layer broadcast to an attached net or subnet. Enumeration: 'enable': 1, 'disable': 2.
                   ipInterfaceBroadcastAddr 1.3.6.1.4.1.81.31.1.2.1.6 integer read-write
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface.
                   ipInterfaceProxyArp 1.3.6.1.4.1.81.31.1.2.1.7 integer read-write
When proxy ARP is enabled, the router responds to ARP requests received on one link-layer interface for an IP-address that is reachable via another link-layer interface. The response provides the router's own MAC address. Enumeration: 'enable': 1, 'disable': 2.
                   ipInterfaceStatus 1.3.6.1.4.1.81.31.1.2.1.8 rowstatus read-write
For adding and deleting IP interfaces. Deleting this row means deleting the corresponding entry in IpAddrTable (MIB II). Deleting an IP interface also causes deletion of all static routes defined on this IP interface, as well as protocol interfaces (e.g. RIP and OSPF) defined on this IP interface.
                   ipInterfaceMainRouterAddr 1.3.6.1.4.1.81.31.1.2.1.9 ipaddress read-write
The IP address of the main router backed up on this interface.
                   ipInterfaceARPServerStatus 1.3.6.1.4.1.81.31.1.2.1.10 integer read-write
Whenever to activate the ARP Server mechanism on this interface. enable - set by the user, means activate the ARP Server mechanism over this IP interface. disable - set by the user, means don't active the ARP Server mechanism over this IP interface. Enumeration: 'enable': 1, 'disable': 2.
                   ipInterfaceName 1.3.6.1.4.1.81.31.1.2.1.11 displaystring read-write
The name of this interface for compatibility with cli.
                   ipInterfaceNetbiosRebroadcast 1.3.6.1.4.1.81.31.1.2.1.12 integer read-write
inbound - netbios received from the interface are rebarodcasted, outbound - netbios are rebraodcasted to this interface, both - netbios are rebroadacsted both from and to this interface, disable - netbios is not rebraodcasted neither from nor to this interface. Currently only both and disable are supported Enumeration: 'inbound': 1, 'both': 3, 'disable': 4, 'outbound': 2.
                   ipInterfaceIcmpRedirects 1.3.6.1.4.1.81.31.1.2.1.13 integer read-write
enable - enable the sending of redirect messages if the router is forced to re-send a packet through the same interface on which it was received. disable - disable the sending of redirect messages on this interface. Enumeration: 'enable': 1, 'disable': 2.
           ripGlobals 1.3.6.1.4.1.81.31.1.3
               ripGlobalsRIPEnable 1.3.6.1.4.1.81.31.1.3.1 integer read-write
Whenever to activate the RIP protocol on the device. disable means don't activate RIP over all the IP interfaces enable means that the status of each interface is relevant Enumeration: 'enable': 1, 'disable': 2.
               ripGlobalsLeakOSPFIntoRIP 1.3.6.1.4.1.81.31.1.3.2 integer read-write
Whenever to leak (redistribute) routes learned from OSPF protocol into the domain of the RIP protocol. Enumeration: 'enable': 1, 'disable': 2.
               ripGlobalsLeakStaticIntoRIP 1.3.6.1.4.1.81.31.1.3.3 integer read-write
Whenever to leak (redistribute) routes learned from Static Route into the domain of the RIP protocol. Enumeration: 'enable': 1, 'disable': 2.
           ripInterfaceTable 1.3.6.1.4.1.81.31.1.4 no-access
This table is an extention of rip2IfConfTable, and is used to add/delete objects entries to/from that table.
               ripInterfaceEntry 1.3.6.1.4.1.81.31.1.4.1 no-access
The information concerning one of this entity's IP interfaces. An IP interface is a logical connection to a certain IP net/subnet.
                   ripInterfaceAddr 1.3.6.1.4.1.81.31.1.4.1.1 ipaddress read-only
The IP address to which this entry's addressing information pertains.
                   ripInterfaceMetric 1.3.6.1.4.1.81.31.1.4.1.2 integer read-write
This variable indicates the number of hops that is to be assign to that interface.
                   ripInterfaceSplitHorizon 1.3.6.1.4.1.81.31.1.4.1.3 integer read-write
Whether to activate Poison Reverse algorithm, Split Horizon or none of them, on this interface Enumeration: 'none': 3, 'splitHorizon': 2, 'poisonReverse': 1.
                   ripInterfaceAcceptDefaultRoute 1.3.6.1.4.1.81.31.1.4.1.4 integer read-write
Whether to accept the default route from receive RIP message. Enumeration: 'enable': 1, 'disable': 2.
                   ripInterfaceSendDefaultRoute 1.3.6.1.4.1.81.31.1.4.1.5 integer read-write
Whether to send the default route in RIP message. Enumeration: 'enable': 1, 'disable': 2.
                   ripInterfaceState 1.3.6.1.4.1.81.31.1.4.1.6 integer read-only
The operational (current state) of the IP interface from RIP point of view. It depends on Global RIP status, IP interface status and rip interface STATUS. inactive - set by the device (status), the rip is not active on this interface. active - set by the device (status), rip is active on this interface. Enumeration: 'active': 1, 'inactive': 2.
                   ripInterfaceSendMode 1.3.6.1.4.1.81.31.1.4.1.7 integer read-write
What the router sends on this interface. All - send the whole routing table according to the RIP version. DefaultOnly - send default route only. DoNotDend - don't send any RIP information on this interface. Enumeration: 'all': 1, 'doNotSend': 3, 'defaultOnly': 2.
                   ripInterfaceVersion 1.3.6.1.4.1.81.31.1.4.1.8 integer read-write
What RIP information the router sends on this interface. Enumeration: 'rip2': 2, 'rip1': 1.
           ospfGlobals 1.3.6.1.4.1.81.31.1.5
               ospfGlobalsLeakRIPIntoOSPF 1.3.6.1.4.1.81.31.1.5.1 integer read-write
Whenever to leak (redistribute) routes learned from RIP protocol into the domain of the OSPF protocol. Enumeration: 'enable': 1, 'disable': 2.
               ospfGlobalsLeakStaticIntoOSPF 1.3.6.1.4.1.81.31.1.5.2 integer read-write
Whenever to leak (redistribute) routes learned from Static Route into the domain of the OSPF protocol. Enumeration: 'enable': 1, 'disable': 2.
               ospfGlobalsLeakDirectIntoOSPF 1.3.6.1.4.1.81.31.1.5.3 integer read-write
Whenever to leak (redistribute) routes learned from Direct into the domain of the OSPF protocol. Enumeration: 'enable': 1, 'disable': 2.
           relayTable 1.3.6.1.4.1.81.31.1.6 no-access
This table is an extention of vlConfTable, and is used to add/delete DHCP Servers to/from that table.
               relayEntry 1.3.6.1.4.1.81.31.1.6.1 no-access
The information concerning one of this entity's VLAN interfaces. An VLAN interface is a virtual connection to a switch.
                   relayVlIndex 1.3.6.1.4.1.81.31.1.6.1.1 integer read-only
A unique value for each interface. Its value ranges between 1 and the value of ifNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
                   relayVlPrimaryServerAddr 1.3.6.1.4.1.81.31.1.6.1.2 ipaddress read-write
The IP address of the primary server, to which the BOOTP/DHCP requests to be sent.
                   relayVlSeconderyServerAddr 1.3.6.1.4.1.81.31.1.6.1.3 ipaddress read-write
The IP address of the secondary server, to which the BOOTP/DHCP requests to be sent.
                   relayVlStatus 1.3.6.1.4.1.81.31.1.6.1.4 rowstatus read-write
For deleting an DHCP/BOOTP servers entry. The entry will be deleted upon deleting the corresponding VLAN
                   relayVlRelayAddr 1.3.6.1.4.1.81.31.1.6.1.5 ipaddress read-write
The IP address of the Relay, i.e. the router's IP address to write in the relayed request (giaddr field in the Bootp packet). When there are multiple IP interfaces on the same VLAN such that the router has multiple IP addresses on the VLAN, the user can configure which of these addresses to use when relaying requests arriving on this VLAN. This relay address is used by the server to determines the subnet from which the address shall be allocated. The special value 255.255.255.255 means DUPLICATE. In this case the Relay will duplicate each request arriving on this VLAN and send to the server multiple copies of the request, a copy for each of the router's IP addresses on that VLAN. The relay address in each copy of the request shall be the router's IP address (NOT 255.255.255.255). The special value 0.0.0.0 means that the router shall use the Default value (lowest IP address on the VLAN) for the relay address
           ipAccessGlobals 1.3.6.1.4.1.81.31.1.7
               ipAccessControlEnable 1.3.6.1.4.1.81.31.1.7.1 integer read-write
Whenever to activate the IP ACCESS CONTROL statements on the device. disable means don't activate IP ACCESS CONTROL over all the IP statements enable means activate IP ACCESS CONTROL over all the IP statements Enumeration: 'enable': 1, 'disable': 2.
           ipAccessControlTable 1.3.6.1.4.1.81.31.1.8 no-access
This table is used to add/delete access control statement to/from that table.
               ipAccessControlEntry 1.3.6.1.4.1.81.31.1.8.1 no-access
The information concerning one of this entity's IP interfaces. An IP interface is a logical connection to a certain IP net/subnet.
                   ipAccessControlIndex 1.3.6.1.4.1.81.31.1.8.1.1 integer read-only
Entry index.
                   ipAccessControlSrcAddr 1.3.6.1.4.1.81.31.1.8.1.2 ipaddress read-write
The IP address of the source address.
                   ipAccessControlSrcMask 1.3.6.1.4.1.81.31.1.8.1.3 ipaddress read-write
The MASK address of the source address.
                   ipAccessControlDstAddr 1.3.6.1.4.1.81.31.1.8.1.4 ipaddress read-write
The IP address of the destination address.
                   ipAccessControlDstMask 1.3.6.1.4.1.81.31.1.8.1.5 ipaddress read-write
The MASK address of the destination address.
                   ipAccessControlOperation 1.3.6.1.4.1.81.31.1.8.1.6 integer read-write
How to operate the IP ACCESS CONTROL statement, on the receiving packet. Forwards the packet, Block (Discard) the packet or block (Discard) the packet and report to the user by sending trap. Enumeration: 'forward': 1, 'blockAndReport': 3, 'block': 2.
                   ipAccessControlActivation 1.3.6.1.4.1.81.31.1.8.1.7 integer read-write
Does the IP ACCESS CONTROL statement done by HW or SW(CPU). HW - wire-speed, SW - regular. Enumeration: 'wire-speed': 1, 'regular': 2.
                   ipAccessControlProtocol 1.3.6.1.4.1.81.31.1.8.1.8 integer read-write
Over which protocol does the IP ACCESS CONTROL statement activate. Icmp, Tcp, Udp. None - means IP addresses only Enumeration: 'udp': 17, 'icmp': 1, 'none': 256, 'tcp': 6.
                   ipAccessControlApplication 1.3.6.1.4.1.81.31.1.8.1.9 integer read-write
Over which application does the IP ACCESS CONTROL statement activate. The exception are: above1023 can work over TCP or UDP, none can't work over TCP or UDP or ICMP only none is excepted Enumeration: 'ftp': 21, 'none': 65537, 'http': 80, 'snmp': 161, 'smtp': 25, 'telnet': 23, 'pop3': 110, 'snmpTrap': 162, 'above1023': 65536.
                   ipAccessControlStatus 1.3.6.1.4.1.81.31.1.8.1.10 rowstatus read-write
For create/delete of a IP ACCESS CONTROL statement.
           ipRedundancyGlobals 1.3.6.1.4.1.81.31.1.9
               ipRedundancyStatus 1.3.6.1.4.1.81.31.1.9.1 integer read-write
Whenever to activate the IP REDUNDANCY mechanism on the device. enable - set by the user, means activate the IP REDUNDANCY mechanism over the defined IP interfaces. disable - set by the user, means don't active the IP REDUNDANCY mechanism over the defined IP interfaces. inactive - set by the device (status), means the backup interface is in stand-by (after enable operation). active - set by the device (status), means the backup interface is working (after time-out). Enumeration: 'inactive': 3, 'active': 4, 'enable': 1, 'disable': 2.
               ipRedundancyTimeout 1.3.6.1.4.1.81.31.1.9.2 integer read-write
Time-out required to activate the backup process of IP REDUNDANCY. After Time-out the Redundant router assumes that the main (Backuped) router is not operational, and takes control over all defined IP interfaces of the main. The value is in seconds. The default value is 12
               ipRedundancyPollingInterval 1.3.6.1.4.1.81.31.1.9.3 integer read-write
The polling interval used to poll the Main (Backed up) router. The value is multiply of ipRedundancyTimeout. The value is in seconds. The default value is 3
           ipShortcutGlobals 1.3.6.1.4.1.81.31.1.10
                 ipShortcutARPServerStatus 1.3.6.1.4.1.81.31.1.10.1 integer read-write
Whenever to activate the ARP Server mechanism on the device. enable - set by the user, means activate the ARP Server mechanism over the defined IP interfaces. disable - set by the user, means don't active the ARP Server mechanism over the defined IP interfaces. Enumeration: 'enable': 1, 'disable': 2.
           ipMulticastInterfaceTable 1.3.6.1.4.1.81.31.1.11 no-access
This table is used to update multicast parameters over interfaces already define
                 ipMulticastInterfaceEntry 1.3.6.1.4.1.81.31.1.11.1 no-access
The information concerning one of this entity's interfaces.
                     ipMulticastInterfaceIfIndex 1.3.6.1.4.1.81.31.1.11.1.1 integer read-only
A unique value for each interface. Its value ranges between 1 and the value of ifNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
                     ipMulticastInterfaceSendAll 1.3.6.1.4.1.81.31.1.11.1.2 integer read-write
The user will be able to configure whenever to send the all Multicast packets to this interface. Enable - Enable the user to define this interface, over all the existing groups Disable - Will acts according to the other parameters. Enumeration: 'enable': 1, 'disable': 2.
                     ipMulticastInterfaceState 1.3.6.1.4.1.81.31.1.11.1.3 integer read-only
The current state (operational) of the IP Multicast from IP Multicast point of view. It depends on global ipMRouteEnable status and Multicast interface status. Inactive - set by the device (status), Global IP multicast is disabled or Multicast is disable on this interface. Active - set by the device (status), Global IP multicast is enable and Multicast is active on this interface. Enumeration: 'active': 1, 'inactive': 2.
                     ipMulticastInterfaceStatus 1.3.6.1.4.1.81.31.1.11.1.4 rowstatus read-write
For enable/disable of a IP multicast over an interface.
           ipEZ2RouteMgmt 1.3.6.1.4.1.81.31.1.13
                 ipEZ2BoostRouterTable 1.3.6.1.4.1.81.31.1.13.1 no-access
                     ipEZ2BoostRouterEntry 1.3.6.1.4.1.81.31.1.13.1.1 no-access
                         ipEZ2BoostRouterSlot 1.3.6.1.4.1.81.31.1.13.1.1.1 integer read-only
                         ipEZ2BoostRouterBRAddress 1.3.6.1.4.1.81.31.1.13.1.1.2 ipaddress read-only
                         ipEZ2BoostRouterType 1.3.6.1.4.1.81.31.1.13.1.1.3 integer read-only
Enumeration: 'static': 2, 'dynamic': 1.
                         ipEZ2BoostRouterStatus 1.3.6.1.4.1.81.31.1.13.1.1.4 rowstatus read-write
                 ipEZ2RControlTable 1.3.6.1.4.1.81.31.1.13.2 no-access
                     ipEZ2RControlEntry 1.3.6.1.4.1.81.31.1.13.2.1 no-access
                         ipEZ2RControlSlot 1.3.6.1.4.1.81.31.1.13.2.1.1 integer read-only
                         ipEZ2RControlBoostedRoutersTimeout 1.3.6.1.4.1.81.31.1.13.2.1.2 integer read-write
Set the timeout of EZ2route routers
                         ipEZ2RControlHostsTimeout 1.3.6.1.4.1.81.31.1.13.2.1.3 integer read-write
Set the timeout of EZ2route hosts
                         ipEZ2RControlAutoLearnMode 1.3.6.1.4.1.81.31.1.13.2.1.5 integer read-write
Enumeration: 'enable': 1, 'disable': 2.
           ipVRRP 1.3.6.1.4.1.81.31.1.14
                 ipVRRPAdminStatus 1.3.6.1.4.1.81.31.1.14.1 integer read-write
Global switch to enable/disable VRRP Enumeration: 'enable': 1, 'disable': 2.
       ipxRoute 1.3.6.1.4.1.81.31.2
           ipxCircTable 1.3.6.1.4.1.81.31.2.1 no-access
This table is an extention of Novell mib IpxCircTable, and is used to add/delete entries to/from that table. In addition it contains private objects.
               ipxCircEntry 1.3.6.1.4.1.81.31.2.1.1 no-access
The information concerning one of this entity's IPX circuits. An IPX circuit is a logical connection to a certain IPX netNumber.
                   ipxCircIndex 1.3.6.1.4.1.81.31.2.1.1.1 integer read-only
The identifier of this circuit, unique within the instance of IPX. This value may be written only when creating a new entry in the table.
                   ipxCircNetNumber 1.3.6.1.4.1.81.31.2.1.1.2 netnum read-write
The IPX network number of this circuit.
                   ipxCircLowerIfAlias 1.3.6.1.4.1.81.31.2.1.1.3 displaystring read-write
This object is an 'alias' name for the lower-layer interface on top of which this IP interface is defined. The alias is specified by the network manager, and provides a non-volatile 'handle' for the lower-layer interface. The semantics of the object are similar to the semantics of the ifAlias object, defined by the Interfaces MIB. At the time when this Madge MIB object was defined, the latest release of the Interfaces MIB was draft-ietf-ifmib-mib-05.txt. The purpose is to support all methods (static or dynamic) for creation of interfaces and to allow creation of IPX table entries without the need of the layer 2 interface to be present on the device at the time of the creation. It is assumed that some implementation dependent mechanisms allow the IPX application to be informed about the creation of new lower layer interfaces.
                   ipxCircEncapsulation 1.3.6.1.4.1.81.31.2.1.1.4 integer read-write
The media type (encapsulation of layer2) of this circuit. Enumeration: 'novell': 2, 'ethernet': 3, 'other': 1, 'llc': 4, 'snap': 5.
                   ipxCircNetbios 1.3.6.1.4.1.81.31.2.1.1.5 integer read-write
The type of the circuit. Enumeration: 'enable': 1, 'disable': 2.
                   ipxCircStatus 1.3.6.1.4.1.81.31.2.1.1.6 rowstatus read-write
For adding and deleting Circuits. Deleting this row means deleting the corresponding entry in ipxCircTable. Deleting a Circuit also causes deletion of all static routes defined on this Circuit, as well as protocol Circuit (e.g. RIP and SAP) defined on this Circuit.
                   ipxCircRipUpdate 1.3.6.1.4.1.81.31.2.1.1.7 integer read-write
The RIP periodic update interval, in seconds.
                   ipxCircRipAgeMultiplier 1.3.6.1.4.1.81.31.2.1.1.8 integer read-write
The holding multiplier for information received in RIP periodic updates.
                   ipxCircRipStatus 1.3.6.1.4.1.81.31.2.1.1.9 integer read-write
Indicates whether RIP information may be sent/received over this circuit. Set by the user Enumeration: 'enable': 1, 'disable': 2.
                   ipxCircSapUpdate 1.3.6.1.4.1.81.31.2.1.1.10 integer read-write
The SAP periodic update interval, in seconds.
                   ipxCircSapAgeMultiplier 1.3.6.1.4.1.81.31.2.1.1.11 integer read-write
The holding multiplier for information received in SAP periodic updates.
                   ipxCircGetNearestServerReply 1.3.6.1.4.1.81.31.2.1.1.12 integer read-write
Indicates whether to respond to SAP get nearest server requests received on this circuit. Enumeration: 'enable': 1, 'disable': 2.
                   ipxCircSapStatus 1.3.6.1.4.1.81.31.2.1.1.13 integer read-write
Indicates whether SAP information may be sent/received over this circuit. Enumeration: 'enable': 1, 'disable': 2.
                   ipxCircRipState 1.3.6.1.4.1.81.31.2.1.1.14 integer read-only
Indicates whether RIP information may be sent/received over this circuit. Set by the device to reflect the RIP status and the interface status Enumeration: 'active': 1, 'inactive': 2.
                   ipxCircSapState 1.3.6.1.4.1.81.31.2.1.1.15 integer read-only
Indicates whether SAP information may be sent/received over this circuit. Set by the device to reflect the SAP status and the interface status Enumeration: 'active': 1, 'inactive': 2.
           ipxDestTable 1.3.6.1.4.1.81.31.2.2 no-access
This table replace the Novell mib IpxDestTable, and is used to add/delete entries to/from that table.
               ipxDestEntry 1.3.6.1.4.1.81.31.2.2.1 no-access
The information concerning one of this entity's IPX Routes. An IPX service is a logical connection to a certain IPX Server.
                   ipxDestNetNum 1.3.6.1.4.1.81.31.2.2.1.1 netnum read-only
The IPX network number portion of the IPX address of the destination.
                   ipxDestProtocol 1.3.6.1.4.1.81.31.2.2.1.2 integer read-only
The routing protocol from which knowledge of this destination was obtained. Enumeration: 'static': 5, 'other': 1, 'local': 2, 'rip': 3, 'nlsp': 4.
                   ipxDestTicks 1.3.6.1.4.1.81.31.2.2.1.3 integer read-write
The delay in ticks to reach this destination.
                   ipxDestHopCount 1.3.6.1.4.1.81.31.2.2.1.4 integer read-write
The number of hops necessary to reach the destination.
                   ipxDestNextHopCircIndex 1.3.6.1.4.1.81.31.2.2.1.5 integer read-write
The unique identifier of the circuit, used to reach the next hop.
                   ipxDestNextHopNICAddress 1.3.6.1.4.1.81.31.2.2.1.6 physaddress read-write
The NIC address of the next hop.
                   ipxDestNextHopNetNum 1.3.6.1.4.1.81.31.2.2.1.7 netnum read-write
The IPX network number of the next hop.
                   ipxDestStatus 1.3.6.1.4.1.81.31.2.2.1.8 rowstatus read-write
                   ipxDestAge 1.3.6.1.4.1.81.31.2.2.1.9 integer read-only
The age of the Routing table entry.
           ipxServTable 1.3.6.1.4.1.81.31.2.3 no-access
This table replace the Novell mib IpxServTable, and is used to add/delete entries to/from that table.
               ipxServEntry 1.3.6.1.4.1.81.31.2.3.1 no-access
The information concerning one of this entity's IPX Services. An IPX service is a logical connection to a certain IPX Server.
                   ipxServType 1.3.6.1.4.1.81.31.2.3.1.1 integer read-only
The service type.
                   ipxServName 1.3.6.1.4.1.81.31.2.3.1.2 displaystring read-only
The server name.
                   ipxServProtocol 1.3.6.1.4.1.81.31.2.3.1.3 integer read-only
The protocol from which knowledge of this service was obtained. Enumeration: 'static': 5, 'other': 1, 'local': 2, 'sap': 6, 'nlsp': 4.
                   ipxServNetNum 1.3.6.1.4.1.81.31.2.3.1.4 netnum read-write
The IPX network number portion of the IPX address of the service.
                   ipxServNode 1.3.6.1.4.1.81.31.2.3.1.5 octet string read-write
The node portion of the IPX address of the service.
                   ipxServSocket 1.3.6.1.4.1.81.31.2.3.1.6 integer read-write
The socket portion of the IPX address of the service.
                   ipxServHopCount 1.3.6.1.4.1.81.31.2.3.1.7 integer read-write
The number of hops to the service.
                   ipxServStatus 1.3.6.1.4.1.81.31.2.3.1.8 rowstatus read-write
                   ipxServAge 1.3.6.1.4.1.81.31.2.3.1.9 integer read-only
The age of the SAP entry.
           ipxAccessGlobals 1.3.6.1.4.1.81.31.2.4
               ipxAccessControlEnable 1.3.6.1.4.1.81.31.2.4.1 integer read-write
Whenever to activate the IPX ACCESS CONTROL statements on the device. disable means don't activate IPX ACCESS CONTROL over all the IPX statements enable means activate IPX ACCESS CONTROL over all the IPX statements Enumeration: 'enable': 1, 'disable': 2.
           ipxAccessControlTable 1.3.6.1.4.1.81.31.2.5 no-access
This table is used to add/delete IPX access control statement to/from that table.
               ipxAccessControlEntry 1.3.6.1.4.1.81.31.2.5.1 no-access
The information concerning one of this entity's IPX access control statements.
                   ipxAccessControlIndex 1.3.6.1.4.1.81.31.2.5.1.1 integer read-only
Entry index.
                   ipxAccessControlSrcAddr 1.3.6.1.4.1.81.31.2.5.1.2 netnum read-write
The IPX network of the source address.
                   ipxAccessControlDstAddr 1.3.6.1.4.1.81.31.2.5.1.3 netnum read-write
The IPX network of the destination address.
                   ipxAccessControlOperation 1.3.6.1.4.1.81.31.2.5.1.4 integer read-write
How to operate the IPX ACCESS CONTROL statement, on the receiving packet. Forwards the packet, Block (Discard) the packet or block (Discard) the packet and report to the user by sending trap. Enumeration: 'forward': 1, 'blockAndReport': 3, 'block': 2.
                   ipxAccessControlActivation 1.3.6.1.4.1.81.31.2.5.1.5 integer read-write
Does the IPX ACCESS CONTROL statement done by HW or SW(CPU). HW - wire-speed, SW - regular. Enumeration: 'wire-speed': 1, 'regular': 2.
                   ipxAccessControlStatus 1.3.6.1.4.1.81.31.2.5.1.6 rowstatus read-write
For create/delete of an IPX ACCESS CONTROL statement.
           ipxSapFilterGlobals 1.3.6.1.4.1.81.31.2.6
               ipxSapFilterEnable 1.3.6.1.4.1.81.31.2.6.1 integer read-write
Whenever to activate the IPX SAP Filters statements on the device. disable means don't activate IPX SAP Filters over all the IPX SAP statements enable means activate IPX SAP Filter over all the IPX SAP statements Enumeration: 'enable': 1, 'disable': 2.
           ipxSapFilterTable 1.3.6.1.4.1.81.31.2.7 no-access
Table of input/output SAP filter according to IPX circuit number.
               ipxSapFilterEntry 1.3.6.1.4.1.81.31.2.7.1 no-access
An entry in the SAP filter table
                   ipxSapFilterID 1.3.6.1.4.1.81.31.2.7.1.1 integer read-only
ID of SAP filter.
                   ipxSapFilterCircIndex 1.3.6.1.4.1.81.31.2.7.1.2 integer read-write
.... -- 0xffff means this is a global SAP filter
                   ipxSapFilterServiceNetNumber 1.3.6.1.4.1.81.31.2.7.1.3 netnum read-write
Number network of the filtered service. Value 0xFFFFFFFF applies for any network. DEFVAL {0xFFFFFFFF}
                   ipxSapFilterServiceType 1.3.6.1.4.1.81.31.2.7.1.4 integer read-write
The type of the service which may be filtered; value 0xFFFF applies for all types of service and it's default DEFVAL {0xFFFF}
                   ipxSapFilterServerName 1.3.6.1.4.1.81.31.2.7.1.5 displaystring read-write
The name of the service which may be filtered; wildcards (*) may be used in the end of the name. DEFVAL {*}
                   ipxSapFilterDirection 1.3.6.1.4.1.81.31.2.7.1.6 integer read-write
Type of filter-input or output Enumeration: 'input': 1, 'output': 2.
                   ipxSapFilterAction 1.3.6.1.4.1.81.31.2.7.1.7 integer read-write
Permit/deny receiving/transmitting of SAP entry Enumeration: 'deny': 2, 'permit': 1.
                   ipxSapFilterStatus 1.3.6.1.4.1.81.31.2.7.1.8 rowstatus read-write
....
       layer2 1.3.6.1.4.1.81.31.3
           vlConfTable 1.3.6.1.4.1.81.31.3.1 no-access
This table is an extention of MIB II ifTable, and is used to add/delete entries to/from that table. In addition it contains private objects.
               vlConfEntry 1.3.6.1.4.1.81.31.3.1.1 no-access
The information concerning one of this entity's VLAN interfaces. An VLAN interface is a virtual connection to a switch.
                   vlConfIndex 1.3.6.1.4.1.81.31.3.1.1.1 integer read-only
A unique value for each interface. Its value ranges between 1 and the value of ifNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
                   vlConfAlias 1.3.6.1.4.1.81.31.3.1.1.2 displaystring read-write
This object is an 'alias' name for the lower-layer interface on top of which this IP interface is defined. The alias is specified by the network manager, and provides a non-volatile 'handle' for the lower-layer interface. The semantics of the object are similar to the semantics of the ifAlias object, defined by the Interfaces MIB. At the time when this Madge MIB object was defined, the latest release of the Interfaces MIB was draft-ietf-ifmib-mib-05.txt. The purpose is to support all methods (static or dynamic) for creation of interfaces and to allow creation of IP table entries without the need of the layer 2 interface to be present on the device at the time of the creation. It is assumed that some implementation dependent mechanisms allow the IP application to be informed about the creation of new lower layer interfaces.
                   vlConfStatus 1.3.6.1.4.1.81.31.3.1.1.3 rowstatus read-write
For adding and deleting VLAN interfaces. Deleting this row means deleting the corresponding entry in ifTable (MIB II). Deleting a VLAN interface is allowed only if IP interface is not defined on this VLAN.
           vlBridgeTable 1.3.6.1.4.1.81.31.3.2 no-access
For each Bridge segment an entry of this table specifies a set of VLANs, which it contains.
               vlBridgeEntry 1.3.6.1.4.1.81.31.3.2.1 no-access
A entry of this table specifies a Group of VLANs and VLANs belonging to it
                   vlBridgeProtocol 1.3.6.1.4.1.81.31.3.2.1.1 integer read-only
The protocol, supported by this VLAN. The meanings of the values are: other: none of the following. This VLAN includes any protocol except the following protocols. It is a bridging VLAN. L2 relies on a third-party router to exchange traffic between nodes on different VLANs of this type. dec : This is a bridging VLAN, L2 relies on a third-party router to exchange traffic between nodes on different DEC VALNs of this type. netBios: This is a Bridging VLAN, L2 relies on a third-party router to exchange traffic between nodes on different NetBIOS VLAN of this type. appleTalk: This is a Bridging VLAN, L2 relies on a third-party router to exchange traffic between nodes on different appleTalk VLAN of this type. value of other(1) always exist Enumeration: 'sna': 5, 'appleTalk': 4, 'ipx': 6, 'dec': 2, 'other': 1, 'netBios': 3.
                   vlBridgeGroupIndex 1.3.6.1.4.1.81.31.3.2.1.2 integer read-only
A logical number, corresponded this group of VLANs
                   vlBridgeIndex 1.3.6.1.4.1.81.31.3.2.1.3 integer read-only
A logical number, corresponded this VLAN. Each VLAN is allowed to participate in ONE group only
                   vlBridgeStatus 1.3.6.1.4.1.81.31.3.2.1.4 rowstatus read-write
It is used to create or delete an entry
           layer2Globals 1.3.6.1.4.1.81.31.3.3
               layer2GlobalsBridgeEnable 1.3.6.1.4.1.81.31.3.3.1 integer read-write
Whenever to activate the Bridge capability on the device. enable - set by the user, means activate the Bridge capability over the defined VLANs. disable - set by the user, means don't active the Bridge capability. backup - set by the user, means the Bridge capability is in stand-by. It will enter to activeBackup mode after IP REDUNDANCY mechanism will enter to active mode. activeBackup - set by the device (status), means the backup Bridge is working (after time-out of IP REDUNDANCY). Enumeration: 'activeBackup': 4, 'enable': 1, 'backup': 3, 'disable': 2.
       routeGroupMgmt 1.3.6.1.4.1.81.31.4
           routeGroupTable 1.3.6.1.4.1.81.31.4.1 no-access
               routeGroupEntry 1.3.6.1.4.1.81.31.4.1.1 no-access
                   routeGroupId 1.3.6.1.4.1.81.31.4.1.1.1 integer read-only
                   routeGroupRouteMode 1.3.6.1.4.1.81.31.4.1.1.2 integer read-write
A bit mask representing the routing mode of the module: bit 0 - L2 switching bit 1 - EZ2Route bit 2 - Router bit 3 - Rich L2 bit 4 - WebSwitch (Load balance, application redirection). Currently, the following values for this bit mask are defined: secondLayer(1) - no routing. Behaves like P333T. ez2route (3) - no configuration is needed. Boosts external routers router (5) - Behaves like third layer switch. routerAndWebSwitch(21) - Perform routing and Load-Balancing or application redirection Enumeration: 'secondLayer': 1, 'router': 5, 'notSupported': 255, 'ez2route': 3, 'routerAndWebSwitch': 21.
       drLayer2 1.3.6.1.4.1.81.31.5
           drVlConfTable 1.3.6.1.4.1.81.31.5.1 no-access
This table is an extention of MIB II ifTable, and is used to add/delete entries to/from that table. In addition it contains private objects.
               drVlConfEntry 1.3.6.1.4.1.81.31.5.1.1 no-access
The information concerning one of this entity's VLAN interfaces. An VLAN interface is a virtual connection to a switch.
                   drVlConfSlot 1.3.6.1.4.1.81.31.5.1.1.1 integer read-only
The slot number of the module
                   drVlConfIndex 1.3.6.1.4.1.81.31.5.1.1.2 integer read-only
A unique value for each interface. Its value ranges between 1 and the value of ifNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
                   drVlConfAlias 1.3.6.1.4.1.81.31.5.1.1.3 displaystring read-write
This object is an 'alias' name for the lower-layer interface on top of which this IP interface is defined. The alias is specified by the network manager, and provides a non-volatile 'handle' for the lower-layer interface. The semantics of the object are similar to the semantics of the ifAlias object, defined by the Interfaces MIB. At the time when this Madge MIB object was defined, the latest release of the Interfaces MIB was draft-ietf-ifmib-mib-05.txt. The purpose is to support all methods (static or dynamic) for creation of interfaces and to allow creation of IP table entries without the need of the layer 2 interface to be present on the device at the time of the creation. It is assumed that some implementation dependent mechanisms allow the IP application to be informed about the creation of new lower layer interfaces.
                   drVlConfStatus 1.3.6.1.4.1.81.31.5.1.1.4 rowstatus read-write
For adding and deleting VLAN interfaces. Deleting this row means deleting the corresponding entry in ifTable (MIB II). Deleting a VLAN interface is allowed only if IP interface is not defined on this VLAN.
       drIpRoute 1.3.6.1.4.1.81.31.6
           drIpInterfaceTable 1.3.6.1.4.1.81.31.6.1 no-access
This table is an extention of MIB II IpAddrTable, and is used to add/delete entries to/from that table. In addition it contains private objects.
               drIpInterfaceEntry 1.3.6.1.4.1.81.31.6.1.1 no-access
The information concerning one of this entity's IP interfaces. An IP interface is a logical connection to a certain IP net/subnet.
                   drIpInterfaceSlot 1.3.6.1.4.1.81.31.6.1.1.1 integer read-only
The slot number of the module
                   drIpInterfaceAddr 1.3.6.1.4.1.81.31.6.1.1.2 ipaddress read-only
The IP address to which this entry's addressing information pertains.
                   drIpInterfaceNetMask 1.3.6.1.4.1.81.31.6.1.1.3 ipaddress read-write
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
                   drIpInterfaceLowerIfAlias 1.3.6.1.4.1.81.31.6.1.1.4 displaystring read-write
This object is an 'alias' name for the lower-layer interface on top of which this IP interface is defined. The alias is specified by the network manager, and provides a non-volatile 'handle' for the lower-layer interface. The semantics of the object are similar to the semantics of the ifAlias object, defined by the Interfaces MIB. At the time when this Madge MIB object was defined, the latest release of the Interfaces MIB was draft-ietf-ifmib-mib-05.txt. The purpose is to support all methods (static or dynamic) for creation of interfaces and to allow creation of IP table entries without the need of the layer 2 interface to be present on the device at the time of the creation. It is assumed that some implementation dependent mechanisms allow the IP application to be informed about the creation of new lower layer interfaces.
                   drIpInterfaceType 1.3.6.1.4.1.81.31.6.1.1.5 integer read-write
The logical type of the interface. The default depends on the physical type. For example Ethernet and Token-Ring LANs are of type broadcast Enumeration: 'broadcast': 1, 'nBMA': 2, 'ptp': 3.
                   drIpInterfaceForwardIpBroadcast 1.3.6.1.4.1.81.31.6.1.1.6 integer read-write
Whether the router forwards IP directed broadcasts that are to be transmitted as link-layer broadcast to an attached net or subnet. Enumeration: 'enable': 1, 'disable': 2.
                   drIpInterfaceBroadcastAddr 1.3.6.1.4.1.81.31.6.1.1.7 integer read-write
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface.
                   drIpInterfaceProxyArp 1.3.6.1.4.1.81.31.6.1.1.8 integer read-write
When proxy ARP is enabled, the router responds to ARP requests received on one link-layer interface for an IP-address that is reachable via another link-layer interface. The response provides the router's own MAC address. Enumeration: 'enable': 1, 'disable': 2.
                   drIpInterfaceStatus 1.3.6.1.4.1.81.31.6.1.1.9 rowstatus read-write
For adding and deleting IP interfaces. Deleting this row means deleting the corresponding entry in IpAddrTable (MIB II). Deleting an IP interface also causes deletion of all static routes defined on this IP interface, as well as protocol interfaces (e.g. RIP and OSPF) defined on this IP interface.
                   drIpInterfaceMainRouterAddr 1.3.6.1.4.1.81.31.6.1.1.10 ipaddress read-write
The IP address of the main router backed up on this interface.
                   drIpInterfaceARPServerStatus 1.3.6.1.4.1.81.31.6.1.1.11 integer read-write
Whenever to activate the ARP Server mechanism on this interface. enable - set by the user, means activate the ARP Server mechanism over this IP interface. disable - set by the user, means don't active the ARP Server mechanism over this IP interface. Enumeration: 'enable': 1, 'disable': 2.
                   drIpInterfaceName 1.3.6.1.4.1.81.31.6.1.1.12 displaystring read-write
The name of this interface for compatibility with cli.
                   drIpInterfaceNetbiosRebroadcast 1.3.6.1.4.1.81.31.6.1.1.13 integer read-write
inbound - netbios received from the interface are rebarodcasted, outbound - netbios are rebraodcasted to this interface, both - netbios are rebroadacsted both from and to this interface, disable - netbios is not rebraodcasted neither from nor to this interface. Currently only both and disable are supported Enumeration: 'inbound': 1, 'both': 3, 'disable': 4, 'outbound': 2.
                   drIpInterfaceIcmpRedirects 1.3.6.1.4.1.81.31.6.1.1.14 integer read-write
enable - enable the sending of redirect messages if the router is forced to re-send a packet through the same interface on which it was received. disable - disable the sending of redirect messages on this interface. Enumeration: 'enable': 1, 'disable': 2.
       drStaticCidr 1.3.6.1.4.1.81.31.7
           drStaticCidrTable 1.3.6.1.4.1.81.31.7.1 no-access
The static route table for this entity. The table includes all static routes, both active and inactive. Note that inactive static routes are deleted from RFC2096 ipCidrRouteTable; Hence the need for this private table to maintain user configuration about disabled routes. The table also includes the EntID index, to allow for use in a distributed environment.
               drStaticCidrEntry 1.3.6.1.4.1.81.31.7.1.1 no-access
A particular route to a particular destina- tion, under a particular policy.
                   drStaticCidrEntID 1.3.6.1.4.1.81.31.7.1.1.1 integer read-only
The Id of the entity for which a set of rows applies. This index is provided as a mean of distributing non-related information on different entities such as physical modules. The value: The module ID (slot number).
                   drStaticCidrDest 1.3.6.1.4.1.81.31.7.1.1.2 ipaddress read-only
Equivalent to ipCidrRouteDest. The destination IP address of this 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 drStaticCidrMask object is not equal to x.
                   drStaticCidrMask 1.3.6.1.4.1.81.31.7.1.1.3 ipaddress read-only
Equivalent to ipCidrRouteMask. Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the drStaticCidrDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the drStaticCidrMask by reference to the IP Ad- dress 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 drStaticCidrDest object is not equal to drStaticCidr- Dest.
                   drStaticCidrTos 1.3.6.1.4.1.81.31.7.1.1.4 integer read-only
Equivalent to ipCidrRouteTos. The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +-----+-----+-----+-----+-----+-----+-----+-----+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +-----+-----+-----+-----+-----+-----+-----+-----+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30
                   drStaticCidrNextHop 1.3.6.1.4.1.81.31.7.1.1.5 ipaddress read-only
Equivalent to ipCidrRouteNextHop. On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
                   drStaticCidrIfIndex 1.3.6.1.4.1.81.31.7.1.1.6 integer read-write
Equivalent to ipCidrRouteIfIndex. The ifIndex value which identifies the local interface through which the next hop of this route should be reached.
                   drStaticCidrType 1.3.6.1.4.1.81.31.7.1.1.7 integer read-write
Equivalent to ipCidrRouteType. The type of route. Note that local(3) refers to a route for which the next hop is the final destination; remote(4) refers to a route for which the next hop is not the final destina- tion. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes. Enumeration: 'remote': 4, 'other': 1, 'local': 3, 'reject': 2.
                   drStaticCidrMetric1 1.3.6.1.4.1.81.31.7.1.1.8 integer read-write
Equivalent to ipCidrRouteMetric1. The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's drStaticCidrProto value. If this metric is not used, its value should be set to -1.
                   drStaticCidrPrecedence 1.3.6.1.4.1.81.31.7.1.1.9 integer read-write
Equivalent to ipCidrRouteMetric5 (our use of it). The precedence of this routing rule, compared to other routes which may have been learned vie other methods. Translates into ipCidrRouteMetric5 in ipCidrRouteTable (RFC2096). Higher values mean lower precedence. The Agent initialize this value as follows: 0 - drStaticCidrCRPType of bridgingFWLB or routingFWLB 250 - drStaticCidrCRPType of regularStatic
                   drStaticCidrCRPType 1.3.6.1.4.1.81.31.7.1.1.10 integer read-write
The internal type of this static routing entry. routingFWLB - Route to a group of routing Firewallse bridgingFWLB - Route through a group of bridging Firewalls regularStatic - Regular static routes Enumeration: 'routingFWLB': 1, 'regularStatic': 3, 'bridgingFWLB': 2.
                   drStaticCidrOperStatus 1.3.6.1.4.1.81.31.7.1.1.11 integer read-only
The operational status of this route. up - the route is active, and is present in ipCidrRouteTable. down - the route is inactive; it is not present in ipCidrRouteTable. Enumeration: 'down': 2, 'up': 1.
                   drStaticCidrName 1.3.6.1.4.1.81.31.7.1.1.12 displaystring read-write
A label given to this route by the user. Has no equivalent in ipCidrRouteTable.
                   drStaticOwner 1.3.6.1.4.1.81.31.7.1.1.13 ownerstring read-write
The user who is responsible for the entry. Management Apps should write: 'user on host' CLI should write:CLI_User on local device
                   drStaticCidrStatus 1.3.6.1.4.1.81.31.7.1.1.14 rowstatus read-write
Creation, activation, de-activation and deletion of a static route, using the RowStatus convention: active(1), notInService(2) ,notReady(3), createAndGo(4), createAndWait(5), destroy(6). when an entry is placed in the notInService state, the corresponding route is disabled (removed from ipCidrRouteTable)