Wellfleet-NHRP-MIB

File: Wellfleet-NHRP-MIB.mib (42491 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

Counter IpAddress OBJECT-TYPE
DisplayString wfNhrpGroup

Defined Types

WfNhrpNetEntry  
SEQUENCE    
  wfNhrpDelete INTEGER
  wfNhrpLayer2Type INTEGER
  wfNhrpLayer3Type INTEGER
  wfNhrpNHReqPath INTEGER
  wfNhrpClientDisable INTEGER
  wfNhrpClientRegInterval INTEGER
  wfNhrpClientHoldTime INTEGER
  wfNhrpClientReqTimeout INTEGER
  wfNhrpClientReqRetry INTEGER
  wfNhrpClientMaxPendRequests INTEGER
  wfNhrpServerDisable INTEGER
  wfNhrpServerFwdDisable INTEGER
  wfNhrpServerMaxNhEntries INTEGER
  wfNhrpServerMaxPendRequests INTEGER
  wfNhrpServerUseBgp INTEGER
  wfNhrpServerUseDns INTEGER
  wfNhrpServerDnsProxyPort INTEGER
  wfNhrpServerOverrideNbmaAddr INTEGER
  wfNhrpBogusNbmaAddr DisplayString
  wfNhrpNhCacheSize INTEGER
  wfNhrpQosCacheSize INTEGER
  wfNhrpAddrXlateCacheSize INTEGER
  wfNhrpServerLoadBalance INTEGER
  wfNhrpServerNegativeCaching INTEGER
  wfNhrpServerNegativeTTL INTEGER
  wfNhrpDebugLevel INTEGER
  wfNhrpStatReset INTEGER
  wfNhrpNhCacheSequence INTEGER
  wfNhrpNhCacheNumEntries INTEGER
  wfNhrpQosCacheNumEntries INTEGER
  wfNhrpAddrXlateCacheNumEntries INTEGER

WfNhrpIfEntry  
SEQUENCE    
  wfNhrpIfDelete INTEGER
  wfNhrpIfDisable INTEGER
  wfNhrpIfVCType INTEGER
  wfNhrpIfCct INTEGER
  wfNhrpIfLayer2Type INTEGER
  wfNhrpIfLayer3Type INTEGER
  wfNhrpIfPktsXmt Counter

WfNhrpDefNhsEntry  
SEQUENCE    
  wfNhrpDefNhsDelete INTEGER
  wfNhrpDefNhsDisable INTEGER
  wfNhrpDefNhsCct INTEGER
  wfNhrpDefNhsVcid1 INTEGER
  wfNhrpDefNhsVcid2 INTEGER
  wfNhrpDefNhsProtoAddr IpAddress
  wfNhrpDefNhsServingNetworkAddr IpAddress
  wfNhrpDefNhsServingNetworkMask IpAddress
  wfNhrpDefNhsNbmaAddr OCTET STRING
  wfNhrpDefNhsStatus INTEGER
  wfNhrpDefNhsLayer2Type INTEGER
  wfNhrpDefNhsLayer3Type INTEGER
  wfNhrpDefNhsIndex INTEGER

WfNhrpNHCacheEntry  
SEQUENCE    
  wfNhrpNHCacheSlot INTEGER
  wfNhrpNHCacheLayer2Type INTEGER
  wfNhrpNHCacheLayer3Type INTEGER
  wfNhrpNHCacheDestAddr IpAddress
  wfNhrpNHCacheDestAddrPrefixLen INTEGER
  wfNhrpNHCachePrefOrder INTEGER
  wfNhrpNHCacheNhProtAddr IpAddress
  wfNhrpNHCacheNhNbmaAddr DisplayString
  wfNhrpNHCacheHoldTime INTEGER
  wfNhrpNHCacheFlags INTEGER
  wfNhrpNHCachePrefValue INTEGER
  wfNhrpNHCacheMtu INTEGER
  wfNhrpNHCacheDelete INTEGER

WfNhrpClientStatEntry  
SEQUENCE    
  wfNhrpClientStatL2Type INTEGER
  wfNhrpClientStatL3Type INTEGER
  wfNhrpClientStatTxResolveReq Counter
  wfNhrpClientStatRxResolveReplyAck Counter
  wfNhrpClientStatRxResolveReplyNak Counter
  wfNhrpClientStatTxRegisterReq Counter
  wfNhrpClientStatRxRegisterReplyAck Counter
  wfNhrpClientStatRxRegisterReplyNak Counter
  wfNhrpClientStatTxPurgeReq Counter
  wfNhrpClientStatRxPurgeReplyAck Counter
  wfNhrpClientStatRxPurgeReplyNak Counter
  wfNhrpClientStatUnsolicitPurgeReq Counter
  wfNhrpClientStatTxError Counter
  wfNhrpClientStatRxError Counter
  wfNhrpClientStatLocalError Counter
  wfNhrpClientStatRetryReq Counter

WfNhrpServerStatEntry  
SEQUENCE    
  wfNhrpServerStatL2Type INTEGER
  wfNhrpServerStatL3Type INTEGER
  wfNhrpServerStatRxResolveReq Counter
  wfNhrpServerStatTxResolveReplyAck Counter
  wfNhrpServerStatTxResolveReplyNak Counter
  wfNhrpServerStatRxRegisterReq Counter
  wfNhrpServerStatTxRegisterReplyAck Counter
  wfNhrpServerStatTxRegisterReplyNak Counter
  wfNhrpServerStatRxPurgeReq Counter
  wfNhrpServerStatTxPurgeReplyAck Counter
  wfNhrpServerStatTxPurgeReplyNak Counter
  wfNhrpServerStatRxError Counter
  wfNhrpServerStatTxError Counter
  wfNhrpServerStatFwdResolveReq Counter
  wfNhrpServerStatFwdResolveReply Counter
  wfNhrpServerStatFwdRegisterReq Counter
  wfNhrpServerStatFwdRegisterReply Counter
  wfNhrpServerStatFwdPurgeReq Counter
  wfNhrpServerStatFwdPurgeReply Counter
  wfNhrpServerStatFwdError Counter
  wfNhrpServerStatDropPkts Counter

Defined Values

wfNhrpNetTable 1.3.6.1.4.1.18.3.5.3.23.1
A table containing entries for each combination of a layer 2 network and a layer 3 protocol. Currently, IP over Frame Relay and IP over ATM is supported.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNhrpNetEntry

wfNhrpNetEntry 1.3.6.1.4.1.18.3.5.3.23.1.1
Information about a particular NHRP instance.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNhrpNetEntry  

wfNhrpDelete 1.3.6.1.4.1.18.3.5.3.23.1.1.1
Create/Delete this NHRP instance
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNhrpLayer2Type 1.3.6.1.4.1.18.3.5.3.23.1.1.2
Type of layer 2 Network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fr(1), atm(2)  

wfNhrpLayer3Type 1.3.6.1.4.1.18.3.5.3.23.1.1.3
Type of layer 3 protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1)  

