NETGEAR-ROUTE-POLICY-MIB

File: NETGEAR-ROUTE-POLICY-MIB.mib (14380 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
IF-MIB FASTPATH-ROUTING-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 TEXTUAL-CONVENTION TruthValue
RowStatus DisplayString ifIndex
InterfaceIndex InterfaceIndexOrZero fastPathRouting

Defined Types

FastpathRoutePolicyAction  
Determines whether a Route Map statement should be permitted or denied.
TEXTUAL-CONVENTION    
  INTEGER permit(1), deny(2)  

FastpathRoutePolicyStmtIpPrecedence  
Possible values of IP precedence that can be configured in a route-map statement.
TEXTUAL-CONVENTION    
  INTEGER routine(0), priority(1), immediate(2), flash(3), flash-override(4), critical(5), internet(6), network(7), invalid(8)  

FastpathRoutePolicyNameEntry  
SEQUENCE    
  fastpathRoutePolicyName DisplayString
  fastpathRoutePolicyStmtActionType FastpathRoutePolicyAction
  fastpathRoutePolicySequence Unsigned32
  fastpathRoutePolicyNameRowStatus RowStatus

FastpathRoutePolicyStatementEntry  
SEQUENCE    
  fastpathRoutePolicyStmtName DisplayString
  fastpathRoutePolicyStmtSeqNum Unsigned32
  fastpathRoutePolicyStmtAction FastpathRoutePolicyAction
  fastpathRoutePolicyStmtMatchIpv4AclList DisplayString
  fastpathRoutePolicyStmtMatchIpv4AclDelList DisplayString
  fastpathRoutePolicyStmtMatchMacAclList DisplayString
  fastpathRoutePolicyStmtMatchMacAclDelList DisplayString
  fastpathRoutePolicyStmtMatchPacketLengthRangeMin Unsigned32
  fastpathRoutePolicyStmtMatchPacketLengthRangeMax Unsigned32
  fastpathRoutePolicyStmtSetIpNextHopList DisplayString
  fastpathRoutePolicyStmtSetIpNextHopDelList DisplayString
  fastpathRoutePolicyStmtSetDefaultIpNextHopList DisplayString
  fastpathRoutePolicyStmtSetDefaultIpNextHopDelList DisplayString
  fastpathRoutePolicyStmtSetIpPrecedence FastpathRoutePolicyStmtIpPrecedence
  fastpathRoutePolicyStmtSetIntfNull0 TruthValue

FastpathRoutePolicyIfEntry  
SEQUENCE    
  fastpathRoutePolicyIfIndex InterfaceIndex
  fastpathRoutePolicyIfName DisplayString
  fastpathRoutePolicyIfRowStatus RowStatus

Defined Values

fastPathRoutePolicy 6.4.1.4413.1.1.2.20
The MIB definitions for Route Policy system.
MODULE-IDENTITY    

fastpathRoutePolicyNameTable 6.4.1.4413.1.1.2.20.1
Table to configure or fetch current list of route-map statements
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FastpathRoutePolicyNameEntry

fastpathRoutePolicyNameEntry 6.4.1.4413.1.1.2.20.1.1
Each entry in this table corresponds to a route-map statement
Status: current Access: not-accessible
OBJECT-TYPE    
  FastpathRoutePolicyNameEntry  

fastpathRoutePolicyName 6.4.1.4413.1.1.2.20.1.1.1
The name of a Route Map statement.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

fastpathRoutePolicyStmtActionType 6.4.1.4413.1.1.2.20.1.1.2
The action associated with this route-map statement. This can be either Permit/Deny
Status: current Access: read-create
OBJECT-TYPE    
  FastpathRoutePolicyAction  

fastpathRoutePolicySequence 6.4.1.4413.1.1.2.20.1.1.3
Route Maps are linked together using sequence numbers. All Route Maps with the same index and with different sequence numbers are linked together and processed in order of increasing sequence number.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

fastpathRoutePolicyNameRowStatus 6.4.1.4413.1.1.2.20.1.1.4
Controls creation and deletion of Row Status entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

fastpathRoutePolicyStamentTable 6.4.1.4413.1.1.2.20.2
Table to configure match or set statements in a route-map statement.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FastpathRoutePolicyStatementEntry

fastpathRoutePolicyStatementEntry 6.4.1.4413.1.1.2.20.2.1
Each entry describes match and set terms in a route-map statement if configured
Status: current Access: not-accessible
OBJECT-TYPE    
  FastpathRoutePolicyStatementEntry  

fastpathRoutePolicyStmtName 6.4.1.4413.1.1.2.20.2.1.1
The name of a Route Map.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..31)  

fastpathRoutePolicyStmtSeqNum 6.4.1.4413.1.1.2.20.2.1.2
Route Maps are linked together using sequence numbers. All Route Maps with the same index and with different sequence numbers are linked together and processed in order of increasing sequence number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

fastpathRoutePolicyStmtAction 6.4.1.4413.1.1.2.20.2.1.3
The action associated with this route-map statement. This can be either Permit/Deny
Status: current Access: not-accessible
OBJECT-TYPE    
  FastpathRoutePolicyAction  

fastpathRoutePolicyStmtMatchIpv4AclList 6.4.1.4413.1.1.2.20.2.1.4
The string containing a list of IPv4 ACLs. This list contains either IPV4 standard ACL/IPV4 extended ACL/ named IPv4 ACL. In a single match statement, up to a maximum of 16 IPV4 ACLs can be included.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fastpathRoutePolicyStmtMatchIpv4AclDelList 6.4.1.4413.1.1.2.20.2.1.5
The string containing a list of IPv4 ACLs. This list contains either IPV4 standard ACL/IPV4 extended ACL/ named IPv4 ACL. In a single match statement, up to a maximum of 16 IPV4 ACLs can be included.This list is used to delete already configured match list of IPv4 ACLs in route-map statement.Earlier this list should have configured through MIB object fastpathRoutePolicyStmtMatchIpv4AclList
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fastpathRoutePolicyStmtMatchMacAclList 6.4.1.4413.1.1.2.20.2.1.6
The string containing a list of MAC ACLs. This list contains upto 16 MAC ACL names that can be included in a match statement.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fastpathRoutePolicyStmtMatchMacAclDelList 6.4.1.4413.1.1.2.20.2.1.7
The string containing a list of MAC ACLs. This list contains upto 16 MAC ACL names that can be included in a match statement. This MIB object is used to delete MAC ACL lists matched in a route-map statement via fastpathRoutePolicyStmtMatchMacAclList.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fastpathRoutePolicyStmtMatchPacketLengthRangeMin 6.4.1.4413.1.1.2.20.2.1.8
Minimum value in the packet length range in a match length term. A value of zero is used to disable/remove minimum length configuration.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

fastpathRoutePolicyStmtMatchPacketLengthRangeMax 6.4.1.4413.1.1.2.20.2.1.9
Maximum value in the packet length range in a match length term. A value of zero is used to disable/remove maximum length configuration.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

fastpathRoutePolicyStmtSetIpNextHopList 6.4.1.4413.1.1.2.20.2.1.10
The string containing a list of next-hop IP addresses. Upto a maximum of 16 IP addresses can be specified
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fastpathRoutePolicyStmtSetIpNextHopDelList 6.4.1.4413.1.1.2.20.2.1.11
The string containing a list of next-hop IP addresses. Upto a maximum of 16 IP addresses can be specified.This MIB object is used to delete IP next-hop list configured via fastpathRoutePolicyStmtSetIpNextHopList
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fastpathRoutePolicyStmtSetDefaultIpNextHopList 6.4.1.4413.1.1.2.20.2.1.12
The string containing a list of default next-hop IP addresses. Upto a maximum of 16 IP addresses can be specified
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fastpathRoutePolicyStmtSetDefaultIpNextHopDelList 6.4.1.4413.1.1.2.20.2.1.13
The string containing a list of default next-hop IP addresses. Upto a maximum of 16 IP addresses can be specified.This MIB object is used to delete IP default next-hop list configured via fastpathRoutePolicyStmtSetDefaultIpNextHopList
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fastpathRoutePolicyStmtSetIpPrecedence 6.4.1.4413.1.1.2.20.2.1.14
IP Precedence value to be remarked. This is specified through set clause in route-map statement. In order to remove configured precedence value, use invalid(8) option.
Status: current Access: read-write
OBJECT-TYPE    
  FastpathRoutePolicyStmtIpPrecedence  

fastpathRoutePolicyStmtSetIntfNull0 6.4.1.4413.1.1.2.20.2.1.15
Specifying null0 as an interface in a route-map statement
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

fastpathRoutePolicyIfTable 6.4.1.4413.1.1.2.20.3
A table of interfaces on which route-map is applied.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FastpathRoutePolicyIfEntry

fastpathRoutePolicyIfEntry 6.4.1.4413.1.1.2.20.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  FastpathRoutePolicyIfEntry  

fastpathRoutePolicyIfIndex 6.4.1.4413.1.1.2.20.3.1.1
Interface to which route-map needs to be applied or Interface from which route-map needs to be removed.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

fastpathRoutePolicyIfName 6.4.1.4413.1.1.2.20.3.1.2
The name of a Route Map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

fastpathRoutePolicyIfRowStatus 6.4.1.4413.1.1.2.20.3.1.3
Controls creation and deletion of Row Status entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus