HH3C-PBR-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.113
- Last updated
- 2010-12-10 15:58
- Organization
- New H3C Technologies Co., Ltd.
- Revisions
- 2010-12-10 15:58
- Namespace
- comware
- Source file
HH3C-PBR-MIB- Digest
sha256:c134724ae8ebe1812b9aaccef997c4abb96d7321d9b793f848c6c135482fdc5f
Description
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.
Contact
Platform Team New H3C Technologies Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| IF-MIB | ifIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-OID-MIB HH3C-PBR-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cPBRObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.113.1 | |||
| hh3cPBRGlobal OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.113.1.1 | |||
| hh3cPBRNexthopTrapEnabled OBJECT-TYPE The value is a global setting only for IPv4 PBR. If the value is set to 'false', the feature is disabled. | 1.3.6.1.4.1.25506.2.113.1.1.1 | TruthValue | read-write | current |
| hh3cPBRLocalPolicy OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.113.1.1.2 | DisplayString (SIZE(0..19)) | read-write | current |
| hh3cPBRIPv6NexthopTrapEnabled OBJECT-TYPE The value is a global setting only for IPv6 PBR. If the value is set to 'false', the feature is disabled. | 1.3.6.1.4.1.25506.2.113.1.1.3 | TruthValue | read-write | current |
| hh3cPBRMibTrap OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.113.1.2 | |||
| hh3cPBRTrapObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.113.1.2.1 | |||
| hh3cPBRNexthopAddrType OBJECT-TYPE Indicating address type of hh3cPBRNexthopAddr, which can be IPv4 or IPv6. | 1.3.6.1.4.1.25506.2.113.1.2.1.1 | InetAddressType | accessible-for-notify | current |
| hh3cPBRNexthopAddr OBJECT-TYPE The involved next hop IP address of trap information. | 1.3.6.1.4.1.25506.2.113.1.2.1.2 | InetAddress | accessible-for-notify | current |
| hh3cPBRTraps OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.113.1.2.2 | |||
| hh3cPBRTrapsPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.113.1.2.2.0 | |||
| hh3cPBRTables OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.113.2 | |||
| hh3cPBRMibPolicyNodeTable OBJECT-TYPE A table for PBR nodes. | 1.3.6.1.4.1.25506.2.113.2.1 | not-accessible | current | |
| hh3cPBRMibPolicyNodeEntry OBJECT-TYPE An entry for PBR nodes. | 1.3.6.1.4.1.25506.2.113.2.1.1 | not-accessible | current | |
| hh3cPBRMibPolicyNodeAddrType OBJECT-TYPE Address type of policy node, which can be IPv4 or IPv6. | 1.3.6.1.4.1.25506.2.113.2.1.1.1 | InetAddressType | not-accessible | current |
| hh3cPBRMibPolicyName OBJECT-TYPE Policy name of PBR node. | 1.3.6.1.4.1.25506.2.113.2.1.1.2 | DisplayString (SIZE(1..19)) | not-accessible | current |
| hh3cPBRMibPolicyNodeId OBJECT-TYPE Sequence identifier of PBR node. | 1.3.6.1.4.1.25506.2.113.2.1.1.3 | Integer32 (0..65535) | not-accessible | current |
| hh3cPBRMibPolicyNodeMode OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.113.2.1.1.4 | TruthValue | read-create | current |
| hh3cPBRMibPolicyNodeRowStatus OBJECT-TYPE Operation status of this table entry. Three actions are used: active, createAndGo, and destroy. | 1.3.6.1.4.1.25506.2.113.2.1.1.5 | RowStatus | read-create | current |
| hh3cPBRMibIfPolicyTable OBJECT-TYPE A table for interfaces being applied with PBR nodes with the same policy name. | 1.3.6.1.4.1.25506.2.113.2.2 | not-accessible | current | |
| hh3cPBRMibIfPolicyEntry OBJECT-TYPE An entry for reference relation between interface and policy nodes. | 1.3.6.1.4.1.25506.2.113.2.2.1 | not-accessible | current | |
| hh3cPBRMibPolicyAddressType OBJECT-TYPE Address type of policy node, which can be IPv4 or IPv6. | 1.3.6.1.4.1.25506.2.113.2.2.1.1 | InetAddressType | not-accessible | current |
| hh3cPBRMibAppliedPolicyName OBJECT-TYPE Policy name of PBR nodes. | 1.3.6.1.4.1.25506.2.113.2.2.1.2 | DisplayString (SIZE(1..19)) | read-create | current |
| hh3cPBRMibIfPolicyRowStatus OBJECT-TYPE Operation status of this table entry. Three actions are used: active, createAndGo, and destroy. | 1.3.6.1.4.1.25506.2.113.2.2.1.3 | RowStatus | read-create | current |
| hh3cPBRMibMatchAclTable OBJECT-TYPE A table for ACLs being used by a policy node. Only one ACL can be used within a node at most. | 1.3.6.1.4.1.25506.2.113.2.3 | not-accessible | current | |
| hh3cPBRMibMatchAclEntry OBJECT-TYPE An entry for policy node that uses an ACL group as its if-match rule. | 1.3.6.1.4.1.25506.2.113.2.3.1 | not-accessible | current | |
| hh3cPBRMibAclGroupId OBJECT-TYPE Index of number-acl group. Setting -1 indicates closing this rule. | 1.3.6.1.4.1.25506.2.113.2.3.1.1 | Integer32 | read-write | current |
| hh3cPBRMibApplyPrecedenceTable OBJECT-TYPE A table for precedence values being used by a policy node. Only one precedence value can be used within a node at most. | 1.3.6.1.4.1.25506.2.113.2.4 | not-accessible | current | |
| hh3cPBRMibApplyPrecedenceEntry OBJECT-TYPE An entry for policy node with an action to set IP precedence for matching packets. | 1.3.6.1.4.1.25506.2.113.2.4.1 | not-accessible | current | |
| hh3cPBRMibApplyPrecedenceValue OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.113.2.4.1.1 | Integer32 | read-write | current |
| hh3cPBRMibApplyNexthopTable OBJECT-TYPE A table for next hop actions being used by a policy node. | 1.3.6.1.4.1.25506.2.113.2.5 | not-accessible | current | |
| hh3cPBRMibApplyNexthopEntry OBJECT-TYPE An entry for policy node with an action to set next hop for matching packets. | 1.3.6.1.4.1.25506.2.113.2.5.1 | not-accessible | current | |
| hh3cPBRMibApplyNexthopIndex OBJECT-TYPE Index of next hop for the apply next hop action. | 1.3.6.1.4.1.25506.2.113.2.5.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cPBRMibApplyNexthopVpnName OBJECT-TYPE Name of VPN instance where apply next hop action is used. | 1.3.6.1.4.1.25506.2.113.2.5.1.2 | DisplayString (SIZE(0..31)) | read-create | current |
| hh3cPBRMibApplyNexthopAddressType OBJECT-TYPE Address type of hh3cPBRMibApplyNexthopAddress, which can be IPv4 or IPv6. | 1.3.6.1.4.1.25506.2.113.2.5.1.3 | InetAddressType | read-create | current |
| hh3cPBRMibApplyNexthopAddress OBJECT-TYPE Next hop IP address of apply next hop action. | 1.3.6.1.4.1.25506.2.113.2.5.1.4 | InetAddress | read-create | current |
| hh3cPBRMibApplyNexthopTrackId OBJECT-TYPE Identifier of track object related with next hop. Setting 0 indicates closing this function. | 1.3.6.1.4.1.25506.2.113.2.5.1.5 | Integer32 | read-create | current |
| hh3cPBRMibApplyNexthopDirect OBJECT-TYPE Direct route attribute of next hop according to route information. | 1.3.6.1.4.1.25506.2.113.2.5.1.6 | TruthValue | read-create | current |
| hh3cPBRMibApplyNexthopRowStatus OBJECT-TYPE Operation status of this table entry. Three actions are used: active, createAndGo, and destroy. | 1.3.6.1.4.1.25506.2.113.2.5.1.7 | RowStatus | read-create | current |
| hh3cPBRMibApplyDefaultNexthopTable OBJECT-TYPE A table for default next hop actions being used by a policy node. | 1.3.6.1.4.1.25506.2.113.2.6 | not-accessible | current | |
| hh3cPBRMibApplyDefaultNexthopEntry OBJECT-TYPE An entry for policy node with an action to set default next hop for matching packets. | 1.3.6.1.4.1.25506.2.113.2.6.1 | not-accessible | current | |
| hh3cPBRMibApplyDefaultNexthopIndex OBJECT-TYPE Index of default next hop for the apply default next hop action. | 1.3.6.1.4.1.25506.2.113.2.6.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| hh3cPBRMibApplyDefaultNexthopVpnName OBJECT-TYPE Name of VPN instance where apply default next hop action is used. | 1.3.6.1.4.1.25506.2.113.2.6.1.2 | DisplayString (SIZE(0..31)) | read-create | current |
| hh3cPBRMibApplyDefaultNexthopAddressType OBJECT-TYPE Address type of hh3cPBRMibApplyDefaultNexthopAddress, which can be IPv4 or IPv6. | 1.3.6.1.4.1.25506.2.113.2.6.1.3 | InetAddressType | read-create | current |
| hh3cPBRMibApplyDefaultNexthopAddress OBJECT-TYPE Next hop IP address of apply default next hop action. | 1.3.6.1.4.1.25506.2.113.2.6.1.4 | InetAddress | read-create | current |
| hh3cPBRMibApplyDefaultNexthopTrackId OBJECT-TYPE Identifier of track object related with default next hop. Setting 0 indicates closing this function. | 1.3.6.1.4.1.25506.2.113.2.6.1.5 | Integer32 | read-create | current |
| hh3cPBRMibApplyDefaultNexthopDirect OBJECT-TYPE Direct route attribute of apply default next hop address according to route information. | 1.3.6.1.4.1.25506.2.113.2.6.1.6 | TruthValue | read-create | current |
| hh3cPBRMibApplyDefaultNexthopRowStatus OBJECT-TYPE Operation status of this table entry. Three actions are used: active, createAndGo, and destroy. | 1.3.6.1.4.1.25506.2.113.2.6.1.7 | RowStatus | read-create | current |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cPBRNexthopFailedTrap NOTIFICATION-TYPE 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. | 1.3.6.1.4.1.25506.2.113.1.2.2.0.1 | current |