wfNhrpNHReqPath 1.3.6.1.4.1.18.3.5.3.23.1.1.4
Path NHC will attempt first to look-up destination. In case of routed path, if dest. is not found it will search Default NHS list also.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER routed(1), defNHS(2)  

wfNhrpClientDisable 1.3.6.1.4.1.18.3.5.3.23.1.1.5
Enable/Disable NHRP client functionality.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNhrpClientRegInterval 1.3.6.1.4.1.18.3.5.3.23.1.1.6
Client registration period. Every wfNhrpRegInterval seconds, CREG gate will send registration request to refresh/update NH cache. It should always be less than wfNhrpNHCacheHoldTime
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..200  

wfNhrpClientHoldTime 1.3.6.1.4.1.18.3.5.3.23.1.1.7
Time (seconds) for which client info is valid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..200  

wfNhrpClientReqTimeout 1.3.6.1.4.1.18.3.5.3.23.1.1.8
Client request timeout in seconds
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

wfNhrpClientReqRetry 1.3.6.1.4.1.18.3.5.3.23.1.1.9
Number of times to retry a given client request before returning an error.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..20  

wfNhrpClientMaxPendRequests 1.3.6.1.4.1.18.3.5.3.23.1.1.10
Maximum Number of pending requests for client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

wfNhrpServerDisable 1.3.6.1.4.1.18.3.5.3.23.1.1.11
Enable/Disable NHRP server functionality.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNhrpServerFwdDisable 1.3.6.1.4.1.18.3.5.3.23.1.1.12
Enable/Disable NHRP server request forwarding function.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNhrpServerMaxNhEntries 1.3.6.1.4.1.18.3.5.3.23.1.1.13
maximum number of next hop entries to keep. If the NH Resolution Reply message has more entries, last ones will be discarded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..20  

