USR-IP-MIB

File: USR-IP-MIB.mib (50446 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB

Imported symbols

Counter32 IpAddress Integer32
OBJECT-TYPE MODULE-IDENTITY TruthValue
DisplayString common UsrConfigStatus
UsrNetLogicalId DisplayString

Defined Types

UsrIpNetworkEntry  
SEQUENCE    
  usrIpNetId UsrNetLogicalId
  usrIpNetAddr IpAddress
  usrIpNetMask IpAddress
  usrIpNetBcastAddr Integer32
  usrIpNetReasmMaxSize Integer32
  usrIpNetRoutingProtocol INTEGER
  usrIpNetSendDefaultRoutePolicy INTEGER
  usrIpNetSendRoutesPolicy INTEGER
  usrIpNetSendSubnetsOnlyPolicy INTEGER
  usrIpNetAcceptDefaultRoutePolicy INTEGER
  usrIpNetSilentPolicy INTEGER
  usrIpNetSplitHorizonPolicy INTEGER
  usrIpNetPoisonReversePolicy INTEGER
  usrIpNetFlashUpdatePolicy INTEGER
  usrIpNetSimpleAuthenPolicy INTEGER
  usrIpNetSendRipV1CompatPolicy INTEGER
  usrIpNetRcvRipV1Policy INTEGER
  usrIpNetRcvRipV2Policy INTEGER
  usrIpNetRip2AuthKey DisplayString
  usrIpNetReconfigNeeded TruthValue
  usrIpNetRoutingMetric Integer32
  usrIpNetExportMetric Integer32
  usrIpNetRoutingNone INTEGER
  usrIpNetRoutingRipV1 INTEGER
  usrIpNetRoutingRipV2 INTEGER
  usrIpNetRoutingOspf INTEGER

UsrIpAddrPoolEntry  
SEQUENCE    
  usrIpAddrPoolName DisplayString
  usrIpAddrPoolBegin IpAddress
  usrIpAddrPoolNetMask IpAddress
  usrIpAddrPoolSize Integer32
  usrIpAddrPoolState INTEGER
  usrIpAddrPoolRoute INTEGER
  usrIpAddrPoolStatus INTEGER
  usrIpAddrPoolInUse Integer32
  usrIpAddrPoolMaxWasted Integer32
  usrIpAddrPoolPriority Integer32

UsrIpDefaultRouteEntry  
SEQUENCE    
  usrIpDefaultRouteGateway IpAddress
  usrIpDefaultRouteStatus INTEGER
  usrIpDefaultRouteMetric Integer32

UsrIpSrcRouteEntry  
SEQUENCE    
  usrIpSrcRouteDest IpAddress
  usrIpSrcRouteIfIndex Integer32
  usrIpSrcRouteMetric1 Integer32
  usrIpSrcRouteNextHop IpAddress
  usrIpSrcRouteType INTEGER
  usrIpSrcRouteProto INTEGER
  usrIpSrcRouteMask IpAddress
  usrIpSrcRouteStatus INTEGER

UsrIpSrcRouteInterfaceEntry  
SEQUENCE    
  usrIpSrcRouteInterfaceIfName DisplayString
  usrIpSrcRouteInterfaceEnabled INTEGER

UsrIpStaticRouteEntry  
SEQUENCE    
  usrIpStaticArpIpAddr IpAddress
  usrIpusrIpStaticArpInt OCTET STRING
  usrIpStaticArpStatus INTEGER
  usrIpStaticArpMacAddr OCTET STRING
  usrIpStaticArpState INTEGER

UsrIpAggregateRouteEntry  
SEQUENCE    
  usrIpAggInitPoolAddress IpAddress
  usrIpAggPoolName DisplayString
  usrIpAggPoolAggregateRoute IpAddress
  usrIpAggPoolNetMask IpAddress
  usrIpAggPoolSize Integer32
  usrIpAggPoolType Integer32

Defined Values

usrIp 2.1.429.4.12
The enterprise specific defined objects for IP
MODULE-IDENTITY    

usrIpVersion 2.1.429.4.12.1
The current software version of the IP Forwarder.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrIpCFMStatusFlag 2.1.429.4.12.2
This variable controls saving and loading of configuration information for the IP Module. The value can be SET to either save(2) or load(4) by a management station; a GET following should return normal(1). The other values indicate if any configuration operation and what type is in progress.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrIpCfgFileName 2.1.429.4.12.3
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the IP module uses the default name `@file://IPModule.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrIpNetworkTable 2.1.429.4.12.4
The (conceptual) table of IP Networks. The objects in this table are essentially read/write versions of the ipAddrTable in MIB-2. These objects are defined as read/write so that they can be configured by a Network Manager at the time an IP Network is added to the Netserver configuration. Any attempt to modify these parameters when the network is in an active state will fail.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpNetworkEntry

usrIpNetworkEntry 2.1.429.4.12.4.1
A (conceptual) entry for one IP Network.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpNetworkEntry  

usrIpNetId 2.1.429.4.12.4.1.1
The logical identifier of the IP Network. This is the value of the usrCfgNetLogicalId object in the usrCfgNetworkTable. The IP forwarder returns this identifier to the Configuration process in the FWD_ADD_NETWORK_RSP message. It allows management applications to correlate Network Table entries with protocol specific table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrNetLogicalId  

usrIpNetAddr 2.1.429.4.12.4.1.2
The IP address this network has assigned to the local interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpNetMask 2.1.429.4.12.4.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpNetBcastAddr 2.1.429.4.12.4.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 0..1  

usrIpNetReasmMaxSize 2.1.429.4.12.4.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  

usrIpNetRoutingProtocol 2.1.429.4.12.4.1.6
The routing protocol to be operated on this IP network.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER none(0), ripv1(1), ripv2(2)  

usrIpNetSendDefaultRoutePolicy 2.1.429.4.12.4.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)  

usrIpNetSendRoutesPolicy 2.1.429.4.12.4.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)  

usrIpNetSendSubnetsOnlyPolicy 2.1.429.4.12.4.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)  

usrIpNetAcceptDefaultRoutePolicy 2.1.429.4.12.4.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)  

usrIpNetSilentPolicy 2.1.429.4.12.4.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)  

usrIpNetSplitHorizonPolicy 2.1.429.4.12.4.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)  

usrIpNetPoisonReversePolicy 2.1.429.4.12.4.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)  

usrIpNetFlashUpdatePolicy 2.1.429.4.12.4.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)  

usrIpNetSimpleAuthenPolicy 2.1.429.4.12.4.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)  

usrIpNetSendRipV1CompatPolicy 2.1.429.4.12.4.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)  

usrIpNetRcvRipV1Policy 2.1.429.4.12.4.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)  

usrIpNetRcvRipV2Policy 2.1.429.4.12.4.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)  

usrIpNetRip2AuthKey 2.1.429.4.12.4.1.19
this variable defines the authentication key for ip rip2. when this variable is set, by default, the authentication type is also set to simple.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

usrIpNetReconfigNeeded 2.1.429.4.12.4.1.20
This object has a value of TRUE by default. If any other object in the usrIpNetworkTable has been changed since the network was enabled, the value of this object becomes TRUE. All object values in this table only take effect when the network is enabled. This object is meant to notify the system administrator that at least one network parameter has been modified and the network should be reinitialized in order for the new parameter values to take effect. The network can be automatically reconfigured by setting the network state to 'reconfigure' in the usrCfgNetStatus object of the usrCfgNetworkTable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

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

usrIpNetExportMetric 2.1.429.4.12.4.1.22
The metric for advertising route through this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..15  

usrIpNetRoutingNone 2.1.429.4.12.4.1.27
Specifies that no routing protocol will be operating on this IP network. Only valid SET option is enable(1) since disable is meaningless unless a specific routing protocol is set; doing this will automatically set RoutingProtocolNone to disable(0)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpNetRoutingRipV1 2.1.429.4.12.4.1.28
Specifies if the RIPv1 routing protocol will be operating or not operating on this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpNetRoutingRipV2 2.1.429.4.12.4.1.29
Specifies if the RIPv2 routing protocol will be operating or not operating on this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpNetRoutingOspf 2.1.429.4.12.4.1.30
Specifies if the OSPF routing protocol will be operating or not operating on this IP network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrIpAddressPoolSize 2.1.429.4.12.5
this variable denotes the size of the dynamic address assignment pool. the default size is 8. no, not olympic. to have a size other than the default, one should set the pool size to the desired number before setting usrIpAddressPoolBegin.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 0..254  

usrIpAddressPoolBegin 2.1.429.4.12.6
the variable denotes the starting ip address of the dynamic address assignment pool. one needs to restart the system to change it once it is set.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpHostAddress 2.1.429.4.12.7
this variable shows the host ip address of the system. it is registered automatically by the ip forwarder and is not settable via SNMP. In general, the host address is also the ip address of the first added lan interface's ip address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpRoutesFlag 2.1.429.4.12.8
this flag triggers cfm to save/load ip static routes, good luck.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrIpForwarding 2.1.429.4.12.9
this variable mirrors the ipForwarding flag in MIB-II
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forwarding(1), not-forwarding(2)  

usrIpIcmp 2.1.429.4.12.10
OBJECT IDENTIFIER    

usrIpIcmpOutRouterAdvertise 2.1.429.4.12.10.1
The total number of ICMP Router Advertisement messages that has been sent by the router. Note this counter includes all those counted by icmpOutMsgs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpIcmpInRouterAdvertise 2.1.429.4.12.10.2
The total number of ICMP Router Advertisement messages that the router has received. Note this counter includes all those counted by icmpInMsgs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpIcmpInRouterSolicit 2.1.429.4.12.10.3
The total number of ICMP Router Solicitation messages that has been received by the router. Note this counter includes all those counted by icmpInMsgs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpIcmpLogFlag 2.1.429.4.12.10.4
Flag indicates whether ICMP syslogging is enabled or or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER logging(1), not-logging(0)  

usrIpIcmpRouterAdvertiseFlag 2.1.429.4.12.10.5
Flag indicates whether ICMP router advertisement is enabled or or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

usrIpDropAllFO1 2.1.429.4.12.11
indicating whether ip packet with FO = 1 is to be dropped
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

usrIpDropTcpFO1 2.1.429.4.12.12
indicating whether ip packet with FO == 1 AND protocol == TCP is to be dropped
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

usrIpDropOptions 2.1.429.4.12.13
indicating whether ip packet with options is to be dropped
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

usrIpDropSRRoute 2.1.429.4.12.14
indicating whether ip packet with OPTION==Source Route is to be dropped
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

usrIpAddrPoolTable 2.1.429.4.12.15
The table of IP Address Pools. These objects are defined as read/write so that they can be configured by a Network Manager at the time an IP Address Pool is added.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpAddrPoolEntry

usrIpAddrPoolEntry 2.1.429.4.12.15.1
A (conceptual) entry for one IP Address Pool. To create a new row in this table the objects usrIpAddrPoolBegin and usrIpAddrPoolNetMask must be provided.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpAddrPoolEntry  

usrIpAddrPoolName 2.1.429.4.12.15.1.1
the name of this IP address pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..16)  

usrIpAddrPoolBegin 2.1.429.4.12.15.1.2
the starting ip address of this IP address pool.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpAddrPoolNetMask 2.1.429.4.12.15.1.3
the network mask for this IP address pool. For classful pools this will be one of A/B/C/D/H; if not specified with usrIpAddrPoolBegin it will default to Class A. For classless pools the value of this object is calculated internally based on CIDR(RFC1519)
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpAddrPoolSize 2.1.429.4.12.15.1.4
the number of IP addresses in this pool. the default size is 1 Note that on the PDSN, the range is (1..4096) Note that on the HACN, the range is (1..4096) Note that on the HA, the range is (1..10000)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10000  

usrIpAddrPoolState 2.1.429.4.12.15.1.5
If this object is set to public(1) an IP address can be selected from this pool for any user not assigned to a pool. If set to private(2) IP addresses can only be selected from this pool by users assigned to it.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER public(1), private(2)  

usrIpAddrPoolRoute 2.1.429.4.12.15.1.6
If this object is set to aggregate(1) a host routes within RIP updates will be aggregated. If set to no_aggregate(2) host routes will not be aggregated.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER aggregate(1), no-aggregate(2), aggr-multiple-route(3)  

usrIpAddrPoolStatus 2.1.429.4.12.15.1.7
This object can only be set to delete(1) or active(2). If set to active(2) IP addresses can be assigned from this pool. If set to delete(1) this pool is being deleted so no new users can be assigned IP addresses from this pool. If set to remove(3) IP addresses are being removed from this pool so no new users can be assigned IP address from this pool. If set to remove_pending(4) this pool is currently waiting for users to release IP addresses that need to be deleted, new users can be assigned IP addresses from this pool. If set to delete_pending(5) this pool is waiting for users to release IP addresses so this pool can be deleted. No new users can be assigned from this pool
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER delete(1), active(2), remove(3), remove-pending(4), delete-pending(5)  

usrIpAddrPoolInUse 2.1.429.4.12.15.1.8
the number of pool addresses in use. This is calculated using the size and the number of entries available.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrIpAddrPoolMaxWasted 2.1.429.4.12.15.1.9
the Max number of pool addresses wasted in case of multiple routes aggr pool For PDSN, Range is (0..4096) For HA, Range is (0..10000)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrIpAddrPoolPriority 2.1.429.4.12.15.1.10
Priority for a Pool. Address pool selection for NOT round-robin method shall use this field. Lowest value (1) has highest priority.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrIpAddressPoolFilter 2.1.429.4.12.16
This object may only be set to enable(1) or disable (2). If set to enable(1) and if IP address found in any pools, but for which a host route does not exits, will return null route to drop packet. If set to disable(2) there will be no check for IP address in pool table. This is disabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER filtering(1), not-filtering(2)  

usrIpSRCPPPAddress 2.1.429.4.12.17
This variable sets the local address for WAN links (SLIP/PPP). If zero system will user internal or other ethernet address for it
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSRCRADIUSAddress 2.1.429.4.12.18
For all radius packets send out this will the source address. If zero internal ip address or interface IP address will be the source address .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSRCSyslogAddress 2.1.429.4.12.19
For all Syslog packets send out this will the source address. If zero internal ip address or interface IP address will be the source address .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpClearArp 2.1.429.4.12.20
This object is used to clear the entire ARP cache
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrIpSrcIGMPAddress 2.1.429.4.12.21
For all IGMP packets send out this will the source address. If zero internal ip address or interface IP address will be the source address .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpAddressPoolRoundRobin 2.1.429.4.12.22
This object may only be set to enable(1) or disable (2). If set to enable(1), addresses will be allocated from address pools in round-robin fashion. If set to disable(2), addresses will be allocated from the first pool until all of its addresses are depleted. Then addresses will be allocated from the next pool, and so forth. This is enabled by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER round-robin(1), not-round-robin(2)  

usrIpDefaultRouteTable 2.1.429.4.12.23
Table of default route entries. Since all default routes have all 0's address and mask gateway address will be used as a index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpDefaultRouteEntry

usrIpDefaultRouteEntry 2.1.429.4.12.23.1
All 0's for the network and all 0's mask.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpDefaultRouteEntry  

usrIpDefaultRouteGateway 2.1.429.4.12.23.1.1
Gateway for this default route.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpDefaultRouteStatus 2.1.429.4.12.23.1.2
Create/delete parameter.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2), disable(3)  

usrIpDefaultRouteMetric 2.1.429.4.12.23.1.3
Metric for this default route.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrGlobalSourceIpFilterFlag 2.1.429.4.12.24
Indicates whether Global Source address assurance feature is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(1)  

usrIpIeaSendUnsolicitedArp 2.1.429.4.12.25
This flag is DISABLED by default. In order to send unsolicited ARP request when the user gets connected, the needs to be set to ENABLED.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrIpIeaForceNexthopRoute 2.1.429.4.12.26
This flag is DISABLED by default. The state DISABLED states NOT to drop the connection for the user if the next hop in INVALID and also to use other routes to forward the packets when the next hop router is unreachable. If the state is ENABLED, then the user will be disconnected if nexthop route is INVALID and also drop the packets when nexthop route becomes unreachable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrIpSRCPingAddress 2.1.429.4.12.27
This variable sets the src address for ping
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSRCTraceRouteAddress 2.1.429.4.12.28
This variable sets the src address for traceroute
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpProxyArpAllDialinNet 2.1.429.4.12.29
Indicates whether Proxy ARPing all dialin networks feature is enabled. Default is disabled
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(1)  

usrIpSendHostUnreachForPool 2.1.429.4.12.30
Indicates whether to send icmp unreachable for pool addresses Default is disabled
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(1)  

usrIpIeaNextHopRouting 2.1.429.4.12.31
Indicates whether next hop routing is enabled or not. The default value is ENABLED
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrIpSrcVTPAddress 2.1.429.4.12.32
For all VTP packets send out this will the source address. If zero internal ip address or interface IP address will be the source address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcPPTPAddress 2.1.429.4.12.33
For all PPTP packets sent out by the PAC, this will the source address. If this is zero then the internal ip addr or interface IP addr will be the source address .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcL2TPAddress 2.1.429.4.12.34
For all L2TP packets sent out by the LAC, this will the source address. If this is zero then the internal ip addr or interface IP addr will be the source address .
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcRouteTable 2.1.429.4.12.35
This entity's IP Source Routing table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpSrcRouteEntry

usrIpSrcRouteEntry 2.1.429.4.12.35.1
A route to a particular destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpSrcRouteEntry  

usrIpSrcRouteDest 2.1.429.4.12.35.1.1
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use. This object is not applicable to the PDSN
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcRouteIfIndex 2.1.429.4.12.35.1.2
The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. This object is not applicable to the PDSN
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrIpSrcRouteMetric1 2.1.429.4.12.35.1.3
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1. This object is not applicable to the PDSN
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..15  

usrIpSrcRouteNextHop 2.1.429.4.12.35.1.4
The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.) This object is not applicable to the PDSN
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcRouteType 2.1.429.4.12.35.1.5
The type of route. Note that the values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the IP architecture. The only value settable from SNMP is invalid(2). Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipRouteTable object. That is, it effectively disassociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipRouteType object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), direct(3), indirect(4)  

usrIpSrcRouteProto 2.1.429.4.12.35.1.6
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols. This object is not applicable to the PDSN
Status: current 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), source(15)  

usrIpSrcRouteMask 2.1.429.4.12.35.1.7
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipSrcRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipRouteMask by determining whether the value of the correspondent ipSrcRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the ipRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism. This object is not applicable to the PDSN
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcRouteStatus 2.1.429.4.12.35.1.8
Whether the route is UP or DOWN - updated internally depending upon whether the network goes up or down. Not settable via SNMP. This object is not applicable to the PDSN
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2), invalid(3)  

usrIpSrcRouteInterfaceTable 2.1.429.4.12.36
The table listing the interfaces on which source based routing is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpSrcRouteInterfaceEntry

usrIpSrcRouteInterfaceEntry 2.1.429.4.12.36.1
An entry representing an interface on which source based routing is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpSrcRouteInterfaceEntry  

usrIpSrcRouteInterfaceIfName 2.1.429.4.12.36.1.1
The interface name for which source rbased routing is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

usrIpSrcRouteInterfaceEnabled 2.1.429.4.12.36.1.2
Indicates whether source routing is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrIpRespondToDirectedBcst 2.1.429.4.12.37
Disable responding to directed bcast globally
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(1)  

usrIpForwardDirectedBcst 2.1.429.4.12.39
Enable directed bcast forwarding in IP
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(1)  

usrIpStaticArpTable 2.1.429.4.12.38
Table of Static Arp cache
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpStaticRouteEntry

usrIpStaticArpEntry 2.1.429.4.12.38.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpStaticRouteEntry  

usrIpStaticArpIpAddr 2.1.429.4.12.38.1.1
The ip address of the ARP entry
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpusrIpStaticArpInt 2.1.429.4.12.38.1.2
The interface of the static ARP entry
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

usrIpStaticArpStatus 2.1.429.4.12.38.1.3
This object is used to identify the ARP operation. It is set to 1 when an entry is added; setting it to 2 will delete the entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

usrIpStaticArpMacAddr 2.1.429.4.12.38.1.4
This object is used to store the associated MAC address
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(6)  

usrIpStaticArpState 2.1.429.4.12.38.1.5
This is the type of static arp entry. Public/private
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER public(1), private(2), invalid(3)  

usrIpAggregateRouteTable 2.1.429.4.12.40
This table is used to display multiple aggregate routes for an IP pool. An IP pool could be segregated into multiple sub pools. depending on the size.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpAggregateRouteEntry

usrIpAggregateRouteEntry 2.1.429.4.12.40.1
A table of PoolName, Initial Address, Aggregate Route, Endpoint address, Type
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpAggregateRouteEntry  

usrIpAggInitPoolAddress 2.1.429.4.12.40.1.1
Initial pool address for aggregate pool
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpAggPoolName 2.1.429.4.12.40.1.2
Aggregate Pool name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrIpAggPoolAggregateRoute 2.1.429.4.12.40.1.3
Aggregate route that will be broadcasted
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpAggPoolNetMask 2.1.429.4.12.40.1.4
Mask for an aggregate route pool
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpAggPoolSize 2.1.429.4.12.40.1.5
Indicates the last valid address in this aggregate pool
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrIpAggPoolType 2.1.429.4.12.40.1.6
Indicates the type of the aggregate pool. It might be MULTI_AGGREGATE, NON_AGGREGATE, AGGREGATE
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrIpSrcFAAddress 2.1.429.4.12.41
For all FA packets send out this will the source address. If zero internal ip address or interface IP address will be the source address. This object is valid only for PDSN.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcVHAAddress 2.1.429.4.12.42
For all VHA packets send out this will the source address. If zero internal ip address or interface IP address will be the source address. This object is valid only for PDSN.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcHAAddress 2.1.429.4.12.43
This will be the HA source IP address. The user will specify using this object that which address HA will use as its Boot IP address. This object is valid only for HA.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpSrcHACNAddress 2.1.429.4.12.46
This will be the HACN boot IP address. This object is valid only for HACN
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrIpNetworksCfgFileName 2.1.429.4.12.52
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the IP module uses the default name `@file://IPModule.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrIpSrcSNMPAddress 2.1.429.4.12.55
For all SNMP packets send out this will the source address. If zero internal ip address or interface IP address will be the source address. This object is valid only for PDSN, HA, HACN.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress