All MIBs › ACC-BGP
Category: Routing Protocols, Vendor: ACC/Ericsson
Description:
Manages Border Gateway Protocol (BGP) routing configuration and session status on ACC/Ericsson routers, including peer definitions and route policy.
Imported Objects
From ACC-MIB
| DisplayString | |
| IfIndex | |
| RowStatus | |
| SmdsAddress | |
| accBRG | OBJECT-IDENTITY |
From ACC-SYSTEM
| accTrapLogSeqNum | OBJECT-TYPE |
From BGP4-MIB
| bgpLocalAs | OBJECT-TYPE |
| bgpPeerHoldTimeConfigured | OBJECT-TYPE |
| bgpPeerKeepAliveConfigured | OBJECT-TYPE |
| bgpPeerLocalAddr | OBJECT-TYPE |
| bgpPeerRemoteAddr | OBJECT-TYPE |
| bgpPeerState | OBJECT-TYPE |
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| IpAddress | |
| OBJECT-TYPE |
What Is ACC-BGP?
ACC-BGP is an Access Communications Corporation (WAN router vendor, later Cisco/PSAX-adjacent) proprietary MIB (extending BGP4-MIB) configuring BGP routing. Its objects cover admin state, message-log level, local-AS full-mesh flag, a peer table (address, configured version, default import preference/export metric, passive flag, MED-use flag, message level, multi-hop flag, status), and an import table (network, mask, peer AS/address, home AS, origin, action, preference, status). As a configuration/status MIB it lets an administrator confirm BGP peer session state and route-import policy on an ACC router. It is deployed on Access Communications Corporation routers. Engineers can download the ACC-BGP file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ACC-BGP. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- BGP peer session state and route-import policy
Supported Devices
- Access Communications Corporation routers
Monitoring Examples
An administrator checks accBgpPeerStatus and accBgpImportAction to confirm a BGP peer session and its route-import policy on an ACC router.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| accBgp | 1.3.6.1.4.1.5.1.1.51 | |||
| accBgpGeneral | 1.3.6.1.4.1.5.1.1.51.1 | |||
| INT accBgpAdminState | 1.3.6.1.4.1.5.1.1.51.1.1 | INTEGER | read-write | The administrative state of BGP. |
| INT accBgpMessageLevel | 1.3.6.1.4.1.5.1.1.51.1.2 | INTEGER | read-write | The diagnostic and message level setting. A higher value generates more detailed diagnostic feedback. |
| INT accBgpLocalAsFullMesh | 1.3.6.1.4.1.5.1.1.51.1.3 | INTEGER | read-write | Configures the local AS to a full mesh. |
| accBgpPeerTable | 1.3.6.1.4.1.5.1.1.51.2 | not-accessible | Extensions to the bgpPeerTable defined in rfc1657. | |
| accBgpPeerEntry | 1.3.6.1.4.1.5.1.1.51.2.1 | not-accessible | ||
| IP accBgpPeerAddress | 1.3.6.1.4.1.5.1.1.51.2.1.1 | IpAddress | read-only | The remote IP address of this entry's BGP peer. |
| INT accBgpPeerVersionConfigured | 1.3.6.1.4.1.5.1.1.51.2.1.2 | INTEGER | read-write | The configured version of this entry's BGP peer. |
| INT accBgpPeerDefaultImportPref | 1.3.6.1.4.1.5.1.1.51.2.1.3 | INTEGER | read-write | The default import preference for this entry's BGP peer. |
| INT accBgpPeerDefaultExportMetric | 1.3.6.1.4.1.5.1.1.51.2.1.4 | INTEGER | read-write | The default export metric for this entry's BGP peer. This value is used as the MED when no other specific policy is configured. |
| INT accBgpPeerPassive | 1.3.6.1.4.1.5.1.1.51.2.1.5 | INTEGER | read-write | Determines whether or not the local BGP entity will initiate a peer relationship with this BGP peer. |
| INT accBgpPeerUseMed | 1.3.6.1.4.1.5.1.1.51.2.1.6 | INTEGER | read-write | Determines if this local BGP entity will include the MED path attributes in announcements to this BGP peer. |
| INT accBgpPeerMessageLevel | 1.3.6.1.4.1.5.1.1.51.2.1.7 | INTEGER | read-write | The configured diagnostic level for this BGP peer. Setting this value to 1 will enable the interface to generate critical diagnostic information. Increasing the value increases the diagnostic information. Level 7 is mostly informational. |
| INT accBgpPeerMultiHop | 1.3.6.1.4.1.5.1.1.51.2.1.8 | INTEGER | read-write | Configures this BGP peer to be more than one hop away. Used for external BGP peers only. |
| ROW accBgpPeerStatus | 1.3.6.1.4.1.5.1.1.51.2.1.9 | RowStatus | read-write | The current status of this protocol entry. |
| accBgpImportTable | 1.3.6.1.4.1.5.1.1.51.4 | not-accessible | This table lists the import policies used by this BGP application. Import policies determine what NLRI from BGP peer announcements that will be accepted and added to the local forwarding table. | |
| accBgpImportEntry | 1.3.6.1.4.1.5.1.1.51.4.1 | not-accessible | ||
| IP accBgpImportNetwork | 1.3.6.1.4.1.5.1.1.51.4.1.1 | IpAddress | read-only | The import policies NLRI prefix. |
| IP accBgpImportMask | 1.3.6.1.4.1.5.1.1.51.4.1.2 | IpAddress | read-only | The mask to be used against BGP peer announcements NLRI and compared to this policies network object value. |
| INT accBgpImportPeerAS | 1.3.6.1.4.1.5.1.1.51.4.1.3 | INTEGER | read-only | The BGP peer's AS. |
| IP accBgpImportPeerAddress | 1.3.6.1.4.1.5.1.1.51.4.1.4 | IpAddress | read-only | The BGP peer's IP address. |
| INT accBgpImportHomeAS | 1.3.6.1.4.1.5.1.1.51.4.1.5 | INTEGER | read-only | The home AS of the NLRI in the announcement |
| INT accBgpImportOrigin | 1.3.6.1.4.1.5.1.1.51.4.1.6 | INTEGER | read-only | The Origin code of the NLRI in the announcement. |
| INT accBgpImportAction | 1.3.6.1.4.1.5.1.1.51.4.1.7 | INTEGER | read-write | The action to be taken when a policy match is met. |
| INT accBgpImportPreference | 1.3.6.1.4.1.5.1.1.51.4.1.8 | INTEGER | read-write | The import preference to be assigned the NLRI when a policy match has been met. |
| ROW accBgpImportStatus | 1.3.6.1.4.1.5.1.1.51.4.1.9 | RowStatus | read-write | The current status of this row entry. |
| accBgpASWeightTable | 1.3.6.1.4.1.5.1.1.51.5 | not-accessible | The AS weight table. This table indicates how the local BGP application is weighting Autonomous System during path selection. | |
| accBgpASWeightEntry | 1.3.6.1.4.1.5.1.1.51.5.1 | not-accessible | ||
| INT accBgpASWeightAS | 1.3.6.1.4.1.5.1.1.51.5.1.1 | INTEGER | read-only | The Autonomous System identifier. |
| INT accBgpASWeight | 1.3.6.1.4.1.5.1.1.51.5.1.2 | INTEGER | read-write | The AS weight to be applied. A value of 255 is equivalent to infinity. |
| ROW accBgpASWeightStatus | 1.3.6.1.4.1.5.1.1.51.5.1.3 | RowStatus | read-write | The current status of this entry. |
| accBgpAggregateTable | 1.3.6.1.4.1.5.1.1.51.6 | not-accessible | The BGP aggregation policy table. This table indicates what the local BGP application will attempt to aggregate. | |
| accBgpAggregateEntry | 1.3.6.1.4.1.5.1.1.51.6.1 | not-accessible | ||
| IP accBgpAggregateAddr | 1.3.6.1.4.1.5.1.1.51.6.1.1 | IpAddress | read-only | The aggregate address to be made active when a aggregate policy match is made. |
| IP accBgpAggregateMask | 1.3.6.1.4.1.5.1.1.51.6.1.2 | IpAddress | read-only | The mask to be included with the aggregate address when a aggregate policy match is made. |
| INT accBgpAggregateAdvertise | 1.3.6.1.4.1.5.1.1.51.6.1.3 | INTEGER | read-write | Determines whether or not the aggregate policy will be suppressed when a aggregate policy match is made. |
| INT accBgpAggregatePref | 1.3.6.1.4.1.5.1.1.51.6.1.4 | INTEGER | read-write | The preference of the aggregate policy when a policy match is made. |
| INT accBgpAggregateComponents | 1.3.6.1.4.1.5.1.1.51.6.1.5 | INTEGER | read-write | The number aggregate policy components that must be active before this aggregate policy is made active. |
| INT accBgpAggregateActive | 1.3.6.1.4.1.5.1.1.51.6.1.6 | INTEGER | read-only | Indicates whether this aggregate policy is currently active. |
| INT accBgpAggregateAdminStat | 1.3.6.1.4.1.5.1.1.51.6.1.7 | INTEGER | read-write | The administrative status of this aggregate policy. |
| ROW accBgpAggregateStatus | 1.3.6.1.4.1.5.1.1.51.6.1.8 | RowStatus | read-write | The current status of this entry. |
| accBgpAggrComponentTable | 1.3.6.1.4.1.5.1.1.51.7 | not-accessible | The BGP applications aggregate policy component table. | |
| accBgpAggrComponentEntry | 1.3.6.1.4.1.5.1.1.51.7.1 | not-accessible | ||
| IP accBgpAggrCompParentAddr | 1.3.6.1.4.1.5.1.1.51.7.1.1 | IpAddress | read-only | The components aggregate policy parent address. |
| IP accBgpAggrCompParentMask | 1.3.6.1.4.1.5.1.1.51.7.1.2 | IpAddress | read-only | The components aggregate policy parent mask. |
| IP accBgpAggrComponentAddr | 1.3.6.1.4.1.5.1.1.51.7.1.3 | IpAddress | read-only | The components address. |
| IP accBgpAggrComponentMask | 1.3.6.1.4.1.5.1.1.51.7.1.4 | IpAddress | read-only | The components mask. |
| INT accBgpAggrComponentProtocol | 1.3.6.1.4.1.5.1.1.51.7.1.5 | INTEGER | read-write | The route's protocol owner that will cause this aggregate component to activate. |
| INT accBgpAggrComponentActive | 1.3.6.1.4.1.5.1.1.51.7.1.6 | INTEGER | read-only | Indicates whether this aggregate component is currently active. |
| ROW accBgpAggrComponentStatus | 1.3.6.1.4.1.5.1.1.51.7.1.7 | RowStatus | read-write | The current status of this entry. |
| accBgpExportTable | 1.3.6.1.4.1.5.1.1.51.8 | not-accessible | This table lists the export policies used by the local BGP routing application. Export policies determine what NLRI BGP will include in announcements to BGP peers. | |
| accBgpExportEntry | 1.3.6.1.4.1.5.1.1.51.8.1 | not-accessible | ||
| INT accBgpExportPeerAS | 1.3.6.1.4.1.5.1.1.51.8.1.1 | INTEGER | read-only | The BGP peer's AS identifier. |
| IP accBgpExportPeerAddress | 1.3.6.1.4.1.5.1.1.51.8.1.2 | IpAddress | read-only | The BGP peer's address. |
| INT accBgpExportProtocol | 1.3.6.1.4.1.5.1.1.51.8.1.3 | INTEGER | read-only | The protocol owner of the NLRI. |
| INT accBgpExportSpecific2 | 1.3.6.1.4.1.5.1.1.51.8.1.4 | INTEGER | read-only | The secondary protocol specific value for this export policy. |
| INT accBgpExportSpecific1 | 1.3.6.1.4.1.5.1.1.51.8.1.5 | INTEGER | read-only | The protocol specific value for this export policy. |
| IP accBgpExportNetwork | 1.3.6.1.4.1.5.1.1.51.8.1.6 | IpAddress | read-only | The export policies NLRI prefix. |
| IP accBgpExportMask | 1.3.6.1.4.1.5.1.1.51.8.1.7 | IpAddress | read-only | The mask to be used against NLRI when performing a policy lookup. A match is considered met if the result is subsumable by the network object value. |
| INT accBgpExportAction | 1.3.6.1.4.1.5.1.1.51.8.1.8 | INTEGER | read-write | The action to be taken when a policy match is met. |
| INT accBgpExportMetric | 1.3.6.1.4.1.5.1.1.51.8.1.9 | INTEGER | read-write | The metric (or MED) to be included in announcements to BGP peer's when a policy match is met. |
| ROW accBgpExportStatus | 1.3.6.1.4.1.5.1.1.51.8.1.10 | RowStatus | read-write | The current status of this entry. |
| accBgpTraps | 1.3.6.1.4.1.5.1.1.51.9 | |||
| NTF accBgpPeerNotDisbldTrap | 1.3.6.1.4.1.5.1.1.51.9.0.1 | Peer must be disabled before it has to be deleted. User tried to delete a peer without disabling it and hence the trap. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpAddFltPolTrap | 1.3.6.1.4.1.5.1.1.51.9.0.2 | Add BGP filter policy failed. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpDelFltPolTrap | 1.3.6.1.4.1.5.1.1.51.9.0.3 | It happens when the user tries to delete a filter policy that doesnt exist. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpAddImpPolTrap | 1.3.6.1.4.1.5.1.1.51.9.0.4 | Adding Import policy failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpDelImpPolTrap | 1.3.6.1.4.1.5.1.1.51.9.0.5 | It happens when the user tries to delete an Import policy that doesnt exist. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpAddAsWtPolTrap | 1.3.6.1.4.1.5.1.1.51.9.0.6 | Adding AS weight policy failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpDelAsWtPolTrap | 1.3.6.1.4.1.5.1.1.51.9.0.7 | It happens when the user tries to delete an AS weight policy that doesnt exist. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpNbrTrap | 1.3.6.1.4.1.5.1.1.51.9.0.8 | Probably attempted to add ourselves as a peer. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpInvHoldKeepAliveTrap | 1.3.6.1.4.1.5.1.1.51.9.0.9 | Hold_time shouldnt be less than Keep_Alive time (it is recommended that keep_alive time be one-third of hold_time). Trap occured when the user tried configure Hold_time less than the Keep_Alive time. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpIllegalLocalAsTrap | 1.3.6.1.4.1.5.1.1.51.9.0.10 | Wont be allowed setting if local AS was not setup. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpIBGPPeerAddrTrap | 1.3.6.1.4.1.5.1.1.51.9.0.11 | Peer belongs to same AS. So trap indicates ignoring IBgp peer address. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpPolPeerAddrTrap | 1.3.6.1.4.1.5.1.1.51.9.0.12 | Indiacates that Peer is not directly connected. It is probably IBGP peer, if we have not connected to him yet we cannot say for sure (multi-hop eBGP), trap warning the user. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpPeerNotFndTrap | 1.3.6.1.4.1.5.1.1.51.9.0.13 | Peer in policy not found. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpPeerAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.14 | Could not allocate memory for Peer due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpRcvBfrAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.15 | Alloc rcv buffer failed due to memory shortage, hence the trap indicating the same. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpTmrAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.16 | Timer alloc failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpPeerEnableTmrAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.17 | Timer alloc failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpGrpAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.18 | Could not allocate memory for BGP group due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpShutdownAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.19 | Shutdown alloc failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpOrphanTrap | 1.3.6.1.4.1.5.1.1.51.9.0.20 | Indicates that either parent doesnt exist; allocating memory for peer FSM timers or other peer timers failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpRtclAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.21 | Rtcl alloc failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpAggrAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.22 | Aggregate policy alloc failed due to memory shortag. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpPolAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.23 | Policy alloc failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpAnnounceAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.24 | Announce alloc failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpAddNhTrap | 1.3.6.1.4.1.5.1.1.51.9.0.25 | ip_add_nh Failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpNlriAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.26 | Alloc NLRI failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpPeerRtAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.27 | Alloc route failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpPeerRtEntryAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.28 | Alloc route entry failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpRtInfoAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.29 | Alloc BGP route info failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpEvntMemTrap | 1.3.6.1.4.1.5.1.1.51.9.0.30 | Allocation for event message failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpPeerCBAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.31 | Peer CB not allocated due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpRelEvntMemTrap | 1.3.6.1.4.1.5.1.1.51.9.0.32 | Allocation for event message failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpConnectTrap | 1.3.6.1.4.1.5.1.1.51.9.0.33 | Indicates that creating a connection has failed. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 5 | ||
| NTF accBgpPeerInvStateTrap | 1.3.6.1.4.1.5.1.1.51.9.0.34 | Peer invalid state. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 5 | ||
| NTF accBgpAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.35 | Alloc failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpPeerNoTxBfrTrap | 1.3.6.1.4.1.5.1.1.51.9.0.36 | Allocation for transmit buffers failed due to memory shortage. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 5 | ||
| NTF accBgpPeerWriteTrap | 1.3.6.1.4.1.5.1.1.51.9.0.37 | The peer has no valid control block; so any write operation will be rejected. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 5 | ||
| NTF accBgpClosingConnTrap | 1.3.6.1.4.1.5.1.1.51.9.0.38 | The peer has no valid control block; so any write operation will be rejected. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 5 | ||
| NTF accBgpSpoolBfrTrap | 1.3.6.1.4.1.5.1.1.51.9.0.39 | Indicates that spool buffer for a peer is tried to create even though it has one already. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpRtryCntTrap | 1.3.6.1.4.1.5.1.1.51.9.0.40 | Peer retry count exceeded, closing connection. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 2 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 45 | ||
| NTF accBgpPaAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.41 | Alloc PA failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpPSegAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.42 | Alloc PSeg failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpAddNxtHopTrap | 1.3.6.1.4.1.5.1.1.51.9.0.43 | Adding nexthop failed due to memory shortage. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 7 | ||
| NTF accBgpRxBufAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.44 | Alloc receive buffer failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| NTF accBgpPeerRcvBfrAllocTrap | 1.3.6.1.4.1.5.1.1.51.9.0.45 | Alloc Message Receive Buffer failed due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accBgpTrapMsg } PCAUSE-DEFAULT: 32 | ||
| STR accBgpTrapMsg | 1.3.6.1.4.1.5.1.1.51.9.1 | DisplayString | read-write | Enterprise Trap Message for Bgp. |
RFC description
Extends RFC 1657 BGP MIB with ACC-specific peer configuration including import preferences and export metrics.
Start monitoring ACC/Ericsson WAN access routers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.