HPN-ICF-PBR-MIB

File: HPN-ICF-PBR-MIB.mib (19000 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI SNMPv2-TC
IF-MIB INET-ADDRESS-MIB

Imported symbols

hpnicfCommon OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE Integer32 TruthValue
DisplayString RowStatus ifIndex
InetAddress InetAddressType

Defined Types

HpnicfPBRMibPolicyNodeEntry  
SEQUENCE    
  hpnicfPBRMibPolicyNodeAddrType InetAddressType
  hpnicfPBRMibPolicyName DisplayString
  hpnicfPBRMibPolicyNodeId Integer32
  hpnicfPBRMibPolicyNodeMode TruthValue
  hpnicfPBRMibPolicyNodeRowStatus RowStatus

HpnicfPBRMibIfPolicyEntry  
SEQUENCE    
  hpnicfPBRMibPolicyAddressType InetAddressType
  hpnicfPBRMibAppliedPolicyName DisplayString
  hpnicfPBRMibIfPolicyRowStatus RowStatus

HpnicfPBRMibMatchAclEntry  
SEQUENCE    
  hpnicfPBRMibAclGroupId Integer32

HpnicfPBRMibApplyPrecedenceEntry  
SEQUENCE    
  hpnicfPBRMibApplyPrecedenceValue Integer32

HpnicfPBRMibApplyNexthopEntry  
SEQUENCE    
  hpnicfPBRMibApplyNexthopIndex Integer32
  hpnicfPBRMibApplyNexthopVpnName DisplayString
  hpnicfPBRMibApplyNexthopAddressType InetAddressType
  hpnicfPBRMibApplyNexthopAddress InetAddress
  hpnicfPBRMibApplyNexthopTrackId Integer32
  hpnicfPBRMibApplyNexthopDirect TruthValue
  hpnicfPBRMibApplyNexthopRowStatus RowStatus

HpnicfPBRMibApplyDefaultNexthopEntry  
SEQUENCE    
  hpnicfPBRMibApplyDefaultNexthopIndex Integer32
  hpnicfPBRMibApplyDefaultNexthopVpnName DisplayString
  hpnicfPBRMibApplyDefaultNexthopAddressType InetAddressType
  hpnicfPBRMibApplyDefaultNexthopAddress InetAddress
  hpnicfPBRMibApplyDefaultNexthopTrackId Integer32
  hpnicfPBRMibApplyDefaultNexthopDirect TruthValue
  hpnicfPBRMibApplyDefaultNexthopRowStatus RowStatus

Defined Values

hpnicfPBR 1.3.6.1.4.1.11.2.14.11.15.2.113
This MIB contains objects to manage the configuration and information of PBR. It routes IP packets by user defined policy other than normal destination address based routing.
MODULE-IDENTITY    

hpnicfPBRObjects 1.3.6.1.4.1.11.2.14.11.15.2.113.1
OBJECT IDENTIFIER    

hpnicfPBRGlobal 1.3.6.1.4.1.11.2.14.11.15.2.113.1.1
OBJECT IDENTIFIER    

hpnicfPBRNexthopTrapEnabled 1.3.6.1.4.1.11.2.14.11.15.2.113.1.1.1
The value is a global setting only for IPv4 PBR. If the value is set to 'false', the feature is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPBRLocalPolicy 1.3.6.1.4.1.11.2.14.11.15.2.113.1.1.2
The value is a global setting. An existing policy name setting enables local PBR for IPv4 packets initiated by the device. Only one policy can be applied locally. An empty name setting disables the feature.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..19)  

hpnicfPBRIPv6NexthopTrapEnabled 1.3.6.1.4.1.11.2.14.11.15.2.113.1.1.3
The value is a global setting only for IPv6 PBR. If the value is set to 'false', the feature is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfPBRMibTrap 1.3.6.1.4.1.11.2.14.11.15.2.113.1.2
OBJECT IDENTIFIER    

hpnicfPBRTrapObjects 1.3.6.1.4.1.11.2.14.11.15.2.113.1.2.1
OBJECT IDENTIFIER    

hpnicfPBRNexthopAddrType 1.3.6.1.4.1.11.2.14.11.15.2.113.1.2.1.1
Indicating address type of hpnicfPBRNexthopAddr, which can be IPv4 or IPv6.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

hpnicfPBRNexthopAddr 1.3.6.1.4.1.11.2.14.11.15.2.113.1.2.1.2
The involved next hop IP address of trap information.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

hpnicfPBRTraps 1.3.6.1.4.1.11.2.14.11.15.2.113.1.2.2
OBJECT IDENTIFIER    

hpnicfPBRTrapsPrefix 1.3.6.1.4.1.11.2.14.11.15.2.113.1.2.2.0
OBJECT IDENTIFIER    

hpnicfPBRNexthopFailedTrap 1.3.6.1.4.1.11.2.14.11.15.2.113.1.2.2.0.1
When the next hop of PBR apply clause became unreachable according to routing information, trap is generated and is sent to the remote monitoring device.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpnicfPBRTables 1.3.6.1.4.1.11.2.14.11.15.2.113.2
OBJECT IDENTIFIER    

hpnicfPBRMibPolicyNodeTable 1.3.6.1.4.1.11.2.14.11.15.2.113.2.1
A table for PBR nodes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPBRMibPolicyNodeEntry

hpnicfPBRMibPolicyNodeEntry 1.3.6.1.4.1.11.2.14.11.15.2.113.2.1.1
An entry for PBR nodes.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPBRMibPolicyNodeEntry  

hpnicfPBRMibPolicyNodeAddrType 1.3.6.1.4.1.11.2.14.11.15.2.113.2.1.1.1
Address type of policy node, which can be IPv4 or IPv6.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpnicfPBRMibPolicyName 1.3.6.1.4.1.11.2.14.11.15.2.113.2.1.1.2
Policy name of PBR node.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..19)  

hpnicfPBRMibPolicyNodeId 1.3.6.1.4.1.11.2.14.11.15.2.113.2.1.1.3
Sequence identifier of PBR node.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfPBRMibPolicyNodeMode 1.3.6.1.4.1.11.2.14.11.15.2.113.2.1.1.4
Mode of PBR node. If the mode of a node is marked as true, the packets that meet the matching rules are processed by action rules in the node. If the mode of a node is marked as false, the packets that meet the matching rules are sent back to the normal forwarding path.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfPBRMibPolicyNodeRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.113.2.1.1.5
Operation status of this table entry. Three actions are used: active, createAndGo, and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPBRMibIfPolicyTable 1.3.6.1.4.1.11.2.14.11.15.2.113.2.2
A table for interfaces being applied with PBR nodes with the same policy name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPBRMibIfPolicyEntry

hpnicfPBRMibIfPolicyEntry 1.3.6.1.4.1.11.2.14.11.15.2.113.2.2.1
An entry for reference relation between interface and policy nodes.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPBRMibIfPolicyEntry  

hpnicfPBRMibPolicyAddressType 1.3.6.1.4.1.11.2.14.11.15.2.113.2.2.1.1
Address type of policy node, which can be IPv4 or IPv6.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpnicfPBRMibAppliedPolicyName 1.3.6.1.4.1.11.2.14.11.15.2.113.2.2.1.2
Policy name of PBR nodes.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..19)  

hpnicfPBRMibIfPolicyRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.113.2.2.1.3
Operation status of this table entry. Three actions are used: active, createAndGo, and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPBRMibMatchAclTable 1.3.6.1.4.1.11.2.14.11.15.2.113.2.3
A table for ACLs being used by a policy node. Only one ACL can be used within a node at most.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPBRMibMatchAclEntry

hpnicfPBRMibMatchAclEntry 1.3.6.1.4.1.11.2.14.11.15.2.113.2.3.1
An entry for policy node that uses an ACL group as its if-match rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPBRMibMatchAclEntry  

hpnicfPBRMibAclGroupId 1.3.6.1.4.1.11.2.14.11.15.2.113.2.3.1.1
Index of number-acl group. Setting -1 indicates closing this rule.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfPBRMibApplyPrecedenceTable 1.3.6.1.4.1.11.2.14.11.15.2.113.2.4
A table for precedence values being used by a policy node. Only one precedence value can be used within a node at most.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPBRMibApplyPrecedenceEntry

hpnicfPBRMibApplyPrecedenceEntry 1.3.6.1.4.1.11.2.14.11.15.2.113.2.4.1
An entry for policy node with an action to set IP precedence for matching packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPBRMibApplyPrecedenceEntry  

hpnicfPBRMibApplyPrecedenceValue 1.3.6.1.4.1.11.2.14.11.15.2.113.2.4.1.1
Value of precedence being applied on IP header. <0-7> Value of precedence routine Specify routine precedence(0) priority Specify priority precedence(1) immediate Specify immediate precedence(2) flash Specify flash precedence(3) flash-override Specify flash-override precedence(4) critical Specify critical precedence(5) internet Specify internetwork control precedence(6) network Specify network control precedence(7) Setting -1 indicates closing this action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfPBRMibApplyNexthopTable 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5
A table for next hop actions being used by a policy node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPBRMibApplyNexthopEntry

hpnicfPBRMibApplyNexthopEntry 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5.1
An entry for policy node with an action to set next hop for matching packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPBRMibApplyNexthopEntry  

hpnicfPBRMibApplyNexthopIndex 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5.1.1
Index of next hop for the apply next hop action.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPBRMibApplyNexthopVpnName 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5.1.2
Name of VPN instance where apply next hop action is used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..31)  

hpnicfPBRMibApplyNexthopAddressType 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5.1.3
Address type of hpnicfPBRMibApplyNexthopAddress, which can be IPv4 or IPv6.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfPBRMibApplyNexthopAddress 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5.1.4
Next hop IP address of apply next hop action.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPBRMibApplyNexthopTrackId 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5.1.5
Identifier of track object related with next hop. Setting 0 indicates closing this function.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPBRMibApplyNexthopDirect 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5.1.6
Direct route attribute of next hop according to route information.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfPBRMibApplyNexthopRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.113.2.5.1.7
Operation status of this table entry. Three actions are used: active, createAndGo, and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPBRMibApplyDefaultNexthopTable 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6
A table for default next hop actions being used by a policy node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPBRMibApplyDefaultNexthopEntry

hpnicfPBRMibApplyDefaultNexthopEntry 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6.1
An entry for policy node with an action to set default next hop for matching packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPBRMibApplyDefaultNexthopEntry  

hpnicfPBRMibApplyDefaultNexthopIndex 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6.1.1
Index of default next hop for the apply default next hop action.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPBRMibApplyDefaultNexthopVpnName 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6.1.2
Name of VPN instance where apply default next hop action is used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..31)  

hpnicfPBRMibApplyDefaultNexthopAddressType 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6.1.3
Address type of hpnicfPBRMibApplyDefaultNexthopAddress, which can be IPv4 or IPv6.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfPBRMibApplyDefaultNexthopAddress 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6.1.4
Next hop IP address of apply default next hop action.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPBRMibApplyDefaultNexthopTrackId 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6.1.5
Identifier of track object related with default next hop. Setting 0 indicates closing this function.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPBRMibApplyDefaultNexthopDirect 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6.1.6
Direct route attribute of apply default next hop address according to route information.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfPBRMibApplyDefaultNexthopRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.113.2.6.1.7
Operation status of this table entry. Three actions are used: active, createAndGo, and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus