BROCADE-ROUTEMAP-MIB

File: BROCADE-ROUTEMAP-MIB.mib (30006 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
INET-ADDRESS-MIB FOUNDRY-SN-IP-ACL-MIB FOUNDRY-SN-SWITCH-GROUP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Counter64 Unsigned32 Integer32
DisplayString MacAddress TruthValue
RowStatus TEXTUAL-CONVENTION InterfaceIndex
InetAddress InetAddressType Action
AclNumber brcdRouteMap FdryVlanIdOrNoneTC

Defined Types

BrcdRouteMapEntry  
SEQUENCE    
  brcdRouteMapName DisplayString
  brcdRouteMapSequence Unsigned32
  brcdRouteMapAction Action
  brcdRouteMapRuleName DisplayString
  brcdRouteMapRowStatus RowStatus

BrcdRouteMapMatchEntry  
SEQUENCE    
  brcdRouteMapMatchSequence Integer32
  brcdRouteMapMatchType INTEGER
  brcdRouteMapMatchValue DisplayString
  brcdRouteMapMatchCliString DisplayString
  brcdRouteMapMatchRowStatus RowStatus

BrcdRouteMapSetEntry  
SEQUENCE    
  brcdRouteMapSetSequence Integer32
  brcdRouteMapSetType INTEGER
  brcdRouteMapSetValue DisplayString
  brcdRouteMapSetCliString DisplayString
  brcdRouteMapSetRowStatus RowStatus

BrcdRouteMapBindEntry  
SEQUENCE    
  brcdRouteMapBindIfIndex InterfaceIndex
  brcdRouteMapBindIpType InetAddressType
  brcdRouteMapBindMapName DisplayString
  brcdRouteMapBindRowStatus RowStatus

BrcdRMapRuleDisplayEntry  
SEQUENCE    
  brcdRMapRuleDisplayRuleName DisplayString
  brcdRMapRuleDisplayRouteMapName DisplayString
  brcdRMapRuleDisplaySequence Unsigned32
  brcdRMapRuleDisplayIpType InetAddressType
  brcdRMapRuleDisplayInputInterfaceList DisplayString
  brcdRMapRuleDisplayAclMatchFilter DisplayString
  brcdRMapRuleDisplayOutputVlan DisplayString
  brcdRMapRuleDisplayOutputPort DisplayString
  brcdRMapRuleDisplayOutputIPAddress DisplayString

Defined Values

brcdRouteMapMIB 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.
MODULE-IDENTITY    

brcdRouteMapConfig 1.3.39.1.1
OBJECT IDENTIFIER    

brcdRouteMapShow 1.3.39.1.2
OBJECT IDENTIFIER    

brcdRouteMapTable 1.3.39.1.1.1
This table contains the routemap entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrcdRouteMapEntry

brcdRouteMapEntry 1.3.39.1.1.1.1
A row in this table represents a routemap entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  BrcdRouteMapEntry  

brcdRouteMapName 1.3.39.1.1.1.1.1
Identifies the route map. In NetIron, the name can have max 80 characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

brcdRouteMapSequence 1.3.39.1.1.1.1.2
Identifies the sequence to insert to/delete from existing route-map entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

brcdRouteMapAction 1.3.39.1.1.1.1.3
Identifies the action to be taken for this Route Map entry.
Status: current Access: read-create
OBJECT-TYPE    
  Action  

brcdRouteMapRuleName 1.3.39.1.1.1.1.4
Identifies the path name for this map. Max size is 127. This object is not supported in CES/CER platform.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

brcdRouteMapRowStatus 1.3.39.1.1.1.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

brcdRouteMapMatchTable 1.3.39.1.1.2
RouteMap Match Clause Config Table for a given routemap.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrcdRouteMapMatchEntry

brcdRouteMapMatchEntry 1.3.39.1.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  BrcdRouteMapMatchEntry  

brcdRouteMapMatchSequence 1.3.39.1.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

brcdRouteMapMatchType 1.3.39.1.1.2.1.2
A pair of brcdRouteMapMatchType and brcdRouteMapMatchValue objects specifies a particular match clause.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER matchUndefined(0), matchAsPath(1), matchBgpCommunityName(2), matchBgpCommunityNameExact(3), matchBgpExtCommunityNumber(4), matchInterfaces(5), matchIpv4AddressAclNames(6), matchIpv4AddressAclNumbers(7), matchIpv4AddressPrefixList(8), matchIpv4NextHopAclNames(9), matchIpv4NextHopAclNumbers(10), matchIpv4NextHopPrefixList(11), matchIpv4RouteSourceAclNames(12), matchIpv4RouteSourceAclNumbers(13), matchIpv4RouteSourcePrefixList(14), matchIpv6AddressAclNames(15), matchIpv6AddressPrefixList(16), matchIpv6NextHopPrefixList(17), matchIpv6RouteSourcePrefixList(18), matchMetric(19), matchRoutingProtocol(20), matchRouteType(21), matchTags(22)  

brcdRouteMapMatchValue 1.3.39.1.1.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

brcdRouteMapMatchCliString 1.3.39.1.1.2.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

brcdRouteMapMatchRowStatus 1.3.39.1.1.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

brcdRouteMapSetTable 1.3.39.1.1.3
RouteMap Set Clause Config Table for a given routemap.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrcdRouteMapSetEntry

brcdRouteMapSetEntry 1.3.39.1.1.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  BrcdRouteMapSetEntry  

brcdRouteMapSetSequence 1.3.39.1.1.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

brcdRouteMapSetType 1.3.39.1.1.3.1.2
A pair of brcdRouteMapSetType and brcdRouteMapSetValue objects specifies a particular set clause.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER setUnDefinedType(0), setAsPath(1), setAutomaticTag(2), setDeleteCommunityList(3), setCommunityNumber(4), setCommunityFlag(5), setDampening(6), setDistance(7), setExtCommunityRT(8), setExtCommunityRTAdditive(9), setExtCommunitySOO(10), setOutputInterfaces(11), setNextHopIpv4Addr(12), setNextHopIpv4AddrWithPreserveVlan(13), setNextHopIpv6Addr(14), setNextHopIpv6AddrWithPreserveVlan(15), setNextHopIpPeerAddr(16), setIsisLevel(17), setLocalPreference(18), setMetricType(19), setMetric(20), setNextHopFloodVlan(21), setNextHopFloodVlanPreserveVlan(22), setNextHopFloodVlanOutgoingDa(23), setNextHopIpTunnel(24), setNextHopLsp(25), setBgpOrigin(26), setTag(27), setWeight(28)  

brcdRouteMapSetValue 1.3.39.1.1.3.1.3
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 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 ''. 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 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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

brcdRouteMapSetCliString 1.3.39.1.1.3.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

brcdRouteMapSetRowStatus 1.3.39.1.1.3.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

brcdRouteMapBindTable 1.3.39.1.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrcdRouteMapBindEntry

brcdRouteMapBindEntry 1.3.39.1.1.4.1
A row in this table represents a binding of a routemap to one interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  BrcdRouteMapBindEntry  

brcdRouteMapBindIfIndex 1.3.39.1.1.4.1.1
Identifies the interface to bind a routemap. The interface can only be of type physical or virtual.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

brcdRouteMapBindIpType 1.3.39.1.1.4.1.2
Identifies the IP type for the bind. Route map can be bound only to ipv4 or ipv6 policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

brcdRouteMapBindMapName 1.3.39.1.1.4.1.3
Identifies the route map name. In NetIron, the name can have max 80 characters.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

brcdRouteMapBindRowStatus 1.3.39.1.1.4.1.4
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
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

brcdRMapRuleDisplayTable 1.3.39.1.2.1
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
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BrcdRMapRuleDisplayEntry

brcdRMapRuleDisplayEntry 1.3.39.1.2.1.1
A row in this table represents a route map rule entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  BrcdRMapRuleDisplayEntry  

brcdRMapRuleDisplayRuleName 1.3.39.1.2.1.1.1
Identifies the rule name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

brcdRMapRuleDisplayRouteMapName 1.3.39.1.2.1.1.2
Identifies the route map that has this rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

brcdRMapRuleDisplaySequence 1.3.39.1.2.1.1.3
Identifies the instance sequence number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

brcdRMapRuleDisplayIpType 1.3.39.1.2.1.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

brcdRMapRuleDisplayInputInterfaceList 1.3.39.1.2.1.1.5
A list of space separated interface indices which are the port membership of this rule. An * here means the path is configured but disabled.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

brcdRMapRuleDisplayAclMatchFilter 1.3.39.1.2.1.1.6
The list of space separated ACL match filters name or number used in this rule.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

brcdRMapRuleDisplayOutputVlan 1.3.39.1.2.1.1.7
Identifies the next-hop-flood VLAN selected (by the interface card). Empty string will be returned if there is no value.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

brcdRMapRuleDisplayOutputPort 1.3.39.1.2.1.1.8
A list of space separated egress interfaces selected (by the interface card). Empty string will be returned if there is no value.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

brcdRMapRuleDisplayOutputIPAddress 1.3.39.1.2.1.1.9
A list of space separated selected IPv4 next-hop or IPv6 next-hop address.Empty string will be returned if there is no value.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString