Wellfleet-BGP-MIB: View SNMP OID List / Download MIB
VENDOR: WELLFLEET
Home | MIB: Wellfleet-BGP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
wfBgpGeneralGroup | 1.3.6.1.4.1.18.3.5.3.2.5.1 | |||
wfBgp | 1.3.6.1.4.1.18.3.5.3.2.5.1.1 | |||
wfBgpDelete | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.1 | integer | read-write |
Create/Delete parameter for determining whether or not BGP is configured on this router. Enumeration: 'deleted': 2, 'created': 1. |
wfBgpDisable | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.2 | integer | read-write |
Enable/Disable parameter for determining whether or not to allow any versions of BGP to start up. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpState | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.3 | integer | read-only |
the administrative state of BGP Enumeration: 'down': 2, 'notpresent': 5, 'init': 3, 'up': 1, 'invalid': 4. |
wfBgpIdentifier | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.4 | ipaddress | read-write |
The BGP Identifier for this router. |
wfBgpLocalAs | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.5 | integer | read-write |
The Autonomous System (AS) that this router belongs to. |
wfBgpEbgpDebugSwitch | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.6 | integer | read-write |
If this debug switch is enabled, BGP will not enforce the rule that requires each EBGP peer to be on a directly attached network. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpVersion | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.7 | octet string | read-only |
Vector of supported BGP protocol version numbers. Each peer negotiates the version from this vector. Versions are identified via the string of bits contained within this attribute. The first octet contains bits 0 to 7, the second octet contains bits 8 to 15, and so on, with the most significant bit referring to the lowest bit number in the octet (e.g., the MSB of the first octet refers to bit 0). If a bit, i, is present and set, then the version (i+1) of the BGP is supported. |
wfBgpIntraAsIbgpRouting | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.8 | integer | read-write |
If this switch is enabled, BGP will perform Intra-AS IBGP routing. Enumeration: 'disabled': 2, 'enabled': 1. |
wfIbgpFromProtocols | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.9 | integer | read-write |
if Intra-AS IBGP routing is enabled, this attribute spcifies if non-BGP external routes can be propogated via IBGP. Enumeration: 'bgp': 1, 'all': 2. |
wfBgpIntAdvTimer | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.10 | integer | read-write |
the minimum time interval, in seconds, between injections of EBGP routes into the IP routing table. default is 5. Can't be zero |
wfBgpUsedRoutes | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.11 | counter | read-only |
the number of received BGP routes that have been submitted for possible inclusion in the IP routing table. |
wfBgpTotalRoutes | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.12 | counter | read-only |
the total number of BGP routes currently maintained. |
wfBgpTotalPaths | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.13 | counter | read-only |
the total number of BGP path attributes blocks currently maintained. |
wfBgpMaxRedundantIbgpRoutes | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.14 | integer | read-write |
Specifies the maximum number of IBGP routes to the same destination to be stored. At this point at least one route is stored even if zero is specified. If set to BGP_MAX_REDUNDANT_RTS_MAXIMUM, no limit will be imposed. |
wfBgpRouteRequestSwitch | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.15 | integer | read-write |
If this switch is enabled and at least one connection to IBGP route server is enabled, alternate routes to a destination which became unreachable will be requested from the Route Server. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpConnCollisionDetect | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.16 | integer | read-write |
If this switch is enabled, redundant BGP connections to the same router will be detected and disallowed, i.e. only one BGP connection to the same router will be maintained. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpRsTopology | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.17 | integer | read-write |
Specifies IBGP Route Server connection topology: none(Non-RS), RC, full-mesh, or tree. To enable Route Server mode full-mesh or tree topology must be selected. Enumeration: 'none': 1, 'client': 2, 'tree': 4, 'mesh': 3. |
wfBgpClusterIdentifier | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.18 | gauge | read-write |
If RS Server, cluster Identifer for this server |
wfBgpDynamicPolChangeSupport | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.19 | integer | read-write |
If this switch is enabled, when a BGP policy rule changes all affected routes are dynamically re-evaluated according to the new policy specification. If this switch is disabled, all bgp connections are restarted. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpSoloistSlots | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.20 | gauge | read-write |
Slot mask for which slots BGP is eligible to run on. The MSBit represents slot 1, the next most significant bit represents slot 2, and so on... Slots can be 1-14. Default is all slots on a BCN. |
wfBgpSoloistSlot | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.21 | integer | read-only |
Slot on which BGP runs in Soloist mode. Slots can be 1-14. Zero means that BGP is not in a Soloist mode. Default is zero. |
wfBgpSubnetAggregation | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.22 | integer | read-write |
If this switch is enabled, non-BGP originated subnet routes are aggregated to their corresponding natural network routes for advertisement to bgp peers. Advertisement of BGP originated routes is not affected by this switch. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpBlackHoleSupport | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.23 | integer | read-write |
If this switch is disabled BGP doesn't submit a 'black-hole' route into IP routing table for an aggregate route advertised to a BGP peer. For action 'drop' packet will be dropped and for 'reject' - 'ICMP Destination Unreachable' will be send back. Enumeration: 'disabled': 1, 'drop': 2, 'reject': 3. |
wfBgpMedComparison | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.24 | integer | read-write |
If this switch is disabled BGP, the Multi-Exit Discriminator (MED) route attribute is not considered in the route selection process. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpIbgpReflection | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.25 | integer | read-write |
Enables/Disables reflecting of BGP routes to IBGP peers. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpIbgpEcmpMethod | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.26 | integer | read-write |
Method to use IGP ECMP routing information for an IBGP peering. route-balance method distributes a set of destination networks that share the same IBGP Next Hop among available ECMP routes. Each IBGP network has one route submitted to IP RTM. traffic-balance uses all avaiable IGP ECMP routes. Each IBGP network submitted to IP RTM number of times equal to number IGP ECMP routes to IBGP Next Hop. Enumeration: 'disabled': 1, 'route-balance': 2, 'traffic-balance': 3. |
wfBgpLocalPrefCalc | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.27 | integer | read-write |
Enable/disable local_pref calculation Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpConfedIdentifier | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.28 | integer | read-write |
The BGP Confederation Identifier for this router. NIL means this AS is not a member of any confederation |
wfBgpConfedPeers | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.29 | octet string | read-write |
Peer list of this BGP speaker to other member sub_ASs within the same confederation, NIL means no peer from this speaker to neighbor ASs that are members of this local confederation |
wfBgpIgpInterAction | 1.3.6.1.4.1.18.3.5.3.2.5.1.1.30 | integer | read-write |
Bit map for BGP/IGP interaction control: bit 15 bit 0 +---------------------------------------+ | | +---------------------------------------+ bit0: eBGP to OSPF bit1: eBGP to RIP bit2 - bit15: Reserved value 0 means no interaction |
wfBgpPeerTable | 1.3.6.1.4.1.18.3.5.3.2.5.1.2 | no-access |
The BGP Peer table contains configuration and statistical information regarding this router's BGP peers |
|
1.3.6.1.4.1.18.3.5.3.2.5.1.2.1 | no-access |
An entry in the BGP-Peer table |
||
wfBgpPeerDelete | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.1 | integer | read-write |
Create/Delete: if set to delete, the peer connection is removed Enumeration: 'deleted': 2, 'created': 1. |
wfBgpPeerDisable | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.2 | integer | read-write |
Enable/Disable: controls whether the peer connection is enabled or disabled Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpPeerState | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.3 | integer | read-only |
the administrative state of the peer connection on this interface Enumeration: 'down': 2, 'notpresent': 5, 'init': 3, 'up': 1, 'invalid': 4. |
wfBgpPeerLocalAddr | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.4 | ipaddress | read-only |
the local interface address |
wfBgpPeerLocalPort | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.5 | integer | read-only |
the local TCP port number |
wfBgpPeerRemoteAddr | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.6 | ipaddress | read-only |
the peer's interface address |
wfBgpPeerRemotePort | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.7 | integer | read-only |
the peer's TCP port number |
wfBgpPeerMinVersion | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.8 | integer | read-write |
the minimum BGP version number supported on this connection. Default is 4. Enumeration: 'bgp4': 4, 'bgp3': 3. |
wfBgpPeerMaxVersion | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.9 | integer | read-write |
the maximum BGP version number supported on this connection Default is 4. Enumeration: 'bgp4': 4, 'bgp3': 3. |
wfBgpPeerRemoteAs | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.10 | integer | read-write |
the configured peer's AS number. this must be filled in. the AS received in the open message must match this one. |
wfBgpPeerExtAdvTimer | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.11 | integer | read-write |
Time interval in seconds for the MinRouteAdvertisementInterval BGP timer. Default is 30. Can't be zero |
wfBgpPeerConnectRetry | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.12 | integer | read-write |
the ConnectRetry timer, in seconds. this is the time between TCP connection attempts. |
wfBgpPeerCfgHoldtime | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.13 | integer | read-write |
the configured Holdtime timer, in seconds. this is the maximum time that the peer can wait without receiving a KEEPALIVE from this speaker. if no hold timer is to be used (for an SVC), zero should be entered. otherwise, the value must be 3 or greater. this value is sent in the OPEN message. upon receipt of an OPEN, the received hold time is compared to this value. if both are zero, no hold timer will be run and periodic keepalives will not be sent. otherwise, the minimum of the two timers will be used. if this results in a hold timer of less than 3, 3 will be used. |
wfBgpPeerHoldtime | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.14 | integer | read-only |
the Holdtime timer value that was negotiated and is in use |
wfBgpPeerCfgKeepAlive | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.15 | integer | read-write |
the configured KeepAlive timer, in seconds. this is the interval between sending KEEPALIVE messages. if the hold timer was set to zero, this is ignored. otherwise, the KeepAlive timer will be set to the minimum of this value and 1/3 of the hold timer. |
wfBgpPeerKeepAlive | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.16 | integer | read-only |
the value used for the KeepAlive timer |
wfBgpPeerPathAttrSwitch | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.17 | integer | read-write |
controls whether the wfBgp3PathAttrTable (and the bgpRcvdPathAttrTable) will be maintained. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpPeerIdentifier | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.18 | ipaddress | read-only |
the BGP ID of the Peer |
wfBgpPeerConnState | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.19 | integer | read-only |
the state of the BGP connection FSM Enumeration: 'established': 6, 'openconfirm': 5, 'opensent': 4, 'idle': 1, 'connect': 2, 'active': 3. |
wfBgpPeerNegotiatedVersion | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.20 | integer | read-only |
the negotiated version of BGP running between the two peers |
wfBgpPeerInUpdates | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.21 | counter | read-only |
the number of BGP UPDATE messages received on this connection. This object should be initialized to zero when the connection is established. |
wfBgpPeerOutUpdates | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.22 | counter | read-only |
the number of BGP UPDATE messages transmitted on this connection. This object should be initialized to zero when the connection is established. |
wfBgpPeerInTotalMessages | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.23 | counter | read-only |
the total number of messages received from the remote peer on this connection. This object should be initialized to zero when the connection is established. |
wfBgpPeerOutTotalMessages | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.24 | counter | read-only |
the total number of messages transmitted from the remote peer on this connection. This object should be initialized to zero when the connection is established. |
wfBgpPeerLastError | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.25 | octet string | read-only |
the last error code and subcode seen by this peer on this connection. If no error has occurred, this field is zero. Otherwise, the first byte of this two byte OCTET STRING contains the error code; the second contains the subcode. |
wfBgpPeerTotalRoutes | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.26 | counter | read-only |
the total number of routes that were received from this peer that we are currently maintaining. |
wfBgpPeerFsmEstablishedTransitions | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.27 | counter | read-only |
The total number of times the BGP FSM transitioned into the established state. |
wfBgpPeerFsmEstablishedTime | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.28 | gauge | read-only |
This timer indicates how long (in seconds) this peer has been in the Established state or how long since this peer was last in the Established state. It is set to zero when a new peer is configured or the router is booted. |
wfBgpPeerInUpdateElapsedTime | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.29 | gauge | read-only |
Elapsed time in seconds since the last BGP UPDATE message was received from the peer. Each time wfBgpPeerInUpdates is incremented, the value of this object is set to zero (0). |
wfBgpPeerMinASOriginationInterval | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.30 | integer | read-write |
Time interval in seconds for the MinASOriginationInterval timer. The default value for this timer is 15 seconds. Can't be zero. |
wfBgpPeerLocalAS | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.31 | integer | read-write |
If configured, specifies the AS Number that is sent in OPEN message to this peer. If zero, the AS Number specified with wfBgpLocalAS attribute is used. |
wfBgpPeerMaxUpdateSize | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.32 | integer | read-write |
Specifies the maximum size (in bytes) of UPDATE message that can be sent to this peer. Note that, if the message size that is needed to advertise a single route is greater than the configured maximum message size, the acctual message size can exceed the configured value. |
wfBgpPeerRouteEchoSwitch | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.33 | integer | read-write |
The switch controls route echoing. If enabled, a BGP route that is selected for forwarding is advertised back to the peer from which the route was received. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpPeerDiscardDuplicateRouteSwitch | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.34 | integer | read-write |
Indicates if duplicate routes with the identical path attributes should be discarded. Should be enabled only when peering with an IBGP Route Server. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpPeerRSMode | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.35 | integer | read-write |
Indicates the Route Reflector / Route Server Mode of BGP peer: (1) - not a Route Server or Route Reflector connection; (2) - peer is a Route Server client; (3) - peer is a Route Server in the same RS cluster; (4) - peer is a Route Server in a different RS cluster; (5) - peer is a Route Reflector client; (6) - peer is a Route Reflector in the same RR cluster; (7) - peer is a Route Reflector in a different RR cluster. Enumeration: 'none': 1, 'server-client': 2, 'reflector-internal': 6, 'reflector-client': 5, 'server-internal': 3, 'server-external': 4, 'reflector-external': 7. |
wfBgpPeerRSIdentifier | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.36 | integer | read-write |
if wfBgpPeerRSMode is BGP_PEER_RS_MODE_INTERNAL or BGP_PEER_RS_MODE_RS_EXTERNAL, specifies the RS Identifier that is send in IDENTIFICATION message. |
wfBgpPeerCfgDelayGranularity | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.37 | integer | read-write |
the configured delay granularity in seconds. |
wfBgpPeerDelayGranularity | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.38 | integer | read-only |
the delay granularity in use |
wfBgpPeerLastErrorSrc | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.39 | integer | read-only |
The source of the last error notification received/sent \ ( 1 = recv / 2 = sent ). A null is present if no errors \ have occured. |
wfBgpPeerNexthopSelf | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.40 | integer | read-write |
Disable the use of third party advertisements Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpPeerASLoopDetect | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.41 | integer | read-write |
Designates whether the router will kill a peering \ session if a Loop is detected in the AS Path. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpPeerBgpEcmpMethod | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.42 | integer | read-write |
Defines a method to use IGP ECMP routing information. route-balance method distributes a set of destination networks that share the same BGP Next Hop among available ECMP routes. Each BGP network has one route submitted to IP RTM. traffic-balance uses all avaiable IGP ECMP routes. Each BGP network submitted to IP RTM number of times equal to number IGP ECMP routes to BGP Next Hop. This parameter is similar to wfBgpIbgpEcmpMethod but is applicable only to EBGP peer connections. IBGP peer connection selects ECMP method according to wfBgpIbgpEcmpMethod value. Enumeration: 'disabled': 1, 'route-balance': 2, 'traffic-balance': 3. |
wfBgpPeerDampenedRoutes | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.43 | integer | read-only |
Number of routes from this peer that are suppressed due to flap dampening. |
wfBgpPeerTTL | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.44 | integer | read-write |
Configurable Time-To-Live field to be used for this peer connection. Unless wfBgpEbgpDebugSwitch is set, a TTL of 1 is used for external BGP connections. A value of zero (default) indicate to use wfIpBaseDefaultTTL as the TTL value for this peer connection. |
wfBgpPeerTcpAuthentication | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.45 | integer | read-write |
Indicates if BGP TCP Authentication is enabled\ none(1) - no authentication\ md5(2) - MD5 authentication enabled Enumeration: 'none': 1, 'md5': 2. |
wfBgpPeerTcpMd5KeyStorage | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.46 | integer | read-write |
Indicates how the wfBgpPeerTcpMd5Key is stored \ in the MIB and configuration file. \ clear-text(1) - the key is stored unencrypted \ encrypted(2) - the key is stored encrypted Enumeration: 'encrypted': 2, 'clear-text': 1. |
wfBgpPeerTcpMd5Key | 1.3.6.1.4.1.18.3.5.3.2.5.1.2.1.47 | octet string | read-write |
if nil, no key configured\ if not nil, BGP TCP MD5 authentication key stored in \ wfBgpPeerTcpMd5KeyStorage format |
wfBgpAsWeightTable | 1.3.6.1.4.1.18.3.5.3.2.5.1.3 | no-access |
The BGP AS weight table contains weights for autonomous systems for use in best-route calculations |
|
1.3.6.1.4.1.18.3.5.3.2.5.1.3.1 | no-access |
An entry in the BGP AS weight table |
||
wfBgpAsWeightDelete | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.1 | integer | read-write |
Create/Delete: if set to delete, the AS entry is removed from this table Enumeration: 'deleted': 2, 'created': 1. |
wfBgpAsWeightDisable | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.2 | integer | read-write |
Enable/Disable: controls whether the AS entry is enabled or disabled Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpAsWeightState | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.3 | integer | read-only |
the state of this AS weight entry Enumeration: 'down': 2, 'notpresent': 5, 'init': 3, 'up': 1, 'invalid': 4. |
wfBgpAsWeightNumber | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.4 | integer | read-only |
the AS number |
wfBgpAsWeightValue | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.5 | integer | read-write |
the class-1 value to assign to this AS |
wfBgpAsWeightValue2 | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.6 | integer | read-write |
the class-2 value to assign to this AS Enumeration: 'default2': 8. |
wfBgpAsWeightValue3 | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.7 | integer | read-write |
the class-3 value to assign to this AS Enumeration: 'default3': 8. |
wfBgpAsWeightValue4 | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.8 | integer | read-write |
the class-4 value to assign to this AS Enumeration: 'default4': 8. |
wfBgpAsWeightValue5 | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.9 | integer | read-write |
the class-5 value to assign to this AS Enumeration: 'default5': 8. |
wfBgpAsWeightValue6 | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.10 | integer | read-write |
the class-6 value to assign to this AS Enumeration: 'default6': 8. |
wfBgpAsWeightValue7 | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.11 | integer | read-write |
the class-7 value to assign to this AS Enumeration: 'default7': 8. |
wfBgpAsWeightValue8 | 1.3.6.1.4.1.18.3.5.3.2.5.1.3.1.12 | integer | read-write |
the class-8 value to assign to this AS Enumeration: 'default8': 8. |
wfBgpPathAttrTable | 1.3.6.1.4.1.18.3.5.3.2.5.1.4 | no-access |
The BGP received path attribute table contains information about paths to destination networks received by all peers. |
|
1.3.6.1.4.1.18.3.5.3.2.5.1.4.1 | no-access |
An entry in the BGP Path Attribute Table |
||
wfBgpPathAttrIpAddrPrefix | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.1 | ipaddress | read-only |
the IP address of the destination (sub)network. |
wfBgpPathAttrIpAddrPrefixLen | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.2 | integer | read-only |
Length in bits of the IP address prefix in the destination (sub)network address. |
wfBgpPathAttrPeer | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.3 | ipaddress | read-only |
the IP address of the peer where the path information was learned. |
wfBgpPathAttrOrigin | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.4 | integer | read-only |
the ultimate origin of the path information: igp (1) -- network is interior; egp (2) -- network learned via EGP; incomplete (3) -- undetermined. Enumeration: 'egp': 2, 'incomplete': 3, 'igp': 1. |
wfBgpPathAttrASPathSegment | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.5 | octet string | read-only |
The sequence of AS path segments. Each AS path segment is represented by a triple |
wfBgpPathAttrNextHop | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.6 | ipaddress | read-only |
the address of the border router that should be used as the next-hop for the destination network. |
wfBgpPathAttrMultiExitDisc | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.7 | integer | read-only |
The optional inter-AS metric. If this attribute has not been provided for this route, the value for this object is -1. |
wfBgpPathAttrLocalPref | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.8 | integer | read-only |
the originating BGP speaker's degree of preference for advertised route (-1..2147483647); if this attribute has not been provided for this route, the value for this object is -1. |
wfBgpPathAttrAtomicAggregate | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.9 | integer | read-only |
indicates whether or not the local system has selected a less specific route without selecting a more specific route Enumeration: 'true': 2, 'false': 1. |
wfBgpPathAttrAggregatorAS | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.10 | integer | read-only |
The AS number of the last BGP speaker that performed route aggregation. A value of zero (0) indicates the absence of this attribute. |
wfBgpPathAttrAggregatorAddr | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.11 | ipaddress | read-only |
The BGP ID of the last BGP speaker that performed route aggregation. A value of 0.0.0.0 indicates the absence of this attribute. |
wfBgpPathAttrCalcLocalPref | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.12 | integer | read-only |
The degree of preference calculated by the receiving BGP speaker for an advertised route (-1..2147483647). A value of -1 indicates the absence of this attribute |
wfBgpPathAttrBest | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.13 | integer | read-only |
an indication of whether or not this was chosen as the best bgp rout to the destination and whether or not it was chosen as a forwarding IP route Enumeration: 'true': 2, 'used': 4, 'false': 1, 'bestused': 3. |
wfBgpPathAttrUnknown | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.14 | octet string | read-only |
One or more path attributes not understood by this BGP speaker. Size zero (0) indicates the absence of such attribute(s). Octets beyond the maximum size (255), if any, are not recorded by this object. |
wfBgpPathAttrImporterID | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.15 | ipaddress | read-only |
For RS, the BGP ID of the border router that imported this route |
wfBgpPathAttrClusterID | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.16 | octet string | read-only |
For RS, the sequence of Cluter IDs of the Clusters. Size zero (0) indicates the absence of such attribute(s). |
wfBgpPathAttrCommunity | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.17 | octet string | read-only |
List of BGP communities. Each community is 4 bytes long. Size zero (0) indicates the absence of community attribute. Octets beyond the maximum size (255), if any, are not recorded by this object. |
wfBgpPathAttrCalcMED | 1.3.6.1.4.1.18.3.5.3.2.5.1.4.1.18 | integer | read-only |
The Multi Exit Disc. calculated by the receiving BGP speaker for an advertised route (-1...2G) |
wfBgpDbgTable | 1.3.6.1.4.1.18.3.5.3.2.5.1.5 | no-access |
BGP debug table contains objects that controls generation of BGP debug information |
|
1.3.6.1.4.1.18.3.5.3.2.5.1.5.1 | no-access |
a table entry |
||
wfBgpDbgCreate | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.1 | integer | read-write |
Create/Delete parameter. Default is created. Enumeration: 'create': 1, 'delete': 2. |
wfBgpDbgLocAddr | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.2 | ipaddress | read-only |
The peer's local address. If 0.0.0.0, debug attributes are applied to all peers to specified Remote Address or with specified BGP version |
wfBgpDbgRemoteAddr | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.3 | ipaddress | read-write |
The peer's Remote Address . If 0.0.0.0, debug attrubutes are applied to all configured peers from specified Local Address; if 255.255.255.255, debug attrubutes are applied to BGP4 gate only. |
wfBgpDbgMsgLevel | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.4 | integer | read-write |
BGP log messages level. To control certain level of log messages BGP_DBG_MSG_ALL 0x001f0000 - 2031616 BGP_DBG_MSG_DEBUG 0x00010000 - 65536 BGP_DBG_MSG_INFO 0x00020000 - 131072 BGP_DBG_MSG_WARNING 0x00040000 - 262144 BGP_DBG_MSG_FAULT 0x00080000 - 524288 BGP_DBG_MSG_TRACE 0x00100000 - 1048576 Enumeration: 'info': 131072, 'all': 2031616, 'trace': 1048576, 'fault': 524288, 'warning': 262144, 'debug': 65536. |
wfBgpDbgMsgTraceSwitch | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.5 | integer | read-write |
controls whether BGP messages that are exchanged on this connection are dumped to the log. BGP_DBG_MSG_DUMP_REC_OPEN enables tracing of OPEN messages BGP_DBG_MSG_DUMP_REC_UPDATE - UPDATE messages BGP_DBG_MSG_DUMP_REC_NOTIFICATION - NOTIFICATION and BGP_DBG_MSG_DUMP_REC_KEEPALIVE - KEEPALIVE on logical OR basis BGP_DBG_MSG_DUMP_DISABLED 1 BGP_DBG_MSG_DUMP_REC_OPEN 0x10 - 16 BGP_DBG_MSG_DUMP_REC_UPDATE 0x20 - 32 BGP_DBG_MSG_DUMP_REC_NOTIFICATION 0x40 - 64 BGP_DBG_MSG_DUMP_REC_KEEPALIVE 0x80 - 128 Enumeration: 'disabled': 1, 'notification': 64, 'open': 16, 'update': 32, 'keepalive': 128. |
wfBgpDbgLogCode | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.6 | integer | read-write |
Indicates that a debug log message which corresponds to the value of this attributes should be or should be not sent to the log. Affects wfBgpDbgCodes only. In order to save combined list of messages you have to set wfBgpDbgBootCodes directly as copy of wfBgpDbgCodes |
wfBgpDbgLogCodeDisable | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.7 | integer | read-write |
Indicates that a debug log message defined in wfBgpDbgCode will be or will be not logged Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgpDbgCodes | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.8 | octet string | read-only |
Vector of enabled debug messages (to check only). Messages are identified via the string of bits contained within this attribute. The first octet contains bits 0 to 7, the second octet contains bits 8 to 15, and so on, with the most significant bit referring to the lowest bit number in the octet (e.g., the MSB of the first octet refers to bit 0). If a bit, i, is present and set, then the DEBUG log message with the code (i) is enabled. |
wfBgpDbgBootCodes | 1.3.6.1.4.1.18.3.5.3.2.5.1.5.1.9 | octet string | read-write |
User-defined vector of enabled debug messages at boot moment. Coded as instance above |
wfBgpVirtualPeerTable | 1.3.6.1.4.1.18.3.5.3.2.5.1.6 | no-access |
The BGP Virtual Peer table contains configuration and statistical information regarding this router's Virtual peers learned via the Route Server |
|
1.3.6.1.4.1.18.3.5.3.2.5.1.6.1 | no-access |
An entry in the BGP-Virtual-Peer table |
||
wfBgpVirtualPeerLocalAddr | 1.3.6.1.4.1.18.3.5.3.2.5.1.6.1.1 | ipaddress | read-only |
the local interface address |
wfBgpVirtualPeerRemoteAddr | 1.3.6.1.4.1.18.3.5.3.2.5.1.6.1.2 | ipaddress | read-only |
the peer's interface address |
wfBgpVirtualPeerIdentifier | 1.3.6.1.4.1.18.3.5.3.2.5.1.6.1.3 | ipaddress | read-only |
the BGP ID of the Peer |
wfBgpVirtualPeerInUpdates | 1.3.6.1.4.1.18.3.5.3.2.5.1.6.1.4 | counter | read-only |
the number of BGP UPDATE messages received on this connection. This object should be initialized to zero when the connection is established. |
wfBgpVirtualPeerTotalRoutes | 1.3.6.1.4.1.18.3.5.3.2.5.1.6.1.5 | counter | read-only |
the total number of routes that were received from this peer that we are currently maintaining. |
wfBgpVirtualPeerInUpdateElapsedTime | 1.3.6.1.4.1.18.3.5.3.2.5.1.6.1.6 | gauge | read-only |
Elapsed time in seconds since the last BGP UPDATE message was received from the peer. Each time wfBgpVirtualPeerInUpdates is incremented, the value of this object is set to zero (0). |
wfBgpPathAttributeTable | 1.3.6.1.4.1.18.3.5.3.2.5.1.7 | no-access |
The BGP received path attribute table contains information about paths to destination networks received by all peers. |
|
1.3.6.1.4.1.18.3.5.3.2.5.1.7.1 | no-access |
An entry in the BGP Path Attribute Table |
||
wfBgpPathAttributeIpAddrPrefix | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.1 | ipaddress | read-only |
the IP address of the destination (sub)network. |
wfBgpPathAttributeIpAddrPrefixLen | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.2 | integer | read-only |
Length in bits of the IP address prefix in the destination (sub)network address. |
wfBgpPathAttributeImporterID | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.3 | ipaddress | read-only |
For RS, the BGP ID of the border router that imported this route |
wfBgpPathAttributePeer | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.4 | ipaddress | read-only |
the IP address of the peer where the path information was learned. |
wfBgpPathAttributeOrigin | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.5 | integer | read-only |
the ultimate origin of the path information: igp (1) -- network is interior; egp (2) -- network learned via EGP; incomplete (3) -- undetermined. Enumeration: 'egp': 2, 'incomplete': 3, 'igp': 1. |
wfBgpPathAttributeASPathSegment | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.6 | octet string | read-only |
The sequence of AS path segments. Each AS path segment is represented by a triple |
wfBgpPathAttributeNextHop | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.7 | ipaddress | read-only |
the address of the border router that should be used as the next-hop for the destination network. |
wfBgpPathAttributeMultiExitDisc | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.8 | integer | read-only |
The optional inter-AS metric. If this attribute has not been provided for this route, the value for this object is -1. |
wfBgpPathAttributeLocalPref | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.9 | integer | read-only |
the originating BGP speaker's degree of preference for advertised route (-1..2147483647); if this attribute has not been provided for this route, the value for this object is -1. |
wfBgpPathAttributeAtomicAggregate | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.10 | integer | read-only |
indicates whether or not the local system has selected a less specific route without selecting a more specific route Enumeration: 'true': 2, 'false': 1. |
wfBgpPathAttributeAggregatorAS | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.11 | integer | read-only |
The AS number of the last BGP speaker that performed route aggregation. A value of zero (0) indicates the absence of this attribute. |
wfBgpPathAttributeAggregatorAddr | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.12 | ipaddress | read-only |
The BGP ID of the last BGP speaker that performed route aggregation. A value of 0.0.0.0 indicates the absence of this attribute. |
wfBgpPathAttributeCalcLocalPref | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.13 | integer | read-only |
The degree of preference calculated by the receiving BGP speaker for an advertised route (-1..2147483647). A value of -1 indicates the absence of this attribute |
wfBgpPathAttributeBest | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.14 | integer | read-only |
an indication of whether or not this was chosen as the best bgp rout to the destination and whether or not it was chosen as a forwarding IP route Enumeration: 'true': 2, 'used': 4, 'false': 1, 'bestused': 3. |
wfBgpPathAttributeUnknown | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.15 | octet string | read-only |
One or more path attributes not understood by this BGP speaker. Size zero (0) indicates the absence of such attribute(s). Octets beyond the maximum size (255), if any, are not recorded by this object. |
wfBgpPathAttributeClusterID | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.16 | octet string | read-only |
For RS, the sequence of Cluter IDs of the Clusters. Size zero (0) indicates the absence of such attribute(s). |
wfBgpPathAttributeCommunity | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.17 | octet string | read-only |
List of BGP communities. Each community is 4 bytes long. Size zero (0) indicates the absence of community attribute. Octets beyond the maximum size (255), if any, are not recorded by this object. |
wfBgpPathAttributeCalcMED | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.18 | integer | read-only |
The Multi Exit Disc. calculated by the receiving BGP speaker for an advertised route (-1...2G) |
wfBgpPathAttributeFlapPenalty | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.19 | integer | read-only |
Penalty value based on number of route flaps |
wfBgpPathAttributeFlapCount | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.20 | integer | read-only |
Number of times a route flapped since the last time the penaltywas reset to zero |
wfBgpPathAttributeRouteDampened | 1.3.6.1.4.1.18.3.5.3.2.5.1.7.1.21 | integer | read-only |
Shows whether this route is currently suppressed from being announced Enumeration: 'suppressed': 2, 'announced': 1. |
wfBgpRouteFlapDampeningTable | 1.3.6.1.4.1.18.3.5.3.2.5.1.8 | no-access |
Table of wfBgpRouteFlapDampeningEntry |
|
1.3.6.1.4.1.18.3.5.3.2.5.1.8.1 | no-access |
An entry in the Route Flap Dampening table |
||
wfBgpRouteFlapDampeningDelete | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.1 | integer | read-write |
Create/Delete: if set to delete, the entry is removed Enumeration: 'deleted': 2, 'created': 1. |
wfBgpRouteFlapDampeningIndex | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.2 | integer | read-only |
Index number of this entry in wfBgpRouteFlapDampeningTable |
wfBgpRouteFlapDampeningName | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.3 | displaystring | read-write |
Name of this template |
wfBgpRouteFlapDampeningCutoffThreshold | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.4 | integer | read-write |
Value of penalty over which a route is suppressed. Expressed in number of withdrawals |
wfBgpRouteFlapDampeningReuseThreshold | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.5 | integer | read-write |
Value of penalty below which a route is unsuppressed. Expressed in number of withdrawals |
wfBgpRouteFlapDampeningReachableDecay | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.6 | integer | read-write |
Duration in minutes after which the penalty value is reduced to half when the route is reachable. Default is 5 minutes |
wfBgpRouteFlapDampeningUnreachableDecay | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.7 | integer | read-write |
Duration in minutes after which the penalty value is reduced to half when the route is unreachable. Default is 15 minutes. |
wfBgpRouteFlapDampeningMaxHoldDown | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.8 | integer | read-write |
Maximum time a route remains suppressed. Expressed in number seconds. Default is 45 minutes |
wfBgpRouteFlapDampeningMemoryLimit | 1.3.6.1.4.1.18.3.5.3.2.5.1.8.1.9 | integer | read-write |
If the state of a route(reachable/unreachable) remains stable for this duration, the penalty is cleared and the route unsuppressed. Expressed in number of minutes. Default is 45 minutes |
wfBgp3Group | 1.3.6.1.4.1.18.3.5.3.2.5.2 | |||
wfBgp3 | 1.3.6.1.4.1.18.3.5.3.2.5.2.1 | |||
wfBgp3Delete | 1.3.6.1.4.1.18.3.5.3.2.5.2.1.1 | integer | read-write |
Create/Delete parameter for determining whether or not BGP3 is configured on this router. Enumeration: 'deleted': 2, 'created': 1. |
wfBgp3Disable | 1.3.6.1.4.1.18.3.5.3.2.5.2.1.2 | integer | read-write |
Enable/Disable parameter for determining whether or not to start-up BGP3. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgp3State | 1.3.6.1.4.1.18.3.5.3.2.5.2.1.3 | integer | read-only |
the administrative state of BGP-3 Enumeration: 'down': 2, 'notpresent': 5, 'init': 3, 'up': 1, 'invalid': 4. |
wfBgp3IntraAsIbgpRouting | 1.3.6.1.4.1.18.3.5.3.2.5.2.1.4 | integer | read-write |
If this switch is enabled, BGP-3 will perform Intra-AS IBGP routing. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgp3IntAdvTimer | 1.3.6.1.4.1.18.3.5.3.2.5.2.1.5 | integer | read-write |
the minimum time interval, in seconds, between injections of EBGP routes into the IP routing table. default is 5. can't be zero |
wfBgp3RipRules | 1.3.6.1.4.1.18.3.5.3.2.5.2.1.6 | integer | read-write |
if enabled, IBGP routes that are also reachable via a RIP route will be consider 'reachable' and will be used. the use of this is highly discouraged. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgp3UsedRoutes | 1.3.6.1.4.1.18.3.5.3.2.5.2.1.7 | counter | read-only |
the number of received BGP-3 routes that have been submitted for possible inclusion in the IP routing table. |
wfBgp3TotalRoutes | 1.3.6.1.4.1.18.3.5.3.2.5.2.1.8 | counter | read-only |
the total number of BGP-3 routes currently maintained. |
wfBgp3PathAttrTable | 1.3.6.1.4.1.18.3.5.3.2.5.2.2 | no-access |
The BGP3 received path attribute table contains information about paths to destination networks received by all peers. This table is deprecated and replaced with wfBgpPathAttrTable |
|
1.3.6.1.4.1.18.3.5.3.2.5.2.2.1 | no-access |
An entry in the BGP-3 Path Attribute Table |
||
wfBgp3PathAttrPeer | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.1 | ipaddress | read-only |
the BGP identifier of the peer where the path information was learned. |
wfBgp3PathAttrDestNetwork | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.2 | ipaddress | read-only |
the address of the destination network. |
wfBgp3PathAttrOrigin | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.3 | integer | read-only |
the ultimate origin of the path information: igp (1) -- network is interior; egp (2) -- network learned via EGP; incomplete (3) -- undetermined. Enumeration: 'egp': 2, 'incomplete': 3, 'igp': 1. |
wfBgp3PathAttrASPath | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.4 | octet string | read-only |
the set of ASes that must be traversed to reach the network. Each AS is represented as a pair of octets according to the following algorithm: first-byte-of-pair = ASNumber / 256; second-byte-of-pair = ASNumber & 255; |
wfBgp3PathAttrNextHop | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.5 | ipaddress | read-only |
the address of the border router that should be used as the next-hop for the destination network. |
wfBgp3PathAttrInterASMetric | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.6 | integer | read-only |
the optional inter-AS metric. if this attribute has not been provided for this route, the value for this object is 0. |
wfBgp3PathAttrASPathWeight | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.7 | integer | read-only |
the calculated AS path weight |
wfBgp3PathAttrBgpPreference | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.8 | integer | read-only |
the preference that is used to calculate this route with other BGP routes to the same destination |
wfBgp3PathAttrBest | 1.3.6.1.4.1.18.3.5.3.2.5.2.2.1.9 | integer | read-only |
an indication of whether or not this was chosen as the best route to the destination Enumeration: 'true': 2, 'false': 1. |
wfBgp4Group | 1.3.6.1.4.1.18.3.5.3.2.5.3 | |||
wfBgp4 | 1.3.6.1.4.1.18.3.5.3.2.5.3.1 | |||
wfBgp4Delete | 1.3.6.1.4.1.18.3.5.3.2.5.3.1.1 | integer | read-write |
Create/Delete parameter for determining whether or not BGP-4 is configured on this router. Enumeration: 'deleted': 2, 'created': 1. |
wfBgp4Disable | 1.3.6.1.4.1.18.3.5.3.2.5.3.1.2 | integer | read-write |
Enable/Disable parameter for determining whether or not to start-up BGP-4. Enumeration: 'disabled': 2, 'enabled': 1. |
wfBgp4State | 1.3.6.1.4.1.18.3.5.3.2.5.3.1.3 | integer | read-only |
the administrative state of BGP-4 Enumeration: 'down': 2, 'notpresent': 5, 'init': 3, 'up': 1, 'invalid': 4. |