HUAWEI-BGP-GR-MIB
28 objects
The HUAWEI-BGP-GR-MIB contains objects to Manage configuration and Monitor running state for BGP Graceful Restart feature.
Imported Objects
| HUAWEI-MIB | hwDatacomm |
| INET-ADDRESS-MIB | InetAddress |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2011.5.25.138 | IdentityhwBgpGRMIB | The HUAWEI-BGP-GR-MIB contains objects to Manage configuration and Monitor running state for BGP Graceful Restart feature. | ||
| 1.3.6.1.4.1.2011.5.25.138.1 | NodehwBgpGRMIBObjects | |||
| 1.3.6.1.4.1.2011.5.25.138.1.1 | ScalarhwBgpGRCapability | read-write | current | 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.2 | ScalarhwBgpGRRestartTime | read-write | current | The Value of BGP GR restart timer(second) |
| 1.3.6.1.4.1.2011.5.25.138.1.3 | ScalarhwBgpGRWaitForRibTime | read-write | current | The value of BGP GR wait-for-EndofRib timer(second) |
| 1.3.6.1.4.1.2011.5.25.138.1.4 | TablehwBgpGRStatusInfoTable | not-accessible | current | This table show state of local router for a special peer. |
| 1.3.6.1.4.1.2011.5.25.138.1.4.1 | RowhwBgpGRStatusInfoEntry | not-accessible | current | State of local router for a special peer in this entry |
| 1.3.6.1.4.1.2011.5.25.138.1.4.1.1 | ColumnhwBgpGRStatAddressFamily | not-accessible | current | 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.2 | ColumnhwBgpGRStatSubAddressFamily | not-accessible | current | 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.3 | ColumnhwBgpGRStatInstanceID | not-accessible | current | The instance index of linking peer |
| 1.3.6.1.4.1.2011.5.25.138.1.4.1.4 | ColumnhwBgpGRStatPeerAddress | not-accessible | current | 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… |
| 1.3.6.1.4.1.2011.5.25.138.1.4.1.5 | ColumnhwBgpGRStatLocalGRRole | read-only | current | 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 proce… |
| 1.3.6.1.4.1.2011.5.25.138.2 | NodehwBgpGRTrap | |||
| 1.3.6.1.4.1.2011.5.25.138.2.1 | NotificationhwBgpGRRestarterEnterGR | current | We will report alarm when the local Router enters the GR state. | |
| 1.3.6.1.4.1.2011.5.25.138.2.2 | NotificationhwBgpGRRestarterExitGR | current | 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.3 | NotificationhwBgpGRHelperGRRestartTimeOut | current | 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.4 | NotificationhwBgpGRHelperGRWaitForEndofRibTimeOut | current | The WaitForEndofRib Timer of Helper is overtime for special reason in process of GR. | |
| 1.3.6.1.4.1.2011.5.25.138.3 | NodehwBgpGRMIBConformance | |||
| 1.3.6.1.4.1.2011.5.25.138.3.1 | NodehwBgpGRMIBCompliances | |||
| 1.3.6.1.4.1.2011.5.25.138.3.1.1 | CompliancehwBgpGRMIBCompliance | current | The compliance statement for Border GateWay Protocol Graceful Restart MIB. | |
| 1.3.6.1.4.1.2011.5.25.138.3.2 | NodehwBgpGRMIBGroups | |||
| 1.3.6.1.4.1.2011.5.25.138.3.2.1 | GrouphwBgpGRCfgGroup | current | Required objects to provide hwBgpGRMIB objects configuration information. hwBgpGRCfgGroup is optional. | |
| 1.3.6.1.4.1.2011.5.25.138.3.2.2 | GrouphwBgpGRStatGroup | current | Required objects to provide hwBgpGRMIB objects configuration information. hwBgpGRStatGroup is optional. | |
| 1.3.6.1.4.1.2011.5.25.138.3.2.3 | GrouphwBgpGRTrapGroup | current | Objects required for BGP GR Trap. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| AFIType | INTEGER { notspecified(1), ipv4(2), ipv6(3), vpls(25), l2vpn(196) } | current | This type is used to show Address Family |
| GRRole | INTEGER { grnormal(1), restarter(2), helper(3), grnegotiatefail(4) } | current | 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 conferr… |
| SAFIType | INTEGER { notspecified(1), unicast(2), multicast(3), unicastandmulticast(4), mpls(5), vpls(65), vpnv4(128) } | current | This type is used to show Sub Address Family |
| Status | INTEGER { enabled(1), disabled(2) } | current | 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 |