HUAWEI-BGP-GR-MIB
- Registered at
- 1.3.6.1.4.1.2011.5.25.138
- Last updated
- 2006-11-22 00:00
- Organization
- Huawei Technologies co.,Ltd.
- Namespace
- huawei
- Source file
HUAWEI-BGP-GR-MIB- Digest
sha256:78907e39892e7792168165bef69215745a49cd3eb014735a8bea4061c937459f
Description
The HUAWEI-BGP-GR-MIB contains objects to Manage configuration and Monitor running state for BGP Graceful Restart feature.
Contact
R&D BeiJing, Huawei Technologies co.,Ltd. Huawei Bld.,NO.3 Xinxi Rd., Shang-Di Information Industry Base, Hai-Dian District Beijing P.R. China Zip:100085 Http://www.huawei.com E-mail:support@huawei.com
Imports
| From | Symbols |
|---|---|
| HUAWEI-MIB | hwDatacomm |
| INET-ADDRESS-MIB | InetAddress |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HUAWEI-BGP-GR-MIB HUAWEI-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| AFIType TEXTUAL-CONVENTION This type is used to show Address Family | current | |||
| GRRole TEXTUAL-CONVENTION This type is used to show Role of router in the process of GR, 'restarter' means the router pay Restarter role in the process of GR,'helper'means the router pay Helper role in the process of GR,if each peer have conferred with each others on GR,we call the kind of state is 'grnormal',if negotiation is unsuccessful,the kind of state is 'grnegotiatefail'. | current | |||
| SAFIType TEXTUAL-CONVENTION This type is used to show Sub Address Family | current | |||
| Status TEXTUAL-CONVENTION This type is used to show status of GR,for example 'enable' means capability of GR have enabled, 'disable' means capability of GR have disabled | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hwBgpGRMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.138.1 | |||
| hwBgpGRCapability OBJECT-TYPE We can see status of GR by this node,the value 'enable' denotes that capability of GR have be actived, 'disable' denotes that capability of GR have be disabled. | 1.3.6.1.4.1.2011.5.25.138.1.1 | Status | read-write | current |
| hwBgpGRRestartTime OBJECT-TYPE The Value of BGP GR restart timer(second) | 1.3.6.1.4.1.2011.5.25.138.1.2 | Integer32 (3..600) | read-write | current |
| hwBgpGRWaitForRibTime OBJECT-TYPE The value of BGP GR wait-for-EndofRib timer(second) | 1.3.6.1.4.1.2011.5.25.138.1.3 | Integer32 (3..3000) | read-write | current |
| hwBgpGRStatusInfoTable OBJECT-TYPE This table show state of local router for a special peer. | 1.3.6.1.4.1.2011.5.25.138.1.4 | not-accessible | current | |
| hwBgpGRStatusInfoEntry OBJECT-TYPE State of local router for a special peer in this entry | 1.3.6.1.4.1.2011.5.25.138.1.4.1 | not-accessible | current | |
| hwBgpGRStatAddressFamily OBJECT-TYPE Address family of BGP( notspecified(1), ipv4(2), ipv6(3), vpls(25), l2vpn(196)) | 1.3.6.1.4.1.2011.5.25.138.1.4.1.1 | AFIType | not-accessible | current |
| hwBgpGRStatSubAddressFamily OBJECT-TYPE Sub address family of BGP( notspecified(1), unicast(2), multicast(3), unicastandmulticast(4), mpls(5), vpls(65), vpnv4(128)) | 1.3.6.1.4.1.2011.5.25.138.1.4.1.2 | SAFIType | not-accessible | current |
| hwBgpGRStatInstanceID OBJECT-TYPE The instance index of linking peer | 1.3.6.1.4.1.2011.5.25.138.1.4.1.3 | Unsigned32 | not-accessible | current |
| hwBgpGRStatPeerAddress OBJECT-TYPE Ipv4 address family of peer,note:there is only one kind of IP Address at a special address family,for example,there is ipv4 address at public unicast,and there will not be ipv6 address. | 1.3.6.1.4.1.2011.5.25.138.1.4.1.4 | InetAddress | not-accessible | current |
| hwBgpGRStatLocalGRRole OBJECT-TYPE Role of router in the process of GR,'restarter' means the router pay Restarter role in the process of GR,'helper' means the router pay Helper role in the process of GR,if each peer have confered with each others on GR,we call the kind of state is 'grnormal',if negotiation is unsuccessful,the kind of state is 'grnegotiatefail' | 1.3.6.1.4.1.2011.5.25.138.1.4.1.5 | GRRole | read-only | current |
| hwBgpGRTrap OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.138.2 | |||
| hwBgpGRMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.138.3 | |||
| hwBgpGRMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.138.3.1 | |||
| hwBgpGRMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.25.138.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| hwBgpGRRestarterEnterGR NOTIFICATION-TYPE We will report alarm when the local Router enters the GR state. | 1.3.6.1.4.1.2011.5.25.138.2.1 | current |
| hwBgpGRRestarterExitGR NOTIFICATION-TYPE We will recover the hwRestarterEnterGR alarm when the local Router exit the GR state. | 1.3.6.1.4.1.2011.5.25.138.2.2 | current |
| hwBgpGRHelperGRRestartTimeOut NOTIFICATION-TYPE The Restart Timer of Helper is overtime for special reason in process of GR. | 1.3.6.1.4.1.2011.5.25.138.2.3 | current |
| hwBgpGRHelperGRWaitForEndofRibTimeOut NOTIFICATION-TYPE The WaitForEndofRib Timer of Helper is overtime for special reason in process of GR. | 1.3.6.1.4.1.2011.5.25.138.2.4 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| hwBgpGRMIBCompliance MODULE-COMPLIANCE The compliance statement for Border GateWay Protocol Graceful Restart MIB. | 1.3.6.1.4.1.2011.5.25.138.3.1.1 | current |
| hwBgpGRCfgGroup OBJECT-GROUP Required objects to provide hwBgpGRMIB objects configuration information. hwBgpGRCfgGroup is optional. | 1.3.6.1.4.1.2011.5.25.138.3.2.1 | current |
| hwBgpGRStatGroup OBJECT-GROUP Required objects to provide hwBgpGRMIB objects configuration information. hwBgpGRStatGroup is optional. | 1.3.6.1.4.1.2011.5.25.138.3.2.2 | current |
| hwBgpGRTrapGroup NOTIFICATION-GROUP Objects required for BGP GR Trap. | 1.3.6.1.4.1.2011.5.25.138.3.2.3 | current |