wfNhrpServerMaxPendRequests 1.3.6.1.4.1.18.3.5.3.23.1.1.14
Maximum Number of pending requests for servers.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

wfNhrpServerUseBgp 1.3.6.1.4.1.18.3.5.3.23.1.1.15
Use BGP to find next hop if destination address is not in cache.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER use(1), notuse(2)  

wfNhrpServerUseDns 1.3.6.1.4.1.18.3.5.3.23.1.1.16
Use DNS to translate addresses and find QoS for next hop resolutions.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER use(1), notuse(2)  

wfNhrpServerDnsProxyPort 1.3.6.1.4.1.18.3.5.3.23.1.1.17
DNS proxy port for QOS translation queries
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..32550  

wfNhrpServerOverrideNbmaAddr 1.3.6.1.4.1.18.3.5.3.23.1.1.18
Override NBMA addresses in client registration messages.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNhrpBogusNbmaAddr 1.3.6.1.4.1.18.3.5.3.23.1.1.19
Value used to determine if NBMA address in client request is valid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..20)  

wfNhrpNhCacheSize 1.3.6.1.4.1.18.3.5.3.23.1.1.20
Maximum number of next hop entries to be cached
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 16..1024  

wfNhrpQosCacheSize 1.3.6.1.4.1.18.3.5.3.23.1.1.21
Maximum number of socketpair to filter/flow spec entries to be cached
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 16..1024  

wfNhrpAddrXlateCacheSize 1.3.6.1.4.1.18.3.5.3.23.1.1.22
Maximum number of L3-to-L2 address mapping entries to be cached
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 16..1024  

wfNhrpServerLoadBalance 1.3.6.1.4.1.18.3.5.3.23.1.1.23
Enable/disable round-robin cycling of next hop entries to cause a load-balancing effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wfNhrpServerNegativeCaching 1.3.6.1.4.1.18.3.5.3.23.1.1.24
Enable/disable negative caching of DNS records.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wfNhrpServerNegativeTTL 1.3.6.1.4.1.18.3.5.3.23.1.1.25
Time in seconds for negative caching of DNS records.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

wfNhrpDebugLevel 1.3.6.1.4.1.18.3.5.3.23.1.1.26
Minimum level of debug messages to log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpStatReset 1.3.6.1.4.1.18.3.5.3.23.1.1.27
Reset all NHRP client and server stats.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notreset(1), reset(2)  

wfNhrpNhCacheSequence 1.3.6.1.4.1.18.3.5.3.23.1.1.28
Sequence number for Next Hop Cache updates.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNhrpNhCacheNumEntries 1.3.6.1.4.1.18.3.5.3.23.1.1.29
Current number of Next Hop Cache entries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNhrpQosCacheNumEntries 1.3.6.1.4.1.18.3.5.3.23.1.1.30
Current number of entries in QOS Cache.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNhrpAddrXlateCacheNumEntries 1.3.6.1.4.1.18.3.5.3.23.1.1.31
Current number of entries in Address Translation Cache.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNhrpIfTable 1.3.6.1.4.1.18.3.5.3.23.2
WF_NHRP_INTERFACE_Table - NHRP This tabulates the interfaces within an nhrp protocol group. All interfaces are indexed according to their Circuit Number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNhrpIfEntry

wfNhrpIfEntry 1.3.6.1.4.1.18.3.5.3.23.2.1
Nhrp interface entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNhrpIfEntry  

wfNhrpIfDelete 1.3.6.1.4.1.18.3.5.3.23.2.1.1
Creation and deletion flag for this record. When set, it will cause this entry to be deleted from the MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNhrpIfDisable 1.3.6.1.4.1.18.3.5.3.23.2.1.2
Enable/Disable parameter. A disabled interface will never be selected as the active interface for a circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNhrpIfVCType 1.3.6.1.4.1.18.3.5.3.23.2.1.3
Type of VC, NHC will setup, if no encaps gate exist for the given VCid, when needed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER pvc(1), svc(2)  

wfNhrpIfCct 1.3.6.1.4.1.18.3.5.3.23.2.1.4
The number of the circuit to which the interface belongs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER minimum(1), maximum(1023)  

wfNhrpIfLayer2Type 1.3.6.1.4.1.18.3.5.3.23.2.1.5
Type of layer 2 Network for this instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fr(1), atm(2)  

wfNhrpIfLayer3Type 1.3.6.1.4.1.18.3.5.3.23.2.1.6
Type of layer 3 Protocol for this instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1)  

wfNhrpIfPktsXmt 1.3.6.1.4.1.18.3.5.3.23.2.1.7
The number of NHRP packets sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpDefNhsTable 1.3.6.1.4.1.18.3.5.3.23.3
A list of default NHS's to contact with request messages.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNhrpDefNhsEntry

wfNhrpDefNhsEntry 1.3.6.1.4.1.18.3.5.3.23.3.1
Information pertaining to each default NHS which a client may contact.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNhrpDefNhsEntry  

wfNhrpDefNhsDelete 1.3.6.1.4.1.18.3.5.3.23.3.1.1
Creation and deletion flag for this record. When set, it will cause this entry to be deleted from the MIB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNhrpDefNhsDisable 1.3.6.1.4.1.18.3.5.3.23.3.1.2
Enable/Disable parameter. A disabled NHS will never be selected for sending requests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNhrpDefNhsCct 1.3.6.1.4.1.18.3.5.3.23.3.1.3
The identifier of the circuit on which requests are sent to NHS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER minimum(1), maximum(1023)  

wfNhrpDefNhsVcid1 1.3.6.1.4.1.18.3.5.3.23.3.1.4
The virtual circuit ID on which requests are sent to NHS. Vcid1 = The Dlci number for Frame Relay, the VPI for ATM Range = {0-255}
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpDefNhsVcid2 1.3.6.1.4.1.18.3.5.3.23.3.1.5
The virtual circuit ID on which requests are sent to NHS. Vcid2 = The VCI for ATM, NULL for Frame Relay. Range = {32-65535}
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpDefNhsProtoAddr 1.3.6.1.4.1.18.3.5.3.23.3.1.6
Layer 3 protocol address for this default NHS. Currently only IP addresses are supported.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNhrpDefNhsServingNetworkAddr 1.3.6.1.4.1.18.3.5.3.23.3.1.7
Layer 3 network address of hosts served by this default NHS. Currently only IP type of network addresses are supported.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNhrpDefNhsServingNetworkMask 1.3.6.1.4.1.18.3.5.3.23.3.1.8
Layer 3 network address mask for range of hosts served by this default NHS. Currently only IP net mask is supported.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNhrpDefNhsNbmaAddr 1.3.6.1.4.1.18.3.5.3.23.3.1.9
Layer 2 NBMA address for this default NHS. This will be valid only when SVCs needs to be created
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfNhrpDefNhsStatus 1.3.6.1.4.1.18.3.5.3.23.3.1.10
Reachability Status of this NHS .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

wfNhrpDefNhsLayer2Type 1.3.6.1.4.1.18.3.5.3.23.3.1.11
Type of layer 2 Network associated with this NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fr(1), atm(2)  

wfNhrpDefNhsLayer3Type 1.3.6.1.4.1.18.3.5.3.23.3.1.12
Type of layer 3 Protocol associated with this NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1)  

wfNhrpDefNhsIndex 1.3.6.1.4.1.18.3.5.3.23.3.1.13
Index used as priority of the NHS. That is, smallest index is selected first.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

wfNhrpNHCacheTable 1.3.6.1.4.1.18.3.5.3.23.4
A list of default NHS's to contact with request messages.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNhrpNHCacheEntry

wfNhrpNHCacheEntry 1.3.6.1.4.1.18.3.5.3.23.4.1
NHRP Next Hop Cache Entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNhrpNHCacheEntry  

wfNhrpNHCacheSlot 1.3.6.1.4.1.18.3.5.3.23.4.1.1
The slot number indexes the object
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNhrpNHCacheLayer2Type 1.3.6.1.4.1.18.3.5.3.23.4.1.2
Type of layer 2 Network associated with this cache entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fr(1), atm(2)  

wfNhrpNHCacheLayer3Type 1.3.6.1.4.1.18.3.5.3.23.4.1.3
Type of layer 3 Protocol associated with this cache entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1)  

wfNhrpNHCacheDestAddr 1.3.6.1.4.1.18.3.5.3.23.4.1.4
protocol address of the destination
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNhrpNHCacheDestAddrPrefixLen 1.3.6.1.4.1.18.3.5.3.23.4.1.5
destination address prifix length
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..16  

wfNhrpNHCachePrefOrder 1.3.6.1.4.1.18.3.5.3.23.4.1.6
preference order for this entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNhrpNHCacheNhProtAddr 1.3.6.1.4.1.18.3.5.3.23.4.1.7
protocol address of the next hop
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNhrpNHCacheNhNbmaAddr 1.3.6.1.4.1.18.3.5.3.23.4.1.8
NBMA address of the next hop
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..20)  

wfNhrpNHCacheHoldTime 1.3.6.1.4.1.18.3.5.3.23.4.1.9
Time (seconds) for which client info is valid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER minimum(10), default(30), maximum(200)  

wfNhrpNHCacheFlags 1.3.6.1.4.1.18.3.5.3.23.4.1.10
entry state flags
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpNHCachePrefValue 1.3.6.1.4.1.18.3.5.3.23.4.1.11
next hop preference value
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpNHCacheMtu 1.3.6.1.4.1.18.3.5.3.23.4.1.12
Max transmission unit for next hop
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpNHCacheDelete 1.3.6.1.4.1.18.3.5.3.23.4.1.13
Create/Delete this NHRP NH Cache Entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNhrpTest 1.3.6.1.4.1.18.3.5.3.23.5
OBJECT IDENTIFIER    

wfNhrpTestDelete 1.3.6.1.4.1.18.3.5.3.23.5.1
Create or Delete the Nhrp Test Base Record
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNhrpTestLayer2Type 1.3.6.1.4.1.18.3.5.3.23.5.2
Identifies layer 2 protocol for which next hop is desired.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER fr(1), atm(2)  

wfNhrpTestLayer3Type 1.3.6.1.4.1.18.3.5.3.23.5.3
Identifies layer 3 protocol for which next hop is desired.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ip(1)  

wfNhrpTestSlot 1.3.6.1.4.1.18.3.5.3.23.5.4
Slot number on which test client initiates next hop requests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER minimum(1), maximum(16), default(2)  

wfNhrpTestNHRPeriod 1.3.6.1.4.1.18.3.5.3.23.5.5
Time (msec) between next hop requests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestNHRDestAddr 1.3.6.1.4.1.18.3.5.3.23.5.6
Protocol address of destination for which next hop is desired.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNhrpTestNHRDestPrefix 1.3.6.1.4.1.18.3.5.3.23.5.7
Prefix length of destination address for which next hop is desired.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestNHRReqOpt 1.3.6.1.4.1.18.3.5.3.23.5.8
A bit field identifying next hop request options.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestNHRReqQOS 1.3.6.1.4.1.18.3.5.3.23.5.9
QoS selector value for next hop requests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..240)  

wfNhrpTestLogDisable 1.3.6.1.4.1.18.3.5.3.23.5.10
Indicates whether reply data is written to log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNhrpTestRegCmd 1.3.6.1.4.1.18.3.5.3.23.5.11
Type of registration request to send (register or purge).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ignore(1), register(2), purge(3), nhreq(4), mpsResReq(5), mpsResRply(6), mpsPurgeReq(7), mpsPurgeRply(8), mpsAddMps(9), mpsDelMps(10)  

wfNhrpTestRegNhsAddr 1.3.6.1.4.1.18.3.5.3.23.5.12
Protocol address of NHS to send registration or purge request. If no address is given, the request will be sent to a default NHS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNhrpTestRegReqOpt 1.3.6.1.4.1.18.3.5.3.23.5.13
A bit field identifying register/purge options.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestRegClientHoldTime 1.3.6.1.4.1.18.3.5.3.23.5.14
A bit field identifying register/purge hold time (seconds).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestRegClientPrefVal 1.3.6.1.4.1.18.3.5.3.23.5.15
A bit field identifying register/purge preference value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestRegClientMtu 1.3.6.1.4.1.18.3.5.3.23.5.16
Max transmit unit size (octets) for this client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestRegClientPrefix 1.3.6.1.4.1.18.3.5.3.23.5.17
Prefix length of client protocol address to register or purge.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestRegClientProto 1.3.6.1.4.1.18.3.5.3.23.5.18
registered client protocol address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNhrpTestRegClientNbma 1.3.6.1.4.1.18.3.5.3.23.5.19
registered client NBMA address. In case of MPS res. request this will be SRC_NBMA_ADDR
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..20)  

wfNhrpTestMpsGH 1.3.6.1.4.1.18.3.5.3.23.5.20
Gate handle of MPS to be registered
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpTestMpsCct 1.3.6.1.4.1.18.3.5.3.23.5.21
Circuit# of MPS to be registered.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNhrpClientStatTable 1.3.6.1.4.1.18.3.5.3.23.6
This table contains statistics collected by NHRP clients.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNhrpClientStatEntry

wfNhrpClientStatEntry 1.3.6.1.4.1.18.3.5.3.23.6.1
Statistics collected by NHRP clients.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNhrpClientStatEntry  

wfNhrpClientStatL2Type 1.3.6.1.4.1.18.3.5.3.23.6.1.1
The NHRP client layer 2 type for these statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fr(1), atm(2)  

wfNhrpClientStatL3Type 1.3.6.1.4.1.18.3.5.3.23.6.1.2
The NHRP client layer 3 type for these statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1)  

wfNhrpClientStatTxResolveReq 1.3.6.1.4.1.18.3.5.3.23.6.1.3
The number of NHRP Resolution Requests transmitted by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatRxResolveReplyAck 1.3.6.1.4.1.18.3.5.3.23.6.1.4
The number of positively acknowledged NHRP Resolution Replies received by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatRxResolveReplyNak 1.3.6.1.4.1.18.3.5.3.23.6.1.5
The number of NAKed NHRP Resolution Replies received by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatTxRegisterReq 1.3.6.1.4.1.18.3.5.3.23.6.1.6
The number of NHRP Registration Requests transmitted by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatRxRegisterReplyAck 1.3.6.1.4.1.18.3.5.3.23.6.1.7
The number of positively acknowledged NHRP Registration Replies received by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatRxRegisterReplyNak 1.3.6.1.4.1.18.3.5.3.23.6.1.8
The number of NAKed NHRP Registration Replies received by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatTxPurgeReq 1.3.6.1.4.1.18.3.5.3.23.6.1.9
The number of NHRP Purge Requests transmitted by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatRxPurgeReplyAck 1.3.6.1.4.1.18.3.5.3.23.6.1.10
The number of positive NHRP Purge Replies received by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatRxPurgeReplyNak 1.3.6.1.4.1.18.3.5.3.23.6.1.11
The number of NAKed NHRP Purge Replies received by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatUnsolicitPurgeReq 1.3.6.1.4.1.18.3.5.3.23.6.1.12
The number of unsolicited purge requests rec'd by this client
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatTxError 1.3.6.1.4.1.18.3.5.3.23.6.1.13
The number of NHRP Error Indication packets transmitted by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatRxError 1.3.6.1.4.1.18.3.5.3.23.6.1.14
The number of NHRP Error Indication packets received by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatLocalError 1.3.6.1.4.1.18.3.5.3.23.6.1.15
The number of local errors which occured on this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpClientStatRetryReq 1.3.6.1.4.1.18.3.5.3.23.6.1.16
The number of retries made for client requests by this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatTable 1.3.6.1.4.1.18.3.5.3.23.7
Statistics collected by Next Hop Servers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNhrpServerStatEntry

wfNhrpServerStatEntry 1.3.6.1.4.1.18.3.5.3.23.7.1
Statistics for a particular NHS. The statistics are broken into received (Rx), transmitted (Tx) and forwarded (Fw)...
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNhrpServerStatEntry  

wfNhrpServerStatL2Type 1.3.6.1.4.1.18.3.5.3.23.7.1.1
The NHRP server layer 2 type for these statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fr(1), atm(2)  

wfNhrpServerStatL3Type 1.3.6.1.4.1.18.3.5.3.23.7.1.2
The NHRP server layer 3 type for these statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1)  

wfNhrpServerStatRxResolveReq 1.3.6.1.4.1.18.3.5.3.23.7.1.3
The number of NHRP Resolution Requests received by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatTxResolveReplyAck 1.3.6.1.4.1.18.3.5.3.23.7.1.4
The number of positively acknowledged NHRP Resolution Replies transmitted by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatTxResolveReplyNak 1.3.6.1.4.1.18.3.5.3.23.7.1.5
The number of NAKed NHRP Resolution Replies transmitted by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatRxRegisterReq 1.3.6.1.4.1.18.3.5.3.23.7.1.6
The number of NHRP Registration Requests received by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatTxRegisterReplyAck 1.3.6.1.4.1.18.3.5.3.23.7.1.7
The number of positively acknowledge NHRP Registration Replies transmitted by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatTxRegisterReplyNak 1.3.6.1.4.1.18.3.5.3.23.7.1.8
The number of NAKed NHRP Registration Replies transmitted by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatRxPurgeReq 1.3.6.1.4.1.18.3.5.3.23.7.1.9
The number of NHRP Purge Requests received by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatTxPurgeReplyAck 1.3.6.1.4.1.18.3.5.3.23.7.1.10
The number of positive NHRP Purge Replies transmitted by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatTxPurgeReplyNak 1.3.6.1.4.1.18.3.5.3.23.7.1.11
The number of NAKed NHRP Purge Replies transmitted by this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatRxError 1.3.6.1.4.1.18.3.5.3.23.7.1.12
The number of NHRP Error Indication packets received by this server with the error code 'Unrecognized Extension'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatTxError 1.3.6.1.4.1.18.3.5.3.23.7.1.13
The number of NHRP Error Indication packets received by this server with the error code 'Subnetwork ID Mismatch'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatFwdResolveReq 1.3.6.1.4.1.18.3.5.3.23.7.1.14
The number of NHRP Resolution Requests forwarded by this server acting as a transit NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatFwdResolveReply 1.3.6.1.4.1.18.3.5.3.23.7.1.15
The number of NHRP Resolution Replies forwarded by this server acting as a transit NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatFwdRegisterReq 1.3.6.1.4.1.18.3.5.3.23.7.1.16
The number of NHRP Registration Requests forwarded by this server acting as a transit NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatFwdRegisterReply 1.3.6.1.4.1.18.3.5.3.23.7.1.17
The number of NHRP Registration Replies forwarded by this server acting as a transit NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatFwdPurgeReq 1.3.6.1.4.1.18.3.5.3.23.7.1.18
The number of NHRP Purge Requests forwarded by this server acting as a transit NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatFwdPurgeReply 1.3.6.1.4.1.18.3.5.3.23.7.1.19
The number of NHRP Purge Replies forwarded by this server acting as a transit NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatFwdError 1.3.6.1.4.1.18.3.5.3.23.7.1.20
The number of NHRP Error Indication packets forwarded by this server acting as a transit NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNhrpServerStatDropPkts 1.3.6.1.4.1.18.3.5.3.23.7.1.21
The number of packets dropped by this NHS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter