BROCADE-ROUTEMAP-MIB: View SNMP OID List / Download MIB

VENDOR: BROCADE


 Home MIB: BROCADE-ROUTEMAP-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 brcdRouteMapMIB 1.3.6.1.4.1.1991.1.1.3.39.1
This MIB module contains the managed object definitions for routemaps within the IP Routers. Copyright 1996-2011 Brocade Communications Systems, Inc. All rights reserved. This Brocade Communications Systems SNMP Management Information Base Specification embodies Brocade Communications Systems' confidential and proprietary intellectual property. Brocade Communications Systems retains all title and ownership in the Specification, including any revisions. This Specification is supplied AS IS, and Brocade Communications Systems makes no warranty, either express or implied, as to the use, operation, condition, or performance of the specification, and any unintended consequence it may on the user environment.
     brcdRouteMapConfig 1.3.6.1.4.1.1991.1.1.3.39.1.1
         brcdRouteMapTable 1.3.6.1.4.1.1991.1.1.3.39.1.1.1 no-access
This table contains the routemap entries.
             brcdRouteMapEntry 1.3.6.1.4.1.1991.1.1.3.39.1.1.1.1 no-access
A row in this table represents a routemap entry.
                 brcdRouteMapName 1.3.6.1.4.1.1991.1.1.3.39.1.1.1.1.1 displaystring no-access
Identifies the route map. In NetIron, the name can have max 80 characters.
                 brcdRouteMapSequence 1.3.6.1.4.1.1991.1.1.3.39.1.1.1.1.2 unsigned32 no-access
Identifies the sequence to insert to/delete from existing route-map entry.
                 brcdRouteMapAction 1.3.6.1.4.1.1991.1.1.3.39.1.1.1.1.3 action read-only
Identifies the action to be taken for this Route Map entry.
                 brcdRouteMapRuleName 1.3.6.1.4.1.1991.1.1.3.39.1.1.1.1.4 displaystring read-only
Identifies the path name for this map. Max size is 127. This object is not supported in CES/CER platform.
                 brcdRouteMapRowStatus 1.3.6.1.4.1.1991.1.1.3.39.1.1.1.1.5 rowstatus read-only
Setting this object to createAndGo(4) results in addition of new row. Setting this object to destroy( 6)results in removal of a row. The value active(1) is returned for get and get-next requests. Other values in the enumeration are not used.
         brcdRouteMapMatchTable 1.3.6.1.4.1.1991.1.1.3.39.1.1.2 no-access
RouteMap Match Clause Config Table for a given routemap.
             brcdRouteMapMatchEntry 1.3.6.1.4.1.1991.1.1.3.39.1.1.2.1 no-access
A row in this table represents a routemap match clause entry. Before creating an instance row in this table using a name, a corresponding entry with that name needs to be existing in the brcdRouteMapTable.
                 brcdRouteMapMatchSequence 1.3.6.1.4.1.1991.1.1.3.39.1.1.2.1.1 integer32 no-access
This object identifies the position in this table where this match rule is added. This is running integer. If the brcdRouteMapMatchRowStatus is createAndGo then the row is inserted if there is no match rule is present at brcdRouteMapMatchIndex position. If there is a rule present it should be of same kind. If not then the set request fails. Application can obtain value for this object in the last row and use the next value to insert a new row in this table.
                 brcdRouteMapMatchType 1.3.6.1.4.1.1991.1.1.3.39.1.1.2.1.2 integer no-access
A pair of brcdRouteMapMatchType and brcdRouteMapMatchValue objects specifies a particular match clause. Enumeration: 'matchIpv6AddressAclNames': 15, 'matchIpv4RouteSourceAclNumbers': 13, 'matchBgpCommunityNameExact': 3, 'matchIpv4NextHopAclNumbers': 10, 'matchIpv6AddressPrefixList': 16, 'matchIpv4NextHopAclNames': 9, 'matchIpv4RouteSourceAclNames': 12, 'matchIpv4AddressPrefixList': 8, 'matchTags': 22, 'matchIpv4RouteSourcePrefixList': 14, 'matchIpv6RouteSourcePrefixList': 18, 'matchBgpCommunityName': 2, 'matchIpv6NextHopPrefixList': 17, 'matchIpv4NextHopPrefixList': 11, 'matchUndefined': 0, 'matchRouteType': 21, 'matchBgpExtCommunityNumber': 4, 'matchAsPath': 1, 'matchInterfaces': 5, 'matchRoutingProtocol': 20, 'matchMetric': 19, 'matchIpv4AddressAclNumbers': 7, 'matchIpv4AddressAclNames': 6.
                 brcdRouteMapMatchValue 1.3.6.1.4.1.1991.1.1.3.39.1.1.2.1.3 displaystring read-only
This object specifies the value corresponding to the brcdRouteMapMatchType. matchAsPath - Identifies one or more BGP AS Paths to be matched. This list of AS Path names are separated by one or more spaces. matchBgpCommunityName ֠Identifies one or more BGP community ACL names to be matched. This list of BGP community ACL names separated by one or more spaces. matchBgpCommunityNameExact ֠Identifies one or more BGP community ACL names to be matched (which requires exact match). This list of BGP community ACL names separated by one or more spaces. matchBgpExtCommunityNumber ֠ Identifies one or more BGP community list numbers to be matched. This is list of BGP community list numbers separated by one or more spaces. matchInterfaces ֠Identifies the list of IfIndices that need to be matched in this Routemap. It means traffic from these interfaces will satisfy this match. Value 0 matches to null0 interface. In NetIron, supported interfaces are ethernet, pos, ve, loopback and tunnel. Each IfIndex is a 32-bit integer in big endian order. One or more Interface IfIndices can be specified by separating each IfIndex by one or more spaces. matchIpv4AddressAclNames ֠Matches Ipv4 address of route. Identifies the list of Ipv4 standard or extended ACL names to be matched. The value is list of ACL names separated by one or more spaces. matchIpv4AddressAclNumbers ֠Matches Ipv4 address of route. Identifies the list of Ipv4 ACL numbers to be matched. The value is list of ACL numbers separated by one or more spaces. matchIpv4AddressPrefixList ֠Matches Ipv4 address of route. Identifies the list of Ipv4 prefix-lists to be matched. The value is list of IPv4 prefix-list names separated by one or more spaces. matchIpv4NextHopAclNames ֠Matches next hop Ipv4 address of route. Identifies the list of Ipv4 standard or extended ACL names to be matched. The value is list of ACL names separated by one or more spaces. matchIpv4NextHopAclNumbers ֠ Matches next hop Ipv4 address of route. Identifies the list of Ipv4 ACL numbers to be matched. The value is list of ACL numbers separated by one or more spaces. matchIpv4NextHopPrefixList ֠Matches next hop Ipv4 address of route. Identifies the list of Ipv4 prefix-lists to be matched. The value is list of IPv4 prefix-list names separated by one or more spaces. matchIpv4RouteSourceAclNames ֠Matches advertising source Ipv4 address of route.Identifies the list of Ipv4 standard or extended ACL names to be matched. The value is list of ACL names separated by one or more spaces. matchIpv4RouteSourceAclNumbers ֠ Matches advertising source Ipv4 address of route.Identifies the list of Ipv4 ACL numbers to be matched. The value is list of ACL numbers separated by one or more spaces. matchIpv4RouteSourcePrefixList ֠Matches advertising source Ipv4 address of route. Identifies the list of Ipv4 prefix-lists to be matched. The value is list of IPv4 prefix-list names separated by one or more spaces. matchIpv6AddressAclNames ֠Matches Ipv6 address of route. Identifies the list of Ipv6 ACL names to be matched. The value is list of ACL names separated by one or more spaces. matchIpv6AddressPrefixList ֠Matches Ipv6 address of route. Identifies the list of Ipv6 prefix-lists to be matched. The value is list of IPv6 prefix-list names separated by one or more spaces. matchIpv6NextHopPrefixList ֠Matches next hop Ipv6 address of route. Identifies the list of Ipv6 prefix-lists to be matched. The value is list of IPv6 prefix-list names separated by one or more spaces. matchIpv6RouteSourcePrefixList ֠Matches advertising source Ipv6 address of route. Identifies the list of Ipv6 prefix-lists to be matched. The value is list of IPv6 prefix-list names separated by one or more spaces. matchMetric ֠Specifies the route metric to be used for the match. Value is string representation of the decimal metric value. Agent will do ascii to integer conversion before using this value. matchRoutingProtocol ֠Specifies the routing protocol to be used for the match. Value is string representation of one of the following decimal values. static-BGP(1), iBGP(2), eBGP(3), non-staticBGP(4), isisLevel1(5), isisLevel2(6), isis(7),rip(8),static(9). The other values are not supported. The agent will do ascii to integer conversion before using this value. matchRouteType ֠Specifies the route type to be used for the match. Value is string representation of one of the following decimal values. ospfExternalType1(2), ospfExternalType2(3), ospfInternal(4), isisLevel1(5), isisLevel2(6). The other values are not supported. The agent will do ascii to integer conversion before using this value. matchTags ֠Specifies list of tag values to be matched (string representation of decimal values) Each tag value is separated by one or more spaces. There cannot be more than 16 values.
                 brcdRouteMapMatchCliString 1.3.6.1.4.1.1991.1.1.3.39.1.1.2.1.4 displaystring read-only
This is read-only object. This object is for informative purpose only. For a pair of brcdRouteMapMatchType and brcdRouteMapMatchValue, this object represents equivalent CLI routemap match command.
                 brcdRouteMapMatchRowStatus 1.3.6.1.4.1.1991.1.1.3.39.1.1.2.1.5 rowstatus read-only
Setting this object to createAndGo(4) results in addition of new row. Setting this object to destroy( 6)results in removal of a row. The value active(1) is returned for get and get-next requests. Other values in the enumeration are not used.
         brcdRouteMapSetTable 1.3.6.1.4.1.1991.1.1.3.39.1.1.3 no-access
RouteMap Set Clause Config Table for a given routemap.
             brcdRouteMapSetEntry 1.3.6.1.4.1.1991.1.1.3.39.1.1.3.1 no-access
A row in this table represents a routemap set clause entry. Before creating an instance row in this table using a name, a corresponding entry with that name needs to be existing in the brcdRouteMapTable.
                 brcdRouteMapSetSequence 1.3.6.1.4.1.1991.1.1.3.39.1.1.3.1.1 integer32 no-access
This object identifies the position in this table where this match rule is added. This is running integer. If the brcdRouteMapSetRowStatus is createAndGo then the row is inserted if there is no match rule is present at brcdRouteMapSetIndex position. If there is a rule present it should be of same kind. If not then the set request fails. Application can obtain value for this object in the last row and use the next value to insert a new row in this table.
                 brcdRouteMapSetType 1.3.6.1.4.1.1991.1.1.3.39.1.1.3.1.2 integer no-access
A pair of brcdRouteMapSetType and brcdRouteMapSetValue objects specifies a particular set clause. Enumeration: 'setDampening': 6, 'setNextHopFloodVlan': 21, 'setIsisLevel': 17, 'setBgpOrigin': 26, 'setCommunityNumber': 4, 'setOutputInterfaces': 11, 'setNextHopIpTunnel': 24, 'setExtCommunityRT': 8, 'setNextHopIpv6Addr': 14, 'setDeleteCommunityList': 3, 'setDistance': 7, 'setAutomaticTag': 2, 'setCommunityFlag': 5, 'setNextHopIpv4AddrWithPreserveVlan': 13, 'setNextHopLsp': 25, 'setNextHopFloodVlanPreserveVlan': 22, 'setExtCommunitySOO': 10, 'setAsPath': 1, 'setMetric': 20, 'setNextHopIpPeerAddr': 16, 'setExtCommunityRTAdditive': 9, 'setLocalPreference': 18, 'setMetricType': 19, 'setNextHopIpv6AddrWithPreserveVlan': 15, 'setNextHopIpv4Addr': 12, 'setUnDefinedType': 0, 'setTag': 27, 'setWeight': 28, 'setNextHopFloodVlanOutgoingDa': 23.
                 brcdRouteMapSetValue 1.3.6.1.4.1.1991.1.1.3.39.1.1.3.1.3 displaystring read-only
This object specifies the value corresponding to the brcdRouteMapSetType. setAsPath ֠Identifies the prepend string for BGP AS path attribute. The value is the string representation of BGP AS number to be prepended with the AS Path. If the value specified is the string ҴagҠinstead of the AS path number then itwill set the tag as an AS path attribute. setAutomaticTag ֠Specifies that the routemap tag is to be computed automatically. Value is string representation of a truth value 1. This object will not be present if it is not configured. Truth value of 0 can be used to mark its deletion. setDeleteCommunityList ֠Specifies the name of the BGP community List to be set for deletion. setCommunityNumber ֠Specifies the BGP community number to be added. Format is either ӁA:NNҠor ''. setCommunityFlag ֠This value relates to setCommunityNumber. It specifies that the BGP community in setCommunityNumber have the following behavior noExport(1),noAdvertise(2), localAs(3),additive(4). The value is string representation of one of the above decimal values. For additive(4), the value is followed by the community number in either 'AA:NN' or format. setDampening ֠It consists of four values separated by space. The first value specifies the string representation of decimal value for BGP route flap dampening. It should be enabled with half-time in minutes for the penalty. Default value is 15 minutes. Valid range is 1-45. The second value relates to the 1st value and specifies the string representation of the value to start reusing a BGP route. Default is 750, with each flap penalty as 1000. Valid range is 1-20000. The third value relates to the 1st value and specifies the string representation of value to start suppressing a BGP route. Default is 2000, with each flap penalty as 1000. Valid range is 1-20000. The Fourth value relates to the 1st value and specifies the string representation of maximum duration in minutes to suppress a stable route. Default is 40. Valid range is 1-255. If a value is not provided then the default value will be picked up. setDistance ֠Specifies the string representation of admin distance to be set for matching OSPF routes. setExtCommunityRT ֠Specifies one or more (separated by space) VPN extended community attributes. Each VPN community is of format ҁSN:nnҮ setExtCommunityRTAdditive ֠This object is related to earlier object setExtCommunityRT. It specifies that the VPN communities in earlier should be added to the existing extended community. setExtCommunitySOO ֠Specifies site-of-origin VPN extended community attributes. The VPN community is of format ҁSN:nnҮ setOutputInterfaces ֠Identifies the list of output IfIndices. Value 0 matches to null0 interface. Each IfIndex is a 32-bit integer in big endian order. One or more Interface IfIndices can be specified by separating each IfIndex by one or more spaces. If the ifIndex is not null0 then the preserve-vlan flag is mandatory and which is always implicitly set. setNextHopIpv4Addr ֠Identifies the string representation of the next hop ipv4 address without preserve vlan flag. setNextHopIpv4AddrWithPreserveVlan ֠Identifies the string representation of the next hop ipv4 address with preserve vlan flag. setNextHopIpv6Addr ֠Identifies the string representation of the next hop ipv6 address without preserve vlan flag. setNextHopIpv6AddrWithPreserveVlan ֠Identifies the string representation of the next hop ipv6 address with preserve vlan flag. setNextHopIpPeerAddr ֠The value is string representation of truth value. Identifies that the next hop is BGP IPv4 peer address. When set to Ѱҍ this object is deleted. setIsisLevel ֠Identifies the level to which the ISIS route to import. The value is string representation of one of the following decimal values, level1(1), level2(2) level1or2(3). setLocalPreference ֠Identifies the BGP local preference path attribute value to be set. The value is string representation of the decimal preference value. setMetricType ֠Specifies the route metric type for the destination routing protocol. Value is string representation of one of the following internal(1), external(2), type1(3), type2(4). setMetric ֠Specifies the metric value set for the destination routing protocol. Value is string representation of the following: : Metric value +: Add to metric -: Subtract to metric None: remove metric value setNextHopFloodVlan ֠Specifies the next hop vlan without preserve vlan to be set. Value is string representation of vlan Id (1-4090) setNextHopFloodVlanPreserveVlan ֠Specifies the next hop vlan with preserve vlan to be set. Value is string representation of vlan Id (1-4090) setNextHopFloodVlanOutgoingDa ֠Specifies the next hop vlan with outgoing destination address flag set. Value is string representation of vlan id (1-4090) followed with MAC address. setNextHopIpTunnel ֠ Specifies the next hop IP tunnel, it can only be configured for configured GRE tunnels. The value is string representation of decimal tunnel ID setNextHopLsp ֠Specifies the next hop LSP name. setBgpOrigin ֠Specifies the BGP origin code. The value is string representation of one the following decimal value, igp(1), incomplete(2) setTag ֠Specifies the string representation of the decimal tag value for the destination routing protocol. setWeight ֠Specifies the string representation of the decimal value for BGP weight for the routing table.
                 brcdRouteMapSetCliString 1.3.6.1.4.1.1991.1.1.3.39.1.1.3.1.4 displaystring read-only
This is read-only object. This object is for informative purpose only. For a pair of brcdRouteMapSetType and brcdRouteMapSetValue, this object represents equivalent CLI routemap set command.
                 brcdRouteMapSetRowStatus 1.3.6.1.4.1.1991.1.1.3.39.1.1.3.1.5 rowstatus read-only
Setting this object to createAndGo(4) results in addition of new row. Setting this object to destroy( 6)results in removal of a row. The value active(1) is returned for get and get-next requests. Other values in the enumeration are not used.
         brcdRouteMapBindTable 1.3.6.1.4.1.1991.1.1.3.39.1.1.4 no-access
This table contains the bindings for routemap entries to interfaces. Only one route map can be bounded to a given interface. Attempting to bind a second routemap to the same interface will return an error.
             brcdRouteMapBindEntry 1.3.6.1.4.1.1991.1.1.3.39.1.1.4.1 no-access
A row in this table represents a binding of a routemap to one interface.
                 brcdRouteMapBindIfIndex 1.3.6.1.4.1.1991.1.1.3.39.1.1.4.1.1 interfaceindex no-access
Identifies the interface to bind a routemap. The interface can only be of type physical or virtual.
                 brcdRouteMapBindIpType 1.3.6.1.4.1.1991.1.1.3.39.1.1.4.1.2 inetaddresstype no-access
Identifies the IP type for the bind. Route map can be bound only to ipv4 or ipv6 policy.
                 brcdRouteMapBindMapName 1.3.6.1.4.1.1991.1.1.3.39.1.1.4.1.3 displaystring read-only
Identifies the route map name. In NetIron, the name can have max 80 characters.
                 brcdRouteMapBindRowStatus 1.3.6.1.4.1.1991.1.1.3.39.1.1.4.1.4 rowstatus read-only
Setting this object to createAndGo(4) results in addition of new row. Setting this object to destroy( 6)results in removal of a row. The value active(1) is returned for get and get-next requests. Other values in the enumeration are not used. Once created, a row cannot be modified
     brcdRouteMapShow 1.3.6.1.4.1.1991.1.1.3.39.1.2
         brcdRMapRuleDisplayTable 1.3.6.1.4.1.1991.1.1.3.39.1.2.1 no-access
This table contains the various route map rule entries. A routemap rule instance (map and sequence number) can have only one rule name. The same rule name could be applied to multiple routemaps
             brcdRMapRuleDisplayEntry 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1 no-access
A row in this table represents a route map rule entry.
                 brcdRMapRuleDisplayRuleName 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.1 displaystring no-access
Identifies the rule name.
                 brcdRMapRuleDisplayRouteMapName 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.2 displaystring no-access
Identifies the route map that has this rule.
                 brcdRMapRuleDisplaySequence 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.3 unsigned32 no-access
Identifies the instance sequence number.
                 brcdRMapRuleDisplayIpType 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.4 inetaddresstype no-access
Identifies the IP type for the Rule Display (1(ipv4), or 2(ipv6)). A row is present if the corresponding ipv4 or ipv6 AclMatchFilter is present.
                 brcdRMapRuleDisplayInputInterfaceList 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.5 displaystring read-only
A list of space separated interface indices which are the port membership of this rule. An * here means the path is configured but disabled.
                 brcdRMapRuleDisplayAclMatchFilter 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.6 displaystring read-only
The list of space separated ACL match filters name or number used in this rule.
                 brcdRMapRuleDisplayOutputVlan 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.7 displaystring read-only
Identifies the next-hop-flood VLAN selected (by the interface card). Empty string will be returned if there is no value.
                 brcdRMapRuleDisplayOutputPort 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.8 displaystring read-only
A list of space separated egress interfaces selected (by the interface card). Empty string will be returned if there is no value.
                 brcdRMapRuleDisplayOutputIPAddress 1.3.6.1.4.1.1991.1.1.3.39.1.2.1.1.9 displaystring read-only
A list of space separated selected IPv4 next-hop or IPv6 next-hop address.Empty string will be returned if there is no value.