Home/Catalog/BROCADE-ROUTEMAP-MIB

BROCADE-ROUTEMAP-MIB

AI MIB Summary

The BROCADE-ROUTEMAP-MIB enables SNMP-based monitoring and configuration of IP route map policies on Brocade IP routers, specifically tracking the status, match criteria, and action definitions of traffic filtering and routing control lists.

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.
Main OID:
brcdRouteMapMIB.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1
41
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

41 total
Object Name
brcdRouteMapMIBThis 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.
MODULE-IDENTITY
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1
brcdRouteMapConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1
brcdRouteMapTableThis table contains the routemap entries.
SEQUENCE OF BrcdRouteMapEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.1
brcdRouteMapEntryA row in this table represents a routemap entry.
BrcdRouteMapEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.1.1
brcdRouteMapNameIdentifies the route map. In NetIron, the name can have max 80 characters.
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.1.1.1
brcdRouteMapSequenceIdentifies the sequence to insert to/delete from existing route-map entry.
Unsigned32
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.1.1.2
brcdRouteMapActionIdentifies the action to be taken for this Route Map entry.rw
Action (FOUNDRY-SN-IP-ACL-MIB)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.1.1.3
brcdRouteMapRuleNameIdentifies the path name for this map. Max size is 127. This object is not supported in CES/CER platform.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.1.1.4
brcdRouteMapRowStatusSetting 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.1.1.5
brcdRouteMapMatchTableRouteMap Match Clause Config Table for a given routemap.
SEQUENCE OF BrcdRouteMapMatchEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.2
brcdRouteMapMatchEntryA 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.
BrcdRouteMapMatchEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.2.1
brcdRouteMapMatchSequenceThis 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.
Integer32
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.2.1.1
brcdRouteMapMatchTypeA pair of brcdRouteMapMatchType and brcdRouteMapMatchValue objects specifies a particular match clause.
Enumeration
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.2.1.2
brcdRouteMapMatchValueThis 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.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.2.1.3
brcdRouteMapMatchCliStringThis 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.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.2.1.4
brcdRouteMapMatchRowStatusSetting 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.2.1.5
brcdRouteMapSetTableRouteMap Set Clause Config Table for a given routemap.
SEQUENCE OF BrcdRouteMapSetEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.3
brcdRouteMapSetEntryA 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.
BrcdRouteMapSetEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.3.1
brcdRouteMapSetSequenceThis 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.
Integer32
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.3.1.1
brcdRouteMapSetTypeA pair of brcdRouteMapSetType and brcdRouteMapSetValue objects specifies a particular set clause.
Enumeration
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.3.1.2
brcdRouteMapSetValueThis 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 tag 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 '<community number>'. 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 <community number> format. setDampening 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: <n>: Metric value +<n>: Add <n> to metric -<n>: Subtract <n> 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.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.3.1.3
brcdRouteMapSetCliStringThis 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.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.3.1.4
brcdRouteMapSetRowStatusSetting 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.3.1.5
brcdRouteMapBindTableThis 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.
SEQUENCE OF BrcdRouteMapBindEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.4
brcdRouteMapBindEntryA row in this table represents a binding of a routemap to one interface.
BrcdRouteMapBindEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.4.1
brcdRouteMapBindIfIndexIdentifies the interface to bind a routemap. The interface can only be of type physical or virtual.
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.4.1.1
brcdRouteMapBindIpTypeIdentifies the IP type for the bind. Route map can be bound only to ipv4 or ipv6 policy.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.4.1.2
brcdRouteMapBindMapNameIdentifies the route map name. In NetIron, the name can have max 80 characters.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.4.1.3
brcdRouteMapBindRowStatusSetting 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 modifiedrw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.1.4.1.4
brcdRouteMapShow
OBJECT IDENTIFIER
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2
brcdRMapRuleDisplayTableThis 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
SEQUENCE OF BrcdRMapRuleDisplayEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1
brcdRMapRuleDisplayEntryA row in this table represents a route map rule entry.
BrcdRMapRuleDisplayEntry
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1
brcdRMapRuleDisplayRuleNameIdentifies the rule name.
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.1
brcdRMapRuleDisplayRouteMapNameIdentifies the route map that has this rule.
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.2
brcdRMapRuleDisplaySequenceIdentifies the instance sequence number.
Unsigned32
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.3
brcdRMapRuleDisplayIpTypeIdentifies 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.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.4
brcdRMapRuleDisplayInputInterfaceListA list of space separated interface indices which are the port membership of this rule. An * here means the path is configured but disabled.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.5
brcdRMapRuleDisplayAclMatchFilterThe list of space separated ACL match filters name or number used in this rule.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.6
brcdRMapRuleDisplayOutputVlanIdentifies the next-hop-flood VLAN selected (by the interface card). Empty string will be returned if there is no value.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.7
brcdRMapRuleDisplayOutputPortA list of space separated egress interfaces selected (by the interface card). Empty string will be returned if there is no value.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.8
brcdRMapRuleDisplayOutputIPAddressA list of space separated selected IPv4 next-hop or IPv6 next-hop address.Empty string will be returned if there is no value.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.6321.1.2.3.2.10.3.39.1.2.1.1.9
BROCADE-ROUTEMAP-MIB - SNMP MIB Reference | MIBs Explorer