USR-IP-CFG-MIB

File: USR-IP-CFG-MIB.mib (10185 bytes)

Imported modules

SNMPv2-SMI USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
common DisplayString

Defined Types

UsrIpCfgNetworkEntry  
SEQUENCE    
  usrIpCfgNetName DisplayString
  usrIpCfgNetBcastAddr Integer32
  usrIpCfgNetReasmMaxSize Integer32
  usrIpCfgNetRoutingProtocol INTEGER
  usrIpCfgNetSendDefaultRoutePolicy INTEGER
  usrIpCfgNetSendRoutesPolicy INTEGER
  usrIpCfgNetSendSubnetsOnlyPolicy INTEGER
  usrIpCfgNetAcceptDefaultRoutePolicy INTEGER
  usrIpCfgNetSilentPolicy INTEGER
  usrIpCfgNetSplitHorizonPolicy INTEGER
  usrIpCfgNetPoisonReversePolicy INTEGER
  usrIpCfgNetFlashUpdatePolicy INTEGER
  usrIpCfgNetSimpleAuthenPolicy INTEGER
  usrIpCfgNetSendRipV1CompatPolicy INTEGER
  usrIpCfgNetRcvRipV1Policy INTEGER
  usrIpCfgNetRcvRipV2Policy INTEGER
  usrIpCfgNetRip2AuthKey OCTET STRING
  usrIpCfgNetRoutingMetric Integer32
  usrIpCfgNetExportMetric Integer32
  usrIpCfgNetRoutingNone INTEGER
  usrIpCfgNetRoutingRipV1 INTEGER
  usrIpCfgNetRoutingRipV2 INTEGER
  usrIpCfgNetRoutingOspf INTEGER

Defined Values

usrIpCfg 1.3.6.1.4.1.429.4.13
The commWorks enterprise defined MIB objects IP Configuration.
MODULE-IDENTITY    

usrIpCfgNetworkTable 1.3.6.1.4.1.429.4.13.1
This table is the same as the usrIpNetworkTable definied above, with the exception that it is indexed by the Network Name defined in the usrCfgNetworkTable. This table will be used only by the the Configuration File Manager process to load permament configuration file records for named networks at system boot time. Any attempt to set this table from either the CLI process or SNMP will fail.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpCfgNetworkEntry

usrIpCfgNetworkEntry 1.3.6.1.4.1.429.4.13.1.1
A (conceptual) entry for one IP Network.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpCfgNetworkEntry  

usrIpCfgNetName 1.3.6.1.4.1.429.4.13.1.1.1
The name of this network. Network names can either be assigned by a network administrator when the Network is created. Or it will generated by the Configuration Process when it adds the network to its internal table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

usrIpCfgNetBcastAddr 1.3.6.1.4.1.429.4.13.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrIpCfgNetReasmMaxSize 1.3.6.1.4.1.429.4.13.1.1.5
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

usrIpCfgNetRoutingProtocol 1.3.6.1.4.1.429.4.13.1.1.6
The routing protocol to be operated on this IP network. Currently, there are none, rip version 1 and rip version 2.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER none(0), ripv1(1), ripv2(2)  

usrIpCfgNetSendDefaultRoutePolicy 1.3.6.1.4.1.429.4.13.1.1.7
Allows disabling or enabling of the send default route RIP policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetSendRoutesPolicy 1.3.6.1.4.1.429.4.13.1.1.8
Allows disabling or enabling of the send routes RIP policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetSendSubnetsOnlyPolicy 1.3.6.1.4.1.429.4.13.1.1.9
Allows disabling or enabling of the send subnets only RIP policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetAcceptDefaultRoutePolicy 1.3.6.1.4.1.429.4.13.1.1.10
Allows disabling or enabling of the accept default route RIP policy. This policy is disabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetSilentPolicy 1.3.6.1.4.1.429.4.13.1.1.11
Allows disabling or enabling of the silent policy. This policy is disabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetSplitHorizonPolicy 1.3.6.1.4.1.429.4.13.1.1.12
Allows disabling or enabling of the split horizon RIP policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetPoisonReversePolicy 1.3.6.1.4.1.429.4.13.1.1.13
Allows disabling or enabling of the poison reverse RIP policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetFlashUpdatePolicy 1.3.6.1.4.1.429.4.13.1.1.14
Allows disabling or enabling of the flash update RIP policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetSimpleAuthenPolicy 1.3.6.1.4.1.429.4.13.1.1.15
Allows disabling or enabling of the simple authentication RIP policy. This policy is valid for RIPV2 only and is enabled by default when RIPV2 is selected as the routing protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetSendRipV1CompatPolicy 1.3.6.1.4.1.429.4.13.1.1.16
Allows disabling or enabling of the send RipV1 compatible policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetRcvRipV1Policy 1.3.6.1.4.1.429.4.13.1.1.17
Allows disabling or enabling of the receive RipV1 policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetRcvRipV2Policy 1.3.6.1.4.1.429.4.13.1.1.18
Allows disabling or enabling of the receive RipV2 policy. This policy is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetRip2AuthKey 1.3.6.1.4.1.429.4.13.1.1.19
this variable defines the authentication key for ip rip2. when this varialbe is set, by default, the authentication type is also set to simple.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

usrIpCfgNetRoutingMetric 1.3.6.1.4.1.429.4.13.1.1.20
The routing metric for using this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..16  

usrIpCfgNetExportMetric 1.3.6.1.4.1.429.4.13.1.1.21
The metric for advertising routes through this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..15  

usrIpCfgNetRoutingNone 1.3.6.1.4.1.429.4.13.1.1.22
Specifies that no routing protocol will be operating on this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetRoutingRipV1 1.3.6.1.4.1.429.4.13.1.1.23
Specifies that the RIPv1 routing protocol will be operating on this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetRoutingRipV2 1.3.6.1.4.1.429.4.13.1.1.24
Specifies that the RIPv2 routing protocol will be operating on this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpCfgNetRoutingOspf 1.3.6.1.4.1.429.4.13.1.1.25
Specifies that the OSPF routing protocol will be operating on this